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

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

Error Message:
Collection not found: withShardField

Stack Trace:
org.apache.solr.common.SolrException: Collection not found: withShardField
        at 
__randomizedtesting.SeedInfo.seed([4509F3E17BCD5ECA:10591B73D734913A]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.getCollectionNames(CloudSolrClient.java:1401)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1094)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1073)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
        at 
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
        at 
org.apache.solr.cloud.CustomCollectionTest.testRouteFieldForImplicitRouter(CustomCollectionTest.java:141)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.CustomCollectionTest.testCustomCollectionsAPI

Error Message:
Could not find collection : implicitcoll

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : implicitcoll
        at 
__randomizedtesting.SeedInfo.seed([4509F3E17BCD5ECA:2FE87D8A4657E8B2]: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.CustomCollectionTest.testCustomCollectionsAPI(CustomCollectionTest.java:68)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.cloud.DistributedVersionInfoTest.testReplicaVersionHandling

Error Message:


Stack Trace:
java.util.concurrent.TimeoutException
        at 
__randomizedtesting.SeedInfo.seed([4509F3E17BCD5ECA:99F0241BD9B6948B]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:1251)
        at 
org.apache.solr.cloud.DistributedVersionInfoTest.testReplicaVersionHandling(DistributedVersionInfoTest.java:86)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery

Error Message:
Expected a collection with one shard and two replicas null Last available 
state: 
DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/6)={
   "replicationFactor":"2",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node1":{           "core":"MissingSegmentRecoveryTest_shard1_replica1",   
        "base_url":"http://127.0.0.1:55270/solr";,           
"node_name":"127.0.0.1:55270_solr",           "state":"down"},         
"core_node2":{           "core":"MissingSegmentRecoveryTest_shard1_replica2",   
        "base_url":"http://127.0.0.1:55271/solr";,           
"node_name":"127.0.0.1:55271_solr",           "state":"active",           
"leader":"true"}}}},   "router":{"name":"compositeId"},   
"maxShardsPerNode":"1",   "autoAddReplicas":"false"}

Stack Trace:
java.lang.AssertionError: Expected a collection with one shard and two replicas
null
Last available state: 
DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/6)={
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "core":"MissingSegmentRecoveryTest_shard1_replica1",
          "base_url":"http://127.0.0.1:55270/solr";,
          "node_name":"127.0.0.1:55270_solr",
          "state":"down"},
        "core_node2":{
          "core":"MissingSegmentRecoveryTest_shard1_replica2",
          "base_url":"http://127.0.0.1:55271/solr";,
          "node_name":"127.0.0.1:55271_solr",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
        at 
__randomizedtesting.SeedInfo.seed([4509F3E17BCD5ECA:155C6BE222ECE8D7]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:265)
        at 
org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery(MissingSegmentRecoveryTest.java:105)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11604 lines...]
   [junit4] Suite: org.apache.solr.cloud.CustomCollectionTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_4509F3E17BCD5ECA-001/init-core-data-001
   [junit4]   2> 742926 WARN  
(SUITE-CustomCollectionTest-seed#[4509F3E17BCD5ECA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=10 numCloses=10
   [junit4]   2> 742926 INFO  
(SUITE-CustomCollectionTest-seed#[4509F3E17BCD5ECA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 742929 INFO  
(SUITE-CustomCollectionTest-seed#[4509F3E17BCD5ECA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 742930 INFO  
(SUITE-CustomCollectionTest-seed#[4509F3E17BCD5ECA]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_4509F3E17BCD5ECA-001/tempDir-001
   [junit4]   2> 742931 INFO  
(SUITE-CustomCollectionTest-seed#[4509F3E17BCD5ECA]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 742931 INFO  (Thread-1281) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 742931 INFO  (Thread-1281) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 742933 ERROR (Thread-1281) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 743039 INFO  
(SUITE-CustomCollectionTest-seed#[4509F3E17BCD5ECA]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:51136
   [junit4]   2> 743069 INFO  (jetty-launcher-1064-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 743069 INFO  (jetty-launcher-1064-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 743069 INFO  (jetty-launcher-1064-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 743069 INFO  (jetty-launcher-1064-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 743076 INFO  (jetty-launcher-1064-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@eb51d91{/solr,null,AVAILABLE}
   [junit4]   2> 743077 INFO  (jetty-launcher-1064-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6eae62b3{/solr,null,AVAILABLE}
   [junit4]   2> 743077 INFO  (jetty-launcher-1064-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@6b56afaf{SSL,[ssl, 
http/1.1]}{127.0.0.1:51139}
   [junit4]   2> 743077 INFO  (jetty-launcher-1064-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@3a10fa88{SSL,[ssl, 
http/1.1]}{127.0.0.1:51138}
   [junit4]   2> 743077 INFO  (jetty-launcher-1064-thread-4) [    ] 
o.e.j.s.Server Started @746914ms
   [junit4]   2> 743077 INFO  (jetty-launcher-1064-thread-2) [    ] 
o.e.j.s.Server Started @746914ms
   [junit4]   2> 743077 INFO  (jetty-launcher-1064-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=51139}
   [junit4]   2> 743077 INFO  (jetty-launcher-1064-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=51138}
   [junit4]   2> 743077 ERROR (jetty-launcher-1064-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 743077 ERROR (jetty-launcher-1064-thread-4) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 743077 INFO  (jetty-launcher-1064-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.7.0
   [junit4]   2> 743077 INFO  (jetty-launcher-1064-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 743077 INFO  (jetty-launcher-1064-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.7.0
   [junit4]   2> 743077 INFO  (jetty-launcher-1064-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 743077 INFO  (jetty-launcher-1064-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 743077 INFO  (jetty-launcher-1064-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-11T09:56:51.378Z
   [junit4]   2> 743077 INFO  (jetty-launcher-1064-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 743077 INFO  (jetty-launcher-1064-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-11T09:56:51.378Z
   [junit4]   2> 743078 INFO  (jetty-launcher-1064-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2df35feb{/solr,null,AVAILABLE}
   [junit4]   2> 743078 INFO  (jetty-launcher-1064-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1f0295{/solr,null,AVAILABLE}
   [junit4]   2> 743079 INFO  (jetty-launcher-1064-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@ff95072{SSL,[ssl, 
http/1.1]}{127.0.0.1:51142}
   [junit4]   2> 743079 INFO  (jetty-launcher-1064-thread-1) [    ] 
o.e.j.s.Server Started @746916ms
   [junit4]   2> 743079 INFO  (jetty-launcher-1064-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=51142}
   [junit4]   2> 743079 INFO  (jetty-launcher-1064-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2100271d{SSL,[ssl, 
http/1.1]}{127.0.0.1:51140}
   [junit4]   2> 743079 ERROR (jetty-launcher-1064-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 743079 INFO  (jetty-launcher-1064-thread-3) [    ] 
o.e.j.s.Server Started @746917ms
   [junit4]   2> 743079 INFO  (jetty-launcher-1064-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=51140}
   [junit4]   2> 743080 INFO  (jetty-launcher-1064-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.7.0
   [junit4]   2> 743080 INFO  (jetty-launcher-1064-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 743080 INFO  (jetty-launcher-1064-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 743080 INFO  (jetty-launcher-1064-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-11T09:56:51.381Z
   [junit4]   2> 743081 ERROR (jetty-launcher-1064-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 743081 INFO  (jetty-launcher-1064-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.7.0
   [junit4]   2> 743081 INFO  (jetty-launcher-1064-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 743081 INFO  (jetty-launcher-1064-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 743081 INFO  (jetty-launcher-1064-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-11T09:56:51.382Z
   [junit4]   2> 743083 INFO  (jetty-launcher-1064-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 743084 INFO  (jetty-launcher-1064-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 743084 INFO  (jetty-launcher-1064-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 743085 INFO  (jetty-launcher-1064-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 743090 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 0x15c9695afa20001, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 743091 INFO  (jetty-launcher-1064-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 743092 INFO  (jetty-launcher-1064-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51136/solr
   [junit4]   2> 743093 INFO  (jetty-launcher-1064-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 743094 INFO  (jetty-launcher-1064-thread-4) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 743094 INFO  (jetty-launcher-1064-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51136/solr
   [junit4]   2> 743095 INFO  (jetty-launcher-1064-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51136/solr
   [junit4]   2> 743096 INFO  (jetty-launcher-1064-thread-3) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 743097 INFO  (jetty-launcher-1064-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51136/solr
   [junit4]   2> 743101 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 0x15c9695afa20006, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 743102 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 0x15c9695afa20007, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 743104 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 0x15c9695afa20008, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 743142 INFO  (jetty-launcher-1064-thread-3) 
[n:127.0.0.1:51140_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 743142 INFO  (jetty-launcher-1064-thread-1) 
[n:127.0.0.1:51142_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 743142 INFO  (jetty-launcher-1064-thread-4) 
[n:127.0.0.1:51139_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 743143 INFO  (jetty-launcher-1064-thread-2) 
[n:127.0.0.1:51138_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 743143 INFO  (jetty-launcher-1064-thread-3) 
[n:127.0.0.1:51140_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:51140_solr
   [junit4]   2> 743145 INFO  (jetty-launcher-1064-thread-1) 
[n:127.0.0.1:51142_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51142_solr
   [junit4]   2> 743145 INFO  (jetty-launcher-1064-thread-4) 
[n:127.0.0.1:51139_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51139_solr
   [junit4]   2> 743145 INFO  (jetty-launcher-1064-thread-3) 
[n:127.0.0.1:51140_solr    ] o.a.s.c.Overseer Overseer 
(id=98118861536231436-127.0.0.1:51140_solr-n_0000000000) starting
   [junit4]   2> 743145 INFO  (jetty-launcher-1064-thread-2) 
[n:127.0.0.1:51138_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51138_solr
   [junit4]   2> 743148 INFO  
(zkCallback-1086-thread-1-processing-n:127.0.0.1:51140_solr) 
[n:127.0.0.1:51140_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 743148 INFO  
(zkCallback-1083-thread-1-processing-n:127.0.0.1:51138_solr) 
[n:127.0.0.1:51138_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 743148 INFO  
(zkCallback-1085-thread-1-processing-n:127.0.0.1:51142_solr) 
[n:127.0.0.1:51142_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 743149 INFO  
(zkCallback-1084-thread-1-processing-n:127.0.0.1:51139_solr) 
[n:127.0.0.1:51139_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 743150 INFO  
(zkCallback-1086-thread-1-processing-n:127.0.0.1:51140_solr) 
[n:127.0.0.1:51140_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 743150 INFO  
(zkCallback-1083-thread-1-processing-n:127.0.0.1:51138_solr) 
[n:127.0.0.1:51138_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 743150 INFO  
(zkCallback-1085-thread-1-processing-n:127.0.0.1:51142_solr) 
[n:127.0.0.1:51142_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 743151 INFO  
(zkCallback-1084-thread-2-processing-n:127.0.0.1:51139_solr) 
[n:127.0.0.1:51139_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 743169 INFO  (jetty-launcher-1064-thread-3) 
[n:127.0.0.1:51140_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51140_solr
   [junit4]   2> 743171 INFO  
(zkCallback-1083-thread-1-processing-n:127.0.0.1:51138_solr) 
[n:127.0.0.1:51138_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 743172 INFO  
(zkCallback-1085-thread-1-processing-n:127.0.0.1:51142_solr) 
[n:127.0.0.1:51142_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 743172 INFO  
(zkCallback-1084-thread-2-processing-n:127.0.0.1:51139_solr) 
[n:127.0.0.1:51139_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 743172 INFO  
(zkCallback-1086-thread-1-processing-n:127.0.0.1:51140_solr) 
[n:127.0.0.1:51140_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 743270 INFO  (jetty-launcher-1064-thread-1) 
[n:127.0.0.1:51142_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_4509F3E17BCD5ECA-001/tempDir-001/node1/.
   [junit4]   2> 743272 INFO  (jetty-launcher-1064-thread-2) 
[n:127.0.0.1:51138_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_4509F3E17BCD5ECA-001/tempDir-001/node2/.
   [junit4]   2> 743273 INFO  (jetty-launcher-1064-thread-4) 
[n:127.0.0.1:51139_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_4509F3E17BCD5ECA-001/tempDir-001/node4/.
   [junit4]   2> 743433 INFO  (jetty-launcher-1064-thread-3) 
[n:127.0.0.1:51140_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_4509F3E17BCD5ECA-001/tempDir-001/node3/.
   [junit4]   2> 743448 INFO  
(SUITE-CustomCollectionTest-seed#[4509F3E17BCD5ECA]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 743450 INFO  
(SUITE-CustomCollectionTest-seed#[4509F3E17BCD5ECA]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51136/solr ready
   [junit4]   2> 743486 INFO  
(TEST-CustomCollectionTest.testRouteFieldForHashRouter-seed#[4509F3E17BCD5ECA]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testRouteFieldForHashRouter
   [junit4]   2> 743487 INFO  
(TEST-CustomCollectionTest.testRouteFieldForHashRouter-seed#[4509F3E17BCD5ECA]) 
[    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 743508 INFO  (qtp1614555294-6439) [n:127.0.0.1:51138_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&maxShardsPerNode=3&router.field=shard_s&name=routeFieldColl&action=CREATE&numShards=4&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 743511 INFO  
(OverseerThreadFactory-2560-thread-1-processing-n:127.0.0.1:51140_solr) 
[n:127.0.0.1:51140_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
routeFieldColl
   [junit4]   2> 743656 INFO  (qtp1614555294-6435) [n:127.0.0.1:51138_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard1_replica1&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard1&wt=javabin&version=2
   [junit4]   2> 743656 INFO  (qtp1614555294-6435) [n:127.0.0.1:51138_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 743656 INFO  (qtp1614555294-6442) [n:127.0.0.1:51138_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard3_replica1&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard3&wt=javabin&version=2
   [junit4]   2> 743660 INFO  (qtp722784498-6457) [n:127.0.0.1:51140_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard1_replica2&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard1&wt=javabin&version=2
   [junit4]   2> 743660 INFO  (qtp722784498-6457) [n:127.0.0.1:51140_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 743668 INFO  (qtp30295484-6450) [n:127.0.0.1:51139_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard2_replica2&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard2&wt=javabin&version=2
   [junit4]   2> 743669 INFO  (qtp30295484-6450) [n:127.0.0.1:51139_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 743670 INFO  (qtp1362869745-6469) [n:127.0.0.1:51142_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard2_replica1&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard2&wt=javabin&version=2
   [junit4]   2> 743670 INFO  (qtp1362869745-6469) [n:127.0.0.1:51142_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 743673 INFO  (qtp722784498-6458) [n:127.0.0.1:51140_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard3_replica2&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard3&wt=javabin&version=2
   [junit4]   2> 743675 INFO  (qtp1362869745-6460) [n:127.0.0.1:51142_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard4_replica1&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard4&wt=javabin&version=2
   [junit4]   2> 743675 INFO  (qtp30295484-6446) [n:127.0.0.1:51139_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard4_replica2&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard4&wt=javabin&version=2
   [junit4]   2> 743791 INFO  
(zkCallback-1086-thread-1-processing-n:127.0.0.1:51140_solr) 
[n:127.0.0.1:51140_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 743791 INFO  
(zkCallback-1085-thread-1-processing-n:127.0.0.1:51142_solr) 
[n:127.0.0.1:51142_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 743791 INFO  
(zkCallback-1084-thread-2-processing-n:127.0.0.1:51139_solr) 
[n:127.0.0.1:51139_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 743791 INFO  
(zkCallback-1083-thread-1-processing-n:127.0.0.1:51138_solr) 
[n:127.0.0.1:51138_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 744686 INFO  (qtp1614555294-6442) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 744686 INFO  (qtp1614555294-6435) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 744695 INFO  (qtp1614555294-6435) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica1] 
o.a.s.s.IndexSchema [routeFieldColl_shard1_replica1] Schema name=cloud-dynamic
   [junit4]   2> 744696 INFO  (qtp1614555294-6442) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] 
o.a.s.s.IndexSchema [routeFieldColl_shard3_replica1] Schema name=cloud-dynamic
   [junit4]   2> 744717 INFO  (qtp722784498-6457) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 744724 INFO  (qtp1614555294-6442) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 744724 INFO  (qtp1614555294-6442) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard3_replica1' using 
configuration from collection routeFieldColl, trusted=true
   [junit4]   2> 744724 INFO  (qtp1614555294-6435) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica1] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 744724 INFO  (qtp1614555294-6435) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard1_replica1' using 
configuration from collection routeFieldColl, trusted=true
   [junit4]   2> 744724 INFO  (qtp1614555294-6442) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 744724 INFO  (qtp1614555294-6442) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] o.a.s.c.SolrCore 
[[routeFieldColl_shard3_replica1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_4509F3E17BCD5ECA-001/tempDir-001/node2/routeFieldColl_shard3_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_4509F3E17BCD5ECA-001/tempDir-001/node2/./routeFieldColl_shard3_replica1/data/]
   [junit4]   2> 744724 INFO  (qtp1614555294-6435) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 744724 INFO  (qtp1614555294-6435) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica1] o.a.s.c.SolrCore 
[[routeFieldColl_shard1_replica1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_4509F3E17BCD5ECA-001/tempDir-001/node2/routeFieldColl_shard1_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_4509F3E17BCD5ECA-001/tempDir-001/node2/./routeFieldColl_shard1_replica1/data/]
   [junit4]   2> 744729 INFO  (qtp722784498-6457) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] 
o.a.s.s.IndexSchema [routeFieldColl_shard1_replica2] Schema name=cloud-dynamic
   [junit4]   2> 744732 INFO  (qtp30295484-6450) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 744737 INFO  (qtp1362869745-6469) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 744742 INFO  (qtp722784498-6458) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 744750 INFO  (qtp722784498-6457) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 744751 INFO  (qtp722784498-6457) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] 
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard1_replica2' using 
configuration from collection routeFieldColl, trusted=true
   [junit4]   2> 744751 INFO  (qtp722784498-6457) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 744751 INFO  (qtp722784498-6457) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] o.a.s.c.SolrCore 
[[routeFieldColl_shard1_replica2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_4509F3E17BCD5ECA-001/tempDir-001/node3/routeFieldColl_shard1_replica2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_4509F3E17BCD5ECA-001/tempDir-001/node3/./routeFieldColl_shard1_replica2/data/]
   [junit4]   2> 744753 INFO  (qtp30295484-6446) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 744754 INFO  (qtp30295484-6450) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] 
o.a.s.s.IndexSchema [routeFieldColl_shard2_replica2] Schema name=cloud-dynamic
   [junit4]   2> 744758 INFO  (qtp1362869745-6460) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 744759 INFO  (qtp1362869745-6469) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] 
o.a.s.s.IndexSchema [routeFieldColl_shard2_replica1] Schema name=cloud-dynamic
   [junit4]   2> 744764 INFO  (qtp722784498-6458) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] 
o.a.s.s.IndexSchema [routeFieldColl_shard3_replica2] Schema name=cloud-dynamic
   [junit4]   2> 744775 INFO  (qtp30295484-6446) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] 
o.a.s.s.IndexSchema [routeFieldColl_shard4_replica2] Schema name=cloud-dynamic
   [junit4]   2> 744775 INFO  (qtp1362869745-6460) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica1] 
o.a.s.s.IndexSchema [routeFieldColl_shard4_replica1] Schema name=cloud-dynamic
   [junit4]   2> 744780 INFO  (qtp30295484-6450) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 744780 INFO  (qtp30295484-6450) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] 
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard2_replica2' using 
configuration from collection routeFieldColl, trusted=true
   [junit4]   2> 744780 INFO  (qtp30295484-6450) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 744781 INFO  (qtp30295484-6450) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] o.a.s.c.SolrCore 
[[routeFieldColl_shard2_replica2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_4509F3E17BCD5ECA-001/tempDir-001/node4/routeFieldColl_shard2_replica2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_4509F3E17BCD5ECA-001/tempDir-001/node4/./routeFieldColl_shard2_replica2/data/]
   [junit4]   2> 744788 INFO  (qtp1362869745-6460) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica1] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 744788 INFO  (qtp1362869745-6460) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard4_replica1' using 
configuration from collection routeFieldColl, trusted=true
   [junit4]   2> 744788 INFO  (qtp1362869745-6460) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 744788 INFO  (qtp1362869745-6460) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica1] o.a.s.c.SolrCore 
[[routeFieldColl_shard4_replica1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_4509F3E17BCD5ECA-001/tempDir-001/node1/routeFieldColl_shard4_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_4509F3E17BCD5ECA-001/tempDir-001/node1/./routeFieldColl_shard4_replica1/data/]
   [junit4]   2> 744796 INFO  (qtp722784498-6458) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 744796 INFO  (qtp722784498-6458) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] 
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard3_replica2' using 
configuration from collection routeFieldColl, trusted=true
   [junit4]   2> 744797 INFO  (qtp722784498-6458) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 744797 INFO  (qtp722784498-6458) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] o.a.s.c.SolrCore 
[[routeFieldColl_shard3_replica2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_4509F3E17BCD5ECA-001/tempDir-001/node3/routeFieldColl_shard3_replica2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_4509F3E17BCD5ECA-001/tempDir-001/node3/./routeFieldColl_shard3_replica2/data/]
   [junit4]   2> 744797 INFO  (qtp1362869745-6469) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 744797 INFO  (qtp1362869745-6469) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard2_replica1' using 
configuration from collection routeFieldColl, trusted=true
   [junit4]   2> 744798 INFO  (qtp1362869745-6469) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 744798 INFO  (qtp1362869745-6469) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] o.a.s.c.SolrCore 
[[routeFieldColl_shard2_replica1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_4509F3E17BCD5ECA-001/tempDir-001/node1/routeFieldColl_shard2_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_4509F3E17BCD5ECA-001/tempDir-001/node1/./routeFieldColl_shard2_replica1/data/]
   [junit4]   2> 744799 INFO  (qtp30295484-6446) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 744799 INFO  (qtp30295484-6446) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] 
o.a.s.c.CoreContainer Creating SolrCore 'routeFieldColl_shard4_replica2' using 
configuration from collection routeFieldColl, trusted=true
   [junit4]   2> 744800 INFO  (qtp30295484-6446) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 744800 INFO  (qtp30295484-6446) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] o.a.s.c.SolrCore 
[[routeFieldColl_shard4_replica2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_4509F3E17BCD5ECA-001/tempDir-001/node4/routeFieldColl_shard4_replica2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_4509F3E17BCD5ECA-001/tempDir-001/node4/./routeFieldColl_shard4_replica2/data/]
   [junit4]   2> 744883 INFO  (qtp1614555294-6442) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 744883 INFO  (qtp1614555294-6442) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 744884 INFO  (qtp1614555294-6442) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 744884 INFO  (qtp1614555294-6442) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 744887 INFO  (qtp1614555294-6442) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7545b98f[routeFieldColl_shard3_replica1] main]
   [junit4]   2> 744899 INFO  (qtp1614555294-6442) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 744902 INFO  (qtp1614555294-6442) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 744902 INFO  (qtp1614555294-6442) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 744903 INFO  (qtp722784498-6457) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 744904 INFO  (qtp722784498-6457) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 744906 INFO  (qtp1362869745-6469) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 744906 INFO  (qtp1362869745-6469) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 744907 INFO  (qtp1362869745-6469) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 744907 INFO  (qtp1362869745-6469) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 744910 INFO  
(searcherExecutor-2569-thread-1-processing-n:127.0.0.1:51138_solr 
x:routeFieldColl_shard3_replica1 s:shard3 c:routeFieldColl) 
[n:127.0.0.1:51138_solr c:routeFieldColl s:shard3  
x:routeFieldColl_shard3_replica1] o.a.s.c.SolrCore 
[routeFieldColl_shard3_replica1] Registered new searcher 
Searcher@7545b98f[routeFieldColl_shard3_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 744910 INFO  (qtp30295484-6450) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 744910 INFO  (qtp30295484-6450) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 744910 INFO  (qtp722784498-6457) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 744910 INFO  (qtp722784498-6457) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 744912 INFO  (qtp30295484-6450) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 744912 INFO  (qtp30295484-6450) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 744912 INFO  (qtp1614555294-6442) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1569901786654834688
   [junit4]   2> 744913 INFO  (qtp722784498-6458) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 744913 INFO  (qtp722784498-6458) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 744915 INFO  (qtp722784498-6458) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 744915 INFO  (qtp722784498-6458) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 744916 INFO  (qtp1614555294-6435) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 744916 INFO  (qtp1614555294-6435) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 744917 INFO  (qtp1362869745-6460) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 744917 INFO  (qtp1362869745-6460) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 744919 INFO  (qtp1362869745-6460) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 744919 INFO  (qtp1362869745-6460) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 744920 INFO  (qtp1614555294-6435) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 744920 INFO  (qtp1614555294-6435) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 744921 INFO  (qtp1362869745-6469) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@18f75dd6[routeFieldColl_shard2_replica1] main]
   [junit4]   2> 744924 INFO  (qtp1362869745-6469) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 744926 INFO  (qtp1362869745-6469) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 744926 INFO  (qtp1362869745-6469) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 744926 INFO  
(searcherExecutor-2575-thread-1-processing-n:127.0.0.1:51142_solr 
x:routeFieldColl_shard2_replica1 s:shard2 c:routeFieldColl) 
[n:127.0.0.1:51142_solr c:routeFieldColl s:shard2  
x:routeFieldColl_shard2_replica1] o.a.s.c.SolrCore 
[routeFieldColl_shard2_replica1] Registered new searcher 
Searcher@18f75dd6[routeFieldColl_shard2_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 744927 INFO  (qtp1362869745-6469) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1569901786670563328
   [junit4]   2> 744927 INFO  (qtp722784498-6457) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2bc4c21c[routeFieldColl_shard1_replica2] main]
   [junit4]   2> 744927 INFO  (qtp1362869745-6460) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4c236a4a[routeFieldColl_shard4_replica1] main]
   [junit4]   2> 744928 INFO  (qtp30295484-6450) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6bb7865d[routeFieldColl_shard2_replica2] main]
   [junit4]   2> 744929 INFO  (qtp722784498-6458) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@17166a4[routeFieldColl_shard3_replica2] main]
   [junit4]   2> 744932 INFO  (qtp30295484-6446) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 744932 INFO  (qtp30295484-6446) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 744932 INFO  (qtp30295484-6450) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 744933 INFO  (qtp30295484-6446) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 744933 INFO  (qtp30295484-6446) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 744934 INFO  (qtp30295484-6450) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 744935 INFO  (qtp30295484-6450) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 744935 INFO  (qtp1362869745-6460) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 744935 INFO  (qtp30295484-6450) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica2] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1569901786678951936
   [junit4]   2> 744936 INFO  
(searcherExecutor-2572-thread-1-processing-n:127.0.0.1:51139_solr 
x:routeFieldColl_shard2_replica2 s:shard2 c:routeFieldColl) 
[n:127.0.0.1:51139_solr c:routeFieldColl s:shard2  
x:routeFieldColl_shard2_replica2] o.a.s.c.SolrCore 
[routeFieldColl_shard2_replica2] Registered new searcher 
Searcher@6bb7865d[routeFieldColl_shard2_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 744936 INFO  (qtp1614555294-6435) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@771e9a5b[routeFieldColl_shard1_replica1] main]
   [junit4]   2> 744937 INFO  (qtp1362869745-6460) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 744937 INFO  (qtp1362869745-6460) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 744937 INFO  (qtp1362869745-6460) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1569901786681049088
   [junit4]   2> 744938 INFO  
(searcherExecutor-2573-thread-1-processing-n:127.0.0.1:51142_solr 
x:routeFieldColl_shard4_replica1 s:shard4 c:routeFieldColl) 
[n:127.0.0.1:51142_solr c:routeFieldColl s:shard4  
x:routeFieldColl_shard4_replica1] o.a.s.c.SolrCore 
[routeFieldColl_shard4_replica1] Registered new searcher 
Searcher@4c236a4a[routeFieldColl_shard4_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 744938 INFO  (qtp722784498-6457) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 744940 INFO  (qtp722784498-6458) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 744940 INFO  (qtp722784498-6457) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 744940 INFO  (qtp722784498-6457) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 744941 INFO  
(searcherExecutor-2571-thread-1-processing-n:127.0.0.1:51140_solr 
x:routeFieldColl_shard1_replica2 s:shard1 c:routeFieldColl) 
[n:127.0.0.1:51140_solr c:routeFieldColl s:shard1  
x:routeFieldColl_shard1_replica2] o.a.s.c.SolrCore 
[routeFieldColl_shard1_replica2] Registered new searcher 
Searcher@2bc4c21c[routeFieldColl_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 744942 INFO  (qtp30295484-6446) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1373c87[routeFieldColl_shard4_replica2] main]
   [junit4]   2> 744943 INFO  (qtp30295484-6446) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 744944 INFO  (qtp30295484-6446) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 744944 INFO  (qtp30295484-6446) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 744944 INFO  
(searcherExecutor-2576-thread-1-processing-n:127.0.0.1:51139_solr 
x:routeFieldColl_shard4_replica2 s:shard4 c:routeFieldColl) 
[n:127.0.0.1:51139_solr c:routeFieldColl s:shard4  
x:routeFieldColl_shard4_replica2] o.a.s.c.SolrCore 
[routeFieldColl_shard4_replica2] Registered new searcher 
Searcher@1373c87[routeFieldColl_shard4_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 744945 INFO  (qtp722784498-6457) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1569901786689437696
   [junit4]   2> 744945 INFO  (qtp1614555294-6442) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard3: total=2 found=1 timeoutin=9993ms
   [junit4]   2> 744945 INFO  (qtp30295484-6446) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1569901786689437696
   [junit4]   2> 744949 INFO  (qtp722784498-6458) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 744949 INFO  (qtp722784498-6458) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 744950 INFO  
(searcherExecutor-2574-thread-1-processing-n:127.0.0.1:51140_solr 
x:routeFieldColl_shard3_replica2 s:shard3 c:routeFieldColl) 
[n:127.0.0.1:51140_solr c:routeFieldColl s:shard3  
x:routeFieldColl_shard3_replica2] o.a.s.c.SolrCore 
[routeFieldColl_shard3_replica2] Registered new searcher 
Searcher@17166a4[routeFieldColl_shard3_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 744950 INFO  (qtp1614555294-6435) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 744951 INFO  (qtp722784498-6458) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica2] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1569901786695729152
   [junit4]   2> 744953 INFO  (qtp30295484-6446) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard4: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 744953 INFO  (qtp1614555294-6435) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 744953 INFO  (qtp1614555294-6435) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 744954 INFO  (qtp1614555294-6435) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1569901786698874880
   [junit4]   2> 744955 INFO  
(searcherExecutor-2570-thread-1-processing-n:127.0.0.1:51138_solr 
x:routeFieldColl_shard1_replica1 s:shard1 c:routeFieldColl) 
[n:127.0.0.1:51138_solr c:routeFieldColl s:shard1  
x:routeFieldColl_shard1_replica1] o.a.s.c.SolrCore 
[routeFieldColl_shard1_replica1] Registered new searcher 
Searcher@771e9a5b[routeFieldColl_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 744962 INFO  (qtp1362869745-6469) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 744962 INFO  (qtp1362869745-6469) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 744962 INFO  (qtp1362869745-6469) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:51142/solr/routeFieldColl_shard2_replica1/
   [junit4]   2> 744962 INFO  (qtp1362869745-6469) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] o.a.s.u.PeerSync 
PeerSync: core=routeFieldColl_shard2_replica1 url=https://127.0.0.1:51142/solr 
START replicas=[https://127.0.0.1:51139/solr/routeFieldColl_shard2_replica2/] 
nUpdates=100
   [junit4]   2> 744963 INFO  (qtp1362869745-6469) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] o.a.s.u.PeerSync 
PeerSync: core=routeFieldColl_shard2_replica1 url=https://127.0.0.1:51142/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 744971 INFO  (qtp722784498-6457) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9996ms
   [junit4]   2> 744973 INFO  (qtp30295484-6447) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard2 r:core_node4 x:routeFieldColl_shard2_replica2] 
o.a.s.c.S.Request [routeFieldColl_shard2_replica2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 744975 INFO  (qtp1362869745-6469) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 744976 INFO  (qtp1362869745-6469) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_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> 744976 INFO  (qtp1362869745-6469) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 744981 INFO  (qtp1362869745-6469) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:51142/solr/routeFieldColl_shard2_replica1/ shard2
   [junit4]   2> 745085 INFO  
(zkCallback-1083-thread-1-processing-n:127.0.0.1:51138_solr) 
[n:127.0.0.1:51138_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 745085 INFO  
(zkCallback-1086-thread-1-processing-n:127.0.0.1:51140_solr) 
[n:127.0.0.1:51140_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 745085 INFO  
(zkCallback-1085-thread-1-processing-n:127.0.0.1:51142_solr) 
[n:127.0.0.1:51142_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 745085 INFO  
(zkCallback-1084-thread-2-processing-n:127.0.0.1:51139_solr) 
[n:127.0.0.1:51139_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 745094 INFO  (qtp1362869745-6469) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 745097 INFO  (qtp1362869745-6469) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard2  x:routeFieldColl_shard2_replica1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=routeFieldColl_shard2_replica1&action=CREATE&numShards=4&collection=routeFieldColl&shard=shard2&wt=javabin&version=2}
 status=0 QTime=1427
   [junit4]   2> 745199 INFO  
(zkCallback-1083-thread-1-processing-n:127.0.0.1:51138_solr) 
[n:127.0.0.1:51138_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 745200 INFO  
(zkCallback-1085-thread-1-processing-n:127.0.0.1:51142_solr) 
[n:127.0.0.1:51142_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 745200 INFO  
(zkCallback-1084-thread-2-processing-n:127.0.0.1:51139_solr) 
[n:127.0.0.1:51139_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 745199 INFO  
(zkCallback-1086-thread-1-processing-n:127.0.0.1:51140_solr) 
[n:127.0.0.1:51140_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 745450 INFO  (qtp1614555294-6442) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 745450 INFO  (qtp1614555294-6442) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 745450 INFO  (qtp1614555294-6442) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:51138/solr/routeFieldColl_shard3_replica1/
   [junit4]   2> 745450 INFO  (qtp1614555294-6442) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] o.a.s.u.PeerSync 
PeerSync: core=routeFieldColl_shard3_replica1 url=https://127.0.0.1:51138/solr 
START replicas=[https://127.0.0.1:51140/solr/routeFieldColl_shard3_replica2/] 
nUpdates=100
   [junit4]   2> 745451 INFO  (qtp1614555294-6442) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] o.a.s.u.PeerSync 
PeerSync: core=routeFieldColl_shard3_replica1 url=https://127.0.0.1:51138/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 745457 INFO  (qtp30295484-6446) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 745457 INFO  (qtp30295484-6446) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 745457 INFO  (qtp30295484-6446) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:51139/solr/routeFieldColl_shard4_replica2/
   [junit4]   2> 745457 INFO  (qtp30295484-6446) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] o.a.s.u.PeerSync 
PeerSync: core=routeFieldColl_shard4_replica2 url=https://127.0.0.1:51139/solr 
START replicas=[https://127.0.0.1:51142/solr/routeFieldColl_shard4_replica1/] 
nUpdates=100
   [junit4]   2> 745457 INFO  (qtp30295484-6446) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] o.a.s.u.PeerSync 
PeerSync: core=routeFieldColl_shard4_replica2 url=https://127.0.0.1:51139/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 745464 INFO  (qtp722784498-6454) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard3 r:core_node6 x:routeFieldColl_shard3_replica2] 
o.a.s.c.S.Request [routeFieldColl_shard3_replica2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 745465 INFO  (qtp1614555294-6442) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 745465 INFO  (qtp1614555294-6442) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_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> 745465 INFO  (qtp1614555294-6442) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 745471 INFO  (qtp1362869745-6465) [n:127.0.0.1:51142_solr 
c:routeFieldColl s:shard4 r:core_node8 x:routeFieldColl_shard4_replica1] 
o.a.s.c.S.Request [routeFieldColl_shard4_replica1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 745471 INFO  (qtp30295484-6446) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 745471 INFO  (qtp30295484-6446) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_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> 745471 INFO  (qtp30295484-6446) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 745475 INFO  (qtp722784498-6457) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 745476 INFO  (qtp722784498-6457) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 745476 INFO  (qtp722784498-6457) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:51140/solr/routeFieldColl_shard1_replica2/
   [junit4]   2> 745476 INFO  (qtp722784498-6457) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] o.a.s.u.PeerSync 
PeerSync: core=routeFieldColl_shard1_replica2 url=https://127.0.0.1:51140/solr 
START replicas=[https://127.0.0.1:51138/solr/routeFieldColl_shard1_replica1/] 
nUpdates=100
   [junit4]   2> 745476 INFO  (qtp722784498-6457) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] o.a.s.u.PeerSync 
PeerSync: core=routeFieldColl_shard1_replica2 url=https://127.0.0.1:51140/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 745500 INFO  (qtp1614555294-6438) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard1 r:core_node1 x:routeFieldColl_shard1_replica1] 
o.a.s.c.S.Request [routeFieldColl_shard1_replica1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=7
   [junit4]   2> 745501 INFO  (qtp722784498-6457) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 745501 INFO  (qtp722784498-6457) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_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> 745501 INFO  (qtp722784498-6457) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 745501 INFO  (qtp1614555294-6442) [n:127.0.0.1:51138_solr 
c:routeFieldColl s:shard3  x:routeFieldColl_shard3_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:51138/solr/routeFieldColl_shard3_replica1/ shard3
   [junit4]   2> 745503 INFO  (qtp30295484-6446) [n:127.0.0.1:51139_solr 
c:routeFieldColl s:shard4  x:routeFieldColl_shard4_replica2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:51139/solr/routeFieldColl_shard4_replica2/ shard4
   [junit4]   2> 745508 INFO  (qtp722784498-6457) [n:127.0.0.1:51140_solr 
c:routeFieldColl s:shard1  x:routeFieldColl_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:51140/solr/routeFieldColl_shard1_replica2/ shard1
   [junit4]   2> 745618 INFO  
(zkCallback-1083-thread-1-processing-n:127.0.0.1:51138_solr) 
[n:127.0.0.1:51138_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 745618 INFO  
(zkCallback-1085-thread-1-processing-n:127.0.0.1:51142_solr) 
[n:127.0.0.1:51142_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/routeFieldColl/state.json] for collection [routeFieldColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 745618 INFO  
(zkCallback-1084-thread-2-processing-n:127.0.0.1:51139_solr) 
[n:127.0.0.1:51139_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:

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

 INFO  (coreCloseExecutor-10465-thread-1) [n:127.0.0.1:55271_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.m.SolrMetricManager Closing 
metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica2
   [junit4]   2> 1859766 INFO  (jetty-closer-3504-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=98118928488333317-127.0.0.1:55271_solr-n_0000000001) closing
   [junit4]   2> 1859766 INFO  
(OverseerStateUpdate-98118928488333317-127.0.0.1:55271_solr-n_0000000001) 
[n:127.0.0.1:55271_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:55271_solr
   [junit4]   2> 1859770 WARN  
(zkCallback-3514-thread-3-processing-n:127.0.0.1:55271_solr) 
[n:127.0.0.1:55271_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1859771 INFO  (jetty-closer-3504-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7ce910ac{/solr,null,UNAVAILABLE}
   [junit4]   2> 1859773 ERROR 
(SUITE-MissingSegmentRecoveryTest-seed#[4509F3E17BCD5ECA]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1859773 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[4509F3E17BCD5ECA]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:55268 55268
   [junit4]   2> 1859783 INFO  (Thread-4522) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:55268 55268
   [junit4]   2> 1859899 WARN  (Thread-4522) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/aliases.json
   [junit4]   2>        4       /solr/clusterprops.json
   [junit4]   2>        3       /solr/security.json
   [junit4]   2>        2       /solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/clusterstate.json
   [junit4]   2>        4       
/solr/collections/MissingSegmentRecoveryTest/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/collections
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2>        2       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 1859900 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[4509F3E17BCD5ECA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MissingSegmentRecoveryTest_4509F3E17BCD5ECA-001
   [junit4]   2> Jun 11, 2017 10:15:28 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{_version_=FSTOrd50, id=Lucene50(blocksize=128)}, docValues:{}, 
maxPointsInLeafNode=1057, maxMBSortInHeap=7.836666199052364, 
sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=ar-AE, 
timezone=America/Dawson
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_131 
(64-bit)/cpus=3,threads=1,free=57910832,total=487587840
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestReversedWildcardFilterFactory, TestExportWriter, 
DistributedIntervalFacetingTest, BasicAuthStandaloneTest, 
ChaosMonkeySafeLeaderTest, UpdateParamsTest, EnumFieldTest, EchoParamsTest, 
TestCloudDeleteByQuery, SolrIndexSplitterTest, RAMDirectoryFactoryTest, 
JavabinLoaderTest, SliceStateTest, CollectionsAPIDistributedZkTest, 
AnalysisErrorHandlingTest, DeleteInactiveReplicaTest, TestDynamicLoading, 
TestDelegationWithHadoopAuth, BlobRepositoryCloudTest, NoCacheHeaderTest, 
DeleteNodeTest, SuggesterTest, JsonLoaderTest, TestAuthorizationFramework, 
StatsComponentTest, TestWriterPerf, TestReqParamsAPI, CdcrBootstrapTest, 
TestExactSharedStatsCache, TestUninvertingReader, CoreSorterTest, 
NotRequiredUniqueKeyTest, BasicZkTest, TestConfigOverlay, 
SpellCheckCollatorTest, SolrCmdDistributorTest, TestTrie, 
TestConfigSetsAPIZkFailure, TestRecoveryHdfs, TestConfigSetProperties, 
TestChildDocTransformer, SharedFSAutoReplicaFailoverUtilsTest, 
BinaryUpdateRequestHandlerTest, TestRestManager, CdcrReplicationHandlerTest, 
SortSpecParsingTest, TestRandomFaceting, TestComplexPhraseQParserPlugin, 
TestRealTimeGet, TestJsonFacets, SpatialHeatmapFacetsTest, 
BigEndianAscendingWordSerializerTest, AliasIntegrationTest, 
UpdateRequestProcessorFactoryTest, CircularListTest, TestFreeTextSuggestions, 
MultiThreadedOCPTest, TestPHPSerializedResponseWriter, 
TestFieldCacheSortRandom, SearchHandlerTest, 
TermVectorComponentDistributedTest, TestFieldCacheSanityChecker, 
TestDownShardTolerantSearch, TestSSLRandomization, TestRequestForwarding, 
AnalyticsMergeStrategyTest, ZkStateWriterTest, TestConfig, 
TestStandardQParsers, WordBreakSolrSpellCheckerTest, ConfigSetsAPITest, 
ShardRoutingCustomTest, BlockJoinFacetRandomTest, TemplateUpdateProcessorTest, 
IndexSchemaTest, TestSolrConfigHandlerCloud, TestOrdValues, UpdateLogTest, 
TestScoreJoinQPScore, TestLocalFSCloudBackupRestore, SolrGangliaReporterTest, 
MetricsHandlerTest, SolrJmxReporterTest, TestJoin, RestartWhileUpdatingTest, 
TestClassicSimilarityFactory, SpellCheckCollatorWithCollapseTest, 
DistributedQueryComponentOptimizationTest, SuggestComponentTest, 
StatsReloadRaceTest, SolrIndexConfigTest, TestCodecSupport, 
TestSimpleTrackingShardHandler, DistanceUnitsTest, 
AsyncCallRequestStatusResponseTest, HdfsWriteToMultipleCollectionsTest, 
ShowFileRequestHandlerTest, AddSchemaFieldsUpdateProcessorFactoryTest, 
TestFieldSortValues, CloudMLTQParserTest, MergeStrategyTest, 
LeaderFailureAfterFreshStartTest, TestClassNameShortening, TestRawTransformer, 
TestNoOpRegenerator, SolrIndexMetricsTest, TestDeleteCollectionOnDownNodes, 
TestOmitPositions, TestSchemaManager, DateRangeFieldTest, TestFieldCache, 
SolrCoreCheckLockOnStartupTest, TestSolrQueryParserResource, 
TestManagedSchemaThreadSafety, CursorMarkTest, SolrXmlInZkTest, 
TestNestedDocsSort, TestPivotHelperCode, TestSmileRequest, 
TestBulkSchemaConcurrent, TestInfoStreamLogging, TestCloudJSONFacetJoinDomain, 
BooleanFieldTest, TestDFRSimilarityFactory, RegexBoostProcessorTest, 
TestFieldTypeCollectionResource, DistributedExpandComponentTest, 
ResourceLoaderTest, CollectionReloadTest, FieldAnalysisRequestHandlerTest, 
SecurityConfHandlerTest, TestUseDocValuesAsStored, SortByFunctionTest, 
TestCoreDiscovery, TestLeaderElectionZkExpiry, TestFastWriter, 
TestNumericTerms32, QueryResultKeyTest, FieldMutatingUpdateProcessorTest, 
TestQueryUtils, TestLMJelinekMercerSimilarityFactory, JSONWriterTest, 
TestNRTOpen, PreAnalyzedFieldTest, TestRuleBasedAuthorizationPlugin, 
TestMiniSolrCloudCluster, TestPathTrie, TestReload, TestManagedSchema, 
DistributedFacetPivotLargeTest, OverseerCollectionConfigSetProcessorTest, 
CoreMergeIndexesAdminHandlerTest, PreAnalyzedUpdateProcessorTest, 
TestFuzzyAnalyzedSuggestions, TlogReplayBufferedWhileIndexingTest, 
TestSerializedLuceneMatchVersion, ConnectionReuseTest, 
TestSolrCloudWithHadoopAuthPlugin, HdfsChaosMonkeySafeLeaderTest, 
TestCorePropertiesReload, SignatureUpdateProcessorFactoryTest, 
DistributedFacetPivotSmallAdvancedTest, ReplaceNodeTest, 
TestCollapseQParserPlugin, LeaderElectionContextKeyTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, CopyFieldTest, TestUtils, 
DistribJoinFromCollectionTest, DefaultValueUpdateProcessorTest, 
URLClassifyProcessorTest, TestPerFieldSimilarityWithDefaultOverride, 
BasicDistributedZkTest, BasicDistributedZk2Test, SyncSliceTest, 
OpenCloseCoreStressTest, LeaderElectionIntegrationTest, RecoveryZkTest, 
FullSolrCloudDistribCmdsTest, TestReplicationHandler, ClusterStateUpdateTest, 
ZkSolrClientTest, TestRandomDVFaceting, AutoCommitTest, 
TestDistributedGrouping, TestRecovery, TestHashPartitioner, HardAutoCommitTest, 
DistributedTermsComponentTest, TestRangeQuery, TestCoreContainer, 
TestSolr4Spatial, SpellCheckComponentTest, PeerSyncTest, BadIndexSchemaTest, 
ConvertedLegacyTest, TestFiltering, TestFunctionQuery, BasicFunctionalityTest, 
DirectUpdateHandlerTest, TestBadConfig, TestIndexSearcher, 
CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, SimplePostToolTest, 
TestExtendedDismaxParser, CoreAdminHandlerTest, TestFoldingMultitermQuery, 
DocValuesTest, SuggesterTSTTest, TestStressLucene, SuggesterWFSTTest, 
TestCSVLoader, TestPseudoReturnFields, TestUpdate, TestAtomicUpdateErrorCases, 
DirectUpdateHandlerOptimizeTest, TestRemoteStreaming, DocValuesMultiTest, 
DistanceFunctionTest, TestSolrDeletionPolicy1, SolrInfoMBeanTest, 
XsltUpdateRequestHandlerTest, DebugComponentTest, CacheHeaderTest, 
IndexBasedSpellCheckerTest, TestSurroundQueryParser, LukeRequestHandlerTest, 
DisMaxRequestHandlerTest, StandardRequestHandlerTest, TestQueryTypes, 
PrimitiveFieldTypeTest, TermsComponentTest, TestValueSourceCache, 
TermVectorComponentTest, RequiredFieldsTest, FastVectorHighlighterTest, 
LoggingHandlerTest, ReturnFieldsTest, MBeansHandlerTest, 
PingRequestHandlerTest, TestDocSet, TestSearchPerf, TestSolrCoreProperties, 
TestPhraseSuggestions, TestCharFilters, TestSweetSpotSimilarityFactory, 
TestIBSimilarityFactory, TestJmxMonitoredMap, TestFastOutputStream, 
TestFastLRUCache, TestSystemIdResolver, TestSuggestSpellingConverter, 
SpellingQueryConverterTest, ClusterStateTest, ZkNodePropsTest, FileUtilsTest, 
TestCrossCoreJoin, TestTolerantSearch, TestEmbeddedSolrServerSchemaAPI, 
ActionThrottleTest, AssignTest, CdcrReplicationDistributedZkTest, 
CdcrRequestHandlerTest, CdcrVersionReplicationTest, 
CloudExitableDirectoryReaderTest, CollectionsAPISolrJTest, DeleteShardTest, 
DeleteStatusTest, DistributedVersionInfoTest, 
LeaderInitiatedRecoveryOnShardRestartTest, MissingSegmentRecoveryTest]
   [junit4] Completed [525/715 (3!)] on J1 in 96.40s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to