Build: https://builds.apache.org/job/Lucene-Solr-Tests-http2/60/

6 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestRandomFlRTGCloud

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.TestRandomFlRTGCloud: 
    1) Thread[id=11264, name=qtp586795236-11264, state=TIMED_WAITING, 
group=TGRP-TestRandomFlRTGCloud]         at sun.misc.Unsafe.park(Native Method) 
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:292)
         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:357)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683) 
        at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.cloud.TestRandomFlRTGCloud: 
   1) Thread[id=11264, name=qtp586795236-11264, state=TIMED_WAITING, 
group=TGRP-TestRandomFlRTGCloud]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:292)
        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:357)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([2F3372BDFAF56E9B]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestRandomFlRTGCloud

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=11264, name=qtp586795236-11264, state=TIMED_WAITING, 
group=TGRP-TestRandomFlRTGCloud]         at sun.misc.Unsafe.park(Native Method) 
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:292)
         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:357)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683) 
        at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=11264, name=qtp586795236-11264, state=TIMED_WAITING, 
group=TGRP-TestRandomFlRTGCloud]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:292)
        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:357)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([2F3372BDFAF56E9B]:0)


FAILED:  
junit.framework.TestSuite.org.apache.solr.client.solrj.impl.Http2SolrClientCompatibilityTest

Error Message:
13 threads leaked from SUITE scope at 
org.apache.solr.client.solrj.impl.Http2SolrClientCompatibilityTest:     1) 
Thread[id=8420, name=qtp304307789-8420, state=RUNNABLE, 
group=TGRP-Http2SolrClientCompatibilityTest]         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:93)         at 
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at 
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at 
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)         at 
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423)
         at 
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360)
         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)
         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)
         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)
         at 
org.eclipse.jetty.io.ManagedSelector$$Lambda$46/769635507.run(Unknown Source)   
      at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683) 
        at java.lang.Thread.run(Thread.java:748)    2) Thread[id=8425, 
name=qtp304307789-8425, state=TIMED_WAITING, 
group=TGRP-Http2SolrClientCompatibilityTest]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
         at 
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)     
    at 
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720) 
        at java.lang.Thread.run(Thread.java:748)    3) Thread[id=8464, 
name=MetricsHistoryHandler-1442-thread-1, state=TIMED_WAITING, 
group=TGRP-Http2SolrClientCompatibilityTest]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
         at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
         at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
        at java.lang.Thread.run(Thread.java:748)    4) Thread[id=8466, 
name=Thread-4768, state=WAITING, group=TGRP-Http2SolrClientCompatibilityTest]   
      at java.lang.Object.wait(Native Method)         at 
java.lang.Object.wait(Object.java:502)         at 
org.apache.solr.core.CloserThread.run(CoreContainer.java:1902)    5) 
Thread[id=8421, name=qtp304307789-8421, state=RUNNABLE, 
group=TGRP-Http2SolrClientCompatibilityTest]         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:93)         at 
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at 
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at 
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)         at 
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423)
         at 
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360)
         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)
         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)
         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)
         at 
org.eclipse.jetty.io.ManagedSelector$$Lambda$46/769635507.run(Unknown Source)   
      at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683) 
        at java.lang.Thread.run(Thread.java:748)    6) Thread[id=8427, 
name=qtp304307789-8427, state=TIMED_WAITING, 
group=TGRP-Http2SolrClientCompatibilityTest]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
         at 
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)     
    at 
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720) 
        at java.lang.Thread.run(Thread.java:748)    7) Thread[id=8424, 
name=qtp304307789-8424, state=TIMED_WAITING, 
group=TGRP-Http2SolrClientCompatibilityTest]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
         at 
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)     
    at 
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720) 
        at java.lang.Thread.run(Thread.java:748)    8) Thread[id=8426, 
name=qtp304307789-8426, state=TIMED_WAITING, 
group=TGRP-Http2SolrClientCompatibilityTest]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
         at 
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)     
    at 
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720) 
        at java.lang.Thread.run(Thread.java:748)    9) Thread[id=8467, 
name=coreContainerWorkExecutor-1436-thread-1, state=TIMED_WAITING, 
group=TGRP-Http2SolrClientCompatibilityTest]         at 
sun.misc.Unsafe.park(Native Method)         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:1073)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
        at java.lang.Thread.run(Thread.java:748)   10) Thread[id=8422, 
name=qtp304307789-8422-acceptor-0@62779f3f-ServerConnector@488ae754{HTTP/1.1,[http/1.1]}{127.0.0.1:40030},
 state=RUNNABLE, group=TGRP-Http2SolrClientCompatibilityTest]         at 
sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)         at 
sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:422)     
    at 
sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250)     
    at 
org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:385)       
  at 
org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:648)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683) 
        at java.lang.Thread.run(Thread.java:748)   11) Thread[id=8423, 
name=qtp304307789-8423, state=TIMED_WAITING, 
group=TGRP-Http2SolrClientCompatibilityTest]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
         at 
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)     
    at 
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720) 
        at java.lang.Thread.run(Thread.java:748)   12) Thread[id=8428, 
name=Scheduler-1310007807, state=TIMED_WAITING, 
group=TGRP-Http2SolrClientCompatibilityTest]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
         at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
         at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
        at java.lang.Thread.run(Thread.java:748)   13) Thread[id=8463, 
name=SolrRrdBackendFactory-1441-thread-1, state=TIMED_WAITING, 
group=TGRP-Http2SolrClientCompatibilityTest]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
         at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
         at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
        at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 13 threads leaked from 
SUITE scope at 
org.apache.solr.client.solrj.impl.Http2SolrClientCompatibilityTest: 
   1) Thread[id=8420, name=qtp304307789-8420, state=RUNNABLE, 
group=TGRP-Http2SolrClientCompatibilityTest]
        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:93)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
        at 
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423)
        at 
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360)
        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)
        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)
        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)
        at 
org.eclipse.jetty.io.ManagedSelector$$Lambda$46/769635507.run(Unknown Source)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
        at java.lang.Thread.run(Thread.java:748)
   2) Thread[id=8425, name=qtp304307789-8425, state=TIMED_WAITING, 
group=TGRP-Http2SolrClientCompatibilityTest]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at 
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
        at java.lang.Thread.run(Thread.java:748)
   3) Thread[id=8464, name=MetricsHistoryHandler-1442-thread-1, 
state=TIMED_WAITING, group=TGRP-Http2SolrClientCompatibilityTest]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
   4) Thread[id=8466, name=Thread-4768, state=WAITING, 
group=TGRP-Http2SolrClientCompatibilityTest]
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:502)
        at org.apache.solr.core.CloserThread.run(CoreContainer.java:1902)
   5) Thread[id=8421, name=qtp304307789-8421, state=RUNNABLE, 
group=TGRP-Http2SolrClientCompatibilityTest]
        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:93)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
        at 
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423)
        at 
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360)
        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)
        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)
        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)
        at 
org.eclipse.jetty.io.ManagedSelector$$Lambda$46/769635507.run(Unknown Source)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
        at java.lang.Thread.run(Thread.java:748)
   6) Thread[id=8427, name=qtp304307789-8427, state=TIMED_WAITING, 
group=TGRP-Http2SolrClientCompatibilityTest]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at 
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
        at java.lang.Thread.run(Thread.java:748)
   7) Thread[id=8424, name=qtp304307789-8424, state=TIMED_WAITING, 
group=TGRP-Http2SolrClientCompatibilityTest]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at 
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
        at java.lang.Thread.run(Thread.java:748)
   8) Thread[id=8426, name=qtp304307789-8426, state=TIMED_WAITING, 
group=TGRP-Http2SolrClientCompatibilityTest]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at 
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
        at java.lang.Thread.run(Thread.java:748)
   9) Thread[id=8467, name=coreContainerWorkExecutor-1436-thread-1, 
state=TIMED_WAITING, group=TGRP-Http2SolrClientCompatibilityTest]
        at sun.misc.Unsafe.park(Native Method)
        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:1073)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
  10) Thread[id=8422, 
name=qtp304307789-8422-acceptor-0@62779f3f-ServerConnector@488ae754{HTTP/1.1,[http/1.1]}{127.0.0.1:40030},
 state=RUNNABLE, group=TGRP-Http2SolrClientCompatibilityTest]
        at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
        at 
sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:422)
        at 
sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250)
        at 
org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:385)
        at 
org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:648)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
        at java.lang.Thread.run(Thread.java:748)
  11) Thread[id=8423, name=qtp304307789-8423, state=TIMED_WAITING, 
group=TGRP-Http2SolrClientCompatibilityTest]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at 
org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:656)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:46)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:720)
        at java.lang.Thread.run(Thread.java:748)
  12) Thread[id=8428, name=Scheduler-1310007807, state=TIMED_WAITING, 
group=TGRP-Http2SolrClientCompatibilityTest]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
  13) Thread[id=8463, name=SolrRrdBackendFactory-1441-thread-1, 
state=TIMED_WAITING, group=TGRP-Http2SolrClientCompatibilityTest]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([1870E5FCA86AACFE]:0)


FAILED:  
junit.framework.TestSuite.org.apache.solr.client.solrj.impl.Http2SolrClientCompatibilityTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=8420, name=qtp304307789-8420, state=RUNNABLE, 
group=TGRP-Http2SolrClientCompatibilityTest]         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:93)         at 
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at 
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at 
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)         at 
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423)
         at 
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360)
         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)
         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)
         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)
         at 
org.eclipse.jetty.io.ManagedSelector$$Lambda$46/769635507.run(Unknown Source)   
      at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683) 
        at java.lang.Thread.run(Thread.java:748)    2) Thread[id=8467, 
name=coreContainerWorkExecutor-1436-thread-1, state=TIMED_WAITING, 
group=TGRP-Http2SolrClientCompatibilityTest]         at 
sun.misc.Unsafe.park(Native Method)         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:1073)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
        at java.lang.Thread.run(Thread.java:748)    3) Thread[id=8464, 
name=MetricsHistoryHandler-1442-thread-1, state=TIMED_WAITING, 
group=TGRP-Http2SolrClientCompatibilityTest]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
         at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
         at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
        at java.lang.Thread.run(Thread.java:748)    4) Thread[id=8466, 
name=Thread-4768, state=WAITING, group=TGRP-Http2SolrClientCompatibilityTest]   
      at java.lang.Object.wait(Native Method)         at 
java.lang.Object.wait(Object.java:502)         at 
org.apache.solr.core.CloserThread.run(CoreContainer.java:1902)    5) 
Thread[id=8428, name=Scheduler-1310007807, state=TIMED_WAITING, 
group=TGRP-Http2SolrClientCompatibilityTest]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
         at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
         at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
        at java.lang.Thread.run(Thread.java:748)    6) Thread[id=8463, 
name=SolrRrdBackendFactory-1441-thread-1, state=TIMED_WAITING, 
group=TGRP-Http2SolrClientCompatibilityTest]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
         at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
         at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
        at java.lang.Thread.run(Thread.java:748)    7) Thread[id=8421, 
name=qtp304307789-8421, state=RUNNABLE, 
group=TGRP-Http2SolrClientCompatibilityTest]         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:93)         at 
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at 
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at 
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)         at 
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423)
         at 
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360)
         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)
         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)
         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)
         at 
org.eclipse.jetty.io.ManagedSelector$$Lambda$46/769635507.run(Unknown Source)   
      at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683) 
        at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=8420, name=qtp304307789-8420, state=RUNNABLE, 
group=TGRP-Http2SolrClientCompatibilityTest]
        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:93)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
        at 
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423)
        at 
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360)
        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)
        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)
        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)
        at 
org.eclipse.jetty.io.ManagedSelector$$Lambda$46/769635507.run(Unknown Source)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
        at java.lang.Thread.run(Thread.java:748)
   2) Thread[id=8467, name=coreContainerWorkExecutor-1436-thread-1, 
state=TIMED_WAITING, group=TGRP-Http2SolrClientCompatibilityTest]
        at sun.misc.Unsafe.park(Native Method)
        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:1073)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
   3) Thread[id=8464, name=MetricsHistoryHandler-1442-thread-1, 
state=TIMED_WAITING, group=TGRP-Http2SolrClientCompatibilityTest]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
   4) Thread[id=8466, name=Thread-4768, state=WAITING, 
group=TGRP-Http2SolrClientCompatibilityTest]
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:502)
        at org.apache.solr.core.CloserThread.run(CoreContainer.java:1902)
   5) Thread[id=8428, name=Scheduler-1310007807, state=TIMED_WAITING, 
group=TGRP-Http2SolrClientCompatibilityTest]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
   6) Thread[id=8463, name=SolrRrdBackendFactory-1441-thread-1, 
state=TIMED_WAITING, group=TGRP-Http2SolrClientCompatibilityTest]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
   7) Thread[id=8421, name=qtp304307789-8421, state=RUNNABLE, 
group=TGRP-Http2SolrClientCompatibilityTest]
        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:93)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
        at 
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423)
        at 
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360)
        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)
        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)
        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)
        at 
org.eclipse.jetty.io.ManagedSelector$$Lambda$46/769635507.run(Unknown Source)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([1870E5FCA86AACFE]:0)


FAILED:  
org.apache.solr.client.solrj.impl.Http2SolrClientCompatibilityTest.testSystemPropertyFlag

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([1870E5FCA86AACFE:7D3D3018826BA8C9]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertTrue(Assert.java:54)
        at 
org.apache.solr.client.solrj.impl.Http2SolrClientCompatibilityTest.testSystemPropertyFlag(Http2SolrClientCompatibilityTest.java:43)
        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:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.client.solrj.impl.Http2SolrClientCompatibilityTest.testConnectToOldNodesUsingHttp2

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([1870E5FCA86AACFE:27F04A1613B50CD7]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertTrue(Assert.java:54)
        at 
org.apache.solr.client.solrj.impl.Http2SolrClientCompatibilityTest.testConnectToOldNodesUsingHttp2(Http2SolrClientCompatibilityTest.java:95)
        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:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13434 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestRandomFlRTGCloud
   [junit4]   2> 730383 INFO  
(SUITE-TestRandomFlRTGCloud-seed#[2F3372BDFAF56E9B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-http2/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomFlRTGCloud_2F3372BDFAF56E9B-001/init-core-data-001
   [junit4]   2> 730384 WARN  
(SUITE-TestRandomFlRTGCloud-seed#[2F3372BDFAF56E9B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 730384 INFO  
(SUITE-TestRandomFlRTGCloud-seed#[2F3372BDFAF56E9B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 730387 INFO  
(SUITE-TestRandomFlRTGCloud-seed#[2F3372BDFAF56E9B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=client auth uses too much RAM, 
ssl=NaN, value=NaN, clientAuth=0.0)
   [junit4]   2> 730387 INFO  
(SUITE-TestRandomFlRTGCloud-seed#[2F3372BDFAF56E9B]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-http2/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomFlRTGCloud_2F3372BDFAF56E9B-001/tempDir-001
   [junit4]   2> 730388 INFO  
(SUITE-TestRandomFlRTGCloud-seed#[2F3372BDFAF56E9B]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 730388 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 730388 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 730393 ERROR (ZkTestServer Run Thread) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 730488 INFO  
(SUITE-TestRandomFlRTGCloud-seed#[2F3372BDFAF56E9B]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:43708
   [junit4]   2> 730488 INFO  
(SUITE-TestRandomFlRTGCloud-seed#[2F3372BDFAF56E9B]-worker) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43708
   [junit4]   2> 730488 INFO  
(SUITE-TestRandomFlRTGCloud-seed#[2F3372BDFAF56E9B]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 43708
   [junit4]   2> 730495 INFO  (zkConnectionManagerCallback-2211-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 730500 INFO  (zkConnectionManagerCallback-2213-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 730501 INFO  (zkConnectionManagerCallback-2215-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 730504 WARN  (jetty-launcher-2208-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 730504 INFO  (jetty-launcher-2208-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 730504 INFO  (jetty-launcher-2208-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 730505 INFO  (jetty-launcher-2208-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 730506 INFO  (jetty-launcher-2208-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 730506 INFO  (jetty-launcher-2208-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 730506 INFO  (jetty-launcher-2208-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 730506 INFO  (jetty-launcher-2208-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@40a8b525{/solr,null,AVAILABLE}
   [junit4]   2> 730512 INFO  (jetty-launcher-2208-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@55b3d86d{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:३८५४४}
   [junit4]   2> 730512 INFO  (jetty-launcher-2208-thread-1) [    ] 
o.e.j.s.Server Started @७३०५८२ms
   [junit4]   2> 730512 INFO  (jetty-launcher-2208-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38544}
   [junit4]   2> 730512 ERROR (jetty-launcher-2208-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 730512 INFO  (jetty-launcher-2208-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 730512 INFO  (jetty-launcher-2208-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 730513 INFO  (jetty-launcher-2208-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 730513 INFO  (jetty-launcher-2208-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 730513 INFO  (jetty-launcher-2208-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-12-08T19:51:53.719Z
   [junit4]   2> 730515 INFO  (zkConnectionManagerCallback-2217-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 730516 INFO  (jetty-launcher-2208-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 730866 WARN  (jetty-launcher-2208-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@3c5f091d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 730876 WARN  (jetty-launcher-2208-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@73305f4b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 730877 INFO  (jetty-launcher-2208-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43708/solr
   [junit4]   2> 730879 INFO  (zkConnectionManagerCallback-2221-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 730885 INFO  (zkConnectionManagerCallback-2223-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 730988 INFO  (jetty-launcher-2208-thread-1) 
[n:127.0.0.1:38544_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:38544_solr
   [junit4]   2> 730989 INFO  (jetty-launcher-2208-thread-1) 
[n:127.0.0.1:38544_solr    ] o.a.s.c.Overseer Overseer 
(id=72413683385237509-127.0.0.1:38544_solr-n_0000000000) starting
   [junit4]   2> 730996 INFO  (zkConnectionManagerCallback-2230-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 731000 INFO  (jetty-launcher-2208-thread-1) 
[n:127.0.0.1:38544_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:43708/solr ready
   [junit4]   2> 731001 INFO  
(OverseerStateUpdate-72413683385237509-127.0.0.1:38544_solr-n_0000000000) 
[n:127.0.0.1:38544_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:38544_solr
   [junit4]   2> 731003 INFO  (jetty-launcher-2208-thread-1) 
[n:127.0.0.1:38544_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38544_solr
   [junit4]   2> 731012 INFO  (zkCallback-2229-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 731012 INFO  (zkCallback-2222-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 731018 INFO  
(OverseerAutoScalingTriggerThread-72413683385237509-127.0.0.1:38544_solr-n_0000000000)
 [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial 
livenodes: [127.0.0.1:38544_solr]
   [junit4]   2> 731021 INFO  (ScheduledTrigger-2431-thread-2) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 731039 INFO  (jetty-launcher-2208-thread-1) 
[n:127.0.0.1:38544_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 731084 INFO  (jetty-launcher-2208-thread-1) 
[n:127.0.0.1:38544_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38544.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4e17120c
   [junit4]   2> 731100 INFO  (jetty-launcher-2208-thread-1) 
[n:127.0.0.1:38544_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38544.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4e17120c
   [junit4]   2> 731100 INFO  (jetty-launcher-2208-thread-1) 
[n:127.0.0.1:38544_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38544.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4e17120c
   [junit4]   2> 731129 INFO  (jetty-launcher-2208-thread-1) 
[n:127.0.0.1:38544_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-http2/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomFlRTGCloud_2F3372BDFAF56E9B-001/tempDir-001/node1/.
   [junit4]   2> 731155 INFO  (zkConnectionManagerCallback-2236-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 731157 INFO  
(SUITE-TestRandomFlRTGCloud-seed#[2F3372BDFAF56E9B]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 731158 INFO  
(SUITE-TestRandomFlRTGCloud-seed#[2F3372BDFAF56E9B]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43708/solr ready
   [junit4]   2> 731621 INFO  (qtp786095642-11251) [n:127.0.0.1:38544_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
property.config=solrconfig-tlog.xml&property.schema=schema-psuedo-fields.xml&collection.configName=org.apache.solr.cloud.TestRandomFlRTGCloud_config-set&name=org.apache.solr.cloud.TestRandomFlRTGCloud_collection&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 731630 INFO  
(OverseerThreadFactory-2433-thread-1-processing-n:127.0.0.1:38544_solr) 
[n:127.0.0.1:38544_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
org.apache.solr.cloud.TestRandomFlRTGCloud_collection
   [junit4]   2> 731748 INFO  (qtp786095642-11253) [n:127.0.0.1:38544_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=1
   [junit4]   2> 731749 INFO  (qtp786095642-11254) [n:127.0.0.1:38544_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 731750 INFO  (qtp786095642-11250) [n:127.0.0.1:38544_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 731751 INFO  (qtp786095642-11252) [n:127.0.0.1:38544_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 731752 INFO  (qtp786095642-11253) [n:127.0.0.1:38544_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 731757 INFO  
(OverseerStateUpdate-72413683385237509-127.0.0.1:38544_solr-n_0000000000) 
[n:127.0.0.1:38544_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   
"collection":"org.apache.solr.cloud.TestRandomFlRTGCloud_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   
"core":"org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:38544/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 731964 INFO  (qtp786095642-11252) [n:127.0.0.1:38544_solr    
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestRandomFlRTGCloud_config-set&newCollection=true&collection=org.apache.solr.cloud.TestRandomFlRTGCloud_collection&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-psuedo-fields.xml&coreNodeName=core_node2&name=org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin
   [junit4]   2> 731965 INFO  (qtp786095642-11252) [n:127.0.0.1:38544_solr    
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 732024 INFO  (ScheduledTrigger-2431-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 732989 INFO  (qtp786095642-11252) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 733006 INFO  (qtp786095642-11252) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema 
[org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
Schema name=test
   [junit4]   2> 733015 INFO  (qtp786095642-11252) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.4 with uniqueid field id
   [junit4]   2> 733018 INFO  (qtp786095642-11252) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 
'org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1' using 
configuration from collection 
org.apache.solr.cloud.TestRandomFlRTGCloud_collection, trusted=true
   [junit4]   2> 733022 INFO  (qtp786095642-11252) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38544.solr.core.org.apache.solr.cloud.TestRandomFlRTGCloud_collection.shard1.replica_n1'
 (registry 
'solr.core.org.apache.solr.cloud.TestRandomFlRTGCloud_collection.shard1.replica_n1')
 enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e17120c
   [junit4]   2> 733022 INFO  (qtp786095642-11252) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.c.SolrCore 
[[org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] ] 
Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-http2/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomFlRTGCloud_2F3372BDFAF56E9B-001/tempDir-001/node1/org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-http2/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomFlRTGCloud_2F3372BDFAF56E9B-001/tempDir-001/node1/./org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1/data/]
   [junit4]   2> 733025 INFO  (ScheduledTrigger-2431-thread-4) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 733034 INFO  (qtp786095642-11252) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=96.5869140625, 
floorSegmentMB=0.5302734375, forceMergeDeletesPctAllowed=18.942017729085435, 
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, 
deletesPctAllowed=22.8607886042506
   [junit4]   2> 733037 WARN  (qtp786095642-11252) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 733102 INFO  (qtp786095642-11252) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 733102 INFO  (qtp786095642-11252) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 733105 INFO  (qtp786095642-11252) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 733106 INFO  (qtp786095642-11252) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 733107 INFO  (qtp786095642-11252) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1362162401, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 733108 INFO  (qtp786095642-11252) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5ebcd906[org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1]
 main]
   [junit4]   2> 733110 INFO  (qtp786095642-11252) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/org.apache.solr.cloud.TestRandomFlRTGCloud_config-set
   [junit4]   2> 733111 INFO  (qtp786095642-11252) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestRandomFlRTGCloud_config-set
   [junit4]   2> 733111 INFO  (qtp786095642-11252) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 733112 INFO  (qtp786095642-11252) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1619314570761863168
   [junit4]   2> 733116 INFO  
(searcherExecutor-2438-thread-1-processing-n:127.0.0.1:38544_solr 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2) 
[n:127.0.0.1:38544_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection 
s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.c.SolrCore 
[org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
Registered new searcher 
Searcher@5ebcd906[org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1]
 main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 733122 INFO  (qtp786095642-11252) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/org.apache.solr.cloud.TestRandomFlRTGCloud_collection/terms/shard1 
to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 733122 INFO  (qtp786095642-11252) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/org.apache.solr.cloud.TestRandomFlRTGCloud_collection/leaders/shard1
   [junit4]   2> 733126 INFO  (qtp786095642-11252) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 733126 INFO  (qtp786095642-11252) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 733127 INFO  (qtp786095642-11252) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:38544/solr/org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1/
   [junit4]   2> 733134 INFO  (qtp786095642-11252) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 733134 INFO  (qtp786095642-11252) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:38544/solr/org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1/
 has no replicas
   [junit4]   2> 733134 INFO  (qtp786095642-11252) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/org.apache.solr.cloud.TestRandomFlRTGCloud_collection/leaders/shard1/leader
 after winning as 
/collections/org.apache.solr.cloud.TestRandomFlRTGCloud_collection/leader_elect/shard1/election/72413683385237509-core_node2-n_0000000000
   [junit4]   2> 733137 INFO  (qtp786095642-11252) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:38544/solr/org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1/
 shard1
   [junit4]   2> 733239 INFO  (zkCallback-2222-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/org.apache.solr.cloud.TestRandomFlRTGCloud_collection/state.json]
 for collection [org.apache.solr.cloud.TestRandomFlRTGCloud_collection] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 733239 INFO  (zkCallback-2222-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/org.apache.solr.cloud.TestRandomFlRTGCloud_collection/state.json]
 for collection [org.apache.solr.cloud.TestRandomFlRTGCloud_collection] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 733241 INFO  (qtp786095642-11252) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 733250 INFO  (qtp786095642-11252) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestRandomFlRTGCloud_config-set&newCollection=true&collection=org.apache.solr.cloud.TestRandomFlRTGCloud_collection&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-psuedo-fields.xml&coreNodeName=core_node2&name=org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin}
 status=0 QTime=1286
   [junit4]   2> 733257 INFO  (qtp786095642-11251) [n:127.0.0.1:38544_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 733345 INFO  (zkCallback-2222-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/org.apache.solr.cloud.TestRandomFlRTGCloud_collection/state.json]
 for collection [org.apache.solr.cloud.TestRandomFlRTGCloud_collection] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 733345 INFO  (zkCallback-2222-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/org.apache.solr.cloud.TestRandomFlRTGCloud_collection/state.json]
 for collection [org.apache.solr.cloud.TestRandomFlRTGCloud_collection] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 733345 INFO  (zkCallback-2222-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/org.apache.solr.cloud.TestRandomFlRTGCloud_collection/state.json]
 for collection [org.apache.solr.cloud.TestRandomFlRTGCloud_collection] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 733346 INFO  (qtp786095642-11251) [n:127.0.0.1:38544_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={property.config=solrconfig-tlog.xml&property.schema=schema-psuedo-fields.xml&collection.configName=org.apache.solr.cloud.TestRandomFlRTGCloud_config-set&name=org.apache.solr.cloud.TestRandomFlRTGCloud_collection&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=1724
   [junit4]   2> 733395 INFO  
(TEST-TestRandomFlRTGCloud.testRandomizedUpdatesAndRTGs-seed#[2F3372BDFAF56E9B])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testRandomizedUpdatesAndRTGs
   [junit4]   2> 733395 INFO  
(TEST-TestRandomFlRTGCloud.testRandomizedUpdatesAndRTGs-seed#[2F3372BDFAF56E9B])
 [    ] o.a.s.c.TestRandomFlRTGCloud Starting 5585 iters by seeding 13 of 267 
max docs
   [junit4]   2> 733395 INFO  
(TEST-TestRandomFlRTGCloud.testRandomizedUpdatesAndRTGs-seed#[2F3372BDFAF56E9B])
 [    ] o.a.s.c.TestRandomFlRTGCloud ADD: 0 = {id=id=0, aaa_i=aaa_i=-177756714, 
bbb_i=bbb_i=1390041790, ccc_s=ccc_s=ksc, ddd_s=ddd_s=et, eee_s=eee_s=qyaozxobp, 
fff_s=fff_s=tx, ggg_s=ggg_s=xf, hhh_s=hhh_s=og, geo_1_srpt=geo_1_srpt=POINT( 42 
10 ), geo_2_srpt=geo_2_srpt=POINT( 42 -29 ), next_2_ids_ss=next_2_ids_ss=[1, 
2], axx_i=axx_i=897798412, ayy_i=ayy_i=-1915117929, azz_s=azz_s=mgv}
   [junit4]   2> 733425 INFO  (qtp786095642-11253) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.s.AbstractSpatialPrefixTreeFieldType 
location_rpt{class=org.apache.solr.schema.SpatialRecursivePrefixTreeFieldType,analyzer=org.apache.solr.schema.FieldType$DefaultAnalyzer,args={geo=true,
 maxDistErr=0.001, distErrPct=0.025, distanceUnits=kilometers, 
class=solr.SpatialRecursivePrefixTreeFieldType}} strat: 
RecursivePrefixTreeStrategy(SPG:(GeohashPrefixTree(maxLevels:11,ctx:SpatialContext{geo=true,
 calculator=Haversine, 
worldBounds=Rect(minX=-180.0,maxX=180.0,minY=-90.0,maxY=90.0)})),pruneLeafyBranches)
 maxLevels: 11
   [junit4]   2> 733435 INFO  (qtp786095642-11253) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.s.AbstractSpatialPrefixTreeFieldType 
location_rpt{class=org.apache.solr.schema.SpatialRecursivePrefixTreeFieldType,analyzer=org.apache.solr.schema.FieldType$DefaultAnalyzer,args={geo=true,
 maxDistErr=0.001, distErrPct=0.025, distanceUnits=kilometers, 
class=solr.SpatialRecursivePrefixTreeFieldType}} strat: 
RecursivePrefixTreeStrategy(SPG:(GeohashPrefixTree(maxLevels:11,ctx:SpatialContext{geo=true,
 calculator=Haversine, 
worldBounds=Rect(minX=-180.0,maxX=180.0,minY=-90.0,maxY=90.0)})),pruneLeafyBranches)
 maxLevels: 11
   [junit4]   2> 733439 INFO  (qtp786095642-11253) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/org.apache.solr.cloud.TestRandomFlRTGCloud_collection/terms/shard1 
to Terms{values={core_node2=1}, version=1}
   [junit4]   2> 733439 INFO  (qtp786095642-11253) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 
(1619314571061755904)]} 0 41
   [junit4]   2> 733440 INFO  
(TEST-TestRandomFlRTGCloud.testRandomizedUpdatesAndRTGs-seed#[2F3372BDFAF56E9B])
 [    ] o.a.s.c.TestRandomFlRTGCloud ADD: 1 = {id=id=1, aaa_i=aaa_i=1892904397, 
bbb_i=bbb_i=149475604, ccc_s=ccc_s=phv, ddd_s=ddd_s=lvgqpa, 
eee_s=eee_s=gvyhvptq, fff_s=fff_s=mzgmetdjq, ggg_s=ggg_s=, hhh_s=hhh_s=ywh, 
geo_1_srpt=geo_1_srpt=POINT( 42 36 ), geo_2_srpt=geo_2_srpt=POINT( 42 49 ), 
next_2_ids_ss=next_2_ids_ss=[2, 3], axx_i=axx_i=907005682, 
ayy_i=ayy_i=327617116, azz_s=azz_s=cquqoe}
   [junit4]   2> 733442 INFO  (qtp786095642-11250) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 
(1619314571107893248)]} 0 1
   [junit4]   2> 733443 INFO  
(TEST-TestRandomFlRTGCloud.testRandomizedUpdatesAndRTGs-seed#[2F3372BDFAF56E9B])
 [    ] o.a.s.c.TestRandomFlRTGCloud ADD: 2 = {id=id=2, aaa_i=aaa_i=-363230787, 
bbb_i=bbb_i=409470007, ccc_s=ccc_s=x, ddd_s=ddd_s=tsck, eee_s=eee_s=, 
fff_s=fff_s=gpoezy, ggg_s=ggg_s=vtle, hhh_s=hhh_s=zgkg, 
geo_1_srpt=geo_1_srpt=POINT( 42 23 ), geo_2_srpt=geo_2_srpt=POINT( 42 -3 ), 
next_2_ids_ss=next_2_ids_ss=[3, 4], axx_i=axx_i=-1667869822, 
ayy_i=ayy_i=472439628, azz_s=azz_s=tpxkfg}
   [junit4]   2> 733446 INFO  (qtp786095642-11252) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[2 
(1619314571112087552)]} 0 0
   [junit4]   2> 733447 INFO  
(TEST-TestRandomFlRTGCloud.testRandomizedUpdatesAndRTGs-seed#[2F3372BDFAF56E9B])
 [    ] o.a.s.c.TestRandomFlRTGCloud ADD: 3 = {id=id=3, 
aaa_i=aaa_i=-1899839023, bbb_i=bbb_i=381774033, ccc_s=ccc_s=eehaxyxjdg, 
ddd_s=ddd_s=peqlnyf, eee_s=eee_s=duyb, fff_s=fff_s=ilvtwk, ggg_s=ggg_s=bz, 
hhh_s=hhh_s=uxejcox, geo_1_srpt=geo_1_srpt=POINT( 42 -42 ), 
geo_2_srpt=geo_2_srpt=POINT( 42 10 ), next_2_ids_ss=next_2_ids_ss=[4, 5], 
axx_i=axx_i=-1637316603, ayy_i=ayy_i=-774166493, azz_s=azz_s=cqx}
   [junit4]   2> 733448 INFO  (qtp786095642-11251) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[3 
(1619314571114184704)]} 0 0
   [junit4]   2> 733448 INFO  
(TEST-TestRandomFlRTGCloud.testRandomizedUpdatesAndRTGs-seed#[2F3372BDFAF56E9B])
 [    ] o.a.s.c.TestRandomFlRTGCloud ADD: 4 = {id=id=4, aaa_i=aaa_i=-892848468, 
bbb_i=bbb_i=-845956986, ccc_s=ccc_s=loordcdm, ddd_s=ddd_s=ajhmneizqr, 
eee_s=eee_s=yenqamrhl, fff_s=fff_s=hirlhdijtn, ggg_s=ggg_s=jacfsypxi, 
hhh_s=hhh_s=j, geo_1_srpt=geo_1_srpt=POINT( 42 -29 ), 
geo_2_srpt=geo_2_srpt=POINT( 42 10 ), next_2_ids_ss=next_2_ids_ss=[5, 6], 
axx_i=axx_i=-1158691600, ayy_i=ayy_i=804061710, azz_s=azz_s=eld}
   [junit4]   2> 733453 INFO  (qtp786095642-11253) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[4 
(1619314571119427584)]} 0 0
   [junit4]   2> 733454 INFO  
(TEST-TestRandomFlRTGCloud.testRandomizedUpdatesAndRTGs-seed#[2F3372BDFAF56E9B])
 [    ] o.a.s.c.TestRandomFlRTGCloud ADD: 5 = {id=id=5, aaa_i=aaa_i=-924032310, 
bbb_i=bbb_i=-481199675, ccc_s=ccc_s=tboa, ddd_s=ddd_s=ckcajm, eee_s=eee_s=nyhk, 
fff_s=fff_s=dhqv, ggg_s=ggg_s=tuuv, hhh_s=hhh_s=xkjuj, 
geo_1_srpt=geo_1_srpt=POINT( 42 49 ), geo_2_srpt=geo_2_srpt=POINT( 42 49 ), 
next_2_ids_ss=next_2_ids_ss=[6, 7], axx_i=axx_i=-1703789593, 
ayy_i=ayy_i=1638516794, azz_s=azz_s=go}
   [junit4]   2> 733456 INFO  (qtp786095642-11254) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[5 
(1619314571121524736)]} 0 1
   [junit4]   2> 733456 INFO  
(TEST-TestRandomFlRTGCloud.testRandomizedUpdatesAndRTGs-seed#[2F3372BDFAF56E9B])
 [    ] o.a.s.c.TestRandomFlRTGCloud ADD: 6 = {id=id=6, 
aaa_i=aaa_i=-1618401436, bbb_i=bbb_i=1457626339, ccc_s=ccc_s=jxxuvcufk, 
ddd_s=ddd_s=, eee_s=eee_s=xxaqgghkp, fff_s=fff_s=y, ggg_s=ggg_s=tgcihw, 
hhh_s=hhh_s=cf, geo_1_srpt=geo_1_srpt=POINT( 42 23 ), 
geo_2_srpt=geo_2_srpt=POINT( 42 -42 ), next_2_ids_ss=next_2_ids_ss=[7, 8], 
axx_i=axx_i=531298661, ayy_i=ayy_i=130747716, azz_s=azz_s=}
   [junit4]   2> 733457 INFO  (qtp786095642-11250) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[6 
(1619314571123621888)]} 0 1
   [junit4]   2> 733458 INFO  
(TEST-TestRandomFlRTGCloud.testRandomizedUpdatesAndRTGs-seed#[2F3372BDFAF56E9B])
 [    ] o.a.s.c.TestRandomFlRTGCloud ADD: 7 = {id=id=7, aaa_i=aaa_i=-551362994, 
bbb_i=bbb_i=-109827304, ccc_s=ccc_s=t, ddd_s=ddd_s=vbu, eee_s=eee_s=nk, 
fff_s=fff_s=lkthssf, ggg_s=ggg_s=, hhh_s=hhh_s=, geo_1_srpt=geo_1_srpt=POINT( 
42 62 ), geo_2_srpt=geo_2_srpt=POINT( 42 -42 ), next_2_ids_ss=next_2_ids_ss=[8, 
9], axx_i=axx_i=-1719438006, ayy_i=ayy_i=-1622026842, azz_s=azz_s=wp}
   [junit4]   2> 733459 INFO  (qtp786095642-11252) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[7 
(1619314571125719040)]} 0 0
   [junit4]   2> 733459 INFO  
(TEST-TestRandomFlRTGCloud.testRandomizedUpdatesAndRTGs-seed#[2F3372BDFAF56E9B])
 [    ] o.a.s.c.TestRandomFlRTGCloud ADD: 8 = {id=id=8, aaa_i=aaa_i=-934989020, 
bbb_i=bbb_i=-717308325, ccc_s=ccc_s=dhhjqi, ddd_s=ddd_s=ynsp, eee_s=eee_s=r, 
fff_s=fff_s=rucohep, ggg_s=ggg_s=l, hhh_s=hhh_s=llktizfj, 
geo_1_srpt=geo_1_srpt=POINT( 42 10 ), geo_2_srpt=geo_2_srpt=POINT( 42 62 ), 
next_2_ids_ss=next_2_ids_ss=[9, 10], axx_i=axx_i=943337804, 
ayy_i=ayy_i=-1360953935, azz_s=azz_s=olcjarz}
   [junit4]   2> 733460 INFO  (qtp786095642-11251) [n:127.0.0.1:38544_solr 
c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node2 
x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1]  
webapp=/solr pat

[...truncated too long message...]

.nio.ch.EPollArrayWrapper.epollWait(Native Method)
   [junit4]    >         at 
sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
   [junit4]    >         at 
sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
   [junit4]    >         at 
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
   [junit4]    >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
   [junit4]    >         at 
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
   [junit4]    >         at 
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423)
   [junit4]    >         at 
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)
   [junit4]    >         at 
org.eclipse.jetty.io.ManagedSelector$$Lambda$46/769635507.run(Unknown Source)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >    2) Thread[id=8467, 
name=coreContainerWorkExecutor-1436-thread-1, state=TIMED_WAITING, 
group=TGRP-Http2SolrClientCompatibilityTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at 
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
   [junit4]    >         at 
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
   [junit4]    >         at 
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >    3) Thread[id=8464, 
name=MetricsHistoryHandler-1442-thread-1, state=TIMED_WAITING, 
group=TGRP-Http2SolrClientCompatibilityTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]    >         at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
   [junit4]    >         at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >    4) Thread[id=8466, name=Thread-4768, state=WAITING, 
group=TGRP-Http2SolrClientCompatibilityTest]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at java.lang.Object.wait(Object.java:502)
   [junit4]    >         at 
org.apache.solr.core.CloserThread.run(CoreContainer.java:1902)
   [junit4]    >    5) Thread[id=8428, name=Scheduler-1310007807, 
state=TIMED_WAITING, group=TGRP-Http2SolrClientCompatibilityTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]    >         at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
   [junit4]    >         at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >    6) Thread[id=8463, 
name=SolrRrdBackendFactory-1441-thread-1, state=TIMED_WAITING, 
group=TGRP-Http2SolrClientCompatibilityTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]    >         at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
   [junit4]    >         at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >    7) Thread[id=8421, name=qtp304307789-8421, state=RUNNABLE, 
group=TGRP-Http2SolrClientCompatibilityTest]
   [junit4]    >         at sun.nio.ch.EPollArrayWrapper.epollWait(Native 
Method)
   [junit4]    >         at 
sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
   [junit4]    >         at 
sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
   [junit4]    >         at 
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
   [junit4]    >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
   [junit4]    >         at 
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
   [junit4]    >         at 
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423)
   [junit4]    >         at 
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)
   [junit4]    >         at 
org.eclipse.jetty.io.ManagedSelector$$Lambda$46/769635507.run(Unknown Source)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([1870E5FCA86AACFE]:0)
   [junit4] Completed [121/184 (1!)] on J2 in 10.41s, 4 tests, 2 failures, 2 
errors <<< FAILURES!

[...truncated 45097 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: /tmp/ecj1245451193
 [ecj-lint] Compiling 52 source files to /tmp/ecj1245451193
 [ecj-lint] invalid Class-Path header in manifest of jar file: 
/x1/jenkins/.ivy2/cache/org.restlet.jee/org.restlet/jars/org.restlet-2.3.0.jar
 [ecj-lint] invalid Class-Path header in manifest of jar file: 
/x1/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.3.0.jar
 [ecj-lint] ----------
 [ecj-lint] 1. ERROR in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-http2/solr/test-framework/src/java/org/apache/solr/util/RandomizeSSL.java
 (at line 26)
 [ecj-lint]     import org.apache.lucene.util.Constants;
 [ecj-lint]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.lucene.util.Constants is never used
 [ecj-lint] ----------
 [ecj-lint] 1 problem (1 error)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-http2/build.xml:633: The 
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-http2/build.xml:101: The 
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-http2/solr/build.xml:680: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-http2/lucene/common-build.xml:2093:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-http2/lucene/common-build.xml:2132:
 Compile failed; see the compiler error output for details.

Total time: 78 minutes 3 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to