See
<https://builds.apache.org/job/HBase-1.3/jdk=latest1.8,label=Hadoop/501/changes>
Changes:
[matteo.bertozzi] HBASE-15106 Procedure v2 - Procedure Queue pass Procedure for
better
[eclark] HBASE-15102 Fix HeapMemoryTuner overtuning memstore
[tedyu] HBASE-14865 Support passing multiple QOPs to SaslClient/Server via
------------------------------------------
[...truncated 44572 lines...]
Performing Post build task...
Match found for :.* : True
Logical operation result is TRUE
Running script : # Post-build task script. TODO: Check this in and have all
builds reference check-in.
pwd && ls
# NOTE!!!! The below code has been copied and pasted from
./dev-tools/run-test.sh
# Do not change here without syncing there and vice-versa.
ZOMBIE_TESTS_COUNT=`jps -v | grep surefirebooter | grep -e '-Dhbase.test' | wc
-l`
if [[ $ZOMBIE_TESTS_COUNT != 0 ]] ; then
echo "Suspicious java process found - waiting 30s to see if there are just
slow to stop"
sleep 30
ZOMBIE_TESTS_COUNT=`jps -v | grep surefirebooter | grep -e '-Dhbase.test' | wc
-l`
if [[ $ZOMBIE_TESTS_COUNT != 0 ]] ; then
echo " {color:red}There appear to be $ZOMBIE_TESTS_COUNT zombie
tests{color}, they should have been killed by surefire but survived"
jps -v | grep surefirebooter | grep -e '-Dhbase.test'
jps -v | grep surefirebooter | grep -e '-Dhbase.test' | cut -d ' ' -f 1 |
xargs -n 1 jstack
# Exit with error
exit 1
else
echo "We're ok: there is no zombie test, but some tests took some time to
stop"
fi
else
echo "We're ok: there is no zombie test"
fi
[Hadoop] $ /bin/bash -xe /tmp/hudson1934666730468102372.sh
+ pwd
<https://builds.apache.org/job/HBase-1.3/jdk=latest1.8,label=Hadoop/ws/>
+ ls
bin
CHANGES.txt
conf
dev-support
hbase-annotations
hbase-assembly
hbase-checkstyle
hbase-client
hbase-common
hbase-examples
hbase-external-blockcache
hbase-hadoop2-compat
hbase-hadoop-compat
hbase-it
hbase-native-client
hbase-prefix-tree
hbase-procedure
hbase-protocol
hbase-resource-bundle
hbase-rest
hbase-server
hbase-shaded
hbase-shell
hbase-testing-util
hbase-thrift
LICENSE.txt
NOTICE.txt
pom.xml
README.txt
src
target
++ jps -v
++ grep surefirebooter
++ grep -e -Dhbase.test
++ wc -l
+ ZOMBIE_TESTS_COUNT=1
+ [[ 1 != 0 ]]
+ echo 'Suspicious java process found - waiting 30s to see if there are just
slow to stop'
Suspicious java process found - waiting 30s to see if there are just slow to
stop
+ sleep 30
++ jps -v
++ grep surefirebooter
++ wc -l
++ grep -e -Dhbase.test
+ ZOMBIE_TESTS_COUNT=1
+ [[ 1 != 0 ]]
+ echo ' {color:red}There appear to be 1 zombie tests{color}, they should have
been killed by surefire but survived'
{color:red}There appear to be 1 zombie tests{color}, they should have been
killed by surefire but survived
+ jps -v
+ grep surefirebooter
+ grep -e -Dhbase.test
16173 surefirebooter7765637014305012697.jar -enableassertions -Dhbase.test
-Xmx2800m -XX:MaxPermSize=256m -Djava.security.egd=file:/dev/./urandom
-Djava.net.preferIPv4Stack=true -Djava.awt.headless=true
+ jps -v
+ grep surefirebooter
+ grep -e -Dhbase.test
+ xargs -n 1 jstack
+ cut -d ' ' -f 1
2016-01-20 01:16:22
Full thread dump Java HotSpot(TM) 64-Bit Server VM (24.80-b11 mixed mode):
"Attach Listener" daemon prio=10 tid=0x00007f448c001000 nid=0x3fec waiting on
condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Thread-7" daemon prio=10 tid=0x00007f4474049000 nid=0x3f4e waiting on
condition [0x00007f44a1e24000]
java.lang.Thread.State: TIMED_WAITING (sleeping)
at java.lang.Thread.sleep(Native Method)
at
org.apache.hadoop.hbase.master.procedure.TestMasterProcedureScheduler$3.run(TestMasterProcedureScheduler.java:404)
"Thread-5" daemon prio=10 tid=0x00007f4474045000 nid=0x3f4c waiting on
condition [0x00007f44a2026000]
java.lang.Thread.State: TIMED_WAITING (sleeping)
at java.lang.Thread.sleep(Native Method)
at
org.apache.hadoop.hbase.master.procedure.TestMasterProcedureScheduler$3.run(TestMasterProcedureScheduler.java:404)
"Thread-2" daemon prio=10 tid=0x00007f447403f800 nid=0x3f49 waiting on
condition [0x00007f44a2329000]
java.lang.Thread.State: TIMED_WAITING (sleeping)
at java.lang.Thread.sleep(Native Method)
at
org.apache.hadoop.hbase.master.procedure.TestMasterProcedureScheduler$3.run(TestMasterProcedureScheduler.java:404)
"Thread-1" daemon prio=10 tid=0x00007f447403e000 nid=0x3f48 waiting on
condition [0x00007f44a242a000]
java.lang.Thread.State: TIMED_WAITING (sleeping)
at java.lang.Thread.sleep(Native Method)
at
org.apache.hadoop.hbase.master.procedure.TestMasterProcedureScheduler$3.run(TestMasterProcedureScheduler.java:404)
"Time-limited test" daemon prio=10 tid=0x00007f44e4c0e800 nid=0x3f47 in
Object.wait() [0x00007f44a252e000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0x00000007c9853768> (a
org.apache.hadoop.hbase.master.procedure.TestMasterProcedureScheduler$3)
at java.lang.Thread.join(Thread.java:1281)
- locked <0x00000007c9853768> (a
org.apache.hadoop.hbase.master.procedure.TestMasterProcedureScheduler$3)
at java.lang.Thread.join(Thread.java:1355)
at
org.apache.hadoop.hbase.master.procedure.TestMasterProcedureScheduler.testConcurrentWriteOps(TestMasterProcedureScheduler.java:428)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
at
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.lang.Thread.run(Thread.java:745)
"process reaper" daemon prio=10 tid=0x00007f44e4b8f000 nid=0x3f45 waiting on
condition [0x00007f44a2572000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000007c8428cd0> (a
java.util.concurrent.SynchronousQueue$TransferStack)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
"Service Thread" daemon prio=10 tid=0x00007f44e4293800 nid=0x3f42 runnable
[0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"C2 CompilerThread1" daemon prio=10 tid=0x00007f44e4291800 nid=0x3f41 waiting
on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"C2 CompilerThread0" daemon prio=10 tid=0x00007f44e428e800 nid=0x3f40 waiting
on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Signal Dispatcher" daemon prio=10 tid=0x00007f44e428c000 nid=0x3f3f runnable
[0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Finalizer" daemon prio=10 tid=0x00007f44e426b800 nid=0x3f3e in Object.wait()
[0x00007f44a3c5a000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0x00000007c5a84858> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
- locked <0x00000007c5a84858> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)
"Reference Handler" daemon prio=10 tid=0x00007f44e4269800 nid=0x3f3d in
Object.wait() [0x00007f44a3d5b000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0x00000007c5a84470> (a java.lang.ref.Reference$Lock)
at java.lang.Object.wait(Object.java:503)
at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
- locked <0x00000007c5a84470> (a java.lang.ref.Reference$Lock)
"main" prio=10 tid=0x00007f44e400a800 nid=0x3f2e waiting on condition
[0x00007f44ec6f0000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000007c93c8770> (a
java.util.concurrent.FutureTask)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
at java.util.concurrent.FutureTask.awaitDone(FutureTask.java:422)
at java.util.concurrent.FutureTask.get(FutureTask.java:199)
at
org.junit.internal.runners.statements.FailOnTimeout.getResult(FailOnTimeout.java:141)
at
org.junit.internal.runners.statements.FailOnTimeout.evaluate(FailOnTimeout.java:127)
at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
at
org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:108)
at
org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:78)
at
org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:54)
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" prio=10 tid=0x00007f44e4265000 nid=0x3f3c runnable
"GC task thread#0 (ParallelGC)" prio=10 tid=0x00007f44e4020800 nid=0x3f2f
runnable
"GC task thread#1 (ParallelGC)" prio=10 tid=0x00007f44e4022800 nid=0x3f30
runnable
"GC task thread#2 (ParallelGC)" prio=10 tid=0x00007f44e4024000 nid=0x3f31
runnable
"GC task thread#3 (ParallelGC)" prio=10 tid=0x00007f44e4026000 nid=0x3f32
runnable
"GC task thread#4 (ParallelGC)" prio=10 tid=0x00007f44e4028000 nid=0x3f33
runnable
"GC task thread#5 (ParallelGC)" prio=10 tid=0x00007f44e4029800 nid=0x3f34
runnable
"GC task thread#6 (ParallelGC)" prio=10 tid=0x00007f44e402b800 nid=0x3f35
runnable
"GC task thread#7 (ParallelGC)" prio=10 tid=0x00007f44e402d800 nid=0x3f36
runnable
"GC task thread#8 (ParallelGC)" prio=10 tid=0x00007f44e402f800 nid=0x3f37
runnable
"GC task thread#9 (ParallelGC)" prio=10 tid=0x00007f44e4031000 nid=0x3f38
runnable
"GC task thread#10 (ParallelGC)" prio=10 tid=0x00007f44e4033000 nid=0x3f39
runnable
"GC task thread#11 (ParallelGC)" prio=10 tid=0x00007f44e4035000 nid=0x3f3a
runnable
"GC task thread#12 (ParallelGC)" prio=10 tid=0x00007f44e4036800 nid=0x3f3b
runnable
"VM Periodic Task Thread" prio=10 tid=0x00007f44e429e800 nid=0x3f43 waiting on
condition
JNI global references: 122
+ exit 1
POST BUILD TASK : FAILURE
END OF POST BUILD TASK : 0
Archiving artifacts
Recording test results