[
https://issues.apache.org/jira/browse/HBASE-14962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15093163#comment-15093163
]
Elliott Clark commented on HBASE-14962:
---------------------------------------
{code}
T E S T S
-------------------------------------------------------
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m;
support was removed in 8.0
Running org.apache.hadoop.hbase.regionserver.TestSplitWalDataLoss
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 12.483 sec <<<
FAILURE! - in org.apache.hadoop.hbase.regionserver.TestSplitWalDataLoss
test(org.apache.hadoop.hbase.regionserver.TestSplitWalDataLoss) Time elapsed:
12.058 sec <<< ERROR!
org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: Failed 1
action: TestSplitWalDataLoss:dataloss: 1 time,
at
org.apache.hadoop.hbase.client.AsyncProcess$BatchErrors.makeException(AsyncProcess.java:246)
at
org.apache.hadoop.hbase.client.AsyncProcess$BatchErrors.access$1800(AsyncProcess.java:226)
at
org.apache.hadoop.hbase.client.AsyncProcess.waitForAllPreviousOpsAndReset(AsyncProcess.java:1753)
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:124)
Results :
Tests in error:
TestSplitWalDataLoss.test:124 ยป RetriesExhaustedWithDetails Failed 1 action:
T...
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache HBase ....................................... SUCCESS [ 3.042 s]
[INFO] Apache HBase - Checkstyle .......................... SUCCESS [ 0.547 s]
[INFO] Apache HBase - Resource Bundle ..................... SUCCESS [ 0.111 s]
[INFO] Apache HBase - Annotations ......................... SUCCESS [ 0.792 s]
[INFO] Apache HBase - Protocol ............................ SUCCESS [ 9.352 s]
[INFO] Apache HBase - Common .............................. SUCCESS [ 6.884 s]
[INFO] Apache HBase - Procedure ........................... SUCCESS [ 1.510 s]
[INFO] Apache HBase - Client .............................. SUCCESS [ 4.878 s]
[INFO] Apache HBase - Hadoop Compatibility ................ SUCCESS [ 0.249 s]
[INFO] Apache HBase - Hadoop Two Compatibility ............ SUCCESS [ 2.312 s]
[INFO] Apache HBase - Prefix Tree ......................... SUCCESS [ 2.010 s]
[INFO] Apache HBase - Server .............................. FAILURE [ 36.195 s]
[INFO] Apache HBase - Testing Util ........................ SKIPPED
[INFO] Apache HBase - Thrift .............................. SKIPPED
[INFO] Apache HBase - Rest ................................ SKIPPED
[INFO] Apache HBase - Shell ............................... SKIPPED
[INFO] Apache HBase - Integration Tests ................... SKIPPED
[INFO] Apache HBase - Examples ............................ SKIPPED
[INFO] Apache HBase - External Block Cache ................ SKIPPED
[INFO] Apache HBase - Assembly ............................ SKIPPED
[INFO] Apache HBase - Shaded .............................. SKIPPED
[INFO] Apache HBase - Shaded - Client ..................... SKIPPED
[INFO] Apache HBase - Shaded - Server ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:09 min
[INFO] Finished at: 2016-01-11T18:17:54-08:00
[INFO] Final Memory: 108M/2061M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on
project hbase-server: There are test failures.
[ERROR]
[ERROR] Please refer to
/data/users/elliott/hbase/hbase-server/target/surefire-reports for the
individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :hbase-server
TestSplitWalDataLoss failed, iteration: 2
{code}
> 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)