[
https://issues.apache.org/jira/browse/HBASE-14786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14997722#comment-14997722
]
Hadoop QA commented on HBASE-14786:
-----------------------------------
{color:green}+1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12771433/HBASE-14786-v0.patch
against master branch at commit 7b80c803b70008a1e5cf593fc302535b451400fe.
ATTACHMENT ID: 12771433
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 6 new
or modified tests.
{color:green}+1 hadoop versions{color}. The patch compiles with all
supported hadoop versions (2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.6.0 2.6.1 2.7.0
2.7.1)
{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 post-site goal succeeds with this patch.
{color:green}+1 core tests{color}. The patch passed unit tests in .
Test results:
https://builds.apache.org/job/PreCommit-HBASE-Build/16468//testReport/
Release Findbugs (version 2.0.3) warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/16468//artifact/patchprocess/newFindbugsWarnings.html
Checkstyle Errors:
https://builds.apache.org/job/PreCommit-HBASE-Build/16468//artifact/patchprocess/checkstyle-aggregate.html
Console output:
https://builds.apache.org/job/PreCommit-HBASE-Build/16468//console
This message is automatically generated.
> TestProcedureAdmin hangs
> ------------------------
>
> Key: HBASE-14786
> URL: https://issues.apache.org/jira/browse/HBASE-14786
> Project: HBase
> Issue Type: Sub-task
> Components: hangingTests, test
> Reporter: stack
> Assignee: Matteo Bertozzi
> Attachments: HBASE-14786-v0.patch
>
>
> This test was added by HBASE-14108 in September [~syuanjiang] Mind taking a
> look? Hope you don't mind me assigning it to you to take a look.
> This test run was incomplete:
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/443/
> If I do below...
> kalashnikov:hbase.git.commit stack$ python ./dev-support/findHangingTests.py
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/443/consoleText
> Fetching
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/443/consoleText
> Building remotely on H4 (Mapreduce zookeeper Hadoop Pig falcon Hdfs) in
> workspace
> /home/jenkins/jenkins-slave/workspace/HBase-Trunk_matrix/jdk/latest1.8/label/Hadoop
> Printing hanging tests
> Hanging test : org.apache.hadoop.hbase.master.procedure.TestProcedureAdmin
> Printing Failing tests
> ... it reports TestProcedureAdmin as reporting it started but there is no
> corresponding loggiing of end-of-test.
> If I look in the output for the above test run, I see all this spew:
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/443/artifact/hbase-server/target/surefire-reports/org.apache.hadoop.hbase.master.procedure.TestProcedureAdmin-output.txt
> about...
> {code}
> 2015-11-07 10:19:59,052 INFO
> [B.defaultRpcServer.handler=4,queue=0,port=37253] master.HMaster(1911):
> Client=jenkins/null disable testListProcedure
> 2015-11-07 10:19:59,052 ERROR
> [B.defaultRpcServer.handler=4,queue=0,port=37253] ipc.RpcServer(2228):
> Unexpected throwable object
> java.lang.IllegalArgumentException
> at
> com.google.common.base.Preconditions.checkArgument(Preconditions.java:76)
> at
> org.apache.hadoop.hbase.procedure2.ProcedureExecutor.submitProcedure(ProcedureExecutor.java:618)
> at
> org.apache.hadoop.hbase.master.HMaster.disableTable(HMaster.java:1916)
> at
> org.apache.hadoop.hbase.master.MasterRpcServices.disableTable(MasterRpcServices.java:572)
> at
> org.apache.hadoop.hbase.protobuf.generated.MasterProtos$MasterService$2.callBlockingMethod(MasterProtos.java:57936)
> at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2184)
> at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:109)
> at
> org.apache.hadoop.hbase.ipc.RpcExecutor.consumerLoop(RpcExecutor.java:133)
> at org.apache.hadoop.hbase.ipc.RpcExecutor$1.run(RpcExecutor.java:108)
> at java.lang.Thread.run(Thread.java:745)
> {code}
> That look right to you?
> Maybe it is something else. Would be good to clean up hanging tests.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)