[
https://issues.apache.org/jira/browse/HBASE-12617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14232470#comment-14232470
]
Hadoop QA commented on HBASE-12617:
-----------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12684760/12617.txt
against master branch at commit 54f438cee4ffb1e43739feef2397b7d1e099c892.
ATTACHMENT ID: 12684760
{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 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:green}+1 core tests{color}. The patch passed unit tests in .
{color:red}-1 core zombie tests{color}. There are 1 zombie test(s):
at
org.apache.qpid.client.HeartbeatTest.testHeartbeatsEnabledUsingAmqjLegacySystemProperty(HeartbeatTest.java:165)
at
org.apache.qpid.test.utils.QpidBrokerTestCase.runBare(QpidBrokerTestCase.java:312)
at org.apache.qpid.test.utils.QpidTestCase.run(QpidTestCase.java:148)
Test results:
https://builds.apache.org/job/PreCommit-HBASE-Build/11905//testReport/
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/11905//artifact/patchprocess/newPatchFindbugsWarningshbase-rest.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/11905//artifact/patchprocess/newPatchFindbugsWarningshbase-client.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/11905//artifact/patchprocess/newPatchFindbugsWarningshbase-examples.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/11905//artifact/patchprocess/newPatchFindbugsWarningshbase-protocol.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/11905//artifact/patchprocess/newPatchFindbugsWarningshbase-common.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/11905//artifact/patchprocess/newPatchFindbugsWarningshbase-server.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/11905//artifact/patchprocess/newPatchFindbugsWarningshbase-thrift.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/11905//artifact/patchprocess/newPatchFindbugsWarningshbase-hadoop-compat.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/11905//artifact/patchprocess/newPatchFindbugsWarningshbase-prefix-tree.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/11905//artifact/patchprocess/newPatchFindbugsWarningshbase-hadoop2-compat.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/11905//artifact/patchprocess/newPatchFindbugsWarningshbase-annotations.html
Checkstyle Errors:
https://builds.apache.org/job/PreCommit-HBASE-Build/11905//artifact/patchprocess/checkstyle-aggregate.html
Console output:
https://builds.apache.org/job/PreCommit-HBASE-Build/11905//console
This message is automatically generated.
> Running IntegrationTestBigLinkedList against cluster getting not an instance
> of org.apache.hadoop.hbase.MiniHBaseCluster
> ------------------------------------------------------------------------------------------------------------------------
>
> Key: HBASE-12617
> URL: https://issues.apache.org/jira/browse/HBASE-12617
> Project: HBase
> Issue Type: Bug
> Reporter: stack
> Assignee: stack
> Fix For: 1.0.0, 2.0.0
>
> Attachments: 12617.txt
>
>
> Running integration test against cluster I'm getting this on tip of branch-1:
> {code}
> 2014-12-02 15:51:37,193 ERROR [main] util.AbstractHBaseTool: Error running
> command-line tool
> java.lang.RuntimeException:
> org.apache.hadoop.hbase.DistributedHBaseCluster@7103cb56 not an instance of
> org.apache.hadoop.hbase.MiniHBaseCluster
> at
> org.apache.hadoop.hbase.HBaseTestingUtility.getMiniHBaseCluster(HBaseTestingUtility.java:952)
> at
> org.apache.hadoop.hbase.HBaseTestingUtility.getConnection(HBaseTestingUtility.java:2494)
> at
> org.apache.hadoop.hbase.HBaseTestingUtility.getHBaseAdmin(HBaseTestingUtility.java:2514)
> at
> org.apache.hadoop.hbase.IntegrationTestingUtility.createDistributedHBaseCluster(IntegrationTestingUtility.java:141)
> at
> org.apache.hadoop.hbase.IntegrationTestingUtility.initializeCluster(IntegrationTestingUtility.java:75)
> at
> org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList.setUpCluster(IntegrationTestBigLinkedList.java:1104)
> at
> org.apache.hadoop.hbase.IntegrationTestBase.setUp(IntegrationTestBase.java:124)
> at
> org.apache.hadoop.hbase.IntegrationTestBase.doWork(IntegrationTestBase.java:109)
> at
> org.apache.hadoop.hbase.util.AbstractHBaseTool.run(AbstractHBaseTool.java:114)
> at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
> at
> org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList.main(IntegrationTestBigLinkedList.java:1225)
> {code}
> It looks like this was broken by:
> {code}
> 1 commit c0cdaf8400831bada22558febbab9681f606e26c
> 2 Author: stack <[email protected]>
> 3 Date: Tue Nov 25 12:26:54 2014 -0800
> 4
> 5 HBASE-12404 Task 5 from parent: Replace internal HTable
> constructor use with
> 6 HConnection#getTable (0.98, 0.99)
> {code}
> We used to create an HBaseAdmin internally with managed connection but we
> changed it to use the HTU's admin. In the patch we added check that there is
> a HTU cluster up and running -- a mini cluster -- but there won't be in the
> case of an IT test going against a cluster.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)