[jira] [Commented] (HBASE-9809) RegionTooBusyException should provide region name which was too busy

2013-11-10 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-9809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13818428#comment-13818428
 ] 

Hudson commented on HBASE-9809:
---

FAILURE: Integrated in HBase-0.94-security #333 (See 
[https://builds.apache.org/job/HBase-0.94-security/333/])
HBASE-9809 RegionTooBusyException should provide region name which was too busy 
(tedyu: rev 1540442)
* 
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java


 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
Affects Versions: 0.94.14
Reporter: Ted Yu
Assignee: Gustavo Anatoly
 Fix For: 0.94.14

 Attachments: HBASE-9809.patch


 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=http://purl.org/dc/elements/1.1/title,emulates drylot 
 births^^http://www.w3.org/2001/XMLSchema#string last=http://purl.org/dc/e$
 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 
 6ms
 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)


[jira] [Commented] (HBASE-9809) RegionTooBusyException should provide region name which was too busy

2013-11-10 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-9809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13818432#comment-13818432
 ] 

Hudson commented on HBASE-9809:
---

SUCCESS: Integrated in HBase-0.94 #1199 (See 
[https://builds.apache.org/job/HBase-0.94/1199/])
HBASE-9809 RegionTooBusyException should provide region name which was too busy 
(tedyu: rev 1540442)
* 
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java


 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
Affects Versions: 0.94.14
Reporter: Ted Yu
Assignee: Gustavo Anatoly
 Fix For: 0.94.14

 Attachments: HBASE-9809.patch


 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=http://purl.org/dc/elements/1.1/title,emulates drylot 
 births^^http://www.w3.org/2001/XMLSchema#string last=http://purl.org/dc/e$
 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 
 6ms
 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)


[jira] [Commented] (HBASE-9809) RegionTooBusyException should provide region name which was too busy

2013-11-10 Thread Gustavo Anatoly (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-9809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13818449#comment-13818449
 ] 

Gustavo Anatoly commented on HBASE-9809:


Thank you too.

 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
Affects Versions: 0.94.14
Reporter: Ted Yu
Assignee: Gustavo Anatoly
 Fix For: 0.94.14

 Attachments: HBASE-9809.patch


 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=http://purl.org/dc/elements/1.1/title,emulates drylot 
 births^^http://www.w3.org/2001/XMLSchema#string last=http://purl.org/dc/e$
 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 
 6ms
 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)


[jira] [Commented] (HBASE-9809) RegionTooBusyException should provide region name which was too busy

2013-11-09 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-9809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13818331#comment-13818331
 ] 

Hadoop QA commented on HBASE-9809:
--

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12613027/HBASE-9809.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

{color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/7808//console

This message is automatically generated.

 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
Affects Versions: 0.94.14
Reporter: Ted Yu
Assignee: Gustavo Anatoly
 Fix For: 0.94.14

 Attachments: HBASE-9809.patch


 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=http://purl.org/dc/elements/1.1/title,emulates drylot 
 births^^http://www.w3.org/2001/XMLSchema#string last=http://purl.org/dc/e$
 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 
 6ms
 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)


[jira] [Commented] (HBASE-9809) RegionTooBusyException should provide region name which was too busy

2013-11-09 Thread Ted Yu (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-9809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13818344#comment-13818344
 ] 

Ted Yu commented on HBASE-9809:
---

Integrated to 0.94

Thanks for the patch, Gustavo.

 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
Affects Versions: 0.94.14
Reporter: Ted Yu
Assignee: Gustavo Anatoly
 Fix For: 0.94.14

 Attachments: HBASE-9809.patch


 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=http://purl.org/dc/elements/1.1/title,emulates drylot 
 births^^http://www.w3.org/2001/XMLSchema#string last=http://purl.org/dc/e$
 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 
 6ms
 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)


[jira] [Commented] (HBASE-9809) RegionTooBusyException should provide region name which was too busy

2013-11-08 Thread Gustavo Anatoly (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-9809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13817788#comment-13817788
 ] 

Gustavo Anatoly commented on HBASE-9809:


Ted,
 
The region name is already in the exception, on trunk, and has been added in 
this issue: [HBASE-9843|https://issues.apache.org/jira/browse/HBASE-9843] 


 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=http://purl.org/dc/elements/1.1/title,emulates drylot 
 births^^http://www.w3.org/2001/XMLSchema#string last=http://purl.org/dc/e$
 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 
 6ms
 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)


[jira] [Commented] (HBASE-9809) RegionTooBusyException should provide region name which was too busy

2013-11-08 Thread Gustavo Anatoly (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-9809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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=http://purl.org/dc/elements/1.1/title,emulates drylot 
 births^^http://www.w3.org/2001/XMLSchema#string last=http://purl.org/dc/e$
 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 
 6ms
 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)


[jira] [Commented] (HBASE-9809) RegionTooBusyException should provide region name which was too busy

2013-11-08 Thread Jean-Marc Spaggiari (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-9809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13817794#comment-13817794
 ] 

Jean-Marc Spaggiari commented on HBASE-9809:


So should it be backported in .94?

 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=http://purl.org/dc/elements/1.1/title,emulates drylot 
 births^^http://www.w3.org/2001/XMLSchema#string last=http://purl.org/dc/e$
 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 
 6ms
 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)


[jira] [Commented] (HBASE-9809) RegionTooBusyException should provide region name which was too busy

2013-11-08 Thread Gustavo Anatoly (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-9809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13817953#comment-13817953
 ] 

Gustavo Anatoly commented on HBASE-9809:


I will working on this.

 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
 Fix For: 0.94.14


 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=http://purl.org/dc/elements/1.1/title,emulates drylot 
 births^^http://www.w3.org/2001/XMLSchema#string last=http://purl.org/dc/e$
 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 
 6ms
 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)