[
https://issues.apache.org/jira/browse/HBASE-13905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14587378#comment-14587378
]
Hadoop QA commented on HBASE-13905:
-----------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12739733/HBASE-13905.01.branch-1.1.patch
against branch-1.1 branch at commit 461f5307ba999d73e3f0e0110faf045a5ebe5dfc.
ATTACHMENT ID: 12739733
{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 hadoop versions{color}. The patch compiles with all
supported hadoop versions (2.4.1 2.5.2 2.6.0)
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 protoc{color}. The applied patch does not increase the
total number of protoc compiler warnings.
{color:green}+1 javadoc{color}. The javadoc tool did not generate any
warning messages.
{color:green}+1 checkstyle{color}. The applied patch does not increase the
total number of checkstyle errors
{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:
Test results:
https://builds.apache.org/job/PreCommit-HBASE-Build/14417//testReport/
Release Findbugs (version 2.0.3) warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/14417//artifact/patchprocess/newFindbugsWarnings.html
Checkstyle Errors:
https://builds.apache.org/job/PreCommit-HBASE-Build/14417//artifact/patchprocess/checkstyle-aggregate.html
Console output:
https://builds.apache.org/job/PreCommit-HBASE-Build/14417//console
This message is automatically generated.
> TestRecoveredEdits.testReplayWorksThoughLotsOfFlushing failing consistently
> on branch-1.1
> -----------------------------------------------------------------------------------------
>
> Key: HBASE-13905
> URL: https://issues.apache.org/jira/browse/HBASE-13905
> Project: HBase
> Issue Type: Bug
> Components: regionserver, test
> Affects Versions: 1.1.1
> Reporter: Nick Dimiduk
> Assignee: Nick Dimiduk
> Priority: Critical
> Fix For: 2.0.0, 1.0.2, 1.2.0, 1.1.1
>
> Attachments: HBASE-13905.00.branch-1.1.patch,
> HBASE-13905.01.branch-1.1.patch,
> org.apache.hadoop.hbase.regionserver.TestRecoveredEdits-output.txt
>
>
> {noformat}
> $ JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.79.x86_64
> ../apache-maven-3.3.3/bin/mvn -PrunAllTests -DreuseForks=false clean install
> -Dmaven.test.redirectTestOutputToFile=true
> -Dsurefire.rerunFailingTestsCount=4 -Dit.test=noItTest
> ...
> org.apache.hadoop.hbase.regionserver.TestRecoveredEdits.testReplayWorksThoughLotsOfFlushing(org.apache.hadoop.hbase.regionserver.TestRecoveredEdits)
> Run 1:
> TestRecoveredEdits.testReplayWorksThoughLotsOfFlushing:124->verifyAllEditsMadeItIn:160
> »
> Run 2: TestRecoveredEdits.testReplayWorksThoughLotsOfFlushing:98 » IO The
> specified r...
> Run 3: TestRecoveredEdits.testReplayWorksThoughLotsOfFlushing:98 » IO The
> specified r...
> Run 4: TestRecoveredEdits.testReplayWorksThoughLotsOfFlushing:98 » IO The
> specified r...
> Run 5: TestRecoveredEdits.testReplayWorksThoughLotsOfFlushing:98 » IO The
> specified r...
> {noformat}
> The reruns failed because the test is not idempotent. Perhaps we should have
> the test startup clean up it's workspace before starting.
> {noformat}
> -------------------------------------------------------------------------------
> Test set: org.apache.hadoop.hbase.regionserver.TestRecoveredEdits
> -------------------------------------------------------------------------------
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 33.894 sec
> <<< FAILURE! - in org.apache.hadoop.hbase.regionserver.TestRecoveredEdits
> testReplayWorksThoughLotsOfFlushing(org.apache.hadoop.hbase.regionserver.TestRecoveredEdits)
> Time elapsed: 0 sec <<< ERROR!
> java.io.IOException: The specified region already exists on disk:
> /grid/0/hbase/hbase-server/target/test-data/0c8ee429-8588-41ab-8999-6754588cd4a6/data/default/testReplayWorksThoughLotsOfFlushing/4823016d8fca70b25503ee07f4c6d79f
> at
> org.apache.hadoop.hbase.regionserver.HRegionFileSystem.createRegionOnFileSystem(HRegionFileSystem.java:877)
> at
> org.apache.hadoop.hbase.regionserver.HRegion.createHRegion(HRegion.java:5923)
> at
> org.apache.hadoop.hbase.regionserver.HRegion.createHRegion(HRegion.java:5894)
> at
> org.apache.hadoop.hbase.regionserver.HRegion.createHRegion(HRegion.java:5869)
> at
> org.apache.hadoop.hbase.regionserver.HRegion.createHRegion(HRegion.java:5951)
> at
> org.apache.hadoop.hbase.regionserver.TestRecoveredEdits.testReplayWorksThoughLotsOfFlushing(TestRecoveredEdits.java:98)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)