[
https://issues.apache.org/jira/browse/HBASE-14962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15093061#comment-15093061
]
stack commented on HBASE-14962:
-------------------------------
Running with the test that the JIRA is about (not TestSplitLogManager) I got
this eventually:
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.812 sec <<<
FAILURE! - in org.apache.hadoop.hbase.regionserver.TestSplitWalDataLoss
test(org.apache.hadoop.hbase.regionserver.TestSplitWalDataLoss) Time elapsed:
5 sec <<< ERROR!
java.lang.RuntimeException: Could not create interface
org.apache.hadoop.hbase.test.MetricsAssertHelper Is the hadoop compatibility
jar on the classpath?
A different complaint. Is that what you see?
On TestSplitLogManager, the one you pasted, I can't get it to fail [~eclark]
> TestSplitWalDataLoss fails on all branches
> ------------------------------------------
>
> Key: HBASE-14962
> URL: https://issues.apache.org/jira/browse/HBASE-14962
> Project: HBase
> Issue Type: Sub-task
> Reporter: Elliott Clark
> Assignee: stack
> Priority: Blocker
> Fix For: 1.2.0
>
>
> With some regularity I am seeing:
> {code}
> org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: Failed 1
> action: TestSplitWalDataLoss:dataloss: 1 time,
> at
> org.apache.hadoop.hbase.client.AsyncProcess$BatchErrors.makeException(AsyncProcess.java:228)
> at
> org.apache.hadoop.hbase.client.AsyncProcess$BatchErrors.access$1800(AsyncProcess.java:208)
> at
> org.apache.hadoop.hbase.client.AsyncProcess.waitForAllPreviousOpsAndReset(AsyncProcess.java:1712)
> at
> org.apache.hadoop.hbase.client.BufferedMutatorImpl.backgroundFlushCommits(BufferedMutatorImpl.java:240)
> at
> org.apache.hadoop.hbase.client.BufferedMutatorImpl.flush(BufferedMutatorImpl.java:190)
> at org.apache.hadoop.hbase.client.HTable.flushCommits(HTable.java:1430)
> at org.apache.hadoop.hbase.client.HTable.put(HTable.java:1021)
> at
> org.apache.hadoop.hbase.regionserver.TestSplitWalDataLoss.test(TestSplitWalDataLoss.java:121)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)