[
https://issues.apache.org/jira/browse/HBASE-2616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12875935#action_12875935
]
stack commented on HBASE-2616:
------------------------------
Ten builds have passed up on hudson.hbase.org since I committed patch last
night.
I just committed this:
{code}
Index: src/test/org/apache/hadoop/hbase/regionserver/TestHRegion.java
===================================================================
--- src/test/org/apache/hadoop/hbase/regionserver/TestHRegion.java
(revision 951761)
+++ src/test/org/apache/hadoop/hbase/regionserver/TestHRegion.java
(working copy)
@@ -2269,8 +2269,6 @@
putThread.done();
- region.flushcache();
-
putThread.join();
putThread.checkNoError();
{code}
... to try and get an answer to Todd's question. In local tests its fine.
Lets see how it does up on hudson.hbase.org (Its a nice day in SF. Ryan might
not be around for a while).
> TestHRegion.testWritesWhileGetting flaky on trunk
> -------------------------------------------------
>
> Key: HBASE-2616
> URL: https://issues.apache.org/jira/browse/HBASE-2616
> Project: HBase
> Issue Type: Bug
> Components: regionserver
> Reporter: Todd Lipcon
> Assignee: ryan rawson
> Priority: Critical
> Fix For: 0.20.5
>
> Attachments: HBASE-2616.patch
>
>
> Saw this failure on my internal hudson:
> junit.framework.AssertionFailedError: expected:<\x00\x00\x00\x96> but
> was:<\x00\x00\x01\x00>
> at
> org.apache.hadoop.hbase.HBaseTestCase.assertEquals(HBaseTestCase.java:684)
> at
> org.apache.hadoop.hbase.regionserver.TestHRegion.testWritesWhileGetting(TestHRegion.java:2334)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.