See <https://builds.apache.org/job/HBase-TRUNK/6894/changes>
Changes:
[tedyu] HBASE-14578 URISyntaxException during snapshot restore for table with
[tedyu] HBASE-14581 Znode cleanup throws auth exception in secure mode
------------------------------------------
[...truncated 5939 lines...]
"GC task thread#13 (ParallelGC)" prio=10 tid=0x00007fc224038000 nid=0x1908
runnable
"GC task thread#14 (ParallelGC)" prio=10 tid=0x00007fc22403a000 nid=0x1909
runnable
"GC task thread#15 (ParallelGC)" prio=10 tid=0x00007fc22403c000 nid=0x190a
runnable
"GC task thread#16 (ParallelGC)" prio=10 tid=0x00007fc22403e000 nid=0x190b
runnable
"GC task thread#17 (ParallelGC)" prio=10 tid=0x00007fc22403f800 nid=0x190c
runnable
"VM Periodic Task Thread" prio=10 tid=0x00007fc224345800 nid=0x1916 waiting on
condition
JNI global references: 250
2015-10-10 12:56:48
Full thread dump Java HotSpot(TM) Server VM (20.45-b01 mixed mode):
"Attach Listener" daemon prio=10 tid=0xac700800 nid=0x651b waiting on condition
[0x00000000]
java.lang.Thread.State: RUNNABLE
"Thread-111" prio=10 tid=0xf6840000 nid=0x64fe runnable [0xae97d000]
java.lang.Thread.State: RUNNABLE
at java.io.FileInputStream.readBytes(Native Method)
at java.io.FileInputStream.read(FileInputStream.java:220)
at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)
at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306)
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158)
- locked <0xde526398> (a java.io.InputStreamReader)
at java.io.InputStreamReader.read(InputStreamReader.java:167)
at java.io.BufferedReader.fill(BufferedReader.java:136)
at java.io.BufferedReader.readLine(BufferedReader.java:299)
- locked <0xde526398> (a java.io.InputStreamReader)
at java.io.BufferedReader.readLine(BufferedReader.java:362)
at org.apache.maven.it.util.cli.StreamPumper.run(StreamPumper.java:139)
"Thread-110" prio=10 tid=0xabe22400 nid=0x64fd runnable [0xae57d000]
java.lang.Thread.State: RUNNABLE
at java.io.FileInputStream.readBytes(Native Method)
at java.io.FileInputStream.read(FileInputStream.java:220)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:256)
at java.io.BufferedInputStream.read(BufferedInputStream.java:317)
- locked <0xde53fa20> (a java.io.BufferedInputStream)
at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)
at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306)
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158)
- locked <0xde5238d0> (a java.io.InputStreamReader)
at java.io.InputStreamReader.read(InputStreamReader.java:167)
at java.io.BufferedReader.fill(BufferedReader.java:136)
at java.io.BufferedReader.readLine(BufferedReader.java:299)
- locked <0xde5238d0> (a java.io.InputStreamReader)
at java.io.BufferedReader.readLine(BufferedReader.java:362)
at org.apache.maven.it.util.cli.StreamPumper.run(StreamPumper.java:152)
"process reaper" daemon prio=10 tid=0xabe18800 nid=0x64fb runnable [0xae77d000]
java.lang.Thread.State: RUNNABLE
at java.lang.UNIXProcess.waitForProcessExit(Native Method)
at java.lang.UNIXProcess.access$900(UNIXProcess.java:20)
at java.lang.UNIXProcess$1$1.run(UNIXProcess.java:132)
"Low Memory Detector" daemon prio=10 tid=0xacdb9400 nid=0x352b runnable
[0x00000000]
java.lang.Thread.State: RUNNABLE
"C2 CompilerThread1" daemon prio=10 tid=0xacdb7800 nid=0x352a waiting on
condition [0x00000000]
java.lang.Thread.State: RUNNABLE
"C2 CompilerThread0" daemon prio=10 tid=0xacdb5800 nid=0x3529 waiting on
condition [0x00000000]
java.lang.Thread.State: RUNNABLE
"Signal Dispatcher" daemon prio=10 tid=0xacdb4000 nid=0x3528 runnable
[0x00000000]
java.lang.Thread.State: RUNNABLE
"Finalizer" daemon prio=10 tid=0xacda6400 nid=0x351f in Object.wait()
[0xaf255000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0xdf1b4498> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)
- locked <0xdf1b4498> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:134)
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:171)
"Reference Handler" daemon prio=10 tid=0xacda5000 nid=0x351e in Object.wait()
[0xacc7d000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0xdf1b4110> (a java.lang.ref.Reference$Lock)
at java.lang.Object.wait(Object.java:485)
at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:116)
- locked <0xdf1b4110> (a java.lang.ref.Reference$Lock)
"main" prio=10 tid=0xf6805400 nid=0x3500 in Object.wait() [0xf698b000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0xde5231d8> (a java.lang.UNIXProcess)
at java.lang.Object.wait(Object.java:485)
at java.lang.UNIXProcess.waitFor(UNIXProcess.java:165)
- locked <0xde5231d8> (a java.lang.UNIXProcess)
at
org.apache.maven.it.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:130)
at
org.apache.maven.it.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:90)
at org.apache.maven.it.ForkedLauncher.run(ForkedLauncher.java:112)
at org.apache.maven.it.Verifier.executeGoals(Verifier.java:1381)
at org.apache.maven.it.Verifier.executeGoal(Verifier.java:1240)
at org.apache.maven.it.Verifier.executeGoal(Verifier.java:1234)
at
org.apache.maven.plugin.ear.it.AbstractEarPluginIT.executeMojo(AbstractEarPluginIT.java:96)
at
org.apache.maven.plugin.ear.it.AbstractEarPluginIT.executeMojo(AbstractEarPluginIT.java:127)
at
org.apache.maven.plugin.ear.it.AbstractEarPluginIT.doTestProject(AbstractEarPluginIT.java:144)
at
org.apache.maven.plugin.ear.it.AbstractEarPluginIT.doTestProject(AbstractEarPluginIT.java:172)
at
org.apache.maven.plugin.ear.it.AbstractEarPluginIT.doTestProject(AbstractEarPluginIT.java:189)
at
org.apache.maven.plugin.ear.it.AbstractEarPluginIT.doTestProject(AbstractEarPluginIT.java:204)
at
org.apache.maven.plugin.ear.it.EarMojoIT.testProject056(EarMojoIT.java:606)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:243)
at junit.framework.TestSuite.run(TestSuite.java:238)
at
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
at
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
at
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
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=0xacda1400 nid=0x351a runnable
"GC task thread#0 (ParallelGC)" prio=10 tid=0xf680c800 nid=0x3501 runnable
"GC task thread#1 (ParallelGC)" prio=10 tid=0xf680e000 nid=0x3502 runnable
"GC task thread#2 (ParallelGC)" prio=10 tid=0xf680f400 nid=0x3503 runnable
"GC task thread#3 (ParallelGC)" prio=10 tid=0xf6810c00 nid=0x3504 runnable
"GC task thread#4 (ParallelGC)" prio=10 tid=0xf6812000 nid=0x3505 runnable
"GC task thread#5 (ParallelGC)" prio=10 tid=0xf6813800 nid=0x3506 runnable
"GC task thread#6 (ParallelGC)" prio=10 tid=0xf6814c00 nid=0x3507 runnable
"GC task thread#7 (ParallelGC)" prio=10 tid=0xf6816400 nid=0x3508 runnable
"GC task thread#8 (ParallelGC)" prio=10 tid=0xf6817800 nid=0x3509 runnable
"GC task thread#9 (ParallelGC)" prio=10 tid=0xf6819000 nid=0x350a runnable
"GC task thread#10 (ParallelGC)" prio=10 tid=0xf681a800 nid=0x350c runnable
"GC task thread#11 (ParallelGC)" prio=10 tid=0xf681bc00 nid=0x350d runnable
"GC task thread#12 (ParallelGC)" prio=10 tid=0xf681d400 nid=0x350e runnable
"GC task thread#13 (ParallelGC)" prio=10 tid=0xf681e800 nid=0x350f runnable
"GC task thread#14 (ParallelGC)" prio=10 tid=0xf6820000 nid=0x3510 runnable
"GC task thread#15 (ParallelGC)" prio=10 tid=0xf6821400 nid=0x3511 runnable
"GC task thread#16 (ParallelGC)" prio=10 tid=0xf6822c00 nid=0x3512 runnable
"GC task thread#17 (ParallelGC)" prio=10 tid=0xf6824000 nid=0x3513 runnable
"VM Periodic Task Thread" prio=10 tid=0xacdc3400 nid=0x352c waiting on
condition
JNI global references: 1582
+ 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.camel.component.jetty.jettyproducer.HttpJettyProducerRecipientListCustomThreadPoolTest.testRecipientList(HttpJettyProducerRecipientListCustomThreadPoolTest.java:40)
at
org.apache.maven.plugin.ear.it.EarMojoIT.testProject056(EarMojoIT.java:606)'
+ BAD=1
+ jps
+ grep surefirebooter
+ cut -d ' ' -f 1
+ xargs kill -9
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Archiving artifacts
Recording test results
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Finding all files that match the pattern
**/findbugs.xml,**/findbugsXml.xml
[FINDBUGS] Parsing 28 files in <https://builds.apache.org/job/HBase-TRUNK/ws/>
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-annotations/target/findbugs.xml>
with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-annotations/target/findbugsXml.xml>
with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-client/target/findbugs.xml>
with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-client/target/findbugsXml.xml>
with 13 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-common/target/findbugs.xml>
with 13 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-common/target/findbugsXml.xml>
with 21 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-examples/target/findbugs.xml>
with 21 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-examples/target/findbugsXml.xml>
with 21 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-external-blockcache/target/findbugs.xml>
with 21 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-external-blockcache/target/findbugsXml.xml>
with 21 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-hadoop-compat/target/findbugs.xml>
with 21 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-hadoop-compat/target/findbugsXml.xml>
with 21 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-hadoop2-compat/target/findbugs.xml>
with 21 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-hadoop2-compat/target/findbugsXml.xml>
with 21 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-prefix-tree/target/findbugs.xml>
with 21 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-prefix-tree/target/findbugsXml.xml>
with 22 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-procedure/target/findbugs.xml>
with 22 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-procedure/target/findbugsXml.xml>
with 23 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-protocol/target/findbugs.xml>
with 23 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-protocol/target/findbugsXml.xml>
with 23 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-rest/target/findbugs.xml>
with 23 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-rest/target/findbugsXml.xml>
with 25 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-server/target/findbugs.xml>
with 25 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-server/target/findbugsXml.xml>
with 101 unique warnings and 1 duplicate.
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-spark/target/findbugs.xml>
with 101 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-spark/target/findbugsXml.xml>
with 132 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-thrift/target/findbugs.xml>
with 132 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-thrift/target/findbugsXml.xml>
with 132 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #6882
[CHECKSTYLE] Collecting checkstyle analysis files...
[CHECKSTYLE] Finding all files that match the pattern **/checkstyle-result.xml
[CHECKSTYLE] Parsing 24 files in <https://builds.apache.org/job/HBase-TRUNK/ws/>
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-annotations/target/checkstyle-result.xml>
with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-assembly/target/checkstyle-result.xml>
with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-checkstyle/target/checkstyle-result.xml>
with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-client/target/checkstyle-result.xml>
with 203 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-common/target/checkstyle-result.xml>
with 304 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-examples/target/checkstyle-result.xml>
with 332 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-external-blockcache/target/checkstyle-result.xml>
with 332 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-hadoop-compat/target/checkstyle-result.xml>
with 334 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-hadoop2-compat/target/checkstyle-result.xml>
with 365 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-it/target/checkstyle-result.xml>
with 365 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-prefix-tree/target/checkstyle-result.xml>
with 381 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-procedure/target/checkstyle-result.xml>
with 381 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-protocol/target/checkstyle-result.xml>
with 383 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-resource-bundle/target/checkstyle-result.xml>
with 383 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-rest/target/checkstyle-result.xml>
with 425 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-server/target/checkstyle-result.xml>
with 1739 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-shaded/hbase-shaded-client/target/checkstyle-result.xml>
with 1739 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-shaded/hbase-shaded-server/target/checkstyle-result.xml>
with 1739 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-shaded/target/checkstyle-result.xml>
with 1739 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-shell/target/checkstyle-result.xml>
with 1739 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-spark/target/checkstyle-result.xml>
with 1739 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-testing-util/target/checkstyle-result.xml>
with 1739 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/hbase-thrift/target/checkstyle-result.xml>
with 1761 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/HBase-TRUNK/6894/artifact/target/checkstyle-result.xml>
with 1761 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #6882
Updating HBASE-14581
Updating HBASE-14578