[ https://issues.apache.org/jira/browse/HBASE-12782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14299607#comment-14299607 ]
Hadoop QA commented on HBASE-12782: ----------------------------------- {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12695694/12782v4.txt against master branch at commit b08802a3e8e522f84519415b83455870b49bf8da. ATTACHMENT ID: 12695694 {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:green}+1 tests included{color}. The patch appears to include 13 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 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:red}-1 lineLengths{color}. The patch introduces the following lines longer than 100: + protected void setup(Reducer<BytesWritable, BytesWritable, BytesWritable, BytesWritable>.Context context) + protected void cleanup(Reducer<BytesWritable, BytesWritable, BytesWritable, BytesWritable>.Context context) {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.TestRecoveredEdits Test results: https://builds.apache.org/job/PreCommit-HBASE-Build/12654//testReport/ Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/12654//artifact/patchprocess/newPatchFindbugsWarningshbase-hadoop-compat.html Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/12654//artifact/patchprocess/newPatchFindbugsWarningshbase-prefix-tree.html Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/12654//artifact/patchprocess/newPatchFindbugsWarningshbase-examples.html Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/12654//artifact/patchprocess/newPatchFindbugsWarningshbase-server.html Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/12654//artifact/patchprocess/newPatchFindbugsWarningshbase-common.html Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/12654//artifact/patchprocess/newPatchFindbugsWarningshbase-rest.html Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/12654//artifact/patchprocess/newPatchFindbugsWarningshbase-protocol.html Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/12654//artifact/patchprocess/newPatchFindbugsWarningshbase-client.html Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/12654//artifact/patchprocess/newPatchFindbugsWarningshbase-thrift.html Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/12654//artifact/patchprocess/newPatchFindbugsWarningshbase-hadoop2-compat.html Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/12654//artifact/patchprocess/newPatchFindbugsWarningshbase-annotations.html Checkstyle Errors: https://builds.apache.org/job/PreCommit-HBASE-Build/12654//artifact/patchprocess/checkstyle-aggregate.html Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/12654//console This message is automatically generated. > ITBLL fails for me if generator does anything but 5M per maptask > ---------------------------------------------------------------- > > Key: HBASE-12782 > URL: https://issues.apache.org/jira/browse/HBASE-12782 > Project: HBase > Issue Type: Bug > Components: integration tests > Affects Versions: 1.0.0, 0.98.9 > Reporter: stack > Assignee: stack > Priority: Critical > Fix For: 1.0.0, 2.0.0, 1.1.0, 0.98.11 > > Attachments: 12782-0.98-addendum.txt, 12782.fix.txt, > 12782.search.plus.archive.recovered.edits.txt, 12782.search.plus.txt, > 12782.search.txt, 12782.unit.test.and.it.test.txt, > 12782.unit.test.writing.txt, 12782v2.0.98.txt, 12782v2.txt, 12782v3.0.98.txt, > 12782v3.txt, 12782v4.txt > > > Anyone else seeing this? If I do an ITBLL with generator doing 5M rows per > maptask, all is good -- verify passes. I've been running 5 servers and had > one splot per server. So below works: > HADOOP_CLASSPATH="/home/stack/conf_hbase:`/home/stack/hbase/bin/hbase > classpath`" ./hadoop/bin/hadoop --config ~/conf_hadoop > org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList --monkey > serverKilling Generator 5 5000000 g1.tmp > or if I double the map tasks, it works: > HADOOP_CLASSPATH="/home/stack/conf_hbase:`/home/stack/hbase/bin/hbase > classpath`" ./hadoop/bin/hadoop --config ~/conf_hadoop > org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList --monkey > serverKilling Generator 10 5000000 g2.tmp > ...but if I change the 5M to 50M or 25M, Verify fails. > Looking into it. -- This message was sent by Atlassian JIRA (v6.3.4#6332)