XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.3.0, 2.0.0
    • test
    • None

    Description

      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...

      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)
      

      That look right to you?

      Maybe it is something else. Would be good to clean up hanging tests.

      Attachments

        1. HBASE-14786-v0.patch
          7 kB
          Matteo Bertozzi

        Activity

          People

            mbertozzi Matteo Bertozzi
            stack Michael Stack
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: