[
https://issues.apache.org/jira/browse/HBASE-11673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14087031#comment-14087031
]
Hadoop QA commented on HBASE-11673:
-----------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12659983/HBASE_11673-v1.patch
against trunk revision .
ATTACHMENT ID: 12659983
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 3 new
or modified tests.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javadoc{color}. The javadoc tool did not generate any
warning messages.
{color:green}+1 findbugs{color}. The patch does not introduce any new
Findbugs (version 2.0.3) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 lineLengths{color}. The patch does not introduce lines
longer than 100
{color:green}+1 site{color}. The mvn site goal succeeds with this patch.
{color:red}-1 core tests{color}. The patch failed these unit tests:
org.apache.hadoop.hbase.regionserver.TestEndToEndSplitTransaction
org.apache.hadoop.hbase.regionserver.TestRegionReplicas
org.apache.hadoop.hbase.client.TestReplicasClient
org.apache.hadoop.hbase.master.TestRestartCluster
org.apache.hadoop.hbase.TestRegionRebalancing
Test results:
https://builds.apache.org/job/PreCommit-HBASE-Build/10307//testReport/
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/10307//artifact/patchprocess/newPatchFindbugsWarningshbase-hadoop2-compat.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/10307//artifact/patchprocess/newPatchFindbugsWarningshbase-prefix-tree.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/10307//artifact/patchprocess/newPatchFindbugsWarningshbase-common.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/10307//artifact/patchprocess/newPatchFindbugsWarningshbase-thrift.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/10307//artifact/patchprocess/newPatchFindbugsWarningshbase-examples.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/10307//artifact/patchprocess/newPatchFindbugsWarningshbase-client.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/10307//artifact/patchprocess/newPatchFindbugsWarningshbase-hadoop-compat.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/10307//artifact/patchprocess/newPatchFindbugsWarningshbase-server.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/10307//artifact/patchprocess/newPatchFindbugsWarningshbase-protocol.html
Console output:
https://builds.apache.org/job/PreCommit-HBASE-Build/10307//console
This message is automatically generated.
> TestIOFencing#testFencingAroundCompactionAfterWALSync fails
> -----------------------------------------------------------
>
> Key: HBASE-11673
> URL: https://issues.apache.org/jira/browse/HBASE-11673
> Project: HBase
> Issue Type: Test
> Reporter: Qiang Tian
> Assignee: Sergey Soldatov
> Attachments: HBASE_11673-v1.patch
>
>
> got several test failure on the latest build:
> {quote}
> [tianq@bdvm101 surefire-reports]$ ls -1t|grep "Tests run" * |grep "<<<
> FAILURE"
> org.apache.hadoop.hbase.client.TestReplicasClient.txt:Tests run: 1, Failures:
> 0, Errors: 1, Skipped: 0, Time elapsed: 38.706 sec <<< FAILURE!
> org.apache.hadoop.hbase.master.TestMasterOperationsForRegionReplicas.txt:Tests
> run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 30.669 sec <<<
> FAILURE!
> org.apache.hadoop.hbase.regionserver.TestRegionReplicas.txt:Tests run: 1,
> Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 39.113 sec <<< FAILURE!
> org.apache.hadoop.hbase.TestIOFencing.txt:Tests run: 2, Failures: 1, Errors:
> 0, Skipped: 0, Time elapsed: 177.071 sec <<< FAILURE!
> {quote}
> the first one:
> {quote}
> <failure message="Timed out waiting for the region to flush"
> type="java.lang.AssertionError">java.lang.AssertionError: Timed out waiting
> for the region to flush
> >-at org.junit.Assert.fail(Assert.java:88)
> >-at org.junit.Assert.assertTrue(Assert.java:41)
> >-at org.apache.hadoop.hbase.TestIOFencing.doTest(TestIOFencing.java:291)
> >-at
> >org.apache.hadoop.hbase.TestIOFencing.testFencingAroundCompactionAfterWALSync(TestIOFencing.java:236)
> >-at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >-at
> >sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> >-at
> >sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> >-at java.lang.reflect.Method.invoke(Method.java:606)
> {quote}
--
This message was sent by Atlassian JIRA
(v6.2#6252)