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/05/21 03:42:21 UTC

Build failed in Jenkins: HBase-TRUNK #6500

See <https://builds.apache.org/job/HBase-TRUNK/6500/changes>

Changes:

[eclark] HBASE-13698 Add RegionLocator methods to Thrift2

[eclark] HBASE-13700 Change Thrift2 so that number of woker threads can be passed in

------------------------------------------
[...truncated 5165 lines...]
	at org.jboss.netty.util.internal.LinkedTransferQueue.xfer(LinkedTransferQueue.java:640)
	at org.jboss.netty.util.internal.LinkedTransferQueue.poll(LinkedTransferQueue.java:1151)
	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)

"executor-2" prio=10 tid=0x00007fa460001000 nid=0x26fb waiting on condition [0x00007fa4abcfb000]
   java.lang.Thread.State: TIMED_WAITING (parking)
	at sun.misc.Unsafe.park(Native Method)
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:349)
	at org.jboss.netty.util.internal.LinkedTransferQueue.awaitMatch(LinkedTransferQueue.java:730)
	at org.jboss.netty.util.internal.LinkedTransferQueue.xfer(LinkedTransferQueue.java:640)
	at org.jboss.netty.util.internal.LinkedTransferQueue.poll(LinkedTransferQueue.java:1151)
	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)

"New I/O server worker #9-1" prio=10 tid=0x00007fa48401c000 nid=0x26fa runnable [0x00007fa4aadec000]
   java.lang.Thread.State: RUNNABLE
	at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
	at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
	at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79)
	at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
	- locked <0x00000000fe0885a8> (a sun.nio.ch.Util$2)
	- locked <0x00000000fe0885b8> (a java.util.Collections$UnmodifiableSet)
	- locked <0x00000000fe088560> (a sun.nio.ch.EPollSelectorImpl)
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
	at org.jboss.netty.channel.socket.nio.SelectorUtil.select(SelectorUtil.java:33)
	at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:157)
	at org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:102)
	at org.jboss.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)

"executor-1" prio=10 tid=0x00007fa484002000 nid=0x26f9 waiting on condition [0x00007fa4abefd000]
   java.lang.Thread.State: TIMED_WAITING (parking)
	at sun.misc.Unsafe.park(Native Method)
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:349)
	at org.jboss.netty.util.internal.LinkedTransferQueue.awaitMatch(LinkedTransferQueue.java:730)
	at org.jboss.netty.util.internal.LinkedTransferQueue.xfer(LinkedTransferQueue.java:640)
	at org.jboss.netty.util.internal.LinkedTransferQueue.poll(LinkedTransferQueue.java:1151)
	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)

"Hashed wheel timer #9" prio=10 tid=0x00007fa484001800 nid=0x26f8 waiting on condition [0x00007fa4aaeed000]
   java.lang.Thread.State: TIMED_WAITING (sleeping)
	at java.lang.Thread.sleep(Native Method)
	at org.jboss.netty.util.HashedWheelTimer$Worker.waitForNextTick(HashedWheelTimer.java:455)
	at org.jboss.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:372)
	at org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:102)
	at java.lang.Thread.run(Thread.java:745)

"New I/O server boss #9 ([id: 0x2dd9bebf, /127.0.0.1:8009])" prio=10 tid=0x00007fa5086b0000 nid=0x26f7 runnable [0x00007fa4ab0ef000]
   java.lang.Thread.State: RUNNABLE
	at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
	at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
	at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79)
	at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
	- locked <0x00000000fe098350> (a sun.nio.ch.Util$2)
	- locked <0x00000000fe098360> (a java.util.Collections$UnmodifiableSet)
	- locked <0x00000000fe098308> (a sun.nio.ch.EPollSelectorImpl)
	at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
	at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink$Boss.run(NioServerSocketPipelineSink.java:232)
	at org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:102)
	at org.jboss.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)

"Service Thread" daemon prio=10 tid=0x00007fa5082a0800 nid=0x2664 runnable [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

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

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

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

"Finalizer" daemon prio=10 tid=0x00007fa508276800 nid=0x2660 in Object.wait() [0x00007fa4d25e4000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	- waiting on <0x00000000fe098828> (a java.lang.ref.ReferenceQueue$Lock)
	at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
	- locked <0x00000000fe098828> (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=0x00007fa508274800 nid=0x265f in Object.wait() [0x00007fa4d26e5000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait(Native Method)
	- waiting on <0x00000000fe0989c0> (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 <0x00000000fe0989c0> (a java.lang.ref.Reference$Lock)

"main" prio=10 tid=0x00007fa50800a000 nid=0x2650 runnable [0x00007fa512107000]
   java.lang.Thread.State: RUNNABLE
	at org.apache.commons.net.io.DotTerminatedMessageReader.read(DotTerminatedMessageReader.java:77)
	- locked <0x00000000e01efe80> (a org.apache.commons.net.io.CRLFLineReader)
	at org.apache.commons.net.io.DotTerminatedMessageReader.close(DotTerminatedMessageReader.java:214)
	- locked <0x00000000e01efe80> (a org.apache.commons.net.io.CRLFLineReader)
	at org.apache.james.pop3server.POP3ServerTest.testDeadlockOnRetr(POP3ServerTest.java:675)
	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.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: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 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.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:158)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:86)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:95)

"VM Thread" prio=10 tid=0x00007fa508270000 nid=0x265e runnable 

"GC task thread#0 (ParallelGC)" prio=10 tid=0x00007fa508020000 nid=0x2651 runnable 

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

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

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

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

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

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

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

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

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

"GC task thread#10 (ParallelGC)" prio=10 tid=0x00007fa508032800 nid=0x265b runnable 

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

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

"VM Periodic Task Thread" prio=10 tid=0x00007fa5082ab800 nid=0x2665 waiting on condition 

JNI global references: 268

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

     {color:red}-1 core zombie tests{color}.  There are 1 zombie test(s): 	at org.apache.james.pop3server.POP3ServerTest.testDeadlockOnRetr(POP3ServerTest.java:675)'
+ BAD=1
+ grep surefirebooter
+ jps
+ 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-TRUNK #6498
Archived 2156 artifacts
Archive block size is 32768
Received 78 blocks and 411942052 bytes
Compression is 0.6%
Took 2 min 42 sec
Recording test results
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Finding all files that match the pattern **/findbugs.xml,**/findbugsXml.xml
[FINDBUGS] Parsing 24 files in <https://builds.apache.org/job/HBase-TRUNK/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-annotations/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-annotations/target/findbugsXml.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-client/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-client/target/findbugsXml.xml> of module  with 8 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-common/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-common/target/findbugsXml.xml> of module  with 1 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-examples/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-examples/target/findbugsXml.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-hadoop-compat/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-hadoop-compat/target/findbugsXml.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-hadoop2-compat/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-hadoop2-compat/target/findbugsXml.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-prefix-tree/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-prefix-tree/target/findbugsXml.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-procedure/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-procedure/target/findbugsXml.xml> of module  with 1 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-protocol/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-protocol/target/findbugsXml.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-rest/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-rest/target/findbugsXml.xml> of module  with 2 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-server/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-server/target/findbugsXml.xml> of module  with 63 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-thrift/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-thrift/target/findbugsXml.xml> of module  with 0 warnings.
[FINDBUGS] Computing warning deltas based on reference build #6498
[CHECKSTYLE] Collecting checkstyle analysis files...
[CHECKSTYLE] Finding all files that match the pattern **/checkstyle-result.xml
[CHECKSTYLE] Parsing 21 files in <https://builds.apache.org/job/HBase-TRUNK/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-annotations/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-assembly/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-checkstyle/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-client/target/checkstyle-result.xml> of module  with 214 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-common/target/checkstyle-result.xml> of module  with 127 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-examples/target/checkstyle-result.xml> of module  with 30 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-hadoop-compat/target/checkstyle-result.xml> of module  with 2 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-hadoop2-compat/target/checkstyle-result.xml> of module  with 47 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-it/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-prefix-tree/target/checkstyle-result.xml> of module  with 23 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-procedure/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-protocol/target/checkstyle-result.xml> of module  with 3 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-rest/target/checkstyle-result.xml> of module  with 42 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-server/target/checkstyle-result.xml> of module  with 1377 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-shaded/hbase-shaded-client/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-shaded/hbase-shaded-server/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-shaded/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-shell/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-testing-util/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/hbase-thrift/target/checkstyle-result.xml> of module  with 28 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/HBase-TRUNK/6500/artifact/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Computing warning deltas based on reference build #6498
Updating HBASE-13700
Updating HBASE-13698

Jenkins build is back to normal : HBase-TRUNK #6501

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