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

5 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.addReplicaTest

Error Message:
Could not find collection : addReplicaColl

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : addReplicaColl
        at 
__randomizedtesting.SeedInfo.seed([72D5A91AC721AA4D:E175FE3C4929E19C]:0)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:194)
        at 
org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:247)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.addReplicaTest(CollectionsAPIDistributedZkTest.java:606)
        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.CollectionsAPIDistributedZkTest.testCreationAndDeletion

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([72D5A91AC721AA4D:40D108CACC35F9EC]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertTrue(Assert.java:54)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCreationAndDeletion(CollectionsAPIDistributedZkTest.java:122)
        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.CollectionsAPIDistributedZkTest.testCoresAreDistributedAcrossNodes

Error Message:
Could not find collection : nodes_used_collection

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : 
nodes_used_collection
        at 
__randomizedtesting.SeedInfo.seed([72D5A91AC721AA4D:16957C767CEF225C]:0)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:194)
        at 
org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:247)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCoresAreDistributedAcrossNodes(CollectionsAPIDistributedZkTest.java:340)
        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.CollectionsAPIDistributedZkTest.testSpecificConfigsets

Error Message:
KeeperErrorCode = NoNode for /collections/withconfigset2

Stack Trace:
org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode 
for /collections/withconfigset2
        at 
__randomizedtesting.SeedInfo.seed([72D5A91AC721AA4D:5FABE64030051041]:0)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
        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.CollectionsAPIDistributedZkTest.testSpecificConfigsets(CollectionsAPIDistributedZkTest.java:368)
        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.CustomCollectionTest.testCustomCollectionsAPI

Error Message:
Could not find collection : implicitcoll

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : implicitcoll
        at 
__randomizedtesting.SeedInfo.seed([72D5A91AC721AA4D:18342771FABB1C35]:0)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:194)
        at 
org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:247)
        at 
org.apache.solr.cloud.CustomCollectionTest.testCustomCollectionsAPI(CustomCollectionTest.java:68)
        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)




Build Log:
[...truncated 11460 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_72D5A91AC721AA4D-001/init-core-data-001
   [junit4]   2> 439502 WARN  
(SUITE-CollectionsAPIDistributedZkTest-seed#[72D5A91AC721AA4D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 439502 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[72D5A91AC721AA4D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 439504 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[72D5A91AC721AA4D]-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> 439506 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[72D5A91AC721AA4D]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_72D5A91AC721AA4D-001/tempDir-001
   [junit4]   2> 439506 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[72D5A91AC721AA4D]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 439506 INFO  (Thread-1192) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 439506 INFO  (Thread-1192) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 439508 ERROR (Thread-1192) [    ] 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> 439614 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[72D5A91AC721AA4D]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:60766
   [junit4]   2> 439636 INFO  (jetty-launcher-901-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 439636 INFO  (jetty-launcher-901-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 439636 INFO  (jetty-launcher-901-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 439636 INFO  (jetty-launcher-901-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 439638 INFO  (jetty-launcher-901-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@345d6a2c{/solr,null,AVAILABLE}
   [junit4]   2> 439639 INFO  (jetty-launcher-901-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@247a4ade{HTTP/1.1,[http/1.1]}{127.0.0.1:60768}
   [junit4]   2> 439639 INFO  (jetty-launcher-901-thread-1) [    ] 
o.e.j.s.Server Started @443183ms
   [junit4]   2> 439639 INFO  (jetty-launcher-901-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=60768}
   [junit4]   2> 439639 ERROR (jetty-launcher-901-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 439639 INFO  (jetty-launcher-901-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 439639 INFO  (jetty-launcher-901-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 439639 INFO  (jetty-launcher-901-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4c7e076d{/solr,null,AVAILABLE}
   [junit4]   2> 439639 INFO  (jetty-launcher-901-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 439640 INFO  (jetty-launcher-901-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-07T11:22:02.530Z
   [junit4]   2> 439640 INFO  (jetty-launcher-901-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@17376283{/solr,null,AVAILABLE}
   [junit4]   2> 439640 INFO  (jetty-launcher-901-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@20f7f15d{HTTP/1.1,[http/1.1]}{127.0.0.1:60770}
   [junit4]   2> 439640 INFO  (jetty-launcher-901-thread-2) [    ] 
o.e.j.s.Server Started @443184ms
   [junit4]   2> 439640 INFO  (jetty-launcher-901-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=60770}
   [junit4]   2> 439641 ERROR (jetty-launcher-901-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 439641 INFO  (jetty-launcher-901-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 439641 INFO  (jetty-launcher-901-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 439641 INFO  (jetty-launcher-901-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 439641 INFO  (jetty-launcher-901-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-07T11:22:02.531Z
   [junit4]   2> 439641 INFO  (jetty-launcher-901-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@36b766e6{/solr,null,AVAILABLE}
   [junit4]   2> 439642 INFO  (jetty-launcher-901-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7c15497a{HTTP/1.1,[http/1.1]}{127.0.0.1:60769}
   [junit4]   2> 439642 INFO  (jetty-launcher-901-thread-4) [    ] 
o.e.j.s.Server Started @443186ms
   [junit4]   2> 439642 INFO  (jetty-launcher-901-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=60769}
   [junit4]   2> 439642 ERROR (jetty-launcher-901-thread-4) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 439642 INFO  (jetty-launcher-901-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@41f02c19{HTTP/1.1,[http/1.1]}{127.0.0.1:60771}
   [junit4]   2> 439642 INFO  (jetty-launcher-901-thread-3) [    ] 
o.e.j.s.Server Started @443186ms
   [junit4]   2> 439642 INFO  (jetty-launcher-901-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=60771}
   [junit4]   2> 439642 ERROR (jetty-launcher-901-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 439642 INFO  (jetty-launcher-901-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 439643 INFO  (jetty-launcher-901-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 439643 INFO  (jetty-launcher-901-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 439643 INFO  (jetty-launcher-901-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-07T11:22:02.533Z
   [junit4]   2> 439643 INFO  (jetty-launcher-901-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 439644 INFO  (jetty-launcher-901-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 439644 INFO  (jetty-launcher-901-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 439644 INFO  (jetty-launcher-901-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-07T11:22:02.534Z
   [junit4]   2> 439646 INFO  (jetty-launcher-901-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 439646 INFO  (jetty-launcher-901-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 439647 INFO  (jetty-launcher-901-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 439649 INFO  (jetty-launcher-901-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 439657 INFO  (jetty-launcher-901-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60766/solr
   [junit4]   2> 439657 INFO  (jetty-launcher-901-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60766/solr
   [junit4]   2> 439658 INFO  (jetty-launcher-901-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60766/solr
   [junit4]   2> 439665 INFO  (jetty-launcher-901-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60766/solr
   [junit4]   2> 439841 INFO  (jetty-launcher-901-thread-2) 
[n:127.0.0.1:60770_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 439842 INFO  (jetty-launcher-901-thread-4) 
[n:127.0.0.1:60769_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 439842 INFO  (jetty-launcher-901-thread-2) 
[n:127.0.0.1:60770_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:60770_solr
   [junit4]   2> 439843 INFO  (jetty-launcher-901-thread-4) 
[n:127.0.0.1:60769_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:60769_solr
   [junit4]   2> 439844 INFO  (jetty-launcher-901-thread-2) 
[n:127.0.0.1:60770_solr    ] o.a.s.c.Overseer Overseer 
(id=98266416571875338-127.0.0.1:60770_solr-n_0000000000) starting
   [junit4]   2> 439846 INFO  
(zkCallback-922-thread-1-processing-n:127.0.0.1:60769_solr) 
[n:127.0.0.1:60769_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 439846 INFO  
(zkCallback-921-thread-1-processing-n:127.0.0.1:60770_solr) 
[n:127.0.0.1:60770_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 439861 INFO  (jetty-launcher-901-thread-2) 
[n:127.0.0.1:60770_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:60770_solr
   [junit4]   2> 439865 INFO  
(zkCallback-922-thread-1-processing-n:127.0.0.1:60769_solr) 
[n:127.0.0.1:60769_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 439865 INFO  
(zkCallback-921-thread-1-processing-n:127.0.0.1:60770_solr) 
[n:127.0.0.1:60770_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 439898 INFO  (jetty-launcher-901-thread-3) 
[n:127.0.0.1:60771_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 439899 INFO  (jetty-launcher-901-thread-1) 
[n:127.0.0.1:60768_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 439902 INFO  (jetty-launcher-901-thread-3) 
[n:127.0.0.1:60771_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 439902 INFO  (jetty-launcher-901-thread-1) 
[n:127.0.0.1:60768_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 439904 INFO  (jetty-launcher-901-thread-3) 
[n:127.0.0.1:60771_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:60771_solr
   [junit4]   2> 439905 INFO  (jetty-launcher-901-thread-1) 
[n:127.0.0.1:60768_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:60768_solr
   [junit4]   2> 439917 INFO  
(zkCallback-923-thread-1-processing-n:127.0.0.1:60771_solr) 
[n:127.0.0.1:60771_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 439917 INFO  
(zkCallback-918-thread-1-processing-n:127.0.0.1:60768_solr) 
[n:127.0.0.1:60768_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 439922 INFO  
(zkCallback-922-thread-1-processing-n:127.0.0.1:60769_solr) 
[n:127.0.0.1:60769_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 439922 INFO  
(zkCallback-921-thread-1-processing-n:127.0.0.1:60770_solr) 
[n:127.0.0.1:60770_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 439924 INFO  
(zkCallback-918-thread-1-processing-n:127.0.0.1:60768_solr) 
[n:127.0.0.1:60768_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 439933 INFO  
(zkCallback-923-thread-1-processing-n:127.0.0.1:60771_solr) 
[n:127.0.0.1:60771_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 439933 INFO  
(zkCallback-921-thread-1-processing-n:127.0.0.1:60770_solr) 
[n:127.0.0.1:60770_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 439933 INFO  
(zkCallback-922-thread-1-processing-n:127.0.0.1:60769_solr) 
[n:127.0.0.1:60769_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 439993 INFO  (jetty-launcher-901-thread-4) 
[n:127.0.0.1:60769_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b4cb90b
   [junit4]   2> 439998 INFO  (jetty-launcher-901-thread-4) 
[n:127.0.0.1:60769_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b4cb90b
   [junit4]   2> 439998 INFO  (jetty-launcher-901-thread-4) 
[n:127.0.0.1:60769_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b4cb90b
   [junit4]   2> 440000 INFO  (jetty-launcher-901-thread-4) 
[n:127.0.0.1:60769_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_72D5A91AC721AA4D-001/tempDir-001/node4
   [junit4]   2> 440004 INFO  (jetty-launcher-901-thread-1) 
[n:127.0.0.1:60768_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b4cb90b
   [junit4]   2> 440012 INFO  (jetty-launcher-901-thread-3) 
[n:127.0.0.1:60771_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b4cb90b
   [junit4]   2> 440014 INFO  (jetty-launcher-901-thread-2) 
[n:127.0.0.1:60770_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b4cb90b
   [junit4]   2> 440017 INFO  (jetty-launcher-901-thread-1) 
[n:127.0.0.1:60768_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b4cb90b
   [junit4]   2> 440017 INFO  (jetty-launcher-901-thread-1) 
[n:127.0.0.1:60768_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b4cb90b
   [junit4]   2> 440020 INFO  (jetty-launcher-901-thread-1) 
[n:127.0.0.1:60768_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_72D5A91AC721AA4D-001/tempDir-001/node1
   [junit4]   2> 440024 INFO  (jetty-launcher-901-thread-3) 
[n:127.0.0.1:60771_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b4cb90b
   [junit4]   2> 440024 INFO  (jetty-launcher-901-thread-3) 
[n:127.0.0.1:60771_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b4cb90b
   [junit4]   2> 440025 INFO  (jetty-launcher-901-thread-2) 
[n:127.0.0.1:60770_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b4cb90b
   [junit4]   2> 440025 INFO  (jetty-launcher-901-thread-2) 
[n:127.0.0.1:60770_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b4cb90b
   [junit4]   2> 440026 INFO  (jetty-launcher-901-thread-3) 
[n:127.0.0.1:60771_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_72D5A91AC721AA4D-001/tempDir-001/node3
   [junit4]   2> 440027 INFO  (jetty-launcher-901-thread-2) 
[n:127.0.0.1:60770_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_72D5A91AC721AA4D-001/tempDir-001/node2
   [junit4]   2> 440092 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[72D5A91AC721AA4D]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 440094 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[72D5A91AC721AA4D]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60766/solr ready
   [junit4]   2> 440119 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCollectionReload-seed#[72D5A91AC721AA4D])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testCollectionReload
   [junit4]   2> 440120 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCollectionReload-seed#[72D5A91AC721AA4D])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 440124 INFO  (qtp814464609-5199) [n:127.0.0.1:60771_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&name=reloaded_collection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 440126 INFO  
(OverseerThreadFactory-2575-thread-1-processing-n:127.0.0.1:60770_solr) 
[n:127.0.0.1:60770_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
reloaded_collection
   [junit4]   2> 440239 INFO  
(OverseerStateUpdate-98266416571875338-127.0.0.1:60770_solr-n_0000000000) 
[n:127.0.0.1:60770_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"reloaded_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"reloaded_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:60768/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 440241 INFO  
(OverseerStateUpdate-98266416571875338-127.0.0.1:60770_solr-n_0000000000) 
[n:127.0.0.1:60770_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"reloaded_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"reloaded_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:60770/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 440243 INFO  
(OverseerStateUpdate-98266416571875338-127.0.0.1:60770_solr-n_0000000000) 
[n:127.0.0.1:60770_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"reloaded_collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"reloaded_collection_shard2_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:60771/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 440244 INFO  
(OverseerStateUpdate-98266416571875338-127.0.0.1:60770_solr-n_0000000000) 
[n:127.0.0.1:60770_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"reloaded_collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"reloaded_collection_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:60769/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 440455 INFO  (qtp814464609-5211) [n:127.0.0.1:60771_solr    ] 
o.a.s.u.TestInjection Inject random core creation delay of 1s
   [junit4]   2> 440456 INFO  (qtp1257055715-5194) [n:127.0.0.1:60769_solr    ] 
o.a.s.u.TestInjection Inject random core creation delay of 1s
   [junit4]   2> 440456 INFO  (qtp1731000732-5193) [n:127.0.0.1:60770_solr    ] 
o.a.s.u.TestInjection Inject random core creation delay of 1s
   [junit4]   2> 440458 INFO  (qtp1319977869-5182) [n:127.0.0.1:60768_solr    ] 
o.a.s.u.TestInjection Inject random core creation delay of 1s
   [junit4]   2> 441456 INFO  (qtp814464609-5211) [n:127.0.0.1:60771_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=reloaded_collection_shard2_replica_n1&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 441456 INFO  (qtp1257055715-5194) [n:127.0.0.1:60769_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=reloaded_collection_shard2_replica_n2&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 441457 INFO  (qtp1257055715-5194) [n:127.0.0.1:60769_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 441457 INFO  (qtp814464609-5211) [n:127.0.0.1:60771_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 441459 INFO  (qtp1319977869-5182) [n:127.0.0.1:60768_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node1&collection.configName=conf&newCollection=true&name=reloaded_collection_shard1_replica_n1&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 441459 INFO  (qtp1731000732-5193) [n:127.0.0.1:60770_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=reloaded_collection_shard1_replica_n2&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 441460 INFO  (qtp1319977869-5182) [n:127.0.0.1:60768_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 441460 INFO  (qtp1731000732-5193) [n:127.0.0.1:60770_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 441594 INFO  
(zkCallback-923-thread-1-processing-n:127.0.0.1:60771_solr) 
[n:127.0.0.1:60771_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 441594 INFO  
(zkCallback-921-thread-1-processing-n:127.0.0.1:60770_solr) 
[n:127.0.0.1:60770_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 441594 INFO  
(zkCallback-922-thread-1-processing-n:127.0.0.1:60769_solr) 
[n:127.0.0.1:60769_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 441594 INFO  
(zkCallback-918-thread-1-processing-n:127.0.0.1:60768_solr) 
[n:127.0.0.1:60768_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 441594 INFO  
(zkCallback-923-thread-2-processing-n:127.0.0.1:60771_solr) 
[n:127.0.0.1:60771_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 441595 INFO  
(zkCallback-922-thread-2-processing-n:127.0.0.1:60769_solr) 
[n:127.0.0.1:60769_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 441596 INFO  
(zkCallback-918-thread-2-processing-n:127.0.0.1:60768_solr) 
[n:127.0.0.1:60768_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 441596 INFO  
(zkCallback-921-thread-2-processing-n:127.0.0.1:60770_solr) 
[n:127.0.0.1:60770_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 442488 INFO  (qtp1319977869-5182) [n:127.0.0.1:60768_solr 
c:reloaded_collection s:shard1 r:core_node1 
x:reloaded_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.1.0
   [junit4]   2> 442488 INFO  (qtp1257055715-5194) [n:127.0.0.1:60769_solr 
c:reloaded_collection s:shard2 r:core_node4 
x:reloaded_collection_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.1.0
   [junit4]   2> 442488 INFO  (qtp814464609-5211) [n:127.0.0.1:60771_solr 
c:reloaded_collection s:shard2 r:core_node3 
x:reloaded_collection_shard2_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.1.0
   [junit4]   2> 442492 INFO  (qtp1731000732-5193) [n:127.0.0.1:60770_solr 
c:reloaded_collection s:shard1 r:core_node2 
x:reloaded_collection_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.1.0
   [junit4]   2> 442493 INFO  (qtp1319977869-5182) [n:127.0.0.1:60768_solr 
c:reloaded_collection s:shard1 r:core_node1 
x:reloaded_collection_shard1_replica_n1] o.a.s.s.IndexSchema 
[reloaded_collection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 442493 INFO  (qtp1257055715-5194) [n:127.0.0.1:60769_solr 
c:reloaded_collection s:shard2 r:core_node4 
x:reloaded_collection_shard2_replica_n2] o.a.s.s.IndexSchema 
[reloaded_collection_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 442495 INFO  (qtp814464609-5211) [n:127.0.0.1:60771_solr 
c:reloaded_collection s:shard2 r:core_node3 
x:reloaded_collection_shard2_replica_n1] o.a.s.s.IndexSchema 
[reloaded_collection_shard2_replica_n1] Schema name=minimal
   [junit4]   2> 442496 INFO  (qtp1257055715-5194) [n:127.0.0.1:60769_solr 
c:reloaded_collection s:shard2 r:core_node4 
x:reloaded_collection_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 442496 INFO  (qtp1319977869-5182) [n:127.0.0.1:60768_solr 
c:reloaded_collection s:shard1 r:core_node1 
x:reloaded_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 442496 INFO  (qtp1257055715-5194) [n:127.0.0.1:60769_solr 
c:reloaded_collection s:shard2 r:core_node4 
x:reloaded_collection_shard2_replica_n2] o.a.s.c.CoreContainer Creating 
SolrCore 'reloaded_collection_shard2_replica_n2' using configuration from 
collection reloaded_collection, trusted=true
   [junit4]   2> 442496 INFO  (qtp1319977869-5182) [n:127.0.0.1:60768_solr 
c:reloaded_collection s:shard1 r:core_node1 
x:reloaded_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating 
SolrCore 'reloaded_collection_shard1_replica_n1' using configuration from 
collection reloaded_collection, trusted=true
   [junit4]   2> 442496 INFO  (qtp814464609-5211) [n:127.0.0.1:60771_solr 
c:reloaded_collection s:shard2 r:core_node3 
x:reloaded_collection_shard2_replica_n1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 442497 INFO  (qtp814464609-5211) [n:127.0.0.1:60771_solr 
c:reloaded_collection s:shard2 r:core_node3 
x:reloaded_collection_shard2_replica_n1] o.a.s.c.CoreContainer Creating 
SolrCore 'reloaded_collection_shard2_replica_n1' using configuration from 
collection reloaded_collection, trusted=true
   [junit4]   2> 442497 INFO  (qtp1319977869-5182) [n:127.0.0.1:60768_solr 
c:reloaded_collection s:shard1 r:core_node1 
x:reloaded_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr.core.reloaded_collection.shard1.replica_n1' (registry 
'solr.core.reloaded_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b4cb90b
   [junit4]   2> 442497 INFO  (qtp1257055715-5194) [n:127.0.0.1:60769_solr 
c:reloaded_collection s:shard2 r:core_node4 
x:reloaded_collection_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr.core.reloaded_collection.shard2.replica_n2' (registry 
'solr.core.reloaded_collection.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b4cb90b
   [junit4]   2> 442497 INFO  (qtp814464609-5211) [n:127.0.0.1:60771_solr 
c:reloaded_collection s:shard2 r:core_node3 
x:reloaded_collection_shard2_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr.core.reloaded_collection.shard2.replica_n1' (registry 
'solr.core.reloaded_collection.shard2.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b4cb90b
   [junit4]   2> 442497 INFO  (qtp1319977869-5182) [n:127.0.0.1:60768_solr 
c:reloaded_collection s:shard1 r:core_node1 
x:reloaded_collection_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 442497 INFO  (qtp1257055715-5194) [n:127.0.0.1:60769_solr 
c:reloaded_collection s:shard2 r:core_node4 
x:reloaded_collection_shard2_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 442497 INFO  (qtp1319977869-5182) [n:127.0.0.1:60768_solr 
c:reloaded_collection s:shard1 r:core_node1 
x:reloaded_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[[reloaded_collection_shard1_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_72D5A91AC721AA4D-001/tempDir-001/node1/reloaded_collection_shard1_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_72D5A91AC721AA4D-001/tempDir-001/node1/reloaded_collection_shard1_replica_n1/data/]
   [junit4]   2> 442497 INFO  (qtp1257055715-5194) [n:127.0.0.1:60769_solr 
c:reloaded_collection s:shard2 r:core_node4 
x:reloaded_collection_shard2_replica_n2] o.a.s.c.SolrCore 
[[reloaded_collection_shard2_replica_n2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_72D5A91AC721AA4D-001/tempDir-001/node4/reloaded_collection_shard2_replica_n2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_72D5A91AC721AA4D-001/tempDir-001/node4/reloaded_collection_shard2_replica_n2/data/]
   [junit4]   2> 442497 INFO  (qtp814464609-5211) [n:127.0.0.1:60771_solr 
c:reloaded_collection s:shard2 r:core_node3 
x:reloaded_collection_shard2_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 442497 INFO  (qtp814464609-5211) [n:127.0.0.1:60771_solr 
c:reloaded_collection s:shard2 r:core_node3 
x:reloaded_collection_shard2_replica_n1] o.a.s.c.SolrCore 
[[reloaded_collection_shard2_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_72D5A91AC721AA4D-001/tempDir-001/node3/reloaded_collection_shard2_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_72D5A91AC721AA4D-001/tempDir-001/node3/reloaded_collection_shard2_replica_n1/data/]
   [junit4]   2> 442500 INFO  (qtp1731000732-5193) [n:127.0.0.1:60770_solr 
c:reloaded_collection s:shard1 r:core_node2 
x:reloaded_collection_shard1_replica_n2] o.a.s.s.IndexSchema 
[reloaded_collection_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 442501 INFO  (qtp1731000732-5193) [n:127.0.0.1:60770_solr 
c:reloaded_collection s:shard1 r:core_node2 
x:reloaded_collection_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 442501 INFO  (qtp1731000732-5193) [n:127.0.0.1:60770_solr 
c:reloaded_collection s:shard1 r:core_node2 
x:reloaded_collection_shard1_replica_n2] o.a.s.c.CoreContainer Creating 
SolrCore 'reloaded_collection_shard1_replica_n2' using configuration from 
collection reloaded_collection, trusted=true
   [junit4]   2> 442501 INFO  (qtp1731000732-5193) [n:127.0.0.1:60770_solr 
c:reloaded_collection s:shard1 r:core_node2 
x:reloaded_collection_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr.core.reloaded_collection.shard1.replica_n2' (registry 
'solr.core.reloaded_collection.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4b4cb90b
   [junit4]   2> 442501 INFO  (qtp1731000732-5193) [n:127.0.0.1:60770_solr 
c:reloaded_collection s:shard1 r:core_node2 
x:reloaded_collection_shard1_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 442502 INFO  (qtp1731000732-5193) [n:127.0.0.1:60770_solr 
c:reloaded_collection s:shard1 r:core_node2 
x:reloaded_collection_shard1_replica_n2] o.a.s.c.SolrCore 
[[reloaded_collection_shard1_replica_n2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_72D5A91AC721AA4D-001/tempDir-001/node2/reloaded_collection_shard1_replica_n2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_72D5A91AC721AA4D-001/tempDir-001/node2/reloaded_collection_shard1_replica_n2/data/]
   [junit4]   2> 442568 INFO  (qtp1257055715-5194) [n:127.0.0.1:60769_solr 
c:reloaded_collection s:shard2 r:core_node4 
x:reloaded_collection_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 442568 INFO  (qtp1257055715-5194) [n:127.0.0.1:60769_solr 
c:reloaded_collection s:shard2 r:core_node4 
x:reloaded_collection_shard2_replica_n2] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 442568 INFO  (qtp1319977869-5182) [n:127.0.0.1:60768_solr 
c:reloaded_collection s:shard1 r:core_node1 
x:reloaded_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 442568 INFO  (qtp1319977869-5182) [n:127.0.0.1:60768_solr 
c:reloaded_collection s:shard1 r:core_node1 
x:reloaded_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 442569 INFO  (qtp1731000732-5193) [n:127.0.0.1:60770_solr 
c:reloaded_collection s:shard1 r:core_node2 
x:reloaded_collection_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 442569 INFO  (qtp1731000732-5193) [n:127.0.0.1:60770_solr 
c:reloaded_collection s:shard1 r:core_node2 
x:reloaded_collection_shard1_replica_n2] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 442569 INFO  (qtp1257055715-5194) [n:127.0.0.1:60769_solr 
c:reloaded_collection s:shard2 r:core_node4 
x:reloaded_collection_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 442569 INFO  (qtp1257055715-5194) [n:127.0.0.1:60769_solr 
c:reloaded_collection s:shard2 r:core_node4 
x:reloaded_collection_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 442569 INFO  (qtp1319977869-5182) [n:127.0.0.1:60768_solr 
c:reloaded_collection s:shard1 r:core_node1 
x:reloaded_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 442569 INFO  (qtp1319977869-5182) [n:127.0.0.1:60768_solr 
c:reloaded_collection s:shard1 r:core_node1 
x:reloaded_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 442570 INFO  (qtp814464609-5211) [n:127.0.0.1:60771_solr 
c:reloaded_collection s:shard2 r:core_node3 
x:reloaded_collection_shard2_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 442570 INFO  (qtp1731000732-5193) [n:127.0.0.1:60770_solr 
c:reloaded_collection s:shard1 r:core_node2 
x:reloaded_collection_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 442570 INFO  (qtp1731000732-5193) [n:127.0.0.1:60770_solr 
c:reloaded_collection s:shard1 r:core_node2 
x:reloaded_collection_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 442570 INFO  (qtp814464609-5211) [n:127.0.0.1:60771_solr 
c:reloaded_collection s:shard2 r:core_node3 
x:reloaded_collection_shard2_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 442572 INFO  (qtp1257055715-5194) [n:127.0.0.1:60769_solr 
c:reloaded_collection s:shard2 r:core_node4 
x:reloaded_collection_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2216a595[reloaded_collection_shard2_replica_n2] main]
   [junit4]   2> 442572 INFO  (qtp814464609-5211) [n:127.0.0.1:60771_solr 
c:reloaded_collection s:shard2 r:core_node3 
x:reloaded_collection_shard2_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 442572 INFO  (qtp814464609-5211) [n:127.0.0.1:60771_solr 
c:reloaded_collection s:shard2 r:core_node3 
x:reloaded_collection_shard2_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 442572 INFO  (qtp1319977869-5182) [n:127.0.0.1:60768_solr 
c:reloaded_collection s:shard1 r:core_node1 
x:reloaded_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2925f30a[reloaded_collection_shard1_replica_n1] main]
   [junit4]   2> 442573 INFO  (qtp1731000732-5193) [n:127.0.0.1:60770_solr 
c:reloaded_collection s:shard1 r:core_node2 
x:reloaded_collection_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5aa70d86[reloaded_collection_shard1_replica_n2] main]
   [junit4]   2> 442573 INFO  (qtp1257055715-5194) [n:127.0.0.1:60769_solr 
c:reloaded_collection s:shard2 r:core_node4 
x:reloaded_collection_shard2_replica_n2] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 442573 INFO  (qtp1257055715-5194) [n:127.0.0.1:60769_solr 
c:reloaded_collection s:shard2 r:core_node4 
x:reloaded_collection_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 442574 INFO  (qtp1319977869-5182) [n:127.0.0.1:60768_solr 
c:reloaded_collection s:shard1 r:core_node1 
x:reloaded_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 442574 INFO  (qtp1257055715-5194) [n:127.0.0.1:60769_solr 
c:reloaded_collection s:shard2 r:core_node4 
x:reloaded_collection_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits 
will be reserved for  10000
   [junit4]   2> 442574 INFO  (qtp1731000732-5193) [n:127.0.0.1:60770_solr 
c:reloaded_collection s:shard1 r:core_node2 
x:reloaded_collection_shard1_replica_n2] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 442574 INFO  (qtp1257055715-5194) [n:127.0.0.1:60769_solr 
c:reloaded_collection s:shard2 r:core_node4 
x:reloaded_collection_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1572262668364939264
   [junit4]   2> 442574 INFO  (qtp1319977869-5182) [n:127.0.0.1:60768_solr 
c:reloaded_collection s:shard1 r:core_node1 
x:reloaded_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 442574 INFO  
(searcherExecutor-2584-thread-1-processing-n:127.0.0.1:60769_solr 
x:reloaded_collection_shard2_replica_n2 s:shard2 c:reloaded_collection 
r:core_node4) [n:127.0.0.1:60769_solr c:reloaded_collection s:shard2 
r:core_node4 x:reloaded_collection_shard2_replica_n2] o.a.s.c.SolrCore 
[reloaded_collection_shard2_replica_n2] Registered new searcher 
Searcher@2216a595[reloaded_collection_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 442575 INFO  (qtp1731000732-5193) [n:127.0.0.1:60770_solr 
c:reloaded_collection s:shard1 r:core_node2 
x:reloaded_collection_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 442575 INFO  (qtp1319977869-5182) [n:127.0.0.1:60768_solr 
c:reloaded_collection s:shard1 r:core_node1 
x:reloaded_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits 
will be reserved for  10000
   [junit4]   2> 442575 INFO  (qtp1319977869-5182) [n:127.0.0.1:60768_solr 
c:reloaded_collection s:shard1 r:core_node1 
x:reloaded_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1572262668365987840
   [junit4]   2> 442575 INFO  (qtp1731000732-5193) [n:127.0.0.1:60770_solr 
c:reloaded_collection s:shard1 r:core_node2 
x:reloaded_collection_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits 
will be reserved for  10000
   [junit4]   2> 442575 INFO  (qtp1731000732-5193) [n:127.0.0.1:60770_solr 
c:reloaded_collection s:shard1 r:core_node2 
x:reloaded_collection_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1572262668365987840
   [junit4]   2> 442575 INFO  
(searcherExecutor-2585-thread-1-processing-n:127.0.0.1:60768_solr 
x:reloaded_collection_shard1_replica_n1 s:shard1 c:reloaded_collection 
r:core_node1) [n:127.0.0.1:60768_solr c:reloaded_collection s:shard1 
r:core_node1 x:reloaded_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[reloaded_collection_shard1_replica_n1] Registered new searcher 
Searcher@2925f30a[reloaded_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 442576 INFO  
(searcherExecutor-2587-thread-1-processing-n:127.0.0.1:60770_solr 
x:reloaded_collection_shard1_replica_n2 s:shard1 c:reloaded_collection 
r:core_node2) [n:127.0.0.1:60770_solr c:reloaded_collection s:shard1 
r:core_node2 x:reloaded_collection_shard1_replica_n2] o.a.s.c.SolrCore 
[reloaded_collection_shard1_replica_n2] Registered new searcher 
Searcher@5aa70d86[reloaded_collection_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 442576 INFO  (qtp814464609-5211) [n:127.0.0.1:60771_solr 
c:reloaded_collection s:shard2 r:core_node3 
x:reloaded_collection_shard2_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3bc74c2[reloaded_collection_shard2_replica_n1] main]
   [junit4]   2> 442578 INFO  (qtp814464609-5211) [n:127.0.0.1:60771_solr 
c:reloaded_collection s:shard2 r:core_node3 
x:reloaded_collection_shard2_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 442578 INFO  (qtp814464609-5211) [n:127.0.0.1:60771_solr 
c:reloaded_collection s:shard2 r:core_node3 
x:reloaded_collection_shard2_replica_n1] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 442579 INFO  (qtp814464609-5211) [n:127.0.0.1:60771_solr 
c:reloaded_collection s:shard2 r:core_node3 
x:reloaded_collection_shard2_replica_n1] o.a.s.h.ReplicationHandler Commits 
will be reserved for  10000
   [junit4]   2> 442579 INFO  (qtp814464609-5211) [n:127.0.0.1:60771_solr 
c:reloaded_collection s:shard2 r:core_node3 
x:reloaded_collection_shard2_replica_n1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1572262668370182144
   [junit4]   2> 442579 INFO  
(searcherExecutor-2586-thread-1-processing-n:127.0.0.1:60771_solr 
x:reloaded_collection_shard2_replica_n1 s:shard2 c:reloaded_collection 
r:core_node3) [n:127.0.0.1:60771_solr c:reloaded_collection s:shard2 
r:core_node3 x:reloaded_collection_shard2_replica_n1] o.a.s.c.SolrCore 
[reloaded_collection_shard2_replica_n1] Registered new searcher 
Searcher@3bc74c2[reloaded_collection_shard2_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 442583 INFO  (qtp1731000732-5193) [n:127.0.0.1:60770_solr 
c:reloaded_collection s:shard1 r:core_node2 
x:reloaded_collection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 442583 INFO  (qtp1731000732-5193) [n:127.0.0.1:60770_solr 
c:reloaded_collection s:shard1 r:core_node2 
x:reloaded_collection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 442583 INFO  (qtp1731000732-5193) [n:127.0.0.1:60770_solr 
c:reloaded_collection s:shard1 r:core_node2 
x:reloaded_collection_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:60770/solr/reloaded_collection_shard1_replica_n2/
   [junit4]   2> 442583 INFO  (qtp1257055715-5194) [n:127.0.0.1:60769_solr 
c:reloaded_collection s:shard2 r:core_node4 
x:reloaded_collection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 442583 INFO  (qtp1257055715-5194) [n:127.0.0.1:60769_solr 
c:reloaded_collection s:shard2 r:core_node4 
x:reloaded_collection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 442583 INFO  (qtp1257055715-5194) [n:127.0.0.1:60769_solr 
c:reloaded_collection s:shard2 r:core_node4 
x:reloaded_collection_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:60769/solr/reloaded_collection_shard2_replica_n2/
   [junit4]   2> 442583 INFO  (qtp1731000732-5193) [n:127.0.0.1:60770_solr 
c:reloaded_collection s:shard1 r:core_node2 
x:reloaded_collection_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: 
core=reloaded_collection_shard1_replica_n2 url=http://127.0.0.1:60770/solr 
START 
replicas=[http://127.0.0.1:60768/solr/reloaded_collection_shard1_replica_n1/] 
nUpdates=100
   [junit4]   2> 442583 INFO  (qtp1257055715-5194) [n:127.0.0.1:60769_solr 
c:reloaded_collection s:shard2 r:core_node4 
x:reloaded_collection_shard2_replica_n2] o.a.s.u.PeerSync PeerSync: 
core=reloaded_collection_shard2_replica_n2 url=http://127.0.0.1:60769/solr 
START 
replicas=[http://127.0.0.1:60771/solr/reloaded_collection_shard2_replica_n1/] 
nUpdates=100
   [junit4]   2> 442583 INFO  (qtp1731000732-5193) [n:127.0.0.1:60770_solr 
c:reloaded_collection s:shard1 r:core_node2 
x:reloaded_collection_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: 
core=reloaded_collection_shard1_replica_n2 url=http://127.0.0.1:60770/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 442584 INFO  (qtp1257055715-5194) [n:127.0.0.1:60769_solr 
c:reloaded_collection s:shard2 r:core_node4 
x:reloaded_collection_shard2_replica_n2] o.a.s.u.PeerSync PeerSync: 
core=reloaded_collection_shard2_replica_n2 url=http://127.0.0.1:60769/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 442585 INFO  (qtp814464609-5213) [n:127.0.0.1:60771_solr 
c:reloaded_collection s:shard2 r:core_node3 
x:reloaded_collection_shard2_replica_n1] o.a.s.c.S.Request 
[reloaded_collection_shard2_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 442585 INFO  (qtp1319977869-5185) [n:127.0.0.1:60768_solr 
c:reloaded_collection s:shard1 r:core_node1 
x:reloaded_collection_shard1_replica_n1] o.a.s.c.S.Request 
[reloaded_collection_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 442586 INFO  (qtp1257055715-5194) [n:127.0.0.1:60769_solr 
c:reloaded_collection s:shard2 r:core_node4 
x:reloaded_collection_shard2_replica_n2] o.a.s.c.SyncStrategy Leader's attempt 
to sync with shard failed, moving to the next candidate
   [junit4]   2> 442586 INFO  (qtp1257055715-5194) [n:127.0.0.1:60769_solr 
c:reloaded_collection s:shard2 r:core_node4 
x:reloaded_collection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext We 
failed sync, but we have no versions - we can't sync in that case - we were 
active before, so become leader anyway
   [junit4]   2> 442586 INFO  (qtp1257055715-5194) [n:127.0.0.1:60769_solr 
c:reloaded_collection s:shard2 r:core_node4 
x:reloaded_collection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 442586 INFO  (qtp1731000732-5193) [n:127.0.0.1:60770_solr 
c:reloaded_collection s:shard1 r:core_node2 
x:reloaded_collection_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt 
to sync with shard failed, moving to the next candidate
   [junit4]   2> 442586 INFO  (qtp1731000732-5193) [n:127.0.0.1:60770_solr 
c:reloaded_collection s:shard1 r:core_node2 
x:reloaded_collection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext We 
failed sync, but we have no versions - we can't sync in that case - we were 
active before, so become leader anyway
   [junit4]   2> 442586 INFO  (qtp1731000732-5193) [n:127.0.0.1:60770_solr 
c:reloaded_collection s:shard1 r:core_node2 
x:reloaded_collection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 442590 INFO  (qtp1257055715-5194) [n:127.0.0.1:60769_solr 
c:reloaded_collection s:shard2 r:core_node4 
x:reloaded_collection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I 
am the new leader: 
http://127.0.0.1:60769/solr/reloaded_collection_shard2_replica_n2/ shard2
   [junit4]   2> 442591 INFO  (qtp1731000732-5193) [n:127.0.0.1:60770_solr 
c:reloaded_collection s:shard1 r:core_node2 
x:reloaded_collection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I 
am the new leader: 
http://127.0.0.1:60770/solr/reloaded_collection_shard1_replica_n2/ shard1
   [junit4]   2> 442705 INFO  
(zkCallback-918-thread-2-processing-n:127.0.0.1:60768_solr) 
[n:127.0.0.1:60768_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 442705 INFO  
(zkCallback-921-thread-2-processing-n:127.0.0.1:60770_solr) 
[n:127.0.0.1:60770_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 442706 INFO  
(zkCallback-923-thread-2-processing-n:127.0.0.1:60771_solr) 
[n:127.0.0.1:60771_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 442706 INFO  
(zkCallback-921-thread-1-processing-n:127.0.0.1:60770_solr) 
[n:127.0.0.1:60770_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 442706 INFO  
(zkCallback-923-thread-1-processing-n:127.0.0.1:60771_solr) 
[n:127.0.0.1:60771_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 442706 INFO  
(zkCallback-922-thread-1-processing-n:127.0.0.1:60769_solr) 
[n:127.0.0.1:60769_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 442706 INFO  
(zkCallback-922-thread-2-processing-n:127.0.0.1:60769_solr) 
[n:127.0.0.1:60769_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 442705 INFO  
(zkCallback-918-thread-1-processing-n:127.0.0.1:60768_solr) 
[n:127.0.0.1:60768_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 442764 INFO  (qtp1731000732-5193) [n:127.0.0.1:60770_solr 
c:reloaded_collection s:shard1 r:core_node2 
x:reloaded_collection_shard1_replica_n2] o.a.s.c.ZkController I am the leader, 
no recovery necessary
   [junit4]   2> 442764 INFO  (qtp1257055715-5194) [n:127.0.0.1:60769_solr 
c:reloaded_collection s:shard2 r:core_node4 
x:reloaded_collection_shard2_replica_n2] o.a.s.c.ZkController I am the leader, 
no recovery necessary
   [junit4]   2> 442769 INFO  (qtp1257055715-5194) [n:127.0.0.1:60769_solr 
c:reloaded_collection s:shard2 r:core_node4 
x:reloaded_collection_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=reloaded_collection_shard2_replica_n2&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2313
   [junit4]   2> 442769 INFO  (qtp1731000732-5193) [n:127.0.0.1:60770_solr 
c:reloaded_collection s:shard1 r:core_node2 
x:reloaded_collection_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=reloaded_collection_shard1_replica_n2&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2313
   [junit4]   2> 442879 INFO  
(zkCallback-921-thread-1-processing-n:127.0.0.1:60770_solr) 
[n:127.0.0.1:60770_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 442879 INFO  
(zkCallback-918-thread-1-processing-n:127.0.0.1:60768_solr) 
[n:127.0.0.1:60768_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 442879 INFO  
(zkCallback-923-thread-1-processing-n:127.0.0.1:60771_solr) 
[n:127.0.0.1:60771_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 442880 INFO  
(zkCallback-923-thread-2-processing-n:127.0.0.1:60771_solr) 
[n:127.0.0.1:60771_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 442880 INFO  
(zkCallback-922-thread-2-processing-n:127.0.0.1:60769_solr) 
[n:127.0.0.1:60769_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 442880 INFO  
(zkCallback-922-thread-1-processing-n:127.0.0.1:60769_solr) 
[n:127.0.0.1:60769_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 442879 INFO  
(zkCallback-918-thread-2-processing-n:127.0.0.1:60768_solr) 
[n:127.0.0.1:60768_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 442879 INFO  
(zkCallback-921-thread-2-processing-n:127.0.0.1:60770_solr) 
[n:127.0.0.1:60770_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 443588 INFO  (qtp1319977869-5182) [n:127.0.0.1:60768_solr 
c:reloaded_collection s:shard1 r:core_node1 
x:reloaded_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node1&collection.configName=conf&newCollection=true&name=reloaded_collection_shard1_replica_n1&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=3129
   [junit4]   2> 443588 INFO  (qtp814464609-5211) [n:127.0.0.1:60771_solr 
c:reloaded_collection s:shard2 r:core_node3 
x:reloaded_collection_shard2_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=reloaded_collection_shard2_replica_n1&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=3138
   [junit4]   2> 443594 INFO  (qtp814464609-5199) [n:127.0.0.1:60771_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> 443699 INFO  
(zkCallback-923-thread-2-processing-n:127.0.0.1:60771_solr) 
[n:127.0.0.1:60771_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 443699 INFO  
(zkCallback-918-thread-1-processing-n:127.0.0.1:60768_solr) 
[n:127.0.0.1:60768_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 443699 INFO  
(zkCallback-923-thread-1-processing-n:127.0.0.1:60771_solr) 
[n:127.0.0.1:60771_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 443699 INFO  
(zkCallback-921-thread-2-processing-n:127.0.0.1:60770_solr) 
[n:127.0.0.1:60770_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 443699 INFO  
(zkCallback-921-thread-1-processing-n:127.0.0.1:60770_solr) 
[n:127.0.0.1:60770_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 443699 INFO  
(zkCallback-922-thread-1-processing-n:127.0.0.1:60769_solr) 
[n:127.0.0.1:60769_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 443699 INFO  
(zkCallback-922-thread-2-processing-n:127.0.0.1:60769_solr) 
[n:127.0.0.1:60769_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 443699 INFO  
(zkCallback-918-thread-2-processing-n:127.0.0.1:60768_solr) 
[n:127.0.0.1:60768_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 444147 INFO  
(OverseerCollectionConfigSetProcessor-98266416571875338-127.0.0.1:60770_solr-n_0000000000)
 [n:127.0.0.1:60770_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> 444595 INFO  (qtp814464609-5199) [n:127.0.0.1:60771_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=2&collection.configName=conf&name=reloaded_collection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=4470
   [junit4]   2> 444598 INFO  (qtp1319977869-5188) [n:127.0.0.1:60768_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 444601 INFO  (qtp1731000732-5204) [n:127.0.0.1:60770_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 444602 INFO  (qtp814464609-5186) [n:127.0.0.1:60771_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 444604 INFO  (qtp1257055715-5197) [n:127.0.0.1:60769_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 444605 INFO  (qtp814464609-5202) [n:127.0.0.1:60771_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :reload with params 
async=549a20d8-a7d8-4381-a98d-fe2ba8b019ab&name=reloaded_collection&action=RELOAD&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 444607 INFO  (qtp814464609-5202) [n:127.0.0.1:60771_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={async=549a20d8-a7d8-4381-a98d-fe2ba8b019ab&name=reloaded_collection&action=RELOAD&wt=javabin&version=2}
 status=0 QTime=2
   [junit4]   2> 444610 INFO  (qtp1319977869-5183) [n:127.0.0.1:60768_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 444610 INFO  
(OverseerThreadFactory-2575-thread-2-processing-n:127.0.0.1:60770_solr) 
[n:127.0.0.1:60770_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=RELOAD
   [junit4]   2> 444611 INFO  (qtp1731000732-5209) [n:127.0.0.1:60770_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 444613 INFO  (qtp1319977869-5185) [n:127.0.0.1:60768_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={core=reloaded_collection_shard1_replica_n1&async=549a20d8-a7d8-4381-a98d-fe2ba8b019ab3538977194597540&qt=/admin/cores&action=RELOAD&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 444614 INFO  (qtp814464609-5213) [n:127.0.0.1:60771_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 444615 INFO  (qtp1731000732-5184) [n:127.0.0.1:60770_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={core=reloaded_collection_shard1_replica_n2&async=549a20d8-a7d8-4381-a98d-fe2ba8b019ab3538977194646563&qt=/admin/cores&action=RELOAD&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 444617 INFO  (qtp814464609-5213) [n:127.0.0.1:60771_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={core=reloaded_collection_shard2_replica_n1&async=549a20d8-a7d8-4381-a98d-fe2ba8b019ab3538977194673242&qt=/admin/cores&action=RELOAD&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 444618 INFO  (qtp1257055715-5201) [n:127.0.0.1:60769_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 444619 INFO  (qtp1257055715-5201) [n:127.0.0.1:60769_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={core=reloaded_collection_shard2_replica_n2&async=549a20d8-a7d8-4381-a98d-fe2ba8b019ab3538977194696180&qt=/admin/cores&action=RELOAD&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 444621 INFO  (qtp1731000732-5200) [n:127.0.0.1:60770_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
549a20d8-a7d8-4381-a98d-fe2ba8b019ab3538977194646563
   [junit4]   2> 444622 INFO  (qtp1731000732-5200) [n:127.0.0.1:60770_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=549a20d8-a7d8-4381-a98d-fe2ba8b019ab3538977194646563&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 4

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

67-thread-1-processing-n:127.0.0.1:62782_solr) [n:127.0.0.1:62782_solr    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1118574 INFO  
(zkCallback-1463-thread-3-processing-n:127.0.0.1:62779_solr) 
[n:127.0.0.1:62779_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 1118574 INFO  
(zkCallback-1468-thread-1-processing-n:127.0.0.1:62784_solr) 
[n:127.0.0.1:62784_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 1118602 INFO  (jetty-closer-1447-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1118602 INFO  (jetty-closer-1447-thread-4) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1118607 INFO  (jetty-closer-1447-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1118622 INFO  (jetty-closer-1447-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1118622 INFO  (jetty-closer-1447-thread-4) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1118622 INFO  (jetty-closer-1447-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1118624 INFO  (jetty-closer-1447-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1118624 INFO  (jetty-closer-1447-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1118624 INFO  (jetty-closer-1447-thread-4) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1118628 INFO  (jetty-closer-1447-thread-3) [    ] 
o.a.s.c.Overseer Overseer 
(id=98266457833013259-127.0.0.1:62782_solr-n_0000000000) closing
   [junit4]   2> 1118628 INFO  
(OverseerStateUpdate-98266457833013259-127.0.0.1:62782_solr-n_0000000000) 
[n:127.0.0.1:62782_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:62782_solr
   [junit4]   2> 1118629 WARN  
(zkCallback-1468-thread-1-processing-n:127.0.0.1:62784_solr) 
[n:127.0.0.1:62784_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1118630 INFO  (jetty-closer-1447-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@d844a11{/solr,null,UNAVAILABLE}
   [junit4]   2> 1118631 INFO  
(zkCallback-1463-thread-2-processing-n:127.0.0.1:62779_solr) 
[n:127.0.0.1:62779_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 1118632 INFO  
(zkCallback-1467-thread-3-processing-n:127.0.0.1:62782_solr) 
[n:127.0.0.1:62782_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 1118632 WARN  
(zkCallback-1463-thread-2-processing-n:127.0.0.1:62779_solr) 
[n:127.0.0.1:62779_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1120142 WARN  
(zkCallback-1467-thread-3-processing-n:127.0.0.1:62782_solr) 
[n:127.0.0.1:62782_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1120142 INFO  (jetty-closer-1447-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@15388e27{/solr,null,UNAVAILABLE}
   [junit4]   2> 1120142 INFO  (jetty-closer-1447-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@50583201{/solr,null,UNAVAILABLE}
   [junit4]   2> 1120143 ERROR 
(SUITE-CustomCollectionTest-seed#[72D5A91AC721AA4D]-worker) [    ] 
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> 1120158 INFO  
(SUITE-CustomCollectionTest-seed#[72D5A91AC721AA4D]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:62777 62777
   [junit4]   2> 1120175 INFO  (Thread-2158) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:62777 62777
   [junit4]   2> 1120409 WARN  (Thread-2158) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      /solr/configs/conf
   [junit4]   2>        9       /solr/clusterprops.json
   [junit4]   2>        9       /solr/aliases.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/collections/implicitcoll/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        36      /solr/collections/withShardField/state.json
   [junit4]   2>        28      /solr/collections/routeFieldColl/state.json
   [junit4]   2>        25      
/solr/collections/testCreateShardRepFactor/state.json
   [junit4]   2>        12      /solr/collections/implicitcoll/state.json
   [junit4]   2>        9       /solr/clusterstate.json
   [junit4]   2>        2       
/solr/collections/withShardField/leader_elect/d/election/98266457833013259-core_node14-n_0000000000
   [junit4]   2>        2       
/solr/overseer_elect/election/98266457833013260-127.0.0.1:62784_solr-n_0000000001
   [junit4]   2>        2       
/solr/collections/withShardField/leader_elect/c/election/98266457833013256-core_node12-n_0000000000
   [junit4]   2>        2       
/solr/collections/withShardField/leader_elect/b/election/98266457833013259-core_node6-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        32      /solr/collections
   [junit4]   2>        9       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_72D5A91AC721AA4D-001
   [junit4]   2> Jul 07, 2017 11:33:23 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{shard_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
_version_=PostingsFormat(name=Memory), id=PostingsFormat(name=Memory)}, 
docValues:{}, maxPointsInLeafNode=1028, maxMBSortInHeap=6.135627098877164, 
sim=RandomSimilarity(queryNorm=false): {}, locale=hu-HU, 
timezone=America/Barbados
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_131 
(64-bit)/cpus=3,threads=1,free=148684368,total=413138944
   [junit4]   2> NOTE: All tests run in this JVM: [TestReqParamsAPI, 
TestStressLucene, SOLR749Test, DirectSolrSpellCheckerTest, 
TolerantUpdateProcessorTest, CollectionStateFormat2Test, 
TestRandomRequestDistribution, PreAnalyzedUpdateProcessorTest, 
TestHalfAndHalfDocValues, MoveReplicaHDFSTest, TestLRUCache, 
TestRemoteStreaming, TestPostingsSolrHighlighter, SolrCmdDistributorTest, 
BasicFunctionalityTest, TestReplicaProperties, 
DistribDocExpirationUpdateProcessorTest, LukeRequestHandlerTest, 
SystemInfoHandlerTest, TestFastLRUCache, HighlighterMaxOffsetTest, TestSolrJ, 
JsonLoaderTest, TestUninvertingReader, TestCrossCoreJoin, 
TestSchemaVersionResource, TestCloudPseudoReturnFields, 
FieldMutatingUpdateProcessorTest, RecoveryAfterSoftCommitTest, TestStreamBody, 
SpatialRPTFieldTypeTest, TestMiniSolrCloudCluster, 
TestRequestStatusCollectionAPI, TestDistributedMissingSort, 
TestSolrDeletionPolicy1, TestBlobHandler, SpellingQueryConverterTest, 
MetricUtilsTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestTrie, 
TestJavabinTupleStreamParser, TestFiltering, TestNoOpRegenerator, 
TestDistributedStatsComponentCardinality, TestFastWriter, 
TestManagedSynonymFilterFactory, ConnectionManagerTest, 
ExternalFileFieldSortTest, TestManagedSchemaAPI, TestUniqueKeyFieldResource, 
HdfsChaosMonkeySafeLeaderTest, OpenExchangeRatesOrgProviderTest, TestReload, 
TestRecoveryHdfs, TestSuggestSpellingConverter, MigrateRouteKeyTest, 
TestConfig, TestManagedResourceStorage, ZkStateWriterTest, OverseerRolesTest, 
TestSegmentSorting, BasicZkTest, DebugComponentTest, DeleteReplicaTest, 
TestNonDefinedSimilarityFactory, TestDocTermOrds, 
SchemaVersionSpecificBehaviorTest, TestFieldCacheSortRandom, 
TestMergePolicyConfig, TestLuceneMatchVersion, SampleTest, CopyFieldTest, 
ZkNodePropsTest, HdfsDirectoryTest, DistributedIntervalFacetingTest, 
BaseCdcrDistributedZkTest, TestMacros, TestConfigSetsAPIZkFailure, 
TestComplexPhraseLeadingWildcard, SearchHandlerTest, 
TestHighFrequencyDictionaryFactory, TestShardHandlerFactory, 
TestUseDocValuesAsStored2, TestStandardQParsers, AtomicUpdatesTest, 
TestSchemalessBufferedUpdates, TestInfoStreamLogging, 
CollectionsAPIDistributedZkTest, TestRandomFaceting, 
LeaderElectionIntegrationTest, TestCopyFieldCollectionResource, 
ZkSolrClientTest, TestPKIAuthenticationPlugin, StatsComponentTest, 
ChangedSchemaMergeTest, ClassificationUpdateProcessorIntegrationTest, 
TestQueryTypes, ShufflingReplicaListTransformerTest, DateRangeFieldTest, 
DistanceUnitsTest, TestSmileRequest, ChaosMonkeySafeLeaderTest, 
TestExactStatsCache, OverseerCollectionConfigSetProcessorTest, 
CloneFieldUpdateProcessorFactoryTest, SignatureUpdateProcessorFactoryTest, 
BitVectorTest, SolrShardReporterTest, FileUtilsTest, OverseerTaskQueueTest, 
ExitableDirectoryReaderTest, TestAnalyzedSuggestions, 
TestSubQueryTransformerDistrib, TestJsonFacets, LargeFieldTest, 
TestConfigSetsAPI, DistributedSuggestComponentTest, TestFieldCacheWithThreads, 
TestCustomSort, SolrIndexConfigTest, TestFieldResource, 
DistributedMLTComponentTest, CollectionsAPIAsyncDistributedZkTest, 
TestPerFieldSimilarity, LoggingHandlerTest, DOMUtilTest, CustomCollectionTest]
   [junit4] Completed [312/727 (2!)] on J1 in 52.10s, 4 tests, 1 error <<< 
FAILURES!

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

Reply via email to