You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2010/06/19 20:57:23 UTC

[jira] Commented: (HBASE-2624) TestMultiParallelPuts flaky on trunk

    [ https://issues.apache.org/jira/browse/HBASE-2624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12880525#action_12880525 ] 

stack commented on HBASE-2624:
------------------------------

Failure http://hudson.zones.apache.org/hudson/job/HBase-TRUNK/1337/ up on hudson is something else it looks like.   Assertion fails because a server is not carrying 10 of the possible 25 regions.  Perhaps chance and slop made it so one server had 9 and other 16 at time of the assertion.  I'm committing extra logging.  This test is sloppy in the first place.  I'm think I know what its testing.  Logging will help.

> TestMultiParallelPuts flaky on trunk
> ------------------------------------
>
>                 Key: HBASE-2624
>                 URL: https://issues.apache.org/jira/browse/HBASE-2624
>             Project: HBase
>          Issue Type: Bug
>          Components: client, regionserver, test
>            Reporter: Todd Lipcon
>
> Saw this test failure on my Hudson:
> org.apache.hadoop.hbase.client.RetriesExhaustedException: Still had 11 puts left after retrying 4 times.
> 	at org.apache.hadoop.hbase.client.HConnectionManager$TableServers.processBatchOfPuts(HConnectionManager.java:1428)
> 	at org.apache.hadoop.hbase.client.HTable.flushCommits(HTable.java:540)
> 	at org.apache.hadoop.hbase.TestMultiParallelPut.doATest(TestMultiParallelPut.java:93)
> 	at org.apache.hadoop.hbase.TestMultiParallelPut.testParallelPutWithRSAbort(TestMultiParallelPut.java:65)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.