You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@hbase.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/07/30 06:52:39 UTC

Build failed in Jenkins: HBase-1.1 #593

See <https://builds.apache.org/job/HBase-1.1/593/changes>

Changes:

[apurtell] HBASE-14155 StackOverflowError in reverse scan (Ramkrishna S. Vasudevan and Ted Yu)

------------------------------------------
[...truncated 21660 lines...]
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:107)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:77)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:53)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:144)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

"VM Thread" os_prio=0 tid=0x00007effc0271800 nid=0x2bd1 runnable 

"GC task thread#0 (ParallelGC)" os_prio=0 tid=0x00007effc001f800 nid=0x2bc4 runnable 

"GC task thread#1 (ParallelGC)" os_prio=0 tid=0x00007effc0021800 nid=0x2bc5 runnable 

"GC task thread#2 (ParallelGC)" os_prio=0 tid=0x00007effc0023000 nid=0x2bc6 runnable 

"GC task thread#3 (ParallelGC)" os_prio=0 tid=0x00007effc0025000 nid=0x2bc7 runnable 

"GC task thread#4 (ParallelGC)" os_prio=0 tid=0x00007effc0026800 nid=0x2bc8 runnable 

"GC task thread#5 (ParallelGC)" os_prio=0 tid=0x00007effc0028800 nid=0x2bc9 runnable 

"GC task thread#6 (ParallelGC)" os_prio=0 tid=0x00007effc002a000 nid=0x2bca runnable 

"GC task thread#7 (ParallelGC)" os_prio=0 tid=0x00007effc002c000 nid=0x2bcb runnable 

"GC task thread#8 (ParallelGC)" os_prio=0 tid=0x00007effc002d800 nid=0x2bcc runnable 

"GC task thread#9 (ParallelGC)" os_prio=0 tid=0x00007effc002f800 nid=0x2bcd runnable 

"GC task thread#10 (ParallelGC)" os_prio=0 tid=0x00007effc0031000 nid=0x2bce runnable 

"GC task thread#11 (ParallelGC)" os_prio=0 tid=0x00007effc0033000 nid=0x2bcf runnable 

"GC task thread#12 (ParallelGC)" os_prio=0 tid=0x00007effc0034800 nid=0x2bd0 runnable 

"VM Periodic Task Thread" os_prio=0 tid=0x00007effc02da000 nid=0x2be3 waiting on condition 

JNI global references: 306

2015-07-30 04:49:55
Full thread dump Java HotSpot(TM) 64-Bit Server VM (25.45-b02 mixed mode):

"Attach Listener" #22 daemon prio=9 os_prio=0 tid=0x00007f3528001000 nid=0x5e6c waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"Thread-2" #21 prio=5 os_prio=0 tid=0x00007f3584cf0000 nid=0x52f5 runnable [0x00007f35319e4000]
   java.lang.Thread.State: RUNNABLE
	at java.util.TimSort.sort(TimSort.java:230)
	at java.util.Arrays.sort(Arrays.java:1438)
	at org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer$Cluster.sortServersByRegionCount(BaseLoadBalancer.java:736)
	at org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer$LoadCandidateGenerator.generate(StochasticLoadBalancer.java:541)
	at org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer.balanceCluster(StochasticLoadBalancer.java:266)
	- locked <0x00000007117fb8b0> (a org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer)
	at org.apache.hadoop.hbase.master.balancer.TestStochasticLoadBalancer.testWithCluster(TestStochasticLoadBalancer.java:656)
	at org.apache.hadoop.hbase.master.balancer.TestStochasticLoadBalancer.testWithCluster(TestStochasticLoadBalancer.java:645)
	at org.apache.hadoop.hbase.master.balancer.TestStochasticLoadBalancer.testRegionReplicasOnLargeCluster(TestStochasticLoadBalancer.java:541)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74)

"process reaper" #20 daemon prio=10 os_prio=0 tid=0x00007f3584cf1000 nid=0x52e6 waiting on condition [0x00007f3531a1e000]
   java.lang.Thread.State: TIMED_WAITING (parking)
	at sun.misc.Unsafe.park(Native Method)
	- parking to wait for  <0x0000000711779940> (a java.util.concurrent.SynchronousQueue$TransferStack)
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
	at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
	at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)

"Timer for 'HBase' metrics system" #19 daemon prio=5 os_prio=0 tid=0x00007f3584c73000 nid=0x524c in Object.wait() [0x00007f3531d1f000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	- waiting on <0x0000000711779208> (a java.util.TaskQueue)
	at java.util.TimerThread.mainLoop(Timer.java:552)
	- locked <0x0000000711779208> (a java.util.TaskQueue)
	at java.util.TimerThread.run(Timer.java:505)

"Service Thread" #17 daemon prio=9 os_prio=0 tid=0x00007f35842cf000 nid=0x519c runnable [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C1 CompilerThread11" #16 daemon prio=9 os_prio=0 tid=0x00007f35842ca000 nid=0x5188 waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C1 CompilerThread10" #15 daemon prio=9 os_prio=0 tid=0x00007f35842c8000 nid=0x516d waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C1 CompilerThread9" #14 daemon prio=9 os_prio=0 tid=0x00007f35842c5800 nid=0x516c waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C1 CompilerThread8" #13 daemon prio=9 os_prio=0 tid=0x00007f35842c3800 nid=0x516b waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C2 CompilerThread7" #12 daemon prio=9 os_prio=0 tid=0x00007f35842c1800 nid=0x516a waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C2 CompilerThread6" #11 daemon prio=9 os_prio=0 tid=0x00007f35842bf800 nid=0x5169 waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C2 CompilerThread5" #10 daemon prio=9 os_prio=0 tid=0x00007f35842bd000 nid=0x5168 waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C2 CompilerThread4" #9 daemon prio=9 os_prio=0 tid=0x00007f35842bb000 nid=0x5167 waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C2 CompilerThread3" #8 daemon prio=9 os_prio=0 tid=0x00007f35842b9000 nid=0x5166 waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C2 CompilerThread2" #7 daemon prio=9 os_prio=0 tid=0x00007f35842b6800 nid=0x5165 waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C2 CompilerThread1" #6 daemon prio=9 os_prio=0 tid=0x00007f35842b5000 nid=0x5164 waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C2 CompilerThread0" #5 daemon prio=9 os_prio=0 tid=0x00007f35842b2000 nid=0x5163 waiting on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"Signal Dispatcher" #4 daemon prio=9 os_prio=0 tid=0x00007f35842ad800 nid=0x5162 runnable [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"Finalizer" #3 daemon prio=8 os_prio=0 tid=0x00007f3584279000 nid=0x513a in Object.wait() [0x00007f35557d6000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	- waiting on <0x0000000711dc76f0> (a java.lang.ref.ReferenceQueue$Lock)
	at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
	- locked <0x0000000711dc76f0> (a java.lang.ref.ReferenceQueue$Lock)
	at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
	at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)

"Reference Handler" #2 daemon prio=10 os_prio=0 tid=0x00007f3584276800 nid=0x5138 in Object.wait() [0x00007f35558d7000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	- waiting on <0x0000000711dc7788> (a java.lang.ref.Reference$Lock)
	at java.lang.Object.wait(Object.java:502)
	at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:157)
	- locked <0x0000000711dc7788> (a java.lang.ref.Reference$Lock)

"main" #1 prio=5 os_prio=0 tid=0x00007f358400a800 nid=0x511c in Object.wait() [0x00007f358cdd2000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	- waiting on <0x000000071177a0e0> (a org.junit.internal.runners.statements.FailOnTimeout$StatementThread)
	at java.lang.Thread.join(Thread.java:1253)
	- locked <0x000000071177a0e0> (a org.junit.internal.runners.statements.FailOnTimeout$StatementThread)
	at org.junit.internal.runners.statements.FailOnTimeout.evaluateStatement(FailOnTimeout.java:26)
	at org.junit.internal.runners.statements.FailOnTimeout.evaluate(FailOnTimeout.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:107)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:77)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:53)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:144)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

"VM Thread" os_prio=0 tid=0x00007f3584271800 nid=0x5136 runnable 

"GC task thread#0 (ParallelGC)" os_prio=0 tid=0x00007f358401f800 nid=0x5124 runnable 

"GC task thread#1 (ParallelGC)" os_prio=0 tid=0x00007f3584021800 nid=0x5125 runnable 

"GC task thread#2 (ParallelGC)" os_prio=0 tid=0x00007f3584023000 nid=0x5126 runnable 

"GC task thread#3 (ParallelGC)" os_prio=0 tid=0x00007f3584025000 nid=0x5127 runnable 

"GC task thread#4 (ParallelGC)" os_prio=0 tid=0x00007f3584026800 nid=0x5128 runnable 

"GC task thread#5 (ParallelGC)" os_prio=0 tid=0x00007f3584028800 nid=0x5129 runnable 

"GC task thread#6 (ParallelGC)" os_prio=0 tid=0x00007f358402a000 nid=0x512a runnable 

"GC task thread#7 (ParallelGC)" os_prio=0 tid=0x00007f358402c000 nid=0x512b runnable 

"GC task thread#8 (ParallelGC)" os_prio=0 tid=0x00007f358402d800 nid=0x512c runnable 

"GC task thread#9 (ParallelGC)" os_prio=0 tid=0x00007f358402f800 nid=0x512d runnable 

"GC task thread#10 (ParallelGC)" os_prio=0 tid=0x00007f3584031000 nid=0x512e runnable 

"GC task thread#11 (ParallelGC)" os_prio=0 tid=0x00007f3584033000 nid=0x512f runnable 

"GC task thread#12 (ParallelGC)" os_prio=0 tid=0x00007f3584034800 nid=0x5130 runnable 

"VM Periodic Task Thread" os_prio=0 tid=0x00007f35842d1800 nid=0x51a0 waiting on condition 

JNI global references: 243

+ echo '************ END  zombies jstack extract'
************ END  zombies jstack extract
+ JIRA_COMMENT='

     {color:red}-1 core zombie tests{color}.  There are 5 zombie test(s): 	at org.apache.hadoop.hbase.master.TestMasterRestartAfterDisablingTable.testForCheckingIfEnableAndDisableWorksFineAfterSwitch(TestMasterRestartAfterDisablingTable.java:64)
	at org.apache.hadoop.hbase.master.TestTableLockManager.testAlterAndDisable(TestTableLockManager.java:126)
	at org.apache.hadoop.hbase.master.TestAssignmentManagerOnCluster.testOpenFailedUnrecoverable(TestAssignmentManagerOnCluster.java:686)
	at org.apache.hadoop.hbase.master.balancer.TestStochasticLoadBalancer.testWithCluster(TestStochasticLoadBalancer.java:656)
	at org.apache.hadoop.hbase.master.balancer.TestStochasticLoadBalancer.testWithCluster(TestStochasticLoadBalancer.java:645)
	at org.apache.hadoop.hbase.master.balancer.TestStochasticLoadBalancer.testRegionReplicasOnLargeCluster(TestStochasticLoadBalancer.java:541)'
+ BAD=1
+ jps
+ grep surefirebooter
+ cut -d ' ' -f 1
+ xargs kill -9
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Archiving artifacts
Sending artifact delta relative to HBase-1.1 #592
Archived 2075 artifacts
Archive block size is 32768
Received 41 blocks and 505276431 bytes
Compression is 0.3%
Took 2 min 52 sec
Recording test results
Updating HBASE-14155

Jenkins build is back to normal : HBase-1.1 #594

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-1.1/594/changes>