Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/3561/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC

3 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:58431/ga

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:58431/ga
        at 
__randomizedtesting.SeedInfo.seed([BD767BD45032EB88:3522440EFECE8670]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:619)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.makeRequest(CollectionsAPIDistributedZkTest.java:400)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:898)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test(CollectionsAPIDistributedZkTest.java:178)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:367)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:170)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:513)
        ... 47 more


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

Error Message:
7 threads leaked from SUITE scope at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest:     1) Thread[id=1780, 
name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-CollectionsAPIDistributedZkTest]         at 
java.lang.Thread.sleep(Native Method)         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
         at java.lang.Thread.run(Thread.java:745)    2) Thread[id=1859, 
name=zkCallback-311-thread-2, state=TIMED_WAITING, 
group=TGRP-CollectionsAPIDistributedZkTest]         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:1066)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
        at java.lang.Thread.run(Thread.java:745)    3) Thread[id=1781, 
name=TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]-SendThread(127.0.0.1:58423),
 state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at 
java.lang.Thread.sleep(Native Method)         at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:994)    4) 
Thread[id=1783, name=zkCallback-311-thread-1, state=TIMED_WAITING, 
group=TGRP-CollectionsAPIDistributedZkTest]         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:1066)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
        at java.lang.Thread.run(Thread.java:745)    5) Thread[id=1782, 
name=TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]-EventThread,
 state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:494)    
6) Thread[id=1860, name=zkCallback-311-thread-3, state=TIMED_WAITING, 
group=TGRP-CollectionsAPIDistributedZkTest]         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:1066)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
        at java.lang.Thread.run(Thread.java:745)    7) Thread[id=1861, 
name=zkCallback-311-thread-4, state=TIMED_WAITING, 
group=TGRP-CollectionsAPIDistributedZkTest]         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:1066)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
        at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 7 threads leaked from SUITE 
scope at org.apache.solr.cloud.CollectionsAPIDistributedZkTest: 
   1) Thread[id=1780, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-CollectionsAPIDistributedZkTest]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:745)
   2) Thread[id=1859, name=zkCallback-311-thread-2, state=TIMED_WAITING, 
group=TGRP-CollectionsAPIDistributedZkTest]
        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:1066)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
   3) Thread[id=1781, 
name=TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]-SendThread(127.0.0.1:58423),
 state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:994)
   4) Thread[id=1783, name=zkCallback-311-thread-1, state=TIMED_WAITING, 
group=TGRP-CollectionsAPIDistributedZkTest]
        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:1066)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
   5) Thread[id=1782, 
name=TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]-EventThread,
 state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:494)
   6) Thread[id=1860, name=zkCallback-311-thread-3, state=TIMED_WAITING, 
group=TGRP-CollectionsAPIDistributedZkTest]
        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:1066)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
   7) Thread[id=1861, name=zkCallback-311-thread-4, state=TIMED_WAITING, 
group=TGRP-CollectionsAPIDistributedZkTest]
        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:1066)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
        at __randomizedtesting.SeedInfo.seed([BD767BD45032EB88]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=1859, name=zkCallback-311-thread-2, state=TIMED_WAITING, 
group=TGRP-CollectionsAPIDistributedZkTest]         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:1066)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
        at java.lang.Thread.run(Thread.java:745)    2) Thread[id=1781, 
name=TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]-SendThread(127.0.0.1:58423),
 state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at 
java.lang.Thread.sleep(Native Method)         at 
org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
         at 
org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:940)    
     at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1003)    
3) Thread[id=1783, name=zkCallback-311-thread-1, state=TIMED_WAITING, 
group=TGRP-CollectionsAPIDistributedZkTest]         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:1066)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
        at java.lang.Thread.run(Thread.java:745)    4) Thread[id=1860, 
name=zkCallback-311-thread-3, state=TIMED_WAITING, 
group=TGRP-CollectionsAPIDistributedZkTest]         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:1066)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
        at java.lang.Thread.run(Thread.java:745)    5) Thread[id=1861, 
name=zkCallback-311-thread-4, state=TIMED_WAITING, 
group=TGRP-CollectionsAPIDistributedZkTest]         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:1066)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
        at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=1859, name=zkCallback-311-thread-2, state=TIMED_WAITING, 
group=TGRP-CollectionsAPIDistributedZkTest]
        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:1066)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
   2) Thread[id=1781, 
name=TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]-SendThread(127.0.0.1:58423),
 state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
        at 
org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:940)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1003)
   3) Thread[id=1783, name=zkCallback-311-thread-1, state=TIMED_WAITING, 
group=TGRP-CollectionsAPIDistributedZkTest]
        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:1066)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
   4) Thread[id=1860, name=zkCallback-311-thread-3, state=TIMED_WAITING, 
group=TGRP-CollectionsAPIDistributedZkTest]
        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:1066)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
   5) Thread[id=1861, name=zkCallback-311-thread-4, state=TIMED_WAITING, 
group=TGRP-CollectionsAPIDistributedZkTest]
        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:1066)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
        at __randomizedtesting.SeedInfo.seed([BD767BD45032EB88]:0)




Build Log:
[...truncated 10658 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_BD767BD45032EB88-001/init-core-data-001
   [junit4]   2> 352586 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[BD767BD45032EB88]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 352587 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[BD767BD45032EB88]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /ga/
   [junit4]   2> 352590 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 352591 INFO  (Thread-281) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 352591 INFO  (Thread-281) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 352698 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:58423
   [junit4]   2> 352719 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 352726 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 352737 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 352741 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 352744 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 352747 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 352751 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 352754 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 352756 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 352759 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 352762 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 352765 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 352768 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 353589 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_BD767BD45032EB88-001/control-001/cores/collection1
   [junit4]   2> 353591 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 353593 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@403abb93{/ga,null,AVAILABLE}
   [junit4]   2> 353593 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@2749134c{HTTP/1.1,[http/1.1]}{127.0.0.1:58426}
   [junit4]   2> 353593 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.e.j.s.Server Started @360493ms
   [junit4]   2> 353593 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_BD767BD45032EB88-001/tempDir-001/control/data,
 hostContext=/ga, hostPort=58426, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_BD767BD45032EB88-001/control-001/cores}
   [junit4]   2> 353597 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 353600 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 353600 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_BD767BD45032EB88-001/control-001/solr.xml
   [junit4]   2> 353626 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58423/solr
   [junit4]   2> 353629 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 353634 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) 
[n:127.0.0.1:58426_ga    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 353663 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) 
[n:127.0.0.1:58426_ga    ] o.a.s.c.c.ZkStateReader Updating cluster state from 
ZooKeeper... 
   [junit4]   2> 353665 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) 
[n:127.0.0.1:58426_ga    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 353677 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) 
[n:127.0.0.1:58426_ga    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:58426_ga
   [junit4]   2> 353679 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) 
[n:127.0.0.1:58426_ga    ] o.a.s.c.Overseer Overseer 
(id=96647125970124804-127.0.0.1:58426_ga-n_0000000000) starting
   [junit4]   2> 353695 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) 
[n:127.0.0.1:58426_ga    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58426_ga
   [junit4]   2> 353699 INFO  
(OverseerStateUpdate-96647125970124804-127.0.0.1:58426_ga-n_0000000000) 
[n:127.0.0.1:58426_ga    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 353700 INFO  
(zkCallback-273-thread-1-processing-n:127.0.0.1:58426_ga) [n:127.0.0.1:58426_ga 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 353719 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) 
[n:127.0.0.1:58426_ga    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_BD767BD45032EB88-001/control-001/cores
   [junit4]   2> 353719 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) 
[n:127.0.0.1:58426_ga    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 353724 INFO  
(OverseerStateUpdate-96647125970124804-127.0.0.1:58426_ga-n_0000000000) 
[n:127.0.0.1:58426_ga    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 354739 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection   x:collection1] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 354748 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 354754 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 354759 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 354839 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 354839 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] unique key field: id
   [junit4]   2> 354862 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection
   [junit4]   2> 354862 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_BD767BD45032EB88-001/control-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_BD767BD45032EB88-001/control-001/cores/collection1/data/]
   [junit4]   2> 354863 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1853ba92
   [junit4]   2> 354863 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_BD767BD45032EB88-001/control-001/cores/collection1/data/index/
   [junit4]   2> 354863 WARN  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_BD767BD45032EB88-001/control-001/cores/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 354864 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=25, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=80.2451171875, 
floorSegmentMB=1.576171875, forceMergeDeletesPctAllowed=14.343070932732454, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5205278944121189
   [junit4]   2> 354864 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1a30e15b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@393807b6),segFN=segments_1,generation=1}
   [junit4]   2> 354864 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 354865 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:58426_ga 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.DirectoryFactory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_BD767BD45032EB88-001/control-001/cores/collection1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 354867 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 354867 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 354867 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 354867 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 354868 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 354868 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 354868 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 354868 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 354868 WARN  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 354878 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.PluginBag [collection1] Initialized 25 plugins of type requestHandler: 
[/update, /update/json, /update/csv, /update/json/docs, /config, /schema, 
/replication, /get, /admin/ping, /admin/segments, /admin/luke, /admin/system, 
/admin/mbeans, /admin/plugins, /admin/threads, /admin/properties, 
/admin/logging, /admin/file, /export, /graph, /stream, /sql, /terms, standard, 
/dump]
   [junit4]   2> 354878 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/dump,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 354878 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 354878 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 354879 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 354879 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 354879 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4508384793770618]
   [junit4]   2> 354880 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1a30e15b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@393807b6),segFN=segments_1,generation=1}
   [junit4]   2> 354880 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 354880 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@20df633f[collection1] main]
   [junit4]   2> 354881 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the 
RestManager with znodeBase: /configs/conf1
   [junit4]   2> 354882 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 354882 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 354882 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 354882 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage No data found for znode 
/configs/conf1/_rest_managed.json
   [junit4]   2> 354883 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 354883 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 354883 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 354883 INFO  
(searcherExecutor-782-thread-1-processing-n:127.0.0.1:58426_ga x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58426_ga 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore 
[collection1] Registered new searcher Searcher@20df633f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 354883 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 354883 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version 
buckets from index
   [junit4]   2> 354883 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 354884 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1546354017924284416
   [junit4]   2> 354885 INFO  
(coreLoadExecutor-781-thread-1-processing-n:127.0.0.1:58426_ga) 
[n:127.0.0.1:58426_ga c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 
1546354017924284416
   [junit4]   2> 354894 INFO  
(coreZkRegister-774-thread-1-processing-n:127.0.0.1:58426_ga x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58426_ga 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 
and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 354896 INFO  
(coreZkRegister-774-thread-1-processing-n:127.0.0.1:58426_ga x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58426_ga 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 354896 INFO  
(coreZkRegister-774-thread-1-processing-n:127.0.0.1:58426_ga x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58426_ga 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 354896 INFO  
(coreZkRegister-774-thread-1-processing-n:127.0.0.1:58426_ga x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58426_ga 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:58426/ga/collection1/
   [junit4]   2> 354896 INFO  
(coreZkRegister-774-thread-1-processing-n:127.0.0.1:58426_ga x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58426_ga 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 354896 INFO  
(coreZkRegister-774-thread-1-processing-n:127.0.0.1:58426_ga x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58426_ga 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:58426/ga/collection1/ has no replicas
   [junit4]   2> 354902 INFO  
(coreZkRegister-774-thread-1-processing-n:127.0.0.1:58426_ga x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58426_ga 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/control_collection/leaders/shard1/leader after winning as 
/collections/control_collection/leader_elect/shard1/election/96647125970124804-core_node1-n_0000000000
   [junit4]   2> 354905 INFO  
(coreZkRegister-774-thread-1-processing-n:127.0.0.1:58426_ga x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58426_ga 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:58426/ga/collection1/ shard1
   [junit4]   2> 355074 INFO  
(coreZkRegister-774-thread-1-processing-n:127.0.0.1:58426_ga x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58426_ga 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 355233 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 355233 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 355236 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 355238 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 355500 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_BD767BD45032EB88-001/shard-1-001/cores/collection1
   [junit4]   2> 355501 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_BD767BD45032EB88-001/shard-1-001
   [junit4]   2> 355502 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 355504 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6cb22dfd{/ga,null,AVAILABLE}
   [junit4]   2> 355504 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@79dfdb85{HTTP/1.1,[http/1.1]}{127.0.0.1:58431}
   [junit4]   2> 355504 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.e.j.s.Server Started @362404ms
   [junit4]   2> 355504 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_BD767BD45032EB88-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/ga, hostPort=58431, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_BD767BD45032EB88-001/shard-1-001/cores}
   [junit4]   2> 355508 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 355510 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 355510 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_BD767BD45032EB88-001/shard-1-001/solr.xml
   [junit4]   2> 355525 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58423/solr
   [junit4]   2> 355527 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 355533 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) 
[n:127.0.0.1:58431_ga    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 355543 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) 
[n:127.0.0.1:58431_ga    ] o.a.s.c.c.ZkStateReader Updating cluster state from 
ZooKeeper... 
   [junit4]   2> 355545 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) 
[n:127.0.0.1:58431_ga    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 355553 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) 
[n:127.0.0.1:58431_ga    ] o.a.s.c.ZkController Publish node=127.0.0.1:58431_ga 
as DOWN
   [junit4]   2> 355555 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) 
[n:127.0.0.1:58431_ga    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58431_ga
   [junit4]   2> 355556 INFO  
(OverseerStateUpdate-96647125970124804-127.0.0.1:58426_ga-n_0000000000) 
[n:127.0.0.1:58426_ga    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:58431_ga
   [junit4]   2> 355558 INFO  
(zkCallback-273-thread-2-processing-n:127.0.0.1:58426_ga) [n:127.0.0.1:58426_ga 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 355558 INFO  (zkCallback-277-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 355559 INFO  
(zkCallback-282-thread-1-processing-n:127.0.0.1:58431_ga) [n:127.0.0.1:58431_ga 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 355572 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) 
[n:127.0.0.1:58431_ga    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_BD767BD45032EB88-001/shard-1-001/cores
   [junit4]   2> 355572 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) 
[n:127.0.0.1:58431_ga    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 355575 INFO  
(OverseerStateUpdate-96647125970124804-127.0.0.1:58426_ga-n_0000000000) 
[n:127.0.0.1:58426_ga    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 356592 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1   x:collection1] o.a.s.c.Config loaded 
config solrconfig.xml with version 0 
   [junit4]   2> 356602 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 356621 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1   x:collection1] o.a.s.c.SolrConfig Loaded 
SolrConfig: solrconfig.xml
   [junit4]   2> 356626 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 356718 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 356719 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] unique key field: id
   [junit4]   2> 356741 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 356741 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_BD767BD45032EB88-001/shard-1-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_BD767BD45032EB88-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 356742 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1853ba92
   [junit4]   2> 356742 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_BD767BD45032EB88-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 356742 WARN  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_BD767BD45032EB88-001/shard-1-001/cores/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 356742 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=25, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=80.2451171875, 
floorSegmentMB=1.576171875, forceMergeDeletesPctAllowed=14.343070932732454, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5205278944121189
   [junit4]   2> 356743 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@405b49b2 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@48d52364),segFN=segments_1,generation=1}
   [junit4]   2> 356743 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 356744 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:58431_ga 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_BD767BD45032EB88-001/shard-1-001/cores/collection1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 356747 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 356747 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 356747 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 356747 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 356747 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 356747 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 356747 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 356747 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 356747 WARN  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 356759 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.PluginBag [collection1] Initialized 25 plugins of type requestHandler: 
[/update, /update/json, /update/csv, /update/json/docs, /config, /schema, 
/replication, /get, /admin/ping, /admin/segments, /admin/luke, /admin/system, 
/admin/mbeans, /admin/plugins, /admin/threads, /admin/properties, 
/admin/logging, /admin/file, /export, /graph, /stream, /sql, /terms, standard, 
/dump]
   [junit4]   2> 356759 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/dump,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 356760 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 356760 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 356761 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 356761 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 356762 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4508384793770618]
   [junit4]   2> 356762 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@405b49b2 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@48d52364),segFN=segments_1,generation=1}
   [junit4]   2> 356762 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 356762 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@378f5ab8[collection1] main]
   [junit4]   2> 356763 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the 
RestManager with znodeBase: /configs/conf1
   [junit4]   2> 356764 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 356764 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 356764 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 356765 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage No data found for znode 
/configs/conf1/_rest_managed.json
   [junit4]   2> 356765 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 356765 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 356765 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 356766 INFO  
(searcherExecutor-793-thread-1-processing-n:127.0.0.1:58431_ga x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:58431_ga c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered 
new searcher Searcher@378f5ab8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 356766 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 356766 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version 
buckets from index
   [junit4]   2> 356766 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 356766 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1546354019897704448
   [junit4]   2> 356768 INFO  
(coreLoadExecutor-792-thread-1-processing-n:127.0.0.1:58431_ga) 
[n:127.0.0.1:58431_ga c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 
1546354019897704448
   [junit4]   2> 356776 INFO  
(coreZkRegister-787-thread-1-processing-n:127.0.0.1:58431_ga x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:58431_ga c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running 
the leader process for shard=shard2 and weAreReplacement=false and 
leaderVoteWait=10000
   [junit4]   2> 356779 INFO  
(coreZkRegister-787-thread-1-processing-n:127.0.0.1:58431_ga x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:58431_ga c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough 
replicas found to continue.
   [junit4]   2> 356779 INFO  
(coreZkRegister-787-thread-1-processing-n:127.0.0.1:58431_ga x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:58431_ga c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may 
be the new leader - try and sync
   [junit4]   2> 356779 INFO  
(coreZkRegister-787-thread-1-processing-n:127.0.0.1:58431_ga x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:58431_ga c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:58431/ga/collection1/
   [junit4]   2> 356779 INFO  
(coreZkRegister-787-thread-1-processing-n:127.0.0.1:58431_ga x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:58431_ga c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now 
sync replicas to me
   [junit4]   2> 356779 INFO  
(coreZkRegister-787-thread-1-processing-n:127.0.0.1:58431_ga x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:58431_ga c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:58431/ga/collection1/ has no replicas
   [junit4]   2> 356784 INFO  
(coreZkRegister-787-thread-1-processing-n:127.0.0.1:58431_ga x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:58431_ga c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase 
Creating leader registration node 
/collections/collection1/leaders/shard2/leader after winning as 
/collections/collection1/leader_elect/shard2/election/96647125970124808-core_node1-n_0000000000
   [junit4]   2> 356787 INFO  
(coreZkRegister-787-thread-1-processing-n:127.0.0.1:58431_ga x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:58431_ga c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am 
the new leader: http://127.0.0.1:58431/ga/collection1/ shard2
   [junit4]   2> 356956 INFO  
(coreZkRegister-787-thread-1-processing-n:127.0.0.1:58431_ga x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:58431_ga c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no 
recovery necessary
   [junit4]   2> 357391 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_BD767BD45032EB88-001/shard-2-001/cores/collection1
   [junit4]   2> 357392 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_BD767BD45032EB88-001/shard-2-001
   [junit4]   2> 357393 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 357394 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5041aec9{/ga,null,AVAILABLE}
   [junit4]   2> 357395 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@336c3679{HTTP/1.1,[http/1.1]}{127.0.0.1:58440}
   [junit4]   2> 357395 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.e.j.s.Server Started @364295ms
   [junit4]   2> 357395 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_BD767BD45032EB88-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/ga, hostPort=58440, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_BD767BD45032EB88-001/shard-2-001/cores}
   [junit4]   2> 357399 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 357401 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 357402 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_BD767BD45032EB88-001/shard-2-001/solr.xml
   [junit4]   2> 357415 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58423/solr
   [junit4]   2> 357418 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 357423 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) 
[n:127.0.0.1:58440_ga    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 357442 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) 
[n:127.0.0.1:58440_ga    ] o.a.s.c.c.ZkStateReader Updating cluster state from 
ZooKeeper... 
   [junit4]   2> 357445 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) 
[n:127.0.0.1:58440_ga    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 357452 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) 
[n:127.0.0.1:58440_ga    ] o.a.s.c.ZkController Publish node=127.0.0.1:58440_ga 
as DOWN
   [junit4]   2> 357454 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) 
[n:127.0.0.1:58440_ga    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58440_ga
   [junit4]   2> 357455 INFO  
(OverseerStateUpdate-96647125970124804-127.0.0.1:58426_ga-n_0000000000) 
[n:127.0.0.1:58426_ga    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:58440_ga
   [junit4]   2> 357458 INFO  
(zkCallback-288-thread-1-processing-n:127.0.0.1:58440_ga) [n:127.0.0.1:58440_ga 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 357458 INFO  
(zkCallback-282-thread-1-processing-n:127.0.0.1:58431_ga) [n:127.0.0.1:58431_ga 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 357458 INFO  (zkCallback-277-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 357458 INFO  
(zkCallback-273-thread-1-processing-n:127.0.0.1:58426_ga) [n:127.0.0.1:58426_ga 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 357472 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) 
[n:127.0.0.1:58440_ga    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_BD767BD45032EB88-001/shard-2-001/cores
   [junit4]   2> 357472 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]) 
[n:127.0.0.1:58440_ga    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 357475 INFO  
(OverseerStateUpdate-96647125970124804-127.0.0.1:58426_ga-n_0000000000) 
[n:127.0.0.1:58426_ga    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 358487 INFO  
(coreLoadExecutor-803-thread-1-processing-n:127.0.0.1:58440_ga) 
[n:127.0.0.1:58440_ga c:collection1   x:collection1] o.a.s.c.Config loaded 
config solrconfig.xml with version 0 
   [junit4]   2> 358495 INFO  
(coreLoadExecutor-803-thread-1-processing-n:127.0.0.1:58440_ga) 
[n:127.0.0.1:58440_ga c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 358502 INFO  
(coreLoadExecutor-803-thread-1-processing-n:127.0.0.1:58440_ga) 
[n:127.0.0.1:58440_ga c:collection1   x:collection1] o.a.s.c.SolrConfig Loaded 
SolrConfig: solrconfig.xml
   [junit4]   2> 358506 INFO  
(coreLoadExecutor-803-thread-1-processing-n:127.0.0.1:58440_ga) 
[n:127.0.0.1:58440_ga c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 358579 INFO  
(coreLoadExecutor-803-thread-1-processing-n:127.0.0.1:58440_ga) 
[n:127.0.0.1:58440_ga c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 358580 INFO  
(coreLoadExecutor-803-thread-1-processing-n:127.0.0.1:58440_ga) 
[n:127.0.0.1:58440_ga c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] unique key field: id
   [junit4]   2> 358602 INFO  
(coreLoadExecutor-803-thread-1-processing-n:127.0.0.1:58440_ga) 
[n:127.0.0.1:58440_ga c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 358602 INFO  
(coreLoadExecutor-803-thread-1-processing-n:127.0.0.1:58440_ga) 
[n:127.0.0.1:58440_ga c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_BD767BD45032EB88-001/shard-2-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_BD767BD45032EB88-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 358602 INFO  
(coreLoadExecutor-803-thread-1-processing-n:127.0.0.1:58440_ga) 
[n:127.0.0.1:58440_ga c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1853ba92
   [junit4]   2> 358603 INFO  
(coreLoadExecutor-803-thread-1-processing-n:127.0.0.1:58440_ga) 
[n:127.0.0.1:58440_ga c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_BD767BD45032EB88-001/shard-2-001/cores/collection1/data/index/
   [junit4]   2> 358603 WARN  
(coreLoadExecutor-803-thread-1-processing-n:127.0.0.1:58440_ga) 
[n:127.0.0.1:58440_ga c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_BD767BD45032EB88-001/shard-2-001/cores/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 358603 INFO  
(coreLoadExecutor-803-thread-1-processing-n:127.0.0.1:58440_ga) 
[n:127.0.0.1:58440_ga c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=25, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=80.2451171875, 
floorSegmentMB=1.576171875, forceMergeDeletesPctAllowed=14.343070932732454, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5205278944121189
   [junit4]   2> 358604 INFO  
(coreLoadExecutor-803-thread-1-processing-n:127.0.0.1:58440_ga) 
[n:127.0.0.1:58440_ga c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@5da1ee07 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b376eac),segFN=segments_1,generation=1}
   [junit4]   2> 358604 INFO  
(coreLoadExecutor-803-thread-1-processing-n:127.0.0.1:58440_ga) 
[n:127.0.0.1:58440_ga c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 358611 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:58440_ga 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.DirectoryFactory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_BD767BD45032EB88-001/shard-2-001/cores/collection1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 358614 INFO  
(coreLoadExecutor-803-thread-1-processing-n:127.0.0.1:58440_ga) 
[n:127.0.0.1:58440_ga c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 358614 INFO  
(coreLoadExecutor-803-thread-1-processing-n:127.0.0.1:58440_ga) 
[n:127.0.0.1:58440_ga c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 358615 INFO  
(coreLoadExecutor-803-thread-1-processing-n:127.0.0.1:58440_ga) 
[n:127.0.0.1:58440_ga c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 358615 INFO  
(coreLoadExecutor-803-thread-1-processing-n:127.0.0.1:58440_ga) 
[n:127.0.0.1:58440_ga c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 358615 INFO  
(coreLoadExecutor-803-thread-1-processing-n:127.0.0.1:58440_ga) 
[n:127.0.0.1:58440_ga c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 358615 INFO  
(coreLoadExecutor-803-thread-1-processing-n:127.0.0.1:58440_ga) 
[n:127.0.0.1:58440_ga c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 358615 INFO  
(coreLoadExecutor-803-thread-1-processing-n:127.0.0.1:58440_ga) 
[n:127.0.0.1:58440_ga c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 358615 INFO  
(coreLoadExecutor-803-thread-1-processing-n:127.0.0.1:58440_ga) 
[n:127.0.0.1:58440_ga c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 358616 WARN  
(coreLoadExecutor-803-thread-1-processing-n:127.0.0.1:58440_ga) 
[n:127.0.0.1:58440_ga c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 358626 INFO  
(coreLoadExecutor-803-thread-1-processing-n:127.0.0.1:58440_ga) 
[n:127.0.0.1:58440_ga c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.PluginBag [collection1] Initialized 25 plugins of type re

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

.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:1066)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    3) Thread[id=1781, 
name=TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]-SendThread(127.0.0.1:58423),
 state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:994)
   [junit4]    >    4) Thread[id=1783, name=zkCallback-311-thread-1, 
state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [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:1066)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    5) Thread[id=1782, 
name=TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]-EventThread,
 state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:494)
   [junit4]    >    6) Thread[id=1860, name=zkCallback-311-thread-3, 
state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [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:1066)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    7) Thread[id=1861, name=zkCallback-311-thread-4, 
state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [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:1066)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([BD767BD45032EB88]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=1859, name=zkCallback-311-thread-2, 
state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [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:1066)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    2) Thread[id=1781, 
name=TEST-CollectionsAPIDistributedZkTest.test-seed#[BD767BD45032EB88]-SendThread(127.0.0.1:58423),
 state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at 
org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:940)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1003)
   [junit4]    >    3) Thread[id=1783, name=zkCallback-311-thread-1, 
state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [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:1066)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    4) Thread[id=1860, name=zkCallback-311-thread-3, 
state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [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:1066)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    5) Thread[id=1861, name=zkCallback-311-thread-4, 
state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [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:1066)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([BD767BD45032EB88]:0)
   [junit4] Completed [60/636 (1!)] on J1 in 109.59s, 1 test, 3 errors <<< 
FAILURES!

[...truncated 62064 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to