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

4 tests failed.
FAILED:  
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionReload

Error Message:
Could not find collection : reloaded_collection

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : 
reloaded_collection
        at 
__randomizedtesting.SeedInfo.seed([383116A5FA9DAFAB:39883A9B2F120034]:0)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:194)
        at 
org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:245)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.collectStartTimes(CollectionsAPIDistributedZkTest.java:595)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionReload(CollectionsAPIDistributedZkTest.java:536)
        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:745)


FAILED:  
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDeleteNonExistentCollection

Error Message:
Collection creation after a bad delete failed null Last available state: null

Stack Trace:
java.lang.AssertionError: Collection creation after a bad delete failed
null
Last available state: null
        at 
__randomizedtesting.SeedInfo.seed([383116A5FA9DAFAB:DF160698EDFED052]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:265)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDeleteNonExistentCollection(CollectionsAPIDistributedZkTest.java:425)
        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:745)


FAILED:  
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
Expected to see collection awhollynewcollection_0 null Last available state: 
DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/2)={
   "replicationFactor":"4",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{}}},   
"router":{"name":"compositeId"},   "maxShardsPerNode":"2",   
"autoAddReplicas":"false"}

Stack Trace:
java.lang.AssertionError: Expected to see collection awhollynewcollection_0
null
Last available state: 
DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/2)={
  "replicationFactor":"4",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"false"}
        at 
__randomizedtesting.SeedInfo.seed([383116A5FA9DAFAB:70446211FCAE803E]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:265)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:503)
        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:745)


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([383116A5FA9DAFAB:5C71C3C9415327BA]:0)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:194)
        at 
org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:245)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCoresAreDistributedAcrossNodes(CollectionsAPIDistributedZkTest.java:404)
        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:745)




Build Log:
[...truncated 11954 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/init-core-data-001
   [junit4]   2> 1734378 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[383116A5FA9DAFAB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 1734385 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[383116A5FA9DAFAB]-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> 1734389 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[383116A5FA9DAFAB]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-001
   [junit4]   2> 1734389 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[383116A5FA9DAFAB]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1734390 INFO  (Thread-2789) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1734390 INFO  (Thread-2789) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1734490 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[383116A5FA9DAFAB]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:63559
   [junit4]   2> 1734527 INFO  (jetty-launcher-3106-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1734527 INFO  (jetty-launcher-3106-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1734527 INFO  (jetty-launcher-3106-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1734529 INFO  (jetty-launcher-3106-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1734530 INFO  (jetty-launcher-3106-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@71136ccd{/solr,null,AVAILABLE}
   [junit4]   2> 1734533 INFO  (jetty-launcher-3106-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@666e56c6{HTTP/1.1,[http/1.1]}{127.0.0.1:63561}
   [junit4]   2> 1734533 INFO  (jetty-launcher-3106-thread-1) [    ] 
o.e.j.s.Server Started @1739786ms
   [junit4]   2> 1734533 INFO  (jetty-launcher-3106-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=63561}
   [junit4]   2> 1734534 INFO  (jetty-launcher-3106-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5bf2ea20{/solr,null,AVAILABLE}
   [junit4]   2> 1734534 ERROR (jetty-launcher-3106-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1734534 INFO  (jetty-launcher-3106-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 1734534 INFO  (jetty-launcher-3106-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1734534 INFO  (jetty-launcher-3106-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1734534 INFO  (jetty-launcher-3106-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-05T13:09:59.747Z
   [junit4]   2> 1734536 INFO  (jetty-launcher-3106-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@23dbeb7b{/solr,null,AVAILABLE}
   [junit4]   2> 1734537 INFO  (jetty-launcher-3106-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3f20bc03{HTTP/1.1,[http/1.1]}{127.0.0.1:63562}
   [junit4]   2> 1734537 INFO  (jetty-launcher-3106-thread-3) [    ] 
o.e.j.s.Server Started @1739790ms
   [junit4]   2> 1734537 INFO  (jetty-launcher-3106-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=63562}
   [junit4]   2> 1734537 INFO  (jetty-launcher-3106-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@286af47d{/solr,null,AVAILABLE}
   [junit4]   2> 1734538 ERROR (jetty-launcher-3106-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1734538 INFO  (jetty-launcher-3106-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@569761ed{HTTP/1.1,[http/1.1]}{127.0.0.1:63564}
   [junit4]   2> 1734538 INFO  (jetty-launcher-3106-thread-4) [    ] 
o.e.j.s.Server Started @1739791ms
   [junit4]   2> 1734538 INFO  (jetty-launcher-3106-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=63564}
   [junit4]   2> 1734538 INFO  (jetty-launcher-3106-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 1734538 INFO  (jetty-launcher-3106-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1734538 ERROR (jetty-launcher-3106-thread-4) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1734538 INFO  (jetty-launcher-3106-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1734538 INFO  (jetty-launcher-3106-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-05T13:09:59.751Z
   [junit4]   2> 1734538 INFO  (jetty-launcher-3106-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 1734538 INFO  (jetty-launcher-3106-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1734538 INFO  (jetty-launcher-3106-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1734538 INFO  (jetty-launcher-3106-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-05T13:09:59.751Z
   [junit4]   2> 1734539 INFO  (jetty-launcher-3106-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@38531680{HTTP/1.1,[http/1.1]}{127.0.0.1:63563}
   [junit4]   2> 1734539 INFO  (jetty-launcher-3106-thread-2) [    ] 
o.e.j.s.Server Started @1739792ms
   [junit4]   2> 1734540 INFO  (jetty-launcher-3106-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=63563}
   [junit4]   2> 1734540 ERROR (jetty-launcher-3106-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1734541 INFO  (jetty-launcher-3106-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 1734541 INFO  (jetty-launcher-3106-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1734541 INFO  (jetty-launcher-3106-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1734541 INFO  (jetty-launcher-3106-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-05T13:09:59.754Z
   [junit4]   2> 1734545 INFO  (jetty-launcher-3106-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1734546 INFO  (jetty-launcher-3106-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1734546 INFO  (jetty-launcher-3106-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1734547 INFO  (jetty-launcher-3106-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1734560 INFO  (jetty-launcher-3106-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63559/solr
   [junit4]   2> 1734561 INFO  (jetty-launcher-3106-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63559/solr
   [junit4]   2> 1734562 INFO  (jetty-launcher-3106-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63559/solr
   [junit4]   2> 1734563 INFO  (jetty-launcher-3106-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63559/solr
   [junit4]   2> 1734566 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15a9e974ab60006, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1734568 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15a9e974ab60005, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1734574 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15a9e974ab60007, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1734633 INFO  (jetty-launcher-3106-thread-4) 
[n:127.0.0.1:63564_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1734634 INFO  (jetty-launcher-3106-thread-2) 
[n:127.0.0.1:63563_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1734634 INFO  (jetty-launcher-3106-thread-3) 
[n:127.0.0.1:63562_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1734635 INFO  (jetty-launcher-3106-thread-1) 
[n:127.0.0.1:63561_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1734636 INFO  (jetty-launcher-3106-thread-4) 
[n:127.0.0.1:63564_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:63564_solr
   [junit4]   2> 1734637 INFO  (jetty-launcher-3106-thread-2) 
[n:127.0.0.1:63563_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63563_solr
   [junit4]   2> 1734639 INFO  (jetty-launcher-3106-thread-3) 
[n:127.0.0.1:63562_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63562_solr
   [junit4]   2> 1734639 INFO  (jetty-launcher-3106-thread-1) 
[n:127.0.0.1:63561_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63561_solr
   [junit4]   2> 1734640 INFO  
(zkCallback-3128-thread-1-processing-n:127.0.0.1:63561_solr) 
[n:127.0.0.1:63561_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1734641 INFO  
(zkCallback-3126-thread-1-processing-n:127.0.0.1:63562_solr) 
[n:127.0.0.1:63562_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1734642 INFO  
(zkCallback-3127-thread-1-processing-n:127.0.0.1:63564_solr) 
[n:127.0.0.1:63564_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1734643 INFO  
(zkCallback-3125-thread-1-processing-n:127.0.0.1:63563_solr) 
[n:127.0.0.1:63563_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1734644 INFO  (jetty-launcher-3106-thread-4) 
[n:127.0.0.1:63564_solr    ] o.a.s.c.Overseer Overseer 
(id=97564714572578827-127.0.0.1:63564_solr-n_0000000000) starting
   [junit4]   2> 1734647 INFO  
(zkCallback-3126-thread-1-processing-n:127.0.0.1:63562_solr) 
[n:127.0.0.1:63562_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1734648 INFO  
(zkCallback-3127-thread-1-processing-n:127.0.0.1:63564_solr) 
[n:127.0.0.1:63564_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1734649 INFO  
(zkCallback-3125-thread-1-processing-n:127.0.0.1:63563_solr) 
[n:127.0.0.1:63563_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1734649 INFO  
(zkCallback-3128-thread-1-processing-n:127.0.0.1:63561_solr) 
[n:127.0.0.1:63561_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1734652 INFO  
(zkCallback-3126-thread-1-processing-n:127.0.0.1:63562_solr) 
[n:127.0.0.1:63562_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1734653 INFO  
(zkCallback-3128-thread-1-processing-n:127.0.0.1:63561_solr) 
[n:127.0.0.1:63561_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1734653 INFO  
(zkCallback-3127-thread-1-processing-n:127.0.0.1:63564_solr) 
[n:127.0.0.1:63564_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1734654 INFO  
(zkCallback-3125-thread-1-processing-n:127.0.0.1:63563_solr) 
[n:127.0.0.1:63563_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1734697 INFO  (jetty-launcher-3106-thread-4) 
[n:127.0.0.1:63564_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63564_solr
   [junit4]   2> 1734701 INFO  
(zkCallback-3127-thread-1-processing-n:127.0.0.1:63564_solr) 
[n:127.0.0.1:63564_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1734701 INFO  
(zkCallback-3126-thread-1-processing-n:127.0.0.1:63562_solr) 
[n:127.0.0.1:63562_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1734701 INFO  
(zkCallback-3128-thread-1-processing-n:127.0.0.1:63561_solr) 
[n:127.0.0.1:63561_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1734701 INFO  
(zkCallback-3125-thread-1-processing-n:127.0.0.1:63563_solr) 
[n:127.0.0.1:63563_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1734782 INFO  (jetty-launcher-3106-thread-3) 
[n:127.0.0.1:63562_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-001/node3/.
   [junit4]   2> 1734794 INFO  (jetty-launcher-3106-thread-2) 
[n:127.0.0.1:63563_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-001/node2/.
   [junit4]   2> 1734837 INFO  (jetty-launcher-3106-thread-4) 
[n:127.0.0.1:63564_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-001/node4/.
   [junit4]   2> 1735124 INFO  (jetty-launcher-3106-thread-1) 
[n:127.0.0.1:63561_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-001/node1/.
   [junit4]   2> 1736647 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[383116A5FA9DAFAB]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1736649 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[383116A5FA9DAFAB]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63559/solr ready
   [junit4]   2> 1736764 INFO  
(TEST-CollectionsAPIDistributedZkTest.testNoConfigSetExist-seed#[383116A5FA9DAFAB])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testNoConfigSetExist
   [junit4]   2> 1736767 INFO  
(TEST-CollectionsAPIDistributedZkTest.testNoConfigSetExist-seed#[383116A5FA9DAFAB])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1736778 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
dataDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-002&collection.configName=conf123&name=corewithnocollection3&action=CREATE&numShards=1&collection=&wt=javabin&version=2
   [junit4]   2> 1736782 INFO  
(OverseerStateUpdate-97564714572578827-127.0.0.1:63564_solr-n_0000000000) 
[n:127.0.0.1:63564_solr    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 1737788 ERROR (qtp274059919-15965) [n:127.0.0.1:63564_solr 
c:corewithnocollection3   x:corewithnocollection3] o.a.s.c.c.ZkStateReader 
Specified config=[conf123] does not exist in ZooKeeper at 
location=[/configs/conf123]
   [junit4]   2> 1737790 ERROR (qtp274059919-15965) [n:127.0.0.1:63564_solr 
c:corewithnocollection3   x:corewithnocollection3] o.a.s.h.RequestHandlerBase 
org.apache.solr.common.SolrException: Error CREATEing SolrCore 
'corewithnocollection3': Unable to create core [corewithnocollection3] Caused 
by: Specified config does not exist in ZooKeeper: conf123
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:907)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:388)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:171)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to 
create core [corewithnocollection3]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:952)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:873)
   [junit4]   2>        ... 34 more
   [junit4]   2> Caused by: org.apache.solr.common.cloud.ZooKeeperException: 
Specified config does not exist in ZooKeeper: conf123
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.readConfigName(ZkStateReader.java:189)
   [junit4]   2>        at 
org.apache.solr.cloud.CloudConfigSetService.createCoreResourceLoader(CloudConfigSetService.java:54)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:74)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:934)
   [junit4]   2>        ... 35 more
   [junit4]   2> 
   [junit4]   2> 1737790 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr 
c:corewithnocollection3   x:corewithnocollection3] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={dataDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-002&collection.configName=conf123&name=corewithnocollection3&action=CREATE&numShards=1&collection=&wt=javabin&version=2}
 status=400 QTime=1012
   [junit4]   2> 1738798 INFO  (qtp274059919-15966) [n:127.0.0.1:63564_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1738798 INFO  (qtp274059919-15966) [n:127.0.0.1:63564_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1738798 INFO  
(TEST-CollectionsAPIDistributedZkTest.testNoConfigSetExist-seed#[383116A5FA9DAFAB])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testNoConfigSetExist
   [junit4]   2> 1738846 INFO  
(TEST-CollectionsAPIDistributedZkTest.addReplicaTest-seed#[383116A5FA9DAFAB]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Starting addReplicaTest
   [junit4]   2> 1738849 INFO  
(TEST-CollectionsAPIDistributedZkTest.addReplicaTest-seed#[383116A5FA9DAFAB]) [ 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1738852 INFO  (qtp274059919-15968) [n:127.0.0.1:63564_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=corewithnocollection3&action=DELETE&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 1738856 INFO  
(OverseerThreadFactory-6399-thread-1-processing-n:127.0.0.1:63564_solr) 
[n:127.0.0.1:63564_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 1739573 INFO  (qtp274059919-15968) [n:127.0.0.1:63564_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=corewithnocollection3&action=DELETE&wt=javabin&version=2} status=0 
QTime=721
   [junit4]   2> 1739574 INFO  (qtp274059919-15969) [n:127.0.0.1:63564_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&maxShardsPerNode=4&name=addReplicaColl&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1739578 INFO  
(OverseerThreadFactory-6399-thread-2-processing-n:127.0.0.1:63564_solr) 
[n:127.0.0.1:63564_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
addReplicaColl
   [junit4]   2> 1739579 INFO  
(OverseerCollectionConfigSetProcessor-97564714572578827-127.0.0.1:63564_solr-n_0000000000)
 [n:127.0.0.1:63564_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> 1739804 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard2_replica1&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard2&wt=javabin&version=2
   [junit4]   2> 1739804 INFO  (qtp1886213557-15938) [n:127.0.0.1:63561_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard1_replica1&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1739804 INFO  (qtp336064475-15949) [n:127.0.0.1:63562_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard2_replica2&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard2&wt=javabin&version=2
   [junit4]   2> 1739807 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard1_replica2&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1739926 INFO  
(zkCallback-3127-thread-4-processing-n:127.0.0.1:63564_solr) 
[n:127.0.0.1:63564_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1739926 INFO  
(zkCallback-3126-thread-1-processing-n:127.0.0.1:63562_solr) 
[n:127.0.0.1:63562_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1739926 INFO  
(zkCallback-3125-thread-1-processing-n:127.0.0.1:63563_solr) 
[n:127.0.0.1:63563_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1739927 INFO  
(zkCallback-3128-thread-2-processing-n:127.0.0.1:63561_solr) 
[n:127.0.0.1:63561_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1740837 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1740838 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1740838 INFO  (qtp336064475-15949) [n:127.0.0.1:63562_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1740846 INFO  (qtp1886213557-15938) [n:127.0.0.1:63561_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1740849 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] 
o.a.s.s.IndexSchema [addReplicaColl_shard1_replica2] Schema name=minimal
   [junit4]   2> 1740850 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] 
o.a.s.s.IndexSchema [addReplicaColl_shard2_replica1] Schema name=minimal
   [junit4]   2> 1740854 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1740856 INFO  (qtp336064475-15949) [n:127.0.0.1:63562_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] 
o.a.s.s.IndexSchema [addReplicaColl_shard2_replica2] Schema name=minimal
   [junit4]   2> 1740857 INFO  (qtp336064475-15949) [n:127.0.0.1:63562_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1740861 INFO  (qtp336064475-15949) [n:127.0.0.1:63562_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] 
o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard2_replica2' using 
configuration from collection addReplicaColl
   [junit4]   2> 1740861 INFO  (qtp336064475-15949) [n:127.0.0.1:63562_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.c.SolrCore 
[[addReplicaColl_shard2_replica2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-001/node3/addReplicaColl_shard2_replica2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-001/node3/./addReplicaColl_shard2_replica2/data/]
   [junit4]   2> 1740864 INFO  (qtp1886213557-15938) [n:127.0.0.1:63561_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] 
o.a.s.s.IndexSchema [addReplicaColl_shard1_replica1] Schema name=minimal
   [junit4]   2> 1740865 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard2_replica1' using 
configuration from collection addReplicaColl
   [junit4]   2> 1740865 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.c.SolrCore 
[[addReplicaColl_shard2_replica1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-001/node4/addReplicaColl_shard2_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-001/node4/./addReplicaColl_shard2_replica1/data/]
   [junit4]   2> 1740866 INFO  (qtp1886213557-15938) [n:127.0.0.1:63561_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1740867 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1740868 INFO  (qtp1886213557-15938) [n:127.0.0.1:63561_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard1_replica1' using 
configuration from collection addReplicaColl
   [junit4]   2> 1740868 INFO  (qtp1886213557-15938) [n:127.0.0.1:63561_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.c.SolrCore 
[[addReplicaColl_shard1_replica1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-001/node1/addReplicaColl_shard1_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-001/node1/./addReplicaColl_shard1_replica1/data/]
   [junit4]   2> 1740869 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] 
o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard1_replica2' using 
configuration from collection addReplicaColl
   [junit4]   2> 1740869 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.c.SolrCore 
[[addReplicaColl_shard1_replica2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-001/node2/addReplicaColl_shard1_replica2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-001/node2/./addReplicaColl_shard1_replica2/data/]
   [junit4]   2> 1740990 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1740990 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1740992 INFO  (qtp336064475-15949) [n:127.0.0.1:63562_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1740992 INFO  (qtp336064475-15949) [n:127.0.0.1:63562_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1740992 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1740993 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1740993 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@77f07855[addReplicaColl_shard2_replica1] main]
   [junit4]   2> 1740995 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1740996 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1740996 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1740996 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1561035440085008384
   [junit4]   2> 1740996 INFO  
(searcherExecutor-6409-thread-1-processing-n:127.0.0.1:63564_solr 
x:addReplicaColl_shard2_replica1 s:shard2 c:addReplicaColl) 
[n:127.0.0.1:63564_solr c:addReplicaColl s:shard2  
x:addReplicaColl_shard2_replica1] o.a.s.c.SolrCore 
[addReplicaColl_shard2_replica1] Registered new searcher 
Searcher@77f07855[addReplicaColl_shard2_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1740996 INFO  (qtp336064475-15949) [n:127.0.0.1:63562_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1740996 INFO  (qtp336064475-15949) [n:127.0.0.1:63562_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1740999 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1740999 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1741000 INFO  (qtp336064475-15949) [n:127.0.0.1:63562_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2baa67c5[addReplicaColl_shard2_replica2] main]
   [junit4]   2> 1741002 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1741002 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1741003 INFO  (qtp336064475-15949) [n:127.0.0.1:63562_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1741004 INFO  (qtp336064475-15949) [n:127.0.0.1:63562_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1741004 INFO  (qtp336064475-15949) [n:127.0.0.1:63562_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1741004 INFO  (qtp336064475-15949) [n:127.0.0.1:63562_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1561035440093396992
   [junit4]   2> 1741004 INFO  
(searcherExecutor-6408-thread-1-processing-n:127.0.0.1:63562_solr 
x:addReplicaColl_shard2_replica2 s:shard2 c:addReplicaColl) 
[n:127.0.0.1:63562_solr c:addReplicaColl s:shard2  
x:addReplicaColl_shard2_replica2] o.a.s.c.SolrCore 
[addReplicaColl_shard2_replica2] Registered new searcher 
Searcher@2baa67c5[addReplicaColl_shard2_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1741007 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1741010 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@16eeccdf[addReplicaColl_shard1_replica2] main]
   [junit4]   2> 1741011 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1741012 INFO  (qtp1886213557-15938) [n:127.0.0.1:63561_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1741012 INFO  (qtp1886213557-15938) [n:127.0.0.1:63561_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1741014 INFO  (qtp1886213557-15938) [n:127.0.0.1:63561_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1741014 INFO  (qtp1886213557-15938) [n:127.0.0.1:63561_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1741012 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1741014 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1741014 INFO  
(searcherExecutor-6411-thread-1-processing-n:127.0.0.1:63563_solr 
x:addReplicaColl_shard1_replica2 s:shard1 c:addReplicaColl) 
[n:127.0.0.1:63563_solr c:addReplicaColl s:shard1  
x:addReplicaColl_shard1_replica2] o.a.s.c.SolrCore 
[addReplicaColl_shard1_replica2] Registered new searcher 
Searcher@16eeccdf[addReplicaColl_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1741014 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1561035440103882752
   [junit4]   2> 1741014 INFO  (qtp1886213557-15938) [n:127.0.0.1:63561_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@772d2ef4[addReplicaColl_shard1_replica1] main]
   [junit4]   2> 1741016 INFO  (qtp1886213557-15938) [n:127.0.0.1:63561_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1741017 INFO  (qtp1886213557-15938) [n:127.0.0.1:63561_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1741017 INFO  (qtp1886213557-15938) [n:127.0.0.1:63561_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1741017 INFO  (qtp1886213557-15938) [n:127.0.0.1:63561_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1561035440107028480
   [junit4]   2> 1741017 INFO  
(searcherExecutor-6410-thread-1-processing-n:127.0.0.1:63561_solr 
x:addReplicaColl_shard1_replica1 s:shard1 c:addReplicaColl) 
[n:127.0.0.1:63561_solr c:addReplicaColl s:shard1  
x:addReplicaColl_shard1_replica1] o.a.s.c.SolrCore 
[addReplicaColl_shard1_replica1] Registered new searcher 
Searcher@772d2ef4[addReplicaColl_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1741024 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1741025 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1741025 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:63563/solr/addReplicaColl_shard1_replica2/
   [junit4]   2> 1741025 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.u.PeerSync 
PeerSync: core=addReplicaColl_shard1_replica2 url=http://127.0.0.1:63563/solr 
START replicas=[http://127.0.0.1:63561/solr/addReplicaColl_shard1_replica1/] 
nUpdates=100
   [junit4]   2> 1741025 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.u.PeerSync 
PeerSync: core=addReplicaColl_shard1_replica2 url=http://127.0.0.1:63563/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 1741027 INFO  (qtp1886213557-15940) [n:127.0.0.1:63561_solr 
c:addReplicaColl s:shard1 r:core_node1 x:addReplicaColl_shard1_replica1] 
o.a.s.c.S.Request [addReplicaColl_shard1_replica1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 1741028 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 1741028 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] 
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> 1741028 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1741037 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:63563/solr/addReplicaColl_shard1_replica2/ shard1
   [junit4]   2> 1741153 INFO  
(zkCallback-3127-thread-3-processing-n:127.0.0.1:63564_solr) 
[n:127.0.0.1:63564_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1741153 INFO  
(zkCallback-3125-thread-1-processing-n:127.0.0.1:63563_solr) 
[n:127.0.0.1:63563_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1741153 INFO  
(zkCallback-3126-thread-1-processing-n:127.0.0.1:63562_solr) 
[n:127.0.0.1:63562_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1741153 INFO  
(zkCallback-3128-thread-2-processing-n:127.0.0.1:63561_solr) 
[n:127.0.0.1:63561_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1741212 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1741217 INFO  (qtp39585137-15957) [n:127.0.0.1:63563_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard1_replica2&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard1&wt=javabin&version=2}
 status=0 QTime=1410
   [junit4]   2> 1741330 INFO  
(zkCallback-3127-thread-4-processing-n:127.0.0.1:63564_solr) 
[n:127.0.0.1:63564_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1741330 INFO  
(zkCallback-3128-thread-2-processing-n:127.0.0.1:63561_solr) 
[n:127.0.0.1:63561_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1741330 INFO  
(zkCallback-3125-thread-1-processing-n:127.0.0.1:63563_solr) 
[n:127.0.0.1:63563_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1741330 INFO  
(zkCallback-3126-thread-1-processing-n:127.0.0.1:63562_solr) 
[n:127.0.0.1:63562_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1741514 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1741514 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1741514 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:63564/solr/addReplicaColl_shard2_replica1/
   [junit4]   2> 1741515 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.u.PeerSync 
PeerSync: core=addReplicaColl_shard2_replica1 url=http://127.0.0.1:63564/solr 
START replicas=[http://127.0.0.1:63562/solr/addReplicaColl_shard2_replica2/] 
nUpdates=100
   [junit4]   2> 1741515 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.u.PeerSync 
PeerSync: core=addReplicaColl_shard2_replica1 url=http://127.0.0.1:63564/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 1741517 INFO  (qtp336064475-15951) [n:127.0.0.1:63562_solr 
c:addReplicaColl s:shard2 r:core_node3 x:addReplicaColl_shard2_replica2] 
o.a.s.c.S.Request [addReplicaColl_shard2_replica2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1741518 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 1741518 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] 
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> 1741518 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1741525 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:63564/solr/addReplicaColl_shard2_replica1/ shard2
   [junit4]   2> 1741642 INFO  
(zkCallback-3127-thread-2-processing-n:127.0.0.1:63564_solr) 
[n:127.0.0.1:63564_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1741642 INFO  
(zkCallback-3125-thread-1-processing-n:127.0.0.1:63563_solr) 
[n:127.0.0.1:63563_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1741642 INFO  
(zkCallback-3128-thread-2-processing-n:127.0.0.1:63561_solr) 
[n:127.0.0.1:63561_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1741642 INFO  
(zkCallback-3126-thread-1-processing-n:127.0.0.1:63562_solr) 
[n:127.0.0.1:63562_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1741696 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1741700 INFO  (qtp274059919-15970) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard2_replica1&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard2&wt=javabin&version=2}
 status=0 QTime=1897
   [junit4]   2> 1741814 INFO  
(zkCallback-3127-thread-2-processing-n:127.0.0.1:63564_solr) 
[n:127.0.0.1:63564_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1741814 INFO  
(zkCallback-3128-thread-2-processing-n:127.0.0.1:63561_solr) 
[n:127.0.0.1:63561_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1741814 INFO  
(zkCallback-3125-thread-1-processing-n:127.0.0.1:63563_solr) 
[n:127.0.0.1:63563_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1741814 INFO  
(zkCallback-3126-thread-1-processing-n:127.0.0.1:63562_solr) 
[n:127.0.0.1:63562_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1742019 INFO  (qtp336064475-15949) [n:127.0.0.1:63562_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard2_replica2&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard2&wt=javabin&version=2}
 status=0 QTime=2215
   [junit4]   2> 1742032 INFO  (qtp1886213557-15938) [n:127.0.0.1:63561_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard1_replica1&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard1&wt=javabin&version=2}
 status=0 QTime=2227
   [junit4]   2> 1742036 INFO  (qtp274059919-15969) [n:127.0.0.1:63564_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> 1742146 INFO  
(zkCallback-3126-thread-1-processing-n:127.0.0.1:63562_solr) 
[n:127.0.0.1:63562_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1742147 INFO  
(zkCallback-3128-thread-2-processing-n:127.0.0.1:63561_solr) 
[n:127.0.0.1:63561_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1742146 INFO  
(zkCallback-3127-thread-2-processing-n:127.0.0.1:63564_solr) 
[n:127.0.0.1:63564_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1742146 INFO  
(zkCallback-3125-thread-1-processing-n:127.0.0.1:63563_solr) 
[n:127.0.0.1:63563_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1743046 INFO  (qtp274059919-15969) [n:127.0.0.1:63564_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=4&name=addReplicaColl&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=3472
   [junit4]   2> 1743048 INFO  (qtp274059919-15948) [n:127.0.0.1:63564_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:63564_solr&action=ADDREPLICA&collection=addReplicaColl&shard=shard1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1743052 INFO  
(OverseerThreadFactory-6399-thread-3-processing-n:127.0.0.1:63564_solr) 
[n:127.0.0.1:63564_solr    ] o.a.s.c.AddReplicaCmd addReplica() : {
   [junit4]   2>   "collection":"addReplicaColl",
   [junit4]   2>   "node":"127.0.0.1:63564_solr",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "operation":"addreplica"}
   [junit4]   2> 1743052 INFO  
(OverseerThreadFactory-6399-thread-3-processing-n:127.0.0.1:63564_solr) 
[n:127.0.0.1:63564_solr    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:63564_solr for creating new replica
   [junit4]   2> 1743052 INFO  
(OverseerCollectionConfigSetProcessor-97564714572578827-127.0.0.1:63564_solr-n_0000000000)
 [n:127.0.0.1:63564_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1743053 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&name=addReplicaColl_shard1_replica3&action=CREATE&collection=addReplicaColl&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1743165 INFO  
(zkCallback-3126-thread-1-processing-n:127.0.0.1:63562_solr) 
[n:127.0.0.1:63562_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1743165 INFO  
(zkCallback-3125-thread-1-processing-n:127.0.0.1:63563_solr) 
[n:127.0.0.1:63563_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1743166 INFO  
(zkCallback-3128-thread-2-processing-n:127.0.0.1:63561_solr) 
[n:127.0.0.1:63561_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1743165 INFO  
(zkCallback-3127-thread-3-processing-n:127.0.0.1:63564_solr) 
[n:127.0.0.1:63564_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1744078 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1744086 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] 
o.a.s.s.IndexSchema [addReplicaColl_shard1_replica3] Schema name=minimal
   [junit4]   2> 1744089 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1744092 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] 
o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard1_replica3' using 
configuration from collection addReplicaColl
   [junit4]   2> 1744093 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.c.SolrCore 
[[addReplicaColl_shard1_replica3] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-001/node4/addReplicaColl_shard1_replica3],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-001/node4/./addReplicaColl_shard1_replica3/data/]
   [junit4]   2> 1744190 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1744190 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1744193 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1744193 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1744193 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6edb6a45[addReplicaColl_shard1_replica3] main]
   [junit4]   2> 1744196 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1744197 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1744197 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1744197 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1561035443441500160
   [junit4]   2> 1744197 INFO  
(searcherExecutor-6428-thread-1-processing-n:127.0.0.1:63564_solr 
x:addReplicaColl_shard1_replica3 s:shard1 c:addReplicaColl) 
[n:127.0.0.1:63564_solr c:addReplicaColl s:shard1  
x:addReplicaColl_shard1_replica3] o.a.s.c.SolrCore 
[addReplicaColl_shard1_replica3] Registered new searcher 
Searcher@6edb6a45[addReplicaColl_shard1_replica3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1744204 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] 
o.a.s.c.ZkController Core needs to recover:addReplicaColl_shard1_replica3
   [junit4]   2> 1744204 INFO  
(updateExecutor-3115-thread-1-processing-n:127.0.0.1:63564_solr 
x:addReplicaColl_shard1_replica3 s:shard1 c:addReplicaColl) 
[n:127.0.0.1:63564_solr c:addReplicaColl s:shard1 r:core_node5 
x:addReplicaColl_shard1_replica3] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1744205 INFO  
(recoveryExecutor-3116-thread-1-processing-n:127.0.0.1:63564_solr 
x:addReplicaColl_shard1_replica3 s:shard1 c:addReplicaColl r:core_node5) 
[n:127.0.0.1:63564_solr c:addReplicaColl s:shard1 r:core_node5 
x:addReplicaColl_shard1_replica3] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 1744206 INFO  
(recoveryExecutor-3116-thread-1-processing-n:127.0.0.1:63564_solr 
x:addReplicaColl_shard1_replica3 s:shard1 c:addReplicaColl r:core_node5) 
[n:127.0.0.1:63564_solr c:addReplicaColl s:shard1 r:core_node5 
x:addReplicaColl_shard1_replica3] o.a.s.c.RecoveryStrategy ###### 
startupVersions=[[]]
   [junit4]   2> 1744206 INFO  
(recoveryExecutor-3116-thread-1-processing-n:127.0.0.1:63564_solr 
x:addReplicaColl_shard1_replica3 s:shard1 c:addReplicaColl r:core_node5) 
[n:127.0.0.1:63564_solr c:addReplicaColl s:shard1 r:core_node5 
x:addReplicaColl_shard1_replica3] o.a.s.c.RecoveryStrategy Begin buffering 
updates. core=[addReplicaColl_shard1_replica3]
   [junit4]   2> 1744206 INFO  
(recoveryExecutor-3116-thread-1-processing-n:127.0.0.1:63564_solr 
x:addReplicaColl_shard1_replica3 s:shard1 c:addReplicaColl r:core_node5) 
[n:127.0.0.1:63564_solr c:addReplicaColl s:shard1 r:core_node5 
x:addReplicaColl_shard1_replica3] o.a.s.u.UpdateLog Starting to buffer updates. 
FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1744206 INFO  
(recoveryExecutor-3116-thread-1-processing-n:127.0.0.1:63564_solr 
x:addReplicaColl_shard1_replica3 s:shard1 c:addReplicaColl r:core_node5) 
[n:127.0.0.1:63564_solr c:addReplicaColl s:shard1 r:core_node5 
x:addReplicaColl_shard1_replica3] o.a.s.c.RecoveryStrategy Publishing state of 
core [addReplicaColl_shard1_replica3] as recovering, leader is 
[http://127.0.0.1:63563/solr/addReplicaColl_shard1_replica2/] and I am 
[http://127.0.0.1:63564/solr/addReplicaColl_shard1_replica3/]
   [junit4]   2> 1744207 INFO  (qtp274059919-15965) [n:127.0.0.1:63564_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&name=addReplicaColl_shard1_replica3&action=CREATE&collection=addReplicaColl&shard=shard1&wt=javabin&version=2}
 status=0 QTime=1153
   [junit4]   2> 1744214 INFO  
(recoveryExecutor-3116-thread-1-processing-n:127.0.0.1:63564_solr 
x:addReplicaColl_shard1_replica3 s:shard1 c:addReplicaColl r:core_node5) 
[n:127.0.0.1:63564_solr c:addReplicaColl s:shard1 r:core_node5 
x:addReplicaColl_shard1_replica3] o.a.s.c.RecoveryStrategy Sending prep 
recovery command to [http://127.0.0.1:63563/solr]; [WaitForState: 
action=PREPRECOVERY&core=addReplicaColl_shard1_replica2&nodeName=127.0.0.1:63564_solr&coreNodeName=core_node5&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1744216 INFO  (qtp39585137-15958) [n:127.0.0.1:63563_solr    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node5, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1744217 INFO  (qtp39585137-15958) [n:127.0.0.1:63563_solr    ] 
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see 
addReplicaColl_shard1_replica2 (shard1 of addReplicaColl) have state: recovering
   [junit4]   2> 1744217 INFO  (qtp39585137-15958) [n:127.0.0.1:63563_solr    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): 
collection=addReplicaColl, shard=shard1, 
thisCore=addReplicaColl_shard1_replica2, leaderDoesNotNeedRecovery=false, 
isLeader? true, live=true, checkLive=true, currentState=down, 
localState=active, nodeName=127.0.0.1:63564_solr, coreNodeName=core_node5, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node5:{"core":"addReplicaColl_shard1_replica3","base_url":"http://127.0.0.1:63564/solr","node_name":"127.0.0.1:63564_solr","state":"down"}
   [junit4]   2> 1744218 INFO  (qtp274059919-15948) [n:127.0.0.1:63564_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:63564_solr&action=ADDREPLICA&collection=addReplicaColl&shard=shard1&wt=javabin&version=2}
 status=0 QTime=1169
   [junit4]   2> 1744221 INFO  (qtp274059919-15966) [n:127.0.0.1:63564_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
action=ADDREPLICA&collection=addReplicaColl&shard=shard1&wt=javabin&version=2&property.instanceDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-003
 and sendToOCPQueue=true
   [junit4]   2> 1744225 INFO  
(OverseerThreadFactory-6399-thread-4-processing-n:127.0.0.1:63564_solr) 
[n:127.0.0.1:63564_solr    ] o.a.s.c.AddReplicaCmd addReplica() : {
   [junit4]   2>   "collection":"addReplicaColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   
"property.instanceDir":"/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001/tempDir-003",
   [junit4]   2>   "operation":"addreplica"}
   [junit4]   2> 1744225 INFO  
(OverseerThreadFactory-6399-thread-4-processing-n:127.0.0.1:63564_solr) 
[n:127.0.0.1:63564_solr    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:63562_solr for creating new replica
   [junit4]   2> 1744226 INFO  (Overseer

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

 (jetty-closer-3107-thread-4) [    ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@38531680{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2092733 INFO  (jetty-closer-3107-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@3f20bc03{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2092733 INFO  (jetty-closer-3107-thread-4) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1454460223
   [junit4]   2> 2092733 INFO  (jetty-closer-3107-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=874523439
   [junit4]   2> 2092741 INFO  (jetty-closer-3107-thread-3) [    ] 
o.a.s.c.Overseer Overseer 
(id=97564714572578827-127.0.0.1:63564_solr-n_0000000000) closing
   [junit4]   2> 2092742 INFO  
(OverseerStateUpdate-97564714572578827-127.0.0.1:63564_solr-n_0000000000) 
[n:127.0.0.1:63564_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:63564_solr
   [junit4]   2> 2092744 WARN  
(zkCallback-3125-thread-4-processing-n:127.0.0.1:63563_solr) 
[n:127.0.0.1:63563_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2092744 WARN  
(zkCallback-3128-thread-5-processing-n:127.0.0.1:63561_solr) 
[n:127.0.0.1:63561_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2092745 WARN  
(zkCallback-3126-thread-5-processing-n:127.0.0.1:63562_solr) 
[n:127.0.0.1:63562_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2092745 INFO  
(zkCallback-3127-thread-31-processing-n:127.0.0.1:63564_solr) 
[n:127.0.0.1:63564_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (1)
   [junit4]   2> 2092746 INFO  (jetty-closer-3107-thread-4) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 2092746 INFO  (jetty-closer-3107-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 2092747 INFO  (jetty-closer-3107-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@23dbeb7b{/solr,null,UNAVAILABLE}
   [junit4]   2> 2092747 INFO  (jetty-closer-3107-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@71136ccd{/solr,null,UNAVAILABLE}
   [junit4]   2> 2092751 WARN  
(zkCallback-3127-thread-31-processing-n:127.0.0.1:63564_solr) 
[n:127.0.0.1:63564_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2092754 INFO  (jetty-closer-3107-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 2092754 INFO  (jetty-closer-3107-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@286af47d{/solr,null,UNAVAILABLE}
   [junit4]   2> 2094253 INFO  (jetty-closer-3107-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 2094254 INFO  (jetty-closer-3107-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5bf2ea20{/solr,null,UNAVAILABLE}
   [junit4]   2> 2094256 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[383116A5FA9DAFAB]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:63559 63559
   [junit4]   2> 2094266 INFO  (Thread-2789) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:63559 63559
   [junit4]   2> 2097738 WARN  (Thread-2789) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        25      /solr/aliases.json
   [junit4]   2>        25      /solr/clusterprops.json
   [junit4]   2>        13      /solr/configs/conf
   [junit4]   2>        4       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        170     /solr/clusterstate.json
   [junit4]   2>        5       
/solr/collections/awhollynewcollection_0/state.json
   [junit4]   2>        4       
/solr/collections/nodes_used_collection/state.json
   [junit4]   2>        4       /solr/collections/addReplicaColl/state.json
   [junit4]   2>        4       /solr/collections/reloaded_collection/state.json
   [junit4]   2>        2       /solr/collections/onlyinzk/state.json
   [junit4]   2>        2       
/solr/collections/halfdeletedcollection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        404     /solr/collections
   [junit4]   2>        315     /solr/overseer/collection-queue-work
   [junit4]   2>        137     /solr/overseer/queue
   [junit4]   2>        25      /solr/live_nodes
   [junit4]   2>        20      /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 2097739 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[383116A5FA9DAFAB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_383116A5FA9DAFAB-001
   [junit4]   2> NOTE: test params are: 
codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=23267, maxDocsPerChunk=732, blockSize=8), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=23267, blockSize=8)), sim=RandomSimilarity(queryNorm=true): {}, 
locale=sl, timezone=Indian/Mayotte
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_121 
(64-bit)/cpus=3,threads=1,free=61593528,total=441974784
   [junit4]   2> NOTE: All tests run in this JVM: [TestNoOpRegenerator, 
LeaderElectionContextKeyTest, ClusterStateTest, TestCoreDiscovery, 
TestRecoveryHdfs, TestFreeTextSuggestions, TestConfigSetProperties, 
TestSolrCoreProperties, TestConfigReload, TestOrdValues, VersionInfoTest, 
TestQueryWrapperFilter, JSONWriterTest, TestIndexingPerformance, 
TestConfigSetsAPIExclusivity, HdfsChaosMonkeyNothingIsSafeTest, 
CollectionsAPISolrJTest, CdcrReplicationHandlerTest, ForceLeaderTest, 
JvmMetricsTest, TestSizeLimitedDistributedMap, WordBreakSolrSpellCheckerTest, 
TestLockTree, FacetPivotSmallTest, CSVRequestHandlerTest, TestXmlQParserPlugin, 
BufferStoreTest, HdfsRestartWhileUpdatingTest, TestManagedSchemaAPI, 
SolrMetricManagerTest, TestEmbeddedSolrServerSchemaAPI, TestSolrCLIRunExample, 
SpellCheckCollatorTest, TolerantUpdateProcessorTest, DateMathParserTest, 
TestValueSourceCache, ChaosMonkeySafeLeaderTest, CloudMLTQParserTest, 
BooleanFieldTest, OverseerTaskQueueTest, TestBadConfig, 
SecurityConfHandlerTest, BadIndexSchemaTest, CoreAdminRequestStatusTest, 
SolrCoreCheckLockOnStartupTest, ScriptEngineTest, AddBlockUpdateTest, 
TestNRTOpen, CacheHeaderTest, CdcrVersionReplicationTest, 
ExitableDirectoryReaderTest, FieldMutatingUpdateProcessorTest, 
TestLuceneMatchVersion, TestObjectReleaseTracker, TestSolrCoreParser, 
BasicDistributedZk2Test, TestImpersonationWithHadoopAuth, 
TestSlowCompositeReaderWrapper, CheckHdfsIndexTest, 
TestClassicSimilarityFactory, TestChildDocTransformer, TestMaxScoreQueryParser, 
OutOfBoxZkACLAndCredentialsProvidersTest, TestQueryUtils, SuggesterWFSTTest, 
TestSearchPerf, SliceStateTest, ConnectionReuseTest, 
LeaderElectionIntegrationTest, TermVectorComponentDistributedTest, 
HdfsCollectionsAPIDistributedZkTest, DeleteNodeTest, SolrCLIZkUtilsTest, 
QueryResultKeyTest, TestSolrIndexConfig, CurrencyFieldOpenExchangeTest, 
SolrMetricsIntegrationTest, OverseerRolesTest, ExternalFileFieldSortTest, 
TestCollectionAPI, TestScoreJoinQPScore, HLLSerializationTest, 
TestReplicaProperties, TestRequestStatusCollectionAPI, 
TestFieldCacheVsDocValues, CdcrBootstrapTest, OpenCloseCoreStressTest, 
TestSolr4Spatial, TestSchemalessBufferedUpdates, HdfsUnloadDistributedZkTest, 
TestIndexSearcher, BadComponentTest, MissingSegmentRecoveryTest, 
TestFieldCache, SortByFunctionTest, TestCloudRecovery, 
DefaultValueUpdateProcessorTest, TestSuggestSpellingConverter, 
DistributedExpandComponentTest, TestDynamicLoading, SolrXmlInZkTest, 
TestAtomicUpdateErrorCases, TestShardHandlerFactory, 
TriLevelCompositeIdRoutingTest, AliasIntegrationTest, InfoHandlerTest, 
ResourceLoaderTest, TestCodecSupport, TestRestManager, MinimalSchemaTest, 
ConfigSetsAPITest, PreAnalyzedUpdateProcessorTest, HdfsRecoverLeaseTest, 
TestStressCloudBlindAtomicUpdates, TestUseDocValuesAsStored2, 
LeaderInitiatedRecoveryOnShardRestartTest, DistanceFunctionTest, 
LeaderFailureAfterFreshStartTest, DistributedQueryComponentOptimizationTest, 
SparseHLLTest, DateRangeFieldTest, TestGraphMLResponseWriter, 
TestPHPSerializedResponseWriter, UUIDFieldTest, TestMacroExpander, 
TestStressLiveNodes, DeleteShardTest, BasicZkTest, RegexBoostProcessorTest, 
TestBinaryResponseWriter, SolrCmdDistributorTest, HighlighterConfigTest, 
SuggestComponentTest, SpatialHeatmapFacetsTest, StatsComponentTest, 
DistributedIntervalFacetingTest, TestLeaderInitiatedRecoveryThread, 
SolrInfoMBeanTest, EchoParamsTest, TestPushWriter, 
DistributedFacetPivotLargeTest, RequestHandlersTest, DebugComponentTest, 
TestZkChroot, TestComplexPhraseQParserPlugin, AtomicUpdatesTest, TestTrieFacet, 
TestSolrDynamicMBean, FullSolrCloudDistribCmdsTest, 
DistribJoinFromCollectionTest, JsonLoaderTest, 
PeerSyncWithIndexFingerprintCachingTest, TestBlendedInfixSuggestions, 
TestDistribIDF, TestCloudDeleteByQuery, DistributedFacetPivotSmallAdvancedTest, 
TestDistributedGrouping, TestFuzzyAnalyzedSuggestions, HdfsThreadLeakTest, 
IndexSchemaTest, EnumFieldTest, TestCrossCoreJoin, 
TestReversedWildcardFilterFactory, MergeStrategyTest, SolrIndexSplitterTest, 
SignatureUpdateProcessorFactoryTest, ConjunctionSolrSpellCheckerTest, 
SuggesterTSTTest, TestRecovery, BasicDistributedZkTest, 
CollectionsAPIDistributedZkTest]
   [junit4] Completed [356/693 (1!)] on J1 in 363.44s, 20 tests, 2 failures, 2 
errors <<< FAILURES!

[...truncated 63733 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to