stack created HBASE-14786:
-----------------------------

             Summary: 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: Stephen Yuan Jiang


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)

Reply via email to