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

6 tests failed.
FAILED:  
org.apache.solr.cloud.CustomCollectionTest.testRouteFieldForImplicitRouter

Error Message:
Collection not found: withShardField

Stack Trace:
org.apache.solr.common.SolrException: Collection not found: withShardField
        at 
__randomizedtesting.SeedInfo.seed([307B9BC769CB171D:652B7355C532D8ED]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.getCollectionNames(CloudSolrClient.java:1147)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:830)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:805)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
        at 
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
        at 
org.apache.solr.cloud.CustomCollectionTest.testRouteFieldForImplicitRouter(CustomCollectionTest.java:141)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.cloud.DeleteInactiveReplicaTest.deleteInactiveReplicaTest

Error Message:
Expected a cluster of 2 shards and 2 replicas null Live Nodes: 
[127.0.0.1:58268_solr, 127.0.0.1:58267_solr, 127.0.0.1:58269_solr, 
127.0.0.1:58266_solr] Last available state: null

Stack Trace:
java.lang.AssertionError: Expected a cluster of 2 shards and 2 replicas
null
Live Nodes: [127.0.0.1:58268_solr, 127.0.0.1:58267_solr, 127.0.0.1:58269_solr, 
127.0.0.1:58266_solr]
Last available state: null
        at 
__randomizedtesting.SeedInfo.seed([307B9BC769CB171D:FD450034266A61FF]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
        at 
org.apache.solr.cloud.DeleteInactiveReplicaTest.deleteInactiveReplicaTest(DeleteInactiveReplicaTest.java:58)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test

Error Message:
Could not find collection:collection2

Stack Trace:
java.lang.AssertionError: Could not find collection:collection2
        at 
__randomizedtesting.SeedInfo.seed([307B9BC769CB171D:B82FA41DC7377AE5]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:159)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:144)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:139)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:910)
        at 
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrClient(FullSolrCloudDistribCmdsTest.java:612)
        at 
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:152)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.HttpPartitionTest.test

Error Message:
java.io.IOException: Couldn't instantiate 
org.apache.zookeeper.ClientCnxnSocketNIO

Stack Trace:
org.apache.solr.common.SolrException: java.io.IOException: Couldn't instantiate 
org.apache.zookeeper.ClientCnxnSocketNIO
        at 
__randomizedtesting.SeedInfo.seed([307B9BC769CB171D:B82FA41DC7377AE5]:0)
        at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:171)
        at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:117)
        at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:107)
        at 
org.apache.solr.common.cloud.ZkStateReader.<init>(ZkStateReader.java:233)
        at 
org.apache.solr.client.solrj.impl.ZkClientClusterStateProvider.connect(ZkClientClusterStateProvider.java:131)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.connect(CloudSolrClient.java:395)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.initCloud(AbstractFullDistribZkTestBase.java:279)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:345)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:983)
        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:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: Couldn't instantiate 
org.apache.zookeeper.ClientCnxnSocketNIO
        at 
org.apache.zookeeper.ZooKeeper.getClientCnxnSocket(ZooKeeper.java:1842)
        at org.apache.zookeeper.ZooKeeper.<init>(ZooKeeper.java:447)
        at org.apache.zookeeper.ZooKeeper.<init>(ZooKeeper.java:380)
        at 
org.apache.solr.common.cloud.SolrZooKeeper.<init>(SolrZooKeeper.java:43)
        at 
org.apache.solr.common.cloud.ZkClientConnectionStrategy.createSolrZooKeeper(ZkClientConnectionStrategy.java:105)
        at 
org.apache.solr.common.cloud.DefaultConnectionStrategy.connect(DefaultConnectionStrategy.java:37)
        at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:146)
        ... 40 more
Caused by: java.io.IOException: Too many open files
        at sun.nio.ch.IOUtil.makePipe(Native Method)
        at sun.nio.ch.KQueueSelectorImpl.<init>(KQueueSelectorImpl.java:84)
        at 
sun.nio.ch.KQueueSelectorProvider.openSelector(KQueueSelectorProvider.java:42)
        at java.nio.channels.Selector.open(Selector.java:227)
        at 
org.apache.zookeeper.ClientCnxnSocketNIO.<init>(ClientCnxnSocketNIO.java:43)
        at sun.reflect.GeneratedConstructorAccessor227.newInstance(Unknown 
Source)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
        at java.lang.Class.newInstance(Class.java:442)
        at 
org.apache.zookeeper.ZooKeeper.getClientCnxnSocket(ZooKeeper.java:1839)
        ... 46 more


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

Error Message:
12 threads leaked from SUITE scope at org.apache.solr.cloud.HttpPartitionTest:  
   1) Thread[id=19706, 
name=TEST-HttpPartitionTest.test-seed#[307B9BC769CB171D]-EventThread, 
state=WAITING, group=TGRP-HttpPartitionTest]         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:501)    
2) Thread[id=19715, name=zkCallback-3623-thread-3, state=TIMED_WAITING, 
group=TGRP-HttpPartitionTest]         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:748)    3) Thread[id=19700, 
name=Connection evictor, state=TIMED_WAITING, group=TGRP-HttpPartitionTest]     
    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:748)    4) Thread[id=19707, 
name=zkCallback-3623-thread-1, state=TIMED_WAITING, 
group=TGRP-HttpPartitionTest]         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:748)    5) Thread[id=19714, 
name=zkCallback-3623-thread-2, state=TIMED_WAITING, 
group=TGRP-HttpPartitionTest]         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:748)    6) Thread[id=19717, 
name=zkCallback-3623-thread-5, state=TIMED_WAITING, 
group=TGRP-HttpPartitionTest]         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:748)    7) Thread[id=19710, 
name=OverseerHdfsCoreFailoverThread-98089280194543620-127.0.0.1:58478__p%2Ff-n_0000000000,
 state=WAITING, group=Overseer Hdfs SolrCore Failover Thread.]         at 
java.lang.Object.wait(Native Method)         at 
java.lang.Object.wait(Object.java:502)         at 
org.apache.zookeeper.ClientCnxn.submitRequest(ClientCnxn.java:1406)         at 
org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1210)         at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:357)      
   at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:354)      
   at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
         at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:354)        
 at 
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1123)
         at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1109)
         at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:645)
         at 
org.apache.solr.common.cloud.ClusterState.getCollectionsMap(ClusterState.java:250)
         at 
org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.doWork(OverseerAutoReplicaFailoverThread.java:166)
         at 
org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:131)
         at java.lang.Thread.run(Thread.java:748)    8) Thread[id=19708, 
name=OverseerStateUpdate-98089280194543620-127.0.0.1:58478__p%2Ff-n_0000000000, 
state=TIMED_WAITING, group=Overseer state updater.]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
         at 
org.apache.solr.cloud.DistributedQueue.peek(DistributedQueue.java:165)         
at org.apache.solr.cloud.DistributedQueue.peek(DistributedQueue.java:139)       
  at org.apache.solr.cloud.Overseer$ClusterStateUpdater.run(Overseer.java:184)  
       at java.lang.Thread.run(Thread.java:748)    9) Thread[id=19701, 
name=Connection evictor, state=TIMED_WAITING, group=TGRP-HttpPartitionTest]     
    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:748)   10) Thread[id=19705, 
name=TEST-HttpPartitionTest.test-seed#[307B9BC769CB171D]-SendThread(127.0.0.1:58475),
 state=TIMED_WAITING, group=TGRP-HttpPartitionTest]         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:997)    
     at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060)   
11) Thread[id=19716, name=zkCallback-3623-thread-4, state=TIMED_WAITING, 
group=TGRP-HttpPartitionTest]         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:748)   12) Thread[id=19709, 
name=OverseerCollectionConfigSetProcessor-98089280194543620-127.0.0.1:58478__p%2Ff-n_0000000000,
 state=WAITING, group=Overseer collection creation process.]         at 
java.lang.Object.wait(Native Method)         at 
java.lang.Object.wait(Object.java:502)         at 
org.apache.zookeeper.ClientCnxn.submitRequest(ClientCnxn.java:1406)         at 
org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1210)         at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:357)      
   at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:354)      
   at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
         at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:354)        
 at 
org.apache.solr.cloud.OverseerTaskProcessor.amILeader(OverseerTaskProcessor.java:387)
         at 
org.apache.solr.cloud.OverseerTaskProcessor.run(OverseerTaskProcessor.java:193) 
        at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 12 threads leaked from 
SUITE scope at org.apache.solr.cloud.HttpPartitionTest: 
   1) Thread[id=19706, 
name=TEST-HttpPartitionTest.test-seed#[307B9BC769CB171D]-EventThread, 
state=WAITING, group=TGRP-HttpPartitionTest]
        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:501)
   2) Thread[id=19715, name=zkCallback-3623-thread-3, state=TIMED_WAITING, 
group=TGRP-HttpPartitionTest]
        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:748)
   3) Thread[id=19700, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-HttpPartitionTest]
        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:748)
   4) Thread[id=19707, name=zkCallback-3623-thread-1, state=TIMED_WAITING, 
group=TGRP-HttpPartitionTest]
        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:748)
   5) Thread[id=19714, name=zkCallback-3623-thread-2, state=TIMED_WAITING, 
group=TGRP-HttpPartitionTest]
        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:748)
   6) Thread[id=19717, name=zkCallback-3623-thread-5, state=TIMED_WAITING, 
group=TGRP-HttpPartitionTest]
        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:748)
   7) Thread[id=19710, 
name=OverseerHdfsCoreFailoverThread-98089280194543620-127.0.0.1:58478__p%2Ff-n_0000000000,
 state=WAITING, group=Overseer Hdfs SolrCore Failover Thread.]
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:502)
        at org.apache.zookeeper.ClientCnxn.submitRequest(ClientCnxn.java:1406)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1210)
        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:357)
        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:354)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:354)
        at 
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1123)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1109)
        at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:645)
        at 
org.apache.solr.common.cloud.ClusterState.getCollectionsMap(ClusterState.java:250)
        at 
org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.doWork(OverseerAutoReplicaFailoverThread.java:166)
        at 
org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:131)
        at java.lang.Thread.run(Thread.java:748)
   8) Thread[id=19708, 
name=OverseerStateUpdate-98089280194543620-127.0.0.1:58478__p%2Ff-n_0000000000, 
state=TIMED_WAITING, group=Overseer state updater.]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at 
org.apache.solr.cloud.DistributedQueue.peek(DistributedQueue.java:165)
        at 
org.apache.solr.cloud.DistributedQueue.peek(DistributedQueue.java:139)
        at 
org.apache.solr.cloud.Overseer$ClusterStateUpdater.run(Overseer.java:184)
        at java.lang.Thread.run(Thread.java:748)
   9) Thread[id=19701, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-HttpPartitionTest]
        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:748)
  10) Thread[id=19705, 
name=TEST-HttpPartitionTest.test-seed#[307B9BC769CB171D]-SendThread(127.0.0.1:58475),
 state=TIMED_WAITING, group=TGRP-HttpPartitionTest]
        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:997)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060)
  11) Thread[id=19716, name=zkCallback-3623-thread-4, state=TIMED_WAITING, 
group=TGRP-HttpPartitionTest]
        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:748)
  12) Thread[id=19709, 
name=OverseerCollectionConfigSetProcessor-98089280194543620-127.0.0.1:58478__p%2Ff-n_0000000000,
 state=WAITING, group=Overseer collection creation process.]
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:502)
        at org.apache.zookeeper.ClientCnxn.submitRequest(ClientCnxn.java:1406)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1210)
        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:357)
        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:354)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:354)
        at 
org.apache.solr.cloud.OverseerTaskProcessor.amILeader(OverseerTaskProcessor.java:387)
        at 
org.apache.solr.cloud.OverseerTaskProcessor.run(OverseerTaskProcessor.java:193)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([307B9BC769CB171D]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=19714, name=zkCallback-3623-thread-2, state=TIMED_WAITING, 
group=TGRP-HttpPartitionTest]         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:748)    2) Thread[id=19717, 
name=zkCallback-3623-thread-5, state=TIMED_WAITING, 
group=TGRP-HttpPartitionTest]         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:748)    3) Thread[id=19715, 
name=zkCallback-3623-thread-3, state=TIMED_WAITING, 
group=TGRP-HttpPartitionTest]         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:748)    4) Thread[id=19705, 
name=TEST-HttpPartitionTest.test-seed#[307B9BC769CB171D]-SendThread(127.0.0.1:58475),
 state=TIMED_WAITING, group=TGRP-HttpPartitionTest]         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:997)    
     at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060)    
5) Thread[id=19707, name=zkCallback-3623-thread-1, state=TIMED_WAITING, 
group=TGRP-HttpPartitionTest]         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:748)    6) Thread[id=19716, 
name=zkCallback-3623-thread-4, state=TIMED_WAITING, 
group=TGRP-HttpPartitionTest]         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:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=19714, name=zkCallback-3623-thread-2, state=TIMED_WAITING, 
group=TGRP-HttpPartitionTest]
        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:748)
   2) Thread[id=19717, name=zkCallback-3623-thread-5, state=TIMED_WAITING, 
group=TGRP-HttpPartitionTest]
        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:748)
   3) Thread[id=19715, name=zkCallback-3623-thread-3, state=TIMED_WAITING, 
group=TGRP-HttpPartitionTest]
        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:748)
   4) Thread[id=19705, 
name=TEST-HttpPartitionTest.test-seed#[307B9BC769CB171D]-SendThread(127.0.0.1:58475),
 state=TIMED_WAITING, group=TGRP-HttpPartitionTest]
        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:997)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060)
   5) Thread[id=19707, name=zkCallback-3623-thread-1, state=TIMED_WAITING, 
group=TGRP-HttpPartitionTest]
        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:748)
   6) Thread[id=19716, name=zkCallback-3623-thread-4, state=TIMED_WAITING, 
group=TGRP-HttpPartitionTest]
        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:748)
        at __randomizedtesting.SeedInfo.seed([307B9BC769CB171D]:0)




Build Log:
[...truncated 11326 lines...]
   [junit4] Suite: org.apache.solr.cloud.CustomCollectionTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_307B9BC769CB171D-001/init-core-data-001
   [junit4]   2> 448216 WARN  
(SUITE-CustomCollectionTest-seed#[307B9BC769CB171D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 448216 INFO  
(SUITE-CustomCollectionTest-seed#[307B9BC769CB171D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 448219 INFO  
(SUITE-CustomCollectionTest-seed#[307B9BC769CB171D]-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> 448219 INFO  
(SUITE-CustomCollectionTest-seed#[307B9BC769CB171D]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_307B9BC769CB171D-001/tempDir-001
   [junit4]   2> 448219 INFO  
(SUITE-CustomCollectionTest-seed#[307B9BC769CB171D]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 448220 INFO  (Thread-1398) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 448220 INFO  (Thread-1398) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 448223 ERROR (Thread-1398) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 448323 INFO  
(SUITE-CustomCollectionTest-seed#[307B9BC769CB171D]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:53786
   [junit4]   2> 448351 INFO  (jetty-launcher-1673-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 448351 INFO  (jetty-launcher-1673-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 448351 INFO  (jetty-launcher-1673-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 448352 INFO  (jetty-launcher-1673-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 448354 INFO  (jetty-launcher-1673-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5b2f6549{/solr,null,AVAILABLE}
   [junit4]   2> 448354 INFO  (jetty-launcher-1673-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7c0dd43e{/solr,null,AVAILABLE}
   [junit4]   2> 448355 INFO  (jetty-launcher-1673-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5ba96894{HTTP/1.1,[http/1.1]}{127.0.0.1:53789}
   [junit4]   2> 448355 INFO  (jetty-launcher-1673-thread-3) [    ] 
o.e.j.s.Server Started @451967ms
   [junit4]   2> 448355 INFO  (jetty-launcher-1673-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53789}
   [junit4]   2> 448355 INFO  (jetty-launcher-1673-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@560c0338{HTTP/1.1,[http/1.1]}{127.0.0.1:53788}
   [junit4]   2> 448355 INFO  (jetty-launcher-1673-thread-2) [    ] 
o.e.j.s.Server Started @451968ms
   [junit4]   2> 448355 INFO  (jetty-launcher-1673-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53788}
   [junit4]   2> 448355 ERROR (jetty-launcher-1673-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 448355 ERROR (jetty-launcher-1673-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 448355 INFO  (jetty-launcher-1673-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 448355 INFO  (jetty-launcher-1673-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 448355 INFO  (jetty-launcher-1673-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 448355 INFO  (jetty-launcher-1673-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 448355 INFO  (jetty-launcher-1673-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-06T04:10:03.176Z
   [junit4]   2> 448355 INFO  (jetty-launcher-1673-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 448355 INFO  (jetty-launcher-1673-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 448355 INFO  (jetty-launcher-1673-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-06T04:10:03.176Z
   [junit4]   2> 448356 INFO  (jetty-launcher-1673-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5b6d7cbe{/solr,null,AVAILABLE}
   [junit4]   2> 448356 INFO  (jetty-launcher-1673-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@ca38304{/solr,null,AVAILABLE}
   [junit4]   2> 448357 INFO  (jetty-launcher-1673-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1127b06d{HTTP/1.1,[http/1.1]}{127.0.0.1:53791}
   [junit4]   2> 448357 INFO  (jetty-launcher-1673-thread-1) [    ] 
o.e.j.s.Server Started @451970ms
   [junit4]   2> 448357 INFO  (jetty-launcher-1673-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5ad9f298{HTTP/1.1,[http/1.1]}{127.0.0.1:53790}
   [junit4]   2> 448357 INFO  (jetty-launcher-1673-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53791}
   [junit4]   2> 448357 INFO  (jetty-launcher-1673-thread-4) [    ] 
o.e.j.s.Server Started @451970ms
   [junit4]   2> 448357 INFO  (jetty-launcher-1673-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53790}
   [junit4]   2> 448357 ERROR (jetty-launcher-1673-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 448357 ERROR (jetty-launcher-1673-thread-4) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 448358 INFO  (jetty-launcher-1673-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 448358 INFO  (jetty-launcher-1673-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 448358 INFO  (jetty-launcher-1673-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 448358 INFO  (jetty-launcher-1673-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 448358 INFO  (jetty-launcher-1673-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 448358 INFO  (jetty-launcher-1673-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-06T04:10:03.179Z
   [junit4]   2> 448358 INFO  (jetty-launcher-1673-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 448358 INFO  (jetty-launcher-1673-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-06T04:10:03.179Z
   [junit4]   2> 448360 INFO  (jetty-launcher-1673-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 448360 INFO  (jetty-launcher-1673-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 448364 INFO  (jetty-launcher-1673-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 448364 INFO  (jetty-launcher-1673-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 448377 INFO  (jetty-launcher-1673-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53786/solr
   [junit4]   2> 448377 INFO  (jetty-launcher-1673-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53786/solr
   [junit4]   2> 448378 INFO  (jetty-launcher-1673-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53786/solr
   [junit4]   2> 448378 INFO  (jetty-launcher-1673-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53786/solr
   [junit4]   2> 448411 INFO  (jetty-launcher-1673-thread-1) 
[n:127.0.0.1:53791_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 448412 INFO  (jetty-launcher-1673-thread-4) 
[n:127.0.0.1:53790_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 448412 INFO  (jetty-launcher-1673-thread-2) 
[n:127.0.0.1:53788_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 448413 INFO  (jetty-launcher-1673-thread-1) 
[n:127.0.0.1:53791_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:53791_solr
   [junit4]   2> 448413 INFO  (jetty-launcher-1673-thread-3) 
[n:127.0.0.1:53789_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 448413 INFO  (jetty-launcher-1673-thread-4) 
[n:127.0.0.1:53790_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53790_solr
   [junit4]   2> 448414 INFO  (jetty-launcher-1673-thread-1) 
[n:127.0.0.1:53791_solr    ] o.a.s.c.Overseer Overseer 
(id=98089186298560521-127.0.0.1:53791_solr-n_0000000000) starting
   [junit4]   2> 448416 INFO  
(zkCallback-1693-thread-1-processing-n:127.0.0.1:53790_solr) 
[n:127.0.0.1:53790_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 448417 INFO  
(zkCallback-1692-thread-1-processing-n:127.0.0.1:53791_solr) 
[n:127.0.0.1:53791_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 448417 INFO  
(zkCallback-1695-thread-1-processing-n:127.0.0.1:53788_solr) 
[n:127.0.0.1:53788_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 448418 INFO  
(zkCallback-1694-thread-1-processing-n:127.0.0.1:53789_solr) 
[n:127.0.0.1:53789_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 448421 INFO  (jetty-launcher-1673-thread-3) 
[n:127.0.0.1:53789_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53789_solr
   [junit4]   2> 448422 INFO  (jetty-launcher-1673-thread-2) 
[n:127.0.0.1:53788_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53788_solr
   [junit4]   2> 448426 INFO  
(zkCallback-1694-thread-1-processing-n:127.0.0.1:53789_solr) 
[n:127.0.0.1:53789_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 448426 INFO  
(zkCallback-1693-thread-1-processing-n:127.0.0.1:53790_solr) 
[n:127.0.0.1:53790_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 448427 INFO  
(zkCallback-1695-thread-1-processing-n:127.0.0.1:53788_solr) 
[n:127.0.0.1:53788_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (3)
   [junit4]   2> 448427 INFO  
(zkCallback-1692-thread-1-processing-n:127.0.0.1:53791_solr) 
[n:127.0.0.1:53791_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (3)
   [junit4]   2> 448427 INFO  
(zkCallback-1693-thread-1-processing-n:127.0.0.1:53790_solr) 
[n:127.0.0.1:53790_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 448427 INFO  
(zkCallback-1694-thread-1-processing-n:127.0.0.1:53789_solr) 
[n:127.0.0.1:53789_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 448445 INFO  (jetty-launcher-1673-thread-1) 
[n:127.0.0.1:53791_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53791_solr
   [junit4]   2> 448448 INFO  
(zkCallback-1694-thread-1-processing-n:127.0.0.1:53789_solr) 
[n:127.0.0.1:53789_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 448448 INFO  
(zkCallback-1695-thread-1-processing-n:127.0.0.1:53788_solr) 
[n:127.0.0.1:53788_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 448448 INFO  
(zkCallback-1693-thread-1-processing-n:127.0.0.1:53790_solr) 
[n:127.0.0.1:53790_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 448448 INFO  
(zkCallback-1692-thread-1-processing-n:127.0.0.1:53791_solr) 
[n:127.0.0.1:53791_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 448549 INFO  (jetty-launcher-1673-thread-3) 
[n:127.0.0.1:53789_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_53789.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f192f5e
   [junit4]   2> 448550 INFO  (jetty-launcher-1673-thread-4) 
[n:127.0.0.1:53790_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_53790.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f192f5e
   [junit4]   2> 448552 INFO  (jetty-launcher-1673-thread-3) 
[n:127.0.0.1:53789_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_53789.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f192f5e
   [junit4]   2> 448552 INFO  (jetty-launcher-1673-thread-3) 
[n:127.0.0.1:53789_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_53789.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f192f5e
   [junit4]   2> 448552 INFO  (jetty-launcher-1673-thread-4) 
[n:127.0.0.1:53790_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_53790.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f192f5e
   [junit4]   2> 448552 INFO  (jetty-launcher-1673-thread-4) 
[n:127.0.0.1:53790_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_53790.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f192f5e
   [junit4]   2> 448552 INFO  (jetty-launcher-1673-thread-1) 
[n:127.0.0.1:53791_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_53791.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f192f5e
   [junit4]   2> 448552 INFO  (jetty-launcher-1673-thread-3) 
[n:127.0.0.1:53789_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_307B9BC769CB171D-001/tempDir-001/node3/.
   [junit4]   2> 448553 INFO  (jetty-launcher-1673-thread-4) 
[n:127.0.0.1:53790_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_307B9BC769CB171D-001/tempDir-001/node4/.
   [junit4]   2> 448555 INFO  (jetty-launcher-1673-thread-1) 
[n:127.0.0.1:53791_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_53791.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f192f5e
   [junit4]   2> 448556 INFO  (jetty-launcher-1673-thread-1) 
[n:127.0.0.1:53791_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_53791.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f192f5e
   [junit4]   2> 448558 INFO  (jetty-launcher-1673-thread-1) 
[n:127.0.0.1:53791_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_307B9BC769CB171D-001/tempDir-001/node1/.
   [junit4]   2> 448585 INFO  (jetty-launcher-1673-thread-2) 
[n:127.0.0.1:53788_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_53788.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f192f5e
   [junit4]   2> 448589 INFO  (jetty-launcher-1673-thread-2) 
[n:127.0.0.1:53788_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_53788.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f192f5e
   [junit4]   2> 448589 INFO  (jetty-launcher-1673-thread-2) 
[n:127.0.0.1:53788_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_53788.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f192f5e
   [junit4]   2> 448590 INFO  (jetty-launcher-1673-thread-2) 
[n:127.0.0.1:53788_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_307B9BC769CB171D-001/tempDir-001/node2/.
   [junit4]   2> 448621 INFO  
(SUITE-CustomCollectionTest-seed#[307B9BC769CB171D]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 448622 INFO  
(SUITE-CustomCollectionTest-seed#[307B9BC769CB171D]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53786/solr ready
   [junit4]   2> 448643 INFO  
(TEST-CustomCollectionTest.testCreateShardRepFactor-seed#[307B9BC769CB171D]) [  
  ] o.a.s.SolrTestCaseJ4 ###Starting testCreateShardRepFactor
   [junit4]   2> 448645 INFO  
(TEST-CustomCollectionTest.testCreateShardRepFactor-seed#[307B9BC769CB171D]) [  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 448649 INFO  (qtp31834979-8045) [n:127.0.0.1:53791_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
shards=a,b&replicationFactor=1&collection.configName=conf&name=testCreateShardRepFactor&router.name=implicit&nrtReplicas=1&action=CREATE&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 448652 INFO  
(OverseerThreadFactory-3159-thread-1-processing-n:127.0.0.1:53791_solr) 
[n:127.0.0.1:53791_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
testCreateShardRepFactor
   [junit4]   2> 448761 INFO  (qtp31834979-8046) [n:127.0.0.1:53791_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=testCreateShardRepFactor_b_replica_n1&action=CREATE&numShards=2&collection=testCreateShardRepFactor&shard=b&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 448764 INFO  (qtp31834979-8046) [n:127.0.0.1:53791_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 448764 INFO  (qtp1385258679-8060) [n:127.0.0.1:53790_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=testCreateShardRepFactor_a_replica_n1&action=CREATE&numShards=2&collection=testCreateShardRepFactor&shard=a&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 448765 INFO  (qtp1385258679-8060) [n:127.0.0.1:53790_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 448879 INFO  
(zkCallback-1693-thread-1-processing-n:127.0.0.1:53790_solr) 
[n:127.0.0.1:53790_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 448880 INFO  
(zkCallback-1692-thread-1-processing-n:127.0.0.1:53791_solr) 
[n:127.0.0.1:53791_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 449812 INFO  (qtp31834979-8046) [n:127.0.0.1:53791_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 449812 INFO  (qtp1385258679-8060) [n:127.0.0.1:53790_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 449820 INFO  (qtp1385258679-8060) [n:127.0.0.1:53790_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica_n1] 
o.a.s.s.IndexSchema [testCreateShardRepFactor_a_replica_n1] Schema 
name=cloud-dynamic
   [junit4]   2> 449820 INFO  (qtp31834979-8046) [n:127.0.0.1:53791_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica_n1] 
o.a.s.s.IndexSchema [testCreateShardRepFactor_b_replica_n1] Schema 
name=cloud-dynamic
   [junit4]   2> 449836 INFO  (qtp31834979-8046) [n:127.0.0.1:53791_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica_n1] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 449836 INFO  (qtp31834979-8046) [n:127.0.0.1:53791_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'testCreateShardRepFactor_b_replica_n1' 
using configuration from collection testCreateShardRepFactor, trusted=true
   [junit4]   2> 449837 INFO  (qtp1385258679-8060) [n:127.0.0.1:53790_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica_n1] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 449837 INFO  (qtp1385258679-8060) [n:127.0.0.1:53790_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'testCreateShardRepFactor_a_replica_n1' 
using configuration from collection testCreateShardRepFactor, trusted=true
   [junit4]   2> 449837 INFO  (qtp31834979-8046) [n:127.0.0.1:53791_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_53791.solr.core.testCreateShardRepFactor.b.replica_n1' (registry 
'solr.core.testCreateShardRepFactor.b.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f192f5e
   [junit4]   2> 449837 INFO  (qtp31834979-8046) [n:127.0.0.1:53791_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 449837 INFO  (qtp31834979-8046) [n:127.0.0.1:53791_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica_n1] 
o.a.s.c.SolrCore [[testCreateShardRepFactor_b_replica_n1] ] Opening new 
SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_307B9BC769CB171D-001/tempDir-001/node1/testCreateShardRepFactor_b_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_307B9BC769CB171D-001/tempDir-001/node1/./testCreateShardRepFactor_b_replica_n1/data/]
   [junit4]   2> 449837 INFO  (qtp1385258679-8060) [n:127.0.0.1:53790_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_53790.solr.core.testCreateShardRepFactor.a.replica_n1' (registry 
'solr.core.testCreateShardRepFactor.a.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f192f5e
   [junit4]   2> 449837 INFO  (qtp1385258679-8060) [n:127.0.0.1:53790_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 449837 INFO  (qtp1385258679-8060) [n:127.0.0.1:53790_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica_n1] 
o.a.s.c.SolrCore [[testCreateShardRepFactor_a_replica_n1] ] Opening new 
SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_307B9BC769CB171D-001/tempDir-001/node4/testCreateShardRepFactor_a_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_307B9BC769CB171D-001/tempDir-001/node4/./testCreateShardRepFactor_a_replica_n1/data/]
   [junit4]   2> 449899 INFO  (qtp31834979-8046) [n:127.0.0.1:53791_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 449899 INFO  (qtp31834979-8046) [n:127.0.0.1:53791_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 449899 INFO  (qtp1385258679-8060) [n:127.0.0.1:53790_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 449899 INFO  (qtp1385258679-8060) [n:127.0.0.1:53790_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 449900 INFO  (qtp31834979-8046) [n:127.0.0.1:53791_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 449901 INFO  (qtp1385258679-8060) [n:127.0.0.1:53790_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 449901 INFO  (qtp1385258679-8060) [n:127.0.0.1:53790_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 449901 INFO  (qtp31834979-8046) [n:127.0.0.1:53791_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 449902 INFO  (qtp1385258679-8060) [n:127.0.0.1:53790_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1f1c43c[testCreateShardRepFactor_a_replica_n1] main]
   [junit4]   2> 449903 INFO  (qtp31834979-8046) [n:127.0.0.1:53791_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1a4cb856[testCreateShardRepFactor_b_replica_n1] main]
   [junit4]   2> 449903 INFO  (qtp1385258679-8060) [n:127.0.0.1:53790_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 449904 INFO  (qtp1385258679-8060) [n:127.0.0.1:53790_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 449904 INFO  (qtp1385258679-8060) [n:127.0.0.1:53790_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 449904 INFO  (qtp31834979-8046) [n:127.0.0.1:53791_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 449904 INFO  (qtp1385258679-8060) [n:127.0.0.1:53790_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1569426982541721600
   [junit4]   2> 449904 INFO  
(searcherExecutor-3169-thread-1-processing-n:127.0.0.1:53790_solr 
x:testCreateShardRepFactor_a_replica_n1 s:a c:testCreateShardRepFactor) 
[n:127.0.0.1:53790_solr c:testCreateShardRepFactor s:a  
x:testCreateShardRepFactor_a_replica_n1] o.a.s.c.SolrCore 
[testCreateShardRepFactor_a_replica_n1] Registered new searcher 
Searcher@1f1c43c[testCreateShardRepFactor_a_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 449904 INFO  (qtp31834979-8046) [n:127.0.0.1:53791_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 449904 INFO  (qtp31834979-8046) [n:127.0.0.1:53791_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 449904 INFO  (qtp31834979-8046) [n:127.0.0.1:53791_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1569426982541721600
   [junit4]   2> 449904 INFO  
(searcherExecutor-3168-thread-1-processing-n:127.0.0.1:53791_solr 
x:testCreateShardRepFactor_b_replica_n1 s:b c:testCreateShardRepFactor) 
[n:127.0.0.1:53791_solr c:testCreateShardRepFactor s:b  
x:testCreateShardRepFactor_b_replica_n1] o.a.s.c.SolrCore 
[testCreateShardRepFactor_b_replica_n1] Registered new searcher 
Searcher@1a4cb856[testCreateShardRepFactor_b_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 449913 INFO  (qtp1385258679-8060) [n:127.0.0.1:53790_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 449913 INFO  (qtp1385258679-8060) [n:127.0.0.1:53790_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 449913 INFO  (qtp1385258679-8060) [n:127.0.0.1:53790_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:53790/solr/testCreateShardRepFactor_a_replica_n1/
   [junit4]   2> 449913 INFO  (qtp1385258679-8060) [n:127.0.0.1:53790_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 449914 INFO  (qtp1385258679-8060) [n:127.0.0.1:53790_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:53790/solr/testCreateShardRepFactor_a_replica_n1/ has no 
replicas
   [junit4]   2> 449914 INFO  (qtp1385258679-8060) [n:127.0.0.1:53790_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 449914 INFO  (qtp31834979-8046) [n:127.0.0.1:53791_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 449914 INFO  (qtp31834979-8046) [n:127.0.0.1:53791_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 449914 INFO  (qtp31834979-8046) [n:127.0.0.1:53791_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:53791/solr/testCreateShardRepFactor_b_replica_n1/
   [junit4]   2> 449914 INFO  (qtp31834979-8046) [n:127.0.0.1:53791_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 449914 INFO  (qtp31834979-8046) [n:127.0.0.1:53791_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:53791/solr/testCreateShardRepFactor_b_replica_n1/ has no 
replicas
   [junit4]   2> 449914 INFO  (qtp31834979-8046) [n:127.0.0.1:53791_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 449920 INFO  (qtp1385258679-8060) [n:127.0.0.1:53790_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:53790/solr/testCreateShardRepFactor_a_replica_n1/ a
   [junit4]   2> 449920 INFO  (qtp31834979-8046) [n:127.0.0.1:53791_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:53791/solr/testCreateShardRepFactor_b_replica_n1/ b
   [junit4]   2> 450029 INFO  
(zkCallback-1692-thread-1-processing-n:127.0.0.1:53791_solr) 
[n:127.0.0.1:53791_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 450029 INFO  
(zkCallback-1693-thread-1-processing-n:127.0.0.1:53790_solr) 
[n:127.0.0.1:53790_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 450085 INFO  (qtp1385258679-8060) [n:127.0.0.1:53790_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 450085 INFO  (qtp31834979-8046) [n:127.0.0.1:53791_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 450093 INFO  (qtp1385258679-8060) [n:127.0.0.1:53790_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=testCreateShardRepFactor_a_replica_n1&action=CREATE&numShards=2&collection=testCreateShardRepFactor&shard=a&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1328
   [junit4]   2> 450097 INFO  (qtp31834979-8046) [n:127.0.0.1:53791_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=testCreateShardRepFactor_b_replica_n1&action=CREATE&numShards=2&collection=testCreateShardRepFactor&shard=b&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1336
   [junit4]   2> 450105 INFO  (qtp31834979-8045) [n:127.0.0.1:53791_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 450205 INFO  
(zkCallback-1692-thread-2-processing-n:127.0.0.1:53791_solr) 
[n:127.0.0.1:53791_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 450205 INFO  
(zkCallback-1693-thread-1-processing-n:127.0.0.1:53790_solr) 
[n:127.0.0.1:53790_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 450658 INFO  
(OverseerCollectionConfigSetProcessor-98089186298560521-127.0.0.1:53791_solr-n_0000000000)
 [n:127.0.0.1:53791_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 451114 INFO  (qtp31834979-8045) [n:127.0.0.1:53791_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={shards=a,b&replicationFactor=1&collection.configName=conf&name=testCreateShardRepFactor&router.name=implicit&nrtReplicas=1&action=CREATE&wt=javabin&version=2}
 status=0 QTime=2464
   [junit4]   2> 451115 INFO  (qtp31834979-8048) [n:127.0.0.1:53791_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :createshard with params 
action=CREATESHARD&collection=testCreateShardRepFactor&shard=x&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 451120 INFO  
(OverseerThreadFactory-3159-thread-2-processing-n:127.0.0.1:53791_solr) 
[n:127.0.0.1:53791_solr    ] o.a.s.c.CreateShardCmd Create shard invoked: {
   [junit4]   2>   "collection":"testCreateShardRepFactor",
   [junit4]   2>   "shard":"x",
   [junit4]   2>   "operation":"createshard"}
   [junit4]   2> 451232 INFO  
(zkCallback-1692-thread-2-processing-n:127.0.0.1:53791_solr) 
[n:127.0.0.1:53791_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 451232 INFO  
(zkCallback-1693-thread-1-processing-n:127.0.0.1:53790_solr) 
[n:127.0.0.1:53790_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 451330 INFO  
(OverseerThreadFactory-3159-thread-2-processing-n:127.0.0.1:53791_solr) 
[n:127.0.0.1:53791_solr    ] o.a.s.c.CreateShardCmd Creating replica 
testCreateShardRepFactor_x_replica_n1 as part of slice x of collection 
testCreateShardRepFactor on 127.0.0.1:53789_solr
   [junit4]   2> 451332 INFO  (qtp1101128660-8040) [n:127.0.0.1:53789_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&name=testCreateShardRepFactor_x_replica_n1&action=CREATE&numShards=1&collection=testCreateShardRepFactor&shard=x&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 451333 INFO  (qtp1101128660-8040) [n:127.0.0.1:53789_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 451448 INFO  
(zkCallback-1693-thread-1-processing-n:127.0.0.1:53790_solr) 
[n:127.0.0.1:53790_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 451448 INFO  
(zkCallback-1694-thread-1-processing-n:127.0.0.1:53789_solr) 
[n:127.0.0.1:53789_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 451448 INFO  
(zkCallback-1692-thread-2-processing-n:127.0.0.1:53791_solr) 
[n:127.0.0.1:53791_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 452351 INFO  (qtp1101128660-8040) [n:127.0.0.1:53789_solr 
c:testCreateShardRepFactor s:x  x:testCreateShardRepFactor_x_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 452356 INFO  (qtp1101128660-8040) [n:127.0.0.1:53789_solr 
c:testCreateShardRepFactor s:x  x:testCreateShardRepFactor_x_replica_n1] 
o.a.s.s.IndexSchema [testCreateShardRepFactor_x_replica_n1] Schema 
name=cloud-dynamic
   [junit4]   2> 452371 INFO  (qtp1101128660-8040) [n:127.0.0.1:53789_solr 
c:testCreateShardRepFactor s:x  x:testCreateShardRepFactor_x_replica_n1] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 452371 INFO  (qtp1101128660-8040) [n:127.0.0.1:53789_solr 
c:testCreateShardRepFactor s:x  x:testCreateShardRepFactor_x_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'testCreateShardRepFactor_x_replica_n1' 
using configuration from collection testCreateShardRepFactor, trusted=true
   [junit4]   2> 452371 INFO  (qtp1101128660-8040) [n:127.0.0.1:53789_solr 
c:testCreateShardRepFactor s:x  x:testCreateShardRepFactor_x_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_53789.solr.core.testCreateShardRepFactor.x.replica_n1' (registry 
'solr.core.testCreateShardRepFactor.x.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f192f5e
   [junit4]   2> 452371 INFO  (qtp1101128660-8040) [n:127.0.0.1:53789_solr 
c:testCreateShardRepFactor s:x  x:testCreateShardRepFactor_x_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 452371 INFO  (qtp1101128660-8040) [n:127.0.0.1:53789_solr 
c:testCreateShardRepFactor s:x  x:testCreateShardRepFactor_x_replica_n1] 
o.a.s.c.SolrCore [[testCreateShardRepFactor_x_replica_n1] ] Opening new 
SolrCore 

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

Thread.run(Thread.java:748)
   [junit4]    >    8) Thread[id=19708, 
name=OverseerStateUpdate-98089280194543620-127.0.0.1:58478__p%2Ff-n_0000000000, 
state=TIMED_WAITING, group=Overseer state updater.]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]    >         at 
org.apache.solr.cloud.DistributedQueue.peek(DistributedQueue.java:165)
   [junit4]    >         at 
org.apache.solr.cloud.DistributedQueue.peek(DistributedQueue.java:139)
   [junit4]    >         at 
org.apache.solr.cloud.Overseer$ClusterStateUpdater.run(Overseer.java:184)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >    9) Thread[id=19701, name=Connection evictor, 
state=TIMED_WAITING, group=TGRP-HttpPartitionTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >   10) Thread[id=19705, 
name=TEST-HttpPartitionTest.test-seed#[307B9BC769CB171D]-SendThread(127.0.0.1:58475),
 state=TIMED_WAITING, group=TGRP-HttpPartitionTest]
   [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:997)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060)
   [junit4]    >   11) Thread[id=19716, name=zkCallback-3623-thread-4, 
state=TIMED_WAITING, group=TGRP-HttpPartitionTest]
   [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:748)
   [junit4]    >   12) Thread[id=19709, 
name=OverseerCollectionConfigSetProcessor-98089280194543620-127.0.0.1:58478__p%2Ff-n_0000000000,
 state=WAITING, group=Overseer collection creation process.]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at java.lang.Object.wait(Object.java:502)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn.submitRequest(ClientCnxn.java:1406)
   [junit4]    >         at 
org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1210)
   [junit4]    >         at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:357)
   [junit4]    >         at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:354)
   [junit4]    >         at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]    >         at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:354)
   [junit4]    >         at 
org.apache.solr.cloud.OverseerTaskProcessor.amILeader(OverseerTaskProcessor.java:387)
   [junit4]    >         at 
org.apache.solr.cloud.OverseerTaskProcessor.run(OverseerTaskProcessor.java:193)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([307B9BC769CB171D]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=19714, name=zkCallback-3623-thread-2, 
state=TIMED_WAITING, group=TGRP-HttpPartitionTest]
   [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:748)
   [junit4]    >    2) Thread[id=19717, name=zkCallback-3623-thread-5, 
state=TIMED_WAITING, group=TGRP-HttpPartitionTest]
   [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:748)
   [junit4]    >    3) Thread[id=19715, name=zkCallback-3623-thread-3, 
state=TIMED_WAITING, group=TGRP-HttpPartitionTest]
   [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:748)
   [junit4]    >    4) Thread[id=19705, 
name=TEST-HttpPartitionTest.test-seed#[307B9BC769CB171D]-SendThread(127.0.0.1:58475),
 state=TIMED_WAITING, group=TGRP-HttpPartitionTest]
   [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:997)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060)
   [junit4]    >    5) Thread[id=19707, name=zkCallback-3623-thread-1, 
state=TIMED_WAITING, group=TGRP-HttpPartitionTest]
   [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:748)
   [junit4]    >    6) Thread[id=19716, name=zkCallback-3623-thread-4, 
state=TIMED_WAITING, group=TGRP-HttpPartitionTest]
   [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:748)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([307B9BC769CB171D]:0)
   [junit4] Completed [500/724 (4!)] on J0 in 25.46s, 1 test, 3 errors <<< 
FAILURES!

[...truncated 44113 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to