See 
<https://builds.apache.org/job/HBase-1.3/jdk=latest1.7,label=Hadoop/254/changes>

Changes:

[stack] HBASE-14582 Regionserver status webpage bucketcache list can become huge

[eclark] HBASE-14211 Add more rigorous integration tests of splits

[matteo.bertozzi] HBASE-14577 HBase shell help for scan and returning a column 
family has

[stack] HBASE-14587 Attach a test-sources.jar for hbase-server (Andrew Wang)

[tedyu] HBASE-14592 BatchRestartRsAction always restarts 0 RS when running

------------------------------------------
[...truncated 48267 lines...]
"C2 CompilerThread1" daemon prio=10 tid=0x00007f2a94299000 nid=0x1792 waiting 
on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C2 CompilerThread0" daemon prio=10 tid=0x00007f2a94296000 nid=0x1791 waiting 
on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"Signal Dispatcher" daemon prio=10 tid=0x00007f2a94294000 nid=0x1790 runnable 
[0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"Finalizer" daemon prio=10 tid=0x00007f2a9426b800 nid=0x178e in Object.wait() 
[0x00007f2a8c17b000]
   java.lang.Thread.State: WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
        - locked <0x00000007f8c59b80> (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=0x00007f2a94269000 nid=0x178d in 
Object.wait() [0x00007f2a8c27c000]
   java.lang.Thread.State: WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:503)
        at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
        - locked <0x00000007f8c596e8> (a java.lang.ref.Reference$Lock)

"main" prio=10 tid=0x00007f2a9400a800 nid=0x177e waiting on condition 
[0x00007f2a9ac30000]
   java.lang.Thread.State: TIMED_WAITING (sleeping)
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.hadoop.hbase.client.HBaseAdmin$ProcedureFuture.waitProcedureResult(HBaseAdmin.java:4461)
        at 
org.apache.hadoop.hbase.client.HBaseAdmin$ProcedureFuture.get(HBaseAdmin.java:4390)
        at 
org.apache.hadoop.hbase.client.HBaseAdmin.disableTable(HBaseAdmin.java:1304)
        at 
org.apache.hadoop.hbase.HBaseTestingUtility.deleteTable(HBaseTestingUtility.java:1915)
        at 
org.apache.hadoop.hbase.security.access.TestCellACLs.tearDown(TestCellACLs.java:482)
        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.RunAfters.evaluate(RunAfters.java:33)
        at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
        at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
        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=0x00007f2a94265000 nid=0x178c runnable 

"GC task thread#0 (ParallelGC)" prio=10 tid=0x00007f2a94020800 nid=0x177f 
runnable 

"GC task thread#1 (ParallelGC)" prio=10 tid=0x00007f2a94022000 nid=0x1780 
runnable 

"GC task thread#2 (ParallelGC)" prio=10 tid=0x00007f2a94024000 nid=0x1781 
runnable 

"GC task thread#3 (ParallelGC)" prio=10 tid=0x00007f2a94026000 nid=0x1782 
runnable 

"GC task thread#4 (ParallelGC)" prio=10 tid=0x00007f2a94028000 nid=0x1783 
runnable 

"GC task thread#5 (ParallelGC)" prio=10 tid=0x00007f2a94029800 nid=0x1784 
runnable 

"GC task thread#6 (ParallelGC)" prio=10 tid=0x00007f2a9402b800 nid=0x1785 
runnable 

"GC task thread#7 (ParallelGC)" prio=10 tid=0x00007f2a9402d800 nid=0x1786 
runnable 

"GC task thread#8 (ParallelGC)" prio=10 tid=0x00007f2a9402f000 nid=0x1787 
runnable 

"GC task thread#9 (ParallelGC)" prio=10 tid=0x00007f2a94031000 nid=0x1788 
runnable 

"GC task thread#10 (ParallelGC)" prio=10 tid=0x00007f2a94033000 nid=0x1789 
runnable 

"GC task thread#11 (ParallelGC)" prio=10 tid=0x00007f2a94035000 nid=0x178a 
runnable 

"GC task thread#12 (ParallelGC)" prio=10 tid=0x00007f2a94036800 nid=0x178b 
runnable 

"VM Periodic Task Thread" prio=10 tid=0x00007f2a942a6000 nid=0x1794 waiting on 
condition 

JNI global references: 261

2015-10-13 00:26:10
Full thread dump Java HotSpot(TM) 64-Bit Server VM (24.55-b03 mixed mode):

"Attach Listener" daemon prio=10 tid=0x00007f97f4e20800 nid=0x4958 waiting on 
condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"org.apache.hadoop.fs.FileSystem$Statistics$StatisticsDataReferenceCleaner" 
daemon prio=10 tid=0x00007f97f49dc000 nid=0x3d53 in Object.wait() 
[0x00007f97e819a000]
   java.lang.Thread.State: WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        - waiting on <0x00000007e2c6c010> (a java.lang.ref.ReferenceQueue$Lock)
        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
        - locked <0x00000007e2c6c010> (a java.lang.ref.ReferenceQueue$Lock)
        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
        at 
org.apache.hadoop.fs.FileSystem$Statistics$StatisticsDataReferenceCleaner.run(FileSystem.java:3101)
        at java.lang.Thread.run(Thread.java:745)

"process reaper" daemon prio=10 tid=0x00007f97f48c5000 nid=0x3b75 waiting on 
condition [0x00007f97e81d3000]
   java.lang.Thread.State: TIMED_WAITING (parking)
        at sun.misc.Unsafe.park(Native Method)
        - parking to wait for  <0x00000007e2c4d8c8> (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=0x00007f97f4291000 nid=0x3b6f runnable 
[0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C2 CompilerThread1" daemon prio=10 tid=0x00007f97f428e800 nid=0x3b6e waiting 
on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C2 CompilerThread0" daemon prio=10 tid=0x00007f97f428b800 nid=0x3b6d waiting 
on condition [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"Signal Dispatcher" daemon prio=10 tid=0x00007f97f4281800 nid=0x3b6c runnable 
[0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"Finalizer" daemon prio=10 tid=0x00007f97f426b000 nid=0x3b6b in Object.wait() 
[0x00007f97e9054000]
   java.lang.Thread.State: WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        - waiting on <0x00000007e2c6c1a0> (a java.lang.ref.ReferenceQueue$Lock)
        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
        - locked <0x00000007e2c6c1a0> (a java.lang.ref.ReferenceQueue$Lock)
        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
        at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:189)

"Reference Handler" daemon prio=10 tid=0x00007f97f4267000 nid=0x3b6a in 
Object.wait() [0x00007f97e9155000]
   java.lang.Thread.State: WAITING (on object monitor)
        at java.lang.Object.wait(Native Method)
        - waiting on <0x00000007e2c6c1d0> (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 <0x00000007e2c6c1d0> (a java.lang.ref.Reference$Lock)

"main" prio=10 tid=0x00007f97f400a000 nid=0x3b5b runnable [0x00007f97fb9fb000]
   java.lang.Thread.State: RUNNABLE
        at java.util.zip.Deflater.deflateBytes(Native Method)
        at java.util.zip.Deflater.deflate(Deflater.java:430)
        - locked <0x00000007d63ec410> (a java.util.zip.ZStreamRef)
        at java.util.zip.Deflater.deflate(Deflater.java:352)
        at 
java.util.zip.DeflaterOutputStream.deflate(DeflaterOutputStream.java:251)
        at 
java.util.zip.DeflaterOutputStream.write(DeflaterOutputStream.java:211)
        at java.util.zip.GZIPOutputStream.write(GZIPOutputStream.java:146)
        - locked <0x00000007d63ebfa8> (a java.util.zip.GZIPOutputStream)
        at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)
        at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:282)
        at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125)
        - locked <0x00000007d63ebf88> (a java.io.OutputStreamWriter)
        at java.io.OutputStreamWriter.write(OutputStreamWriter.java:207)
        at java.io.BufferedWriter.write(BufferedWriter.java:188)
        - locked <0x00000007d63ebf88> (a java.io.OutputStreamWriter)
        at java.io.Writer.write(Writer.java:127)
        at 
org.apache.hadoop.io.compress.TestCodec.testGzipLongOverflow(TestCodec.java:813)
        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: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.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.runners.ParentRunner.run(ParentRunner.java:309)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
        at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

"VM Thread" prio=10 tid=0x00007f97f4264800 nid=0x3b69 runnable 

"GC task thread#0 (ParallelGC)" prio=10 tid=0x00007f97f4020000 nid=0x3b5c 
runnable 

"GC task thread#1 (ParallelGC)" prio=10 tid=0x00007f97f4022000 nid=0x3b5d 
runnable 

"GC task thread#2 (ParallelGC)" prio=10 tid=0x00007f97f4023800 nid=0x3b5e 
runnable 

"GC task thread#3 (ParallelGC)" prio=10 tid=0x00007f97f4025800 nid=0x3b5f 
runnable 

"GC task thread#4 (ParallelGC)" prio=10 tid=0x00007f97f4027800 nid=0x3b60 
runnable 

"GC task thread#5 (ParallelGC)" prio=10 tid=0x00007f97f4029800 nid=0x3b61 
runnable 

"GC task thread#6 (ParallelGC)" prio=10 tid=0x00007f97f402b000 nid=0x3b62 
runnable 

"GC task thread#7 (ParallelGC)" prio=10 tid=0x00007f97f402d000 nid=0x3b63 
runnable 

"GC task thread#8 (ParallelGC)" prio=10 tid=0x00007f97f402f000 nid=0x3b64 
runnable 

"GC task thread#9 (ParallelGC)" prio=10 tid=0x00007f97f4030800 nid=0x3b65 
runnable 

"GC task thread#10 (ParallelGC)" prio=10 tid=0x00007f97f4032800 nid=0x3b66 
runnable 

"GC task thread#11 (ParallelGC)" prio=10 tid=0x00007f97f4034800 nid=0x3b67 
runnable 

"GC task thread#12 (ParallelGC)" prio=10 tid=0x00007f97f4036800 nid=0x3b68 
runnable 

"VM Periodic Task Thread" prio=10 tid=0x00007f97f429b800 nid=0x3b70 waiting on 
condition 

JNI global references: 343

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

     {color:red}-1 core zombie tests{color}.  There are 2 zombie test(s):       
at 
org.apache.hadoop.io.compress.TestCodec.testGzipLongOverflow(TestCodec.java:813)'
+ BAD=1
+ jps
+ grep surefirebooter
+ cut -d ' ' -f 1
+ xargs kill -9
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Archiving artifacts

Reply via email to