Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2ADB817D45 for ; Mon, 10 Nov 2014 19:13:00 +0000 (UTC) Received: (qmail 28173 invoked by uid 500); 10 Nov 2014 19:12:57 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 28103 invoked by uid 500); 10 Nov 2014 19:12:57 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 28091 invoked by uid 99); 10 Nov 2014 19:12:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Nov 2014 19:12:57 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of brian.jeltema@digitalenvoy.net designates 128.136.82.69 as permitted sender) Received: from [128.136.82.69] (HELO barracuda.digitalenvoy.net) (128.136.82.69) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 10 Nov 2014 19:12:29 +0000 X-ASG-Debug-ID: 1415646702-05f6110ff2012e0001-ZI2oBf Received: from brian-jeltema.employees.digitalenvoy.net (norc-office.digitalenvoy.net [64.129.218.66]) by barracuda.digitalenvoy.net with ESMTP id MCq6RWCuAAVsBfPy (version=TLSv1 cipher=AES128-SHA bits=128 verify=NO) for ; Mon, 10 Nov 2014 14:11:42 -0500 (EST) X-Barracuda-Envelope-From: brian.jeltema@digitalenvoy.net X-Barracuda-Apparent-Source-IP: 64.129.218.66 X-ASG-Whitelist: Client From: Brian Jeltema Content-Type: multipart/alternative; boundary="Apple-Mail=_BAFD4FE0-894B-4D24-90DE-417B83721F50" Subject: what can cause RegionTooBusyException? Message-Id: X-ASG-Orig-Subj: what can cause RegionTooBusyException? Date: Mon, 10 Nov 2014 14:10:32 -0500 To: user@hbase.apache.org Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) X-Mailer: Apple Mail (2.1874) X-Barracuda-Connect: norc-office.digitalenvoy.net[64.129.218.66] X-Barracuda-Start-Time: 1415646702 X-Barracuda-Encrypted: AES128-SHA X-Barracuda-URL: http://barracuda.digitalenvoy.net:8000/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at digitalenvoy.net X-Barracuda-BRTS-Status: 1 X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail=_BAFD4FE0-894B-4D24-90DE-417B83721F50 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 I=92m running a map/reduce job against a table that is performing a = large number of writes (probably updating every row). The job is failing with the exception below. This is a solid failure; it = dies at the same point in the application, and at the same row in the table. So I doubt it=92s a conflict with = compaction (and the UI shows no compaction in progress), or that there is a load-related cause. =91hbase hbck=92 does not report any inconsistencies. The = =91waitForAllPreviousOpsAndReset=92 leads me to suspect that there is operation in progress that is hung and blocking the update. I = don=92t see anything suspicious in the HBase logs. The data at the point of failure is not unusual, and is identical to = many preceding rows. Does anybody have any ideas of what I should look for to find the cause = of this RegionTooBusyException? This is Hadoop 2.4 and HBase 0.98. 14/11/10 13:46:13 INFO mapreduce.Job: Task Id : = attempt_1415210751318_0010_m_000314_1, Status : FAILED Error: = org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: = Failed 1744 actions: RegionTooBusyException: 1744 times,=20 at = org.apache.hadoop.hbase.client.AsyncProcess$BatchErrors.makeException(Asyn= cProcess.java:207) at = org.apache.hadoop.hbase.client.AsyncProcess$BatchErrors.access$1700(AsyncP= rocess.java:187) at = org.apache.hadoop.hbase.client.AsyncProcess.waitForAllPreviousOpsAndReset(= AsyncProcess.java:1568) at = org.apache.hadoop.hbase.client.HTable.backgroundFlushCommits(HTable.java:1= 023) at org.apache.hadoop.hbase.client.HTable.doPut(HTable.java:995) at org.apache.hadoop.hbase.client.HTable.put(HTable.java:953) Brian= --Apple-Mail=_BAFD4FE0-894B-4D24-90DE-417B83721F50--