Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B99CF10EDA for ; Fri, 8 Nov 2013 22:48:17 +0000 (UTC) Received: (qmail 8521 invoked by uid 500); 8 Nov 2013 22:48:17 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 8484 invoked by uid 500); 8 Nov 2013 22:48:17 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 8476 invoked by uid 99); 8 Nov 2013 22:48:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Nov 2013 22:48:17 +0000 Date: Fri, 8 Nov 2013 22:48:17 +0000 (UTC) From: "Gustavo Anatoly (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9809) RegionTooBusyException should provide region name which was too busy MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-9809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13817790#comment-13817790 ] Gustavo Anatoly commented on HBASE-9809: ---------------------------------------- The number of revision is: 1536865 > RegionTooBusyException should provide region name which was too busy > -------------------------------------------------------------------- > > Key: HBASE-9809 > URL: https://issues.apache.org/jira/browse/HBASE-9809 > Project: HBase > Issue Type: Bug > Reporter: Ted Yu > Assignee: Gustavo Anatoly > > Under this thread: http://search-hadoop.com/m/WSfKp1yJOFJ, John showed log from LoadIncrementalHFiles where the following is a snippet: > {code} > 04:18:07,110 INFO LoadIncrementalHFiles:451 - Trying to load hfile=hdfs://pc08.pool.ifis.uni-luebeck.de:8020/tmp/bulkLoadDirectory/PO_S_rowBufferHFile/Hexa/_tmp/PO_S,9.bottom first=,"emulates drylot births"^^ last= org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed after attempts=10, exceptions: > Sun Oct 20 04:15:50 CEST 2013, org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles$3@4cfdfc98, org.apache.hadoop.hbase.RegionTooBusyException: org.apache.hadoop.hbase.RegionTooBusyException: failed to get a lock in 60000ms > at org.apache.hadoop.hbase.regionserver.HRegion.lock(HRegion.java:5778) > at org.apache.hadoop.hbase.regionserver.HRegion.lock(HRegion.java:5764) > at org.apache.hadoop.hbase.regionserver.HRegion.startBulkRegionOperation(HRegion.java:5723) > at org.apache.hadoop.hbase.regionserver.HRegion.bulkLoadHFiles(HRegion.java:3534) > at org.apache.hadoop.hbase.regionserver.HRegion.bulkLoadHFiles(HRegion.java:3517) > at org.apache.hadoop.hbase.regionserver.HRegionServer.bulkLoadHFiles(HRegionServer.java:2793) > at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > {code} > Looking at the above, it is not immediately clear which region was busy. > Region name should be included in the exception so that user can correlate with the region server where the problem occurs. -- This message was sent by Atlassian JIRA (v6.1#6144)