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

2 tests failed.
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([D8063D4CD08AE408:B2E7B327ED105270]: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.CustomCollectionTest.testRouteFieldForHashRouter

Error Message:
Collection not found: routeFieldColl

Stack Trace:
org.apache.solr.common.SolrException: Collection not found: routeFieldColl
        at 
__randomizedtesting.SeedInfo.seed([D8063D4CD08AE408:7030A3914FEB0F52]: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.testRouteFieldForHashRouter(CustomCollectionTest.java:166)
        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 12551 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/J1/temp/solr.cloud.CustomCollectionTest_D8063D4CD08AE408-001/init-core-data-001
   [junit4]   2> 1688477 INFO  
(SUITE-CustomCollectionTest-seed#[D8063D4CD08AE408]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 1688478 INFO  
(SUITE-CustomCollectionTest-seed#[D8063D4CD08AE408]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1688479 INFO  
(SUITE-CustomCollectionTest-seed#[D8063D4CD08AE408]-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/J1/temp/solr.cloud.CustomCollectionTest_D8063D4CD08AE408-001/tempDir-001
   [junit4]   2> 1688479 INFO  
(SUITE-CustomCollectionTest-seed#[D8063D4CD08AE408]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1688479 INFO  (Thread-3891) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1688479 INFO  (Thread-3891) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1688484 ERROR (Thread-3891) [    ] 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> 1688589 INFO  
(SUITE-CustomCollectionTest-seed#[D8063D4CD08AE408]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:62528
   [junit4]   2> 1688613 INFO  (jetty-launcher-4023-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1688613 INFO  (jetty-launcher-4023-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1688614 INFO  (jetty-launcher-4023-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1688615 INFO  (jetty-launcher-4023-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1688621 INFO  (jetty-launcher-4023-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5d4f0936{/solr,null,AVAILABLE}
   [junit4]   2> 1688621 INFO  (jetty-launcher-4023-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@34b26f73{/solr,null,AVAILABLE}
   [junit4]   2> 1688621 INFO  (jetty-launcher-4023-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@20609752{HTTP/1.1,[http/1.1]}{127.0.0.1:62530}
   [junit4]   2> 1688621 INFO  (jetty-launcher-4023-thread-2) [    ] 
o.e.j.s.Server Started @1692073ms
   [junit4]   2> 1688621 INFO  (jetty-launcher-4023-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=62530}
   [junit4]   2> 1688621 INFO  (jetty-launcher-4023-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@567158dd{HTTP/1.1,[http/1.1]}{127.0.0.1:62531}
   [junit4]   2> 1688621 INFO  (jetty-launcher-4023-thread-4) [    ] 
o.e.j.s.Server Started @1692073ms
   [junit4]   2> 1688621 INFO  (jetty-launcher-4023-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=62531}
   [junit4]   2> 1688621 ERROR (jetty-launcher-4023-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1688621 ERROR (jetty-launcher-4023-thread-4) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1688622 INFO  (jetty-launcher-4023-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.7.0
   [junit4]   2> 1688621 INFO  (jetty-launcher-4023-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@9380184{/solr,null,AVAILABLE}
   [junit4]   2> 1688622 INFO  (jetty-launcher-4023-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1688622 INFO  (jetty-launcher-4023-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1688622 INFO  (jetty-launcher-4023-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-20T02:56:41.409Z
   [junit4]   2> 1688622 INFO  (jetty-launcher-4023-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.7.0
   [junit4]   2> 1688622 INFO  (jetty-launcher-4023-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1688622 INFO  (jetty-launcher-4023-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1688622 INFO  (jetty-launcher-4023-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-20T02:56:41.409Z
   [junit4]   2> 1688622 INFO  (jetty-launcher-4023-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@247f64d0{/solr,null,AVAILABLE}
   [junit4]   2> 1688622 INFO  (jetty-launcher-4023-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@b286534{HTTP/1.1,[http/1.1]}{127.0.0.1:62533}
   [junit4]   2> 1688622 INFO  (jetty-launcher-4023-thread-1) [    ] 
o.e.j.s.Server Started @1692074ms
   [junit4]   2> 1688622 INFO  (jetty-launcher-4023-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=62533}
   [junit4]   2> 1688623 ERROR (jetty-launcher-4023-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1688623 INFO  (jetty-launcher-4023-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.7.0
   [junit4]   2> 1688623 INFO  (jetty-launcher-4023-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@61c63005{HTTP/1.1,[http/1.1]}{127.0.0.1:62532}
   [junit4]   2> 1688623 INFO  (jetty-launcher-4023-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1688623 INFO  (jetty-launcher-4023-thread-3) [    ] 
o.e.j.s.Server Started @1692074ms
   [junit4]   2> 1688623 INFO  (jetty-launcher-4023-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1688623 INFO  (jetty-launcher-4023-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=62532}
   [junit4]   2> 1688623 INFO  (jetty-launcher-4023-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-20T02:56:41.410Z
   [junit4]   2> 1688623 ERROR (jetty-launcher-4023-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1688624 INFO  (jetty-launcher-4023-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.7.0
   [junit4]   2> 1688624 INFO  (jetty-launcher-4023-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1688624 INFO  (jetty-launcher-4023-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1688624 INFO  (jetty-launcher-4023-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-20T02:56:41.411Z
   [junit4]   2> 1688627 INFO  (jetty-launcher-4023-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1688627 INFO  (jetty-launcher-4023-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1688627 INFO  (jetty-launcher-4023-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1688628 INFO  (jetty-launcher-4023-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1688638 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 0x15cc36e3f360002, 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> 1688639 INFO  (jetty-launcher-4023-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1688640 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 0x15cc36e3f360004, 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> 1688641 INFO  (jetty-launcher-4023-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62528/solr
   [junit4]   2> 1688642 INFO  (jetty-launcher-4023-thread-3) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1688643 INFO  (jetty-launcher-4023-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62528/solr
   [junit4]   2> 1688643 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 0x15cc36e3f360001, 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> 1688645 INFO  (jetty-launcher-4023-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1688646 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 0x15cc36e3f360003, 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> 1688646 INFO  (jetty-launcher-4023-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62528/solr
   [junit4]   2> 1688648 INFO  (jetty-launcher-4023-thread-4) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1688649 INFO  (jetty-launcher-4023-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62528/solr
   [junit4]   2> 1688651 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 0x15cc36e3f360006, 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> 1688654 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 0x15cc36e3f360007, 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> 1688654 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 0x15cc36e3f360008, 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> 1688708 INFO  (jetty-launcher-4023-thread-3) 
[n:127.0.0.1:62532_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1688708 INFO  (jetty-launcher-4023-thread-1) 
[n:127.0.0.1:62533_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1688709 INFO  (jetty-launcher-4023-thread-4) 
[n:127.0.0.1:62531_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1688709 INFO  (jetty-launcher-4023-thread-2) 
[n:127.0.0.1:62530_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1688710 INFO  (jetty-launcher-4023-thread-3) 
[n:127.0.0.1:62532_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:62532_solr
   [junit4]   2> 1688711 INFO  (jetty-launcher-4023-thread-1) 
[n:127.0.0.1:62533_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62533_solr
   [junit4]   2> 1688712 INFO  (jetty-launcher-4023-thread-4) 
[n:127.0.0.1:62531_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62531_solr
   [junit4]   2> 1688712 INFO  (jetty-launcher-4023-thread-2) 
[n:127.0.0.1:62530_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62530_solr
   [junit4]   2> 1688713 INFO  (jetty-launcher-4023-thread-3) 
[n:127.0.0.1:62532_solr    ] o.a.s.c.Overseer Overseer 
(id=98168170169630729-127.0.0.1:62532_solr-n_0000000000) starting
   [junit4]   2> 1688715 INFO  
(zkCallback-4042-thread-1-processing-n:127.0.0.1:62532_solr) 
[n:127.0.0.1:62532_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1688715 INFO  
(zkCallback-4044-thread-1-processing-n:127.0.0.1:62530_solr) 
[n:127.0.0.1:62530_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1688716 INFO  
(zkCallback-4043-thread-1-processing-n:127.0.0.1:62533_solr) 
[n:127.0.0.1:62533_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1688716 INFO  
(zkCallback-4045-thread-1-processing-n:127.0.0.1:62531_solr) 
[n:127.0.0.1:62531_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1688754 INFO  (jetty-launcher-4023-thread-3) 
[n:127.0.0.1:62532_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62532_solr
   [junit4]   2> 1688757 INFO  
(zkCallback-4043-thread-1-processing-n:127.0.0.1:62533_solr) 
[n:127.0.0.1:62533_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1688757 INFO  
(zkCallback-4045-thread-1-processing-n:127.0.0.1:62531_solr) 
[n:127.0.0.1:62531_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1688757 INFO  
(zkCallback-4044-thread-1-processing-n:127.0.0.1:62530_solr) 
[n:127.0.0.1:62530_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1688758 INFO  
(zkCallback-4042-thread-1-processing-n:127.0.0.1:62532_solr) 
[n:127.0.0.1:62532_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1688850 INFO  (jetty-launcher-4023-thread-2) 
[n:127.0.0.1:62530_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_D8063D4CD08AE408-001/tempDir-001/node2/.
   [junit4]   2> 1688852 INFO  (jetty-launcher-4023-thread-3) 
[n:127.0.0.1:62532_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_D8063D4CD08AE408-001/tempDir-001/node3/.
   [junit4]   2> 1688861 INFO  (jetty-launcher-4023-thread-1) 
[n:127.0.0.1:62533_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_D8063D4CD08AE408-001/tempDir-001/node1/.
   [junit4]   2> 1688864 INFO  (jetty-launcher-4023-thread-4) 
[n:127.0.0.1:62531_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_D8063D4CD08AE408-001/tempDir-001/node4/.
   [junit4]   2> 1688884 INFO  
(SUITE-CustomCollectionTest-seed#[D8063D4CD08AE408]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1688886 INFO  
(SUITE-CustomCollectionTest-seed#[D8063D4CD08AE408]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62528/solr ready
   [junit4]   2> 1688938 INFO  
(TEST-CustomCollectionTest.testRouteFieldForImplicitRouter-seed#[D8063D4CD08AE408])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testRouteFieldForImplicitRouter
   [junit4]   2> 1688940 INFO  
(TEST-CustomCollectionTest.testRouteFieldForImplicitRouter-seed#[D8063D4CD08AE408])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1688948 INFO  (qtp661635082-17830) [n:127.0.0.1:62530_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
shards=a,b,c,d&replicationFactor=3&collection.configName=conf&maxShardsPerNode=4&router.field=shard_s&name=withShardField&router.name=implicit&action=CREATE&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1688952 INFO  
(OverseerThreadFactory-7613-thread-1-processing-n:127.0.0.1:62532_solr) 
[n:127.0.0.1:62532_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
withShardField
   [junit4]   2> 1689077 INFO  (qtp661635082-17832) [n:127.0.0.1:62530_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_c_replica2&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2
   [junit4]   2> 1689077 INFO  (qtp661635082-17831) [n:127.0.0.1:62530_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_d_replica3&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2
   [junit4]   2> 1689078 INFO  (qtp661635082-17832) [n:127.0.0.1:62530_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1689081 INFO  (qtp1673385508-17859) [n:127.0.0.1:62532_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_a_replica3&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2
   [junit4]   2> 1689081 INFO  (qtp1551729105-17840) [n:127.0.0.1:62533_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_b_replica3&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2
   [junit4]   2> 1689081 INFO  (qtp1673385508-17862) [n:127.0.0.1:62532_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_d_replica2&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2
   [junit4]   2> 1689081 INFO  (qtp1673385508-17859) [n:127.0.0.1:62532_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1689081 INFO  (qtp1551729105-17840) [n:127.0.0.1:62533_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1689081 INFO  (qtp1551729105-17838) [n:127.0.0.1:62533_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_a_replica2&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2
   [junit4]   2> 1689084 INFO  (qtp1551729105-17841) [n:127.0.0.1:62533_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_d_replica1&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2
   [junit4]   2> 1689084 INFO  (qtp1673385508-17863) [n:127.0.0.1:62532_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_c_replica1&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2
   [junit4]   2> 1689083 INFO  (qtp1923892428-17851) [n:127.0.0.1:62531_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_b_replica2&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2
   [junit4]   2> 1689083 INFO  (qtp1923892428-17850) [n:127.0.0.1:62531_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_a_replica1&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2
   [junit4]   2> 1689086 INFO  (qtp1923892428-17851) [n:127.0.0.1:62531_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1689082 INFO  (qtp1923892428-17849) [n:127.0.0.1:62531_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_c_replica3&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2
   [junit4]   2> 1689082 INFO  (qtp661635082-17833) [n:127.0.0.1:62530_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_b_replica1&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2
   [junit4]   2> 1689248 INFO  
(zkCallback-4043-thread-1-processing-n:127.0.0.1:62533_solr) 
[n:127.0.0.1:62533_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/withShardField/state.json] for collection [withShardField] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1689248 INFO  
(zkCallback-4045-thread-1-processing-n:127.0.0.1:62531_solr) 
[n:127.0.0.1:62531_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/withShardField/state.json] for collection [withShardField] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1689248 INFO  
(zkCallback-4044-thread-1-processing-n:127.0.0.1:62530_solr) 
[n:127.0.0.1:62530_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/withShardField/state.json] for collection [withShardField] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1689249 INFO  
(zkCallback-4042-thread-1-processing-n:127.0.0.1:62532_solr) 
[n:127.0.0.1:62532_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/withShardField/state.json] for collection [withShardField] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1690172 INFO  (qtp1673385508-17863) [n:127.0.0.1:62532_solr 
c:withShardField s:c  x:withShardField_c_replica1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.7.0
   [junit4]   2> 1690173 INFO  (qtp661635082-17833) [n:127.0.0.1:62530_solr 
c:withShardField s:b  x:withShardField_b_replica1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.7.0
   [junit4]   2> 1690180 INFO  (qtp1923892428-17851) [n:127.0.0.1:62531_solr 
c:withShardField s:b  x:withShardField_b_replica2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.7.0
   [junit4]   2> 1690198 INFO  (qtp1923892428-17849) [n:127.0.0.1:62531_solr 
c:withShardField s:c  x:withShardField_c_replica3] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.7.0
   [junit4]   2> 1690199 INFO  (qtp661635082-17831) [n:127.0.0.1:62530_solr 
c:withShardField s:d  x:withShardField_d_replica3] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.7.0
   [junit4]   2> 1690199 INFO  (qtp1673385508-17862) [n:127.0.0.1:62532_solr 
c:withShardField s:d  x:withShardField_d_replica2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.7.0
   [junit4]   2> 1690207 INFO  (qtp1551729105-17840) [n:127.0.0.1:62533_solr 
c:withShardField s:b  x:withShardField_b_replica3] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.7.0
   [junit4]   2> 1690223 INFO  (qtp1673385508-17859) [n:127.0.0.1:62532_solr 
c:withShardField s:a  x:withShardField_a_replica3] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.7.0
   [junit4]   2> 1690226 INFO  (qtp1551729105-17838) [n:127.0.0.1:62533_solr 
c:withShardField s:a  x:withShardField_a_replica2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.7.0
   [junit4]   2> 1690230 INFO  (qtp1923892428-17850) [n:127.0.0.1:62531_solr 
c:withShardField s:a  x:withShardField_a_replica1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.7.0
   [junit4]   2> 1690232 INFO  (qtp661635082-17832) [n:127.0.0.1:62530_solr 
c:withShardField s:c  x:withShardField_c_replica2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.7.0
   [junit4]   2> 1690252 INFO  (qtp661635082-17831) [n:127.0.0.1:62530_solr 
c:withShardField s:d  x:withShardField_d_replica3] o.a.s.s.IndexSchema 
[withShardField_d_replica3] Schema name=cloud-dynamic
   [junit4]   2> 1690253 INFO  (qtp1673385508-17863) [n:127.0.0.1:62532_solr 
c:withShardField s:c  x:withShardField_c_replica1] o.a.s.s.IndexSchema 
[withShardField_c_replica1] Schema name=cloud-dynamic
   [junit4]   2> 1690258 INFO  (qtp661635082-17832) [n:127.0.0.1:62530_solr 
c:withShardField s:c  x:withShardField_c_replica2] o.a.s.s.IndexSchema 
[withShardField_c_replica2] Schema name=cloud-dynamic
   [junit4]   2> 1690287 INFO  (qtp1673385508-17859) [n:127.0.0.1:62532_solr 
c:withShardField s:a  x:withShardField_a_replica3] o.a.s.s.IndexSchema 
[withShardField_a_replica3] Schema name=cloud-dynamic
   [junit4]   2> 1690289 INFO  (qtp661635082-17833) [n:127.0.0.1:62530_solr 
c:withShardField s:b  x:withShardField_b_replica1] o.a.s.s.IndexSchema 
[withShardField_b_replica1] Schema name=cloud-dynamic
   [junit4]   2> 1690298 INFO  (qtp1673385508-17862) [n:127.0.0.1:62532_solr 
c:withShardField s:d  x:withShardField_d_replica2] o.a.s.s.IndexSchema 
[withShardField_d_replica2] Schema name=cloud-dynamic
   [junit4]   2> 1690304 INFO  (qtp1551729105-17841) [n:127.0.0.1:62533_solr 
c:withShardField s:d  x:withShardField_d_replica1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.7.0
   [junit4]   2> 1690329 INFO  (qtp1551729105-17840) [n:127.0.0.1:62533_solr 
c:withShardField s:b  x:withShardField_b_replica3] o.a.s.s.IndexSchema 
[withShardField_b_replica3] Schema name=cloud-dynamic
   [junit4]   2> 1690331 INFO  (qtp1923892428-17851) [n:127.0.0.1:62531_solr 
c:withShardField s:b  x:withShardField_b_replica2] o.a.s.s.IndexSchema 
[withShardField_b_replica2] Schema name=cloud-dynamic
   [junit4]   2> 1690365 INFO  (qtp1673385508-17859) [n:127.0.0.1:62532_solr 
c:withShardField s:a  x:withShardField_a_replica3] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1690365 INFO  (qtp1673385508-17859) [n:127.0.0.1:62532_solr 
c:withShardField s:a  x:withShardField_a_replica3] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_a_replica3' using configuration from 
collection withShardField, trusted=true
   [junit4]   2> 1690365 INFO  (qtp1673385508-17859) [n:127.0.0.1:62532_solr 
c:withShardField s:a  x:withShardField_a_replica3] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1690366 INFO  (qtp1673385508-17859) [n:127.0.0.1:62532_solr 
c:withShardField s:a  x:withShardField_a_replica3] o.a.s.c.SolrCore 
[[withShardField_a_replica3] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_D8063D4CD08AE408-001/tempDir-001/node3/withShardField_a_replica3],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_D8063D4CD08AE408-001/tempDir-001/node3/./withShardField_a_replica3/data/]
   [junit4]   2> 1690368 INFO  (qtp661635082-17832) [n:127.0.0.1:62530_solr 
c:withShardField s:c  x:withShardField_c_replica2] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1690368 INFO  (qtp661635082-17832) [n:127.0.0.1:62530_solr 
c:withShardField s:c  x:withShardField_c_replica2] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_c_replica2' using configuration from 
collection withShardField, trusted=true
   [junit4]   2> 1690385 INFO  (qtp1923892428-17850) [n:127.0.0.1:62531_solr 
c:withShardField s:a  x:withShardField_a_replica1] o.a.s.s.IndexSchema 
[withShardField_a_replica1] Schema name=cloud-dynamic
   [junit4]   2> 1690387 INFO  (qtp1551729105-17841) [n:127.0.0.1:62533_solr 
c:withShardField s:d  x:withShardField_d_replica1] o.a.s.s.IndexSchema 
[withShardField_d_replica1] Schema name=cloud-dynamic
   [junit4]   2> 1690393 INFO  (qtp1551729105-17838) [n:127.0.0.1:62533_solr 
c:withShardField s:a  x:withShardField_a_replica2] o.a.s.s.IndexSchema 
[withShardField_a_replica2] Schema name=cloud-dynamic
   [junit4]   2> 1690394 INFO  (qtp1923892428-17849) [n:127.0.0.1:62531_solr 
c:withShardField s:c  x:withShardField_c_replica3] o.a.s.s.IndexSchema 
[withShardField_c_replica3] Schema name=cloud-dynamic
   [junit4]   2> 1690406 INFO  (qtp661635082-17832) [n:127.0.0.1:62530_solr 
c:withShardField s:c  x:withShardField_c_replica2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1690406 INFO  (qtp661635082-17832) [n:127.0.0.1:62530_solr 
c:withShardField s:c  x:withShardField_c_replica2] o.a.s.c.SolrCore 
[[withShardField_c_replica2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_D8063D4CD08AE408-001/tempDir-001/node2/withShardField_c_replica2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_D8063D4CD08AE408-001/tempDir-001/node2/./withShardField_c_replica2/data/]
   [junit4]   2> 1690408 INFO  (qtp1673385508-17863) [n:127.0.0.1:62532_solr 
c:withShardField s:c  x:withShardField_c_replica1] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1690409 INFO  (qtp1673385508-17863) [n:127.0.0.1:62532_solr 
c:withShardField s:c  x:withShardField_c_replica1] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_c_replica1' using configuration from 
collection withShardField, trusted=true
   [junit4]   2> 1690409 INFO  (qtp1673385508-17863) [n:127.0.0.1:62532_solr 
c:withShardField s:c  x:withShardField_c_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1690409 INFO  (qtp1673385508-17863) [n:127.0.0.1:62532_solr 
c:withShardField s:c  x:withShardField_c_replica1] o.a.s.c.SolrCore 
[[withShardField_c_replica1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_D8063D4CD08AE408-001/tempDir-001/node3/withShardField_c_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_D8063D4CD08AE408-001/tempDir-001/node3/./withShardField_c_replica1/data/]
   [junit4]   2> 1690414 INFO  (qtp1673385508-17862) [n:127.0.0.1:62532_solr 
c:withShardField s:d  x:withShardField_d_replica2] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1690414 INFO  (qtp1673385508-17862) [n:127.0.0.1:62532_solr 
c:withShardField s:d  x:withShardField_d_replica2] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_d_replica2' using configuration from 
collection withShardField, trusted=true
   [junit4]   2> 1690414 INFO  (qtp1673385508-17862) [n:127.0.0.1:62532_solr 
c:withShardField s:d  x:withShardField_d_replica2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1690414 INFO  (qtp1673385508-17862) [n:127.0.0.1:62532_solr 
c:withShardField s:d  x:withShardField_d_replica2] o.a.s.c.SolrCore 
[[withShardField_d_replica2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_D8063D4CD08AE408-001/tempDir-001/node3/withShardField_d_replica2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_D8063D4CD08AE408-001/tempDir-001/node3/./withShardField_d_replica2/data/]
   [junit4]   2> 1690430 INFO  (qtp661635082-17831) [n:127.0.0.1:62530_solr 
c:withShardField s:d  x:withShardField_d_replica3] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1690430 INFO  (qtp661635082-17831) [n:127.0.0.1:62530_solr 
c:withShardField s:d  x:withShardField_d_replica3] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_d_replica3' using configuration from 
collection withShardField, trusted=true
   [junit4]   2> 1690444 INFO  (qtp661635082-17831) [n:127.0.0.1:62530_solr 
c:withShardField s:d  x:withShardField_d_replica3] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1690444 INFO  (qtp661635082-17831) [n:127.0.0.1:62530_solr 
c:withShardField s:d  x:withShardField_d_replica3] o.a.s.c.SolrCore 
[[withShardField_d_replica3] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_D8063D4CD08AE408-001/tempDir-001/node2/withShardField_d_replica3],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_D8063D4CD08AE408-001/tempDir-001/node2/./withShardField_d_replica3/data/]
   [junit4]   2> 1690454 INFO  (qtp661635082-17833) [n:127.0.0.1:62530_solr 
c:withShardField s:b  x:withShardField_b_replica1] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1690454 INFO  (qtp661635082-17833) [n:127.0.0.1:62530_solr 
c:withShardField s:b  x:withShardField_b_replica1] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_b_replica1' using configuration from 
collection withShardField, trusted=true
   [junit4]   2> 1690455 INFO  (qtp661635082-17833) [n:127.0.0.1:62530_solr 
c:withShardField s:b  x:withShardField_b_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1690455 INFO  (qtp661635082-17833) [n:127.0.0.1:62530_solr 
c:withShardField s:b  x:withShardField_b_replica1] o.a.s.c.SolrCore 
[[withShardField_b_replica1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_D8063D4CD08AE408-001/tempDir-001/node2/withShardField_b_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_D8063D4CD08AE408-001/tempDir-001/node2/./withShardField_b_replica1/data/]
   [junit4]   2> 1690457 INFO  (qtp1551729105-17841) [n:127.0.0.1:62533_solr 
c:withShardField s:d  x:withShardField_d_replica1] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1690458 INFO  (qtp1551729105-17841) [n:127.0.0.1:62533_solr 
c:withShardField s:d  x:withShardField_d_replica1] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_d_replica1' using configuration from 
collection withShardField, trusted=true
   [junit4]   2> 1690458 INFO  (qtp1551729105-17841) [n:127.0.0.1:62533_solr 
c:withShardField s:d  x:withShardField_d_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1690458 INFO  (qtp1551729105-17841) [n:127.0.0.1:62533_solr 
c:withShardField s:d  x:withShardField_d_replica1] o.a.s.c.SolrCore 
[[withShardField_d_replica1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_D8063D4CD08AE408-001/tempDir-001/node1/withShardField_d_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_D8063D4CD08AE408-001/tempDir-001/node1/./withShardField_d_replica1/data/]
   [junit4]   2> 1690459 INFO  (qtp1551729105-17838) [n:127.0.0.1:62533_solr 
c:withShardField s:a  x:withShardField_a_replica2] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1690459 INFO  (qtp1551729105-17838) [n:127.0.0.1:62533_solr 
c:withShardField s:a  x:withShardField_a_replica2] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_a_replica2' using configuration from 
collection withShardField, trusted=true
   [junit4]   2> 1690459 INFO  (qtp1551729105-17838) [n:127.0.0.1:62533_solr 
c:withShardField s:a  x:withShardField_a_replica2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1690459 INFO  (qtp1551729105-17838) [n:127.0.0.1:62533_solr 
c:withShardField s:a  x:withShardField_a_replica2] o.a.s.c.SolrCore 
[[withShardField_a_replica2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_D8063D4CD08AE408-001/tempDir-001/node1/withShardField_a_replica2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_D8063D4CD08AE408-001/tempDir-001/node1/./withShardField_a_replica2/data/]
   [junit4]   2> 1690462 INFO  (qtp1551729105-17840) [n:127.0.0.1:62533_solr 
c:withShardField s:b  x:withShardField_b_replica3] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1690462 INFO  (qtp1551729105-17840) [n:127.0.0.1:62533_solr 
c:withShardField s:b  x:withShardField_b_replica3] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_b_replica3' using configuration from 
collection withShardField, trusted=true
   [junit4]   2> 1690462 INFO  (qtp1551729105-17840) [n:127.0.0.1:62533_solr 
c:withShardField s:b  x:withShardField_b_replica3] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1690462 INFO  (qtp1551729105-17840) [n:127.0.0.1:62533_solr 
c:withShardField s:b  x:withShardField_b_replica3] o.a.s.c.SolrCore 
[[withShardField_b_replica3] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_D8063D4CD08AE408-001/tempDir-001/node1/withShardField_b_replica3],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_D8063D4CD08AE408-001/tempDir-001/node1/./withShardField_b_replica3/data/]
   [junit4]   2> 1690464 INFO  (qtp1923892428-17849) [n:127.0.0.1:62531_solr 
c:withShardField s:c  x:withShardField_c_replica3] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1690464 INFO  (qtp1923892428-17849) [n:127.0.0.1:62531_solr 
c:withShardField s:c  x:withShardField_c_replica3] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_c_replica3' using configuration from 
collection withShardField, trusted=true
   [junit4]   2> 1690464 INFO  (qtp1923892428-17849) [n:127.0.0.1:62531_solr 
c:withShardField s:c  x:withShardField_c_replica3] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1690465 INFO  (qtp1923892428-17849) [n:127.0.0.1:62531_solr 
c:withShardField s:c  x:withShardField_c_replica3] o.a.s.c.SolrCore 
[[withShardField_c_replica3] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_D8063D4CD08AE408-001/tempDir-001/node4/withShardField_c_replica3],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_D8063D4CD08AE408-001/tempDir-001/node4/./withShardField_c_replica3/data/]
   [junit4]   2> 1690467 INFO  (qtp1923892428-17851) [n:127.0.0.1:62531_solr 
c:withShardField s:b  x:withShardField_b_replica2] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1690467 INFO  (qtp1923892428-17851) [n:127.0.0.1:62531_solr 
c:withShardField s:b  x:withShardField_b_replica2] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_b_replica2' using configuration from 
collection withShardField, trusted=true
   [junit4]   2> 1690467 INFO  (qtp1923892428-17850) [n:127.0.0.1:62531_solr 
c:withShardField s:a  x:withShardField_a_replica1] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1690467 INFO  (qtp1923892428-17850) [n:127.0.0.1:62531_solr 
c:withShardField s:a  x:withShardField_a_replica1] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_a_replica1' using configuration from 
collection withShardField, trusted=true
   [junit4]   2> 1690467 INFO  (qtp1923892428-17851) [n:127.0.0.1:62531_solr 
c:withShardField s:b  x:withShardField_b_replica2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1690467 INFO  (qtp1923892428-17850) [n:127.0.0.1:62531_solr 
c:withShardField s:a  x:withShardField_a_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1690467 INFO  (qtp1923892428-17851) [n:127.0.0.1:62531_solr 
c:withShardField s:b  x:withShardField_b_replica2] o.a.s.c.SolrCore 
[[withShardField_b_replica2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_D8063D4CD08AE408-001/tempDir-001/node4/withShardField_b_replica2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_D8063D4CD08AE408-001/tempDir-001/node4/./withShardField_b_replica2/data/]
   [junit4]   2> 1690467 INFO  (qtp1923892428-17850) [n:127.0.0.1:62531_solr 
c:withShardField s:a  x:withShardField_a_replica1] o.a.s.c.SolrCore 
[[withShardField_a_replica1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_D8063D4CD08AE408-001/tempDir-001/node4/withShardField_a_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_D8063D4CD08AE408-001/tempDir-001/node4/./withShardField_a_replica1/data/]
   [junit4]   2> 1690626 INFO  (qtp1551729105-17840) [n:127.0.0.1:62533_solr 
c:withShardField s:b  x:withShardField_b_replica3] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1690626 INFO  (qtp1551729105-17840) [n:127.0.0.1:62533_solr 
c:withShardField s:b  x:withShardField_b_replica3] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1690627 INFO  (qtp1551729105-17840) [n:127.0.0.1:62533_solr 
c:withShardField s:b  x:withShardField_b_replica3] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1690627 INFO  (qtp1551729105-17840) [n:127.0.0.1:62533_solr 
c:withShardField s:b  x:withShardField_b_replica3] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1690634 INFO  (qtp1551729105-17838) [n:127.0.0.1:62533_solr 
c:withShardField s:a  x:withShardField_a_replica2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1690635 INFO  (qtp1551729105-17838) [n:127.0.0.1:62533_solr 
c:withShardField s:a  x:withShardField_a_replica2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1690636 INFO  (qtp1551729105-17838) [n:127.0.0.1:62533_solr 
c:withShardField s:a  x:withShardField_a_replica2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1690636 INFO  (qtp1551729105-17838) [n:127.0.0.1:62533_solr 
c:withShardField s:a  x:withShardField_a_replica2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1690642 INFO  (qtp661635082-17832) [n:127.0.0.1:62530_solr 
c:withShardField s:c  x:withShardField_c_replica2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1690642 INFO  (qtp661635082-17832) [n:127.0.0.1:62530_solr 
c:withShardField s:c  x:withShardField_c_replica2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1690644 INFO  (qtp661635082-17832) [n:127.0.0.1:62530_solr 
c:withShardField s:c  x:withShardField_c_replica2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1690644 INFO  (qtp661635082-17832) [n:127.0.0.1:62530_solr 
c:withShardField s:c  x:withShardField_c_replica2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1690655 INFO  (qtp1923892428-17849) [n:127.0.0.1:62531_solr 
c:withShardField s:c  x:withShardField_c_replica3] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1690655 INFO  (qtp1923892428-17849) [n:127.0.0.1:62531_solr 
c:withShardField s:c  x:withShardField_c_replica3] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1690662 INFO  (qtp1923892428-17849) [n:127.0.0.1:62531_solr 
c:withShardField s:c  x:withShardField_c_replica3] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1690662 INFO  (qtp1923892428-17849) [n:127.0.0.1:62531_solr 
c:withShardField s:c  x:withShardField_c_replica3] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1690666 INFO  (qtp1551729105-17840) [n:127.0.0.1:62533_solr 
c:withShardField s:b  x:withShardField_b_replica3] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@5b783084[withShardField_b_replica3] main]
   [junit4]   2> 1690667 INFO  (qtp1673385508-17859) [n:127.0.0.1:62532_solr 
c:withShardField s:a  x:withShardField_a_replica3] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1690667 INFO  (qtp1673385508-17859) [n:127.0.0.1:62532_solr 
c:withShardField s:a  x:withShardField_a_replica3] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1690667 INFO  (qtp1923892428-17851) [n:127.0.0.1:62531_solr 
c:withShardField s:b  x:withShardField_b_replica2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1690667 INFO  (qtp1923892428-17851) [n:127.0.0.1:62531_solr 
c:withShardField s:b  x:withShardField_b_replica2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1690669 INFO  (qtp1673385508-17859) [n:127.0.0.1:62532_solr 
c:withShardField s:a  x:withShardField_a_replica3] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1690669 INFO  (qtp1673385508-17859) [n:127.0.0.1:62532_solr 
c:withShardField s:a  x:withShardField_a_replica3] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1690669 INFO  (qtp1923892428-17851) [n:127.0.0.1:62531_solr 
c:withShardField s:b  x:withShardField_b_replica2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1690669 INFO  (qtp1923892428-17851) [n:127.0.0.1:62531_solr 
c:withShardField s:b  x:withShardField_b_replica2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1690670 INFO  (qtp1551729105-17840) [n:127.0.0.1:62533_solr 
c:withShardField s:b  x:withShardField_b_replica3] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1690671 INFO  (qtp1551729105-17840) [n:127.0.0.1:62533_solr 
c:withShardField s:b  x:withShardField_b_replica3] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1690671 INFO  (qtp1551729105-17840) [n:127.0.0.1:62533_solr 
c:withShardField s:b  x:withShardField_b_replica3] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1690671 INFO  
(searcherExecutor-7630-thread-1-processing-n:127.0.0.1:62533_solr 
x:withShardField_b_replica3 s:b c:withShardField) [n:127.0.0.1:62533_solr 
c:withShardField s:b  x:withShardField_b_replica3] o.a.s.c.SolrCore 
[withShardField_b_replica3] Registered new searcher 
Searcher@5b783084[withShardField_b_replica3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1690671 INFO  (qtp1551729105-17840) [n:127.0.0.1:62533_solr 
c:withShardField s:b  x:withShardField_b_replica3] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1570690725008375808
   [junit4]   2> 1690676 INFO  (qtp1551729105-17838) [n:127.0.0.1:62533_solr 
c:withShardField s:a  x:withShardField_a_replica2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@6c390566[withShardField_a_replica2] main]
   [junit4]   2> 1690677 INFO  (qtp1673385508-17863) [n:127.0.0.1:62532_solr 
c:withShardField s:c  x:withShardField_c_replica1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1690677 INFO  (qtp1673385508-17863) [n:127.0.0.1:62532_solr 
c:withShardField s:c  x:withShardField_c_replica1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1690678 INFO  (qtp1673385508-17863) [n:127.0.0.1:62532_solr 
c:withShardField s:c  x:withShardField_c_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1690678 INFO  (qtp1673385508-17863) [n:127.0.0.1:62532_solr 
c:withShardField s:c  x:withShardField_c_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1690680 INFO  (qtp1673385508-17862) [n:127.0.0.1:62532_solr 
c:withShardField s:d  x:withShardField_d_replica2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1690680 INFO  (qtp1673385508-17862) [n:127.0.0.1:62532_solr 
c:withShardField s:d  x:withShardField_d_replica2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1690684 INFO  (qtp1551729105-17841) [n:127.0.0.1:62533_solr 
c:withShardField s:d  x:withShardField_d_replica1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1690684 INFO  (qtp1551729105-17841) [n:127.0.0.1:62533_solr 
c:withShardField s:d  x:withShardField_d_replica1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1690715 INFO  (qtp661635082-17832) [n:127.0.0.1:62530_solr 
c:withShardField s:c  x:withShardField_c_replica2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@28948301[withShardField_c_replica2] main]
   [junit4]   2> 1690715 INFO  (qtp1551729105-17841) [n:127.0.0.1:62533_solr 
c:withShardField s:d  x:withShardField_d_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1690715 INFO  (qtp1551729105-17841) [n:127.0.0.1:62533_solr 
c:withShardField s:d  x:withShardField_d_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1690715 INFO  (qtp1673385508-17862) [n:127.0.0.1:62532_solr 
c:withShardField s:d  x:withShardField_d_replica2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1690715 INFO  (qtp1673385508-17862) [n:127.0.0.1:62532_solr 
c:withShardField s:d  x:withShardField_d_replica2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1690720 INFO  (qtp661635082-17833) [n:127.0.0.1:62530_solr 
c:withShardField s:b  x:withShardField_b_replica1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1690720 INFO  (qtp661635082-17833) [n:127.0.0.1:62530_solr 
c:withShardField s:b  x:withShardField_b_replica1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1690722 INFO  (qtp661635082-17833) [n:127.0.0.1:62530_solr 
c:withShardField s:b  x:withShardField_b_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1690722 INFO  (qtp661635082-17833) [n:127.0.0.1:62530_solr 
c:withShardField s:b  x:withShardField_b_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1690724 INFO  (qtp1923892428-17849) [n:127.0.0.1:62531_solr 
c:withShardField s:c  x:withShardField_c_replica3] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@6ef3e7d8[withShardField_c_replica3] main]
   [junit4]   2> 1690726 INFO  (qtp1923892428-17849) [n:127.0.0.1:62531_solr 
c:withShardField s:c  x:withShardField_c_replica3] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1690726 INFO  (qtp1923892428-17849) [n:127.0.0.1:62531_solr 
c:withShardField s:c  x:withShardField_c_replica3] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1690727 INFO  (qtp1923892428-17849) [n:127.0.0.1:62531_solr 
c:withShardField s:c  x:withShardField_c_replica3] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1690727 INFO  
(searcherExecutor-7631-thread-1-processing-n:127.0.0.1:62531_solr 
x:withShardField_c_replica3 s:c c:withShardField) [n:127.0.0.1:62531_solr 
c:withShardField s:c  x:withShardField_c_replica3] o.a.s.c.SolrCore 
[withShardField_c_replica3] Registered new searcher 
Searcher@6ef3e7d8[withShardField_c_replica3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1690727 INFO  (qtp1923892428-17849) [n:127.0.0.1:62531_solr 
c:withShardField s:c  x:withShardField_c_replica3] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1570690725067096064
   [junit4]   2> 1690729 INFO  (qtp661635082-17832) [n:127.0.0.1:62530_solr 
c:withShardField s:c  x:withShardField_c_replica2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1690731 INFO  (qtp1551729105-17840) [n:127.0.0.1:62533_solr 
c:withShardField s:b  x:withShardField_b_replica3] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard b: total=3 found=1 timeoutin=9997ms
   [junit4]   2> 1690734 INFO  (qtp1673385508-17859) [n:127.0.0.1:62532_solr 
c:withShardField s:a  x:withShardField_a_replica3] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@a7fdfb[withShardField_a_replica3] main]
   [junit4]   2> 1690734 INFO  (qtp1923892428-17851) [n:127.0.0.1:62531_solr 
c:withShardField s:b  x:withShardField_b_replica2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@5febd6cc[withShardField_b_replica2] main]
   [junit4]   2> 1690736 INFO  (qtp1673385508-17859) [n:127.0.0.1:62532_solr 
c:withShardField s:a  x:withShardField_a_replica3] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1690737 INFO  (qtp1673385508-17859) [n:127.0.0.1:62532_solr 
c:withShardField s:a  x:withShardField_a_replica3] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1690737 INFO  (qtp1673385508-17859) [n:127.0.0.1:62532_solr 
c:withShardField s:a  x:withShardField_a_replica3] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1690737 INFO  (qtp1923892428-17851) [n:127.0.0.1:62531_solr 
c:withShardField s:b  x:withShardField_b_replica2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1690737 INFO  (qtp1673385508-17859) [n:127.0.0.1:62532_solr 
c:withShardField s:a  x:withShardField_a_replica3] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1570690725077581824
   [junit4]   2> 1690737 INFO  
(searcherExecutor-7622-thread-1-processing-n:127.0.0.1:62532_solr 
x:withShardField_a_replica3 s:a c:withShardField) [n:127.0.0.1:62532_solr 
c:withShardField s:a  x:withShardField_a_replica3] o.a.s.c.SolrCore 
[withShardField_a_replica3] Registered new searcher 
Searcher@a7fdfb[withShardField_a_replica3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1690738 INFO  (qtp1923892428-17851) [n:127.0.0.1:62531_solr 
c:withShardField s:b  x:withShardField_b_replica2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1690738 INFO  (qtp1923892428-17851) [n:127.0.0.1:62531_solr 
c:withShardField s:b  x:withShardField_b_replica2] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1690738 INFO  (qtp661635082-17831) [n:127.0.0.1:62530_solr 
c:withShardField s:d  x:withShardField_d_replica3] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1690739 INFO  (qtp661635082-17831) [n:127.0.0.1:62530_solr 
c:withShardField s:d  x:withShardField_d_replica3] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1690739 INFO  
(searcherExecutor-7632-thread-1-processing-n:127.0.0.1:62531_solr 
x:withShardField_b_replica2 s:b c:withShardField) [n:127.0.0.1:62531_solr 
c:withShardField s:b  x:withShardField_b_replica2] o.a.s.c.SolrCore 
[withShardField_b_replica2] Registered new searcher 
Searcher@5febd6cc[withShardField_b_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1690739 INFO  (qtp1923892428-17851) [n:127.0.0.1:62531_solr 
c:withShardField s:b  x:withShardField_b_replica2] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1570690725079678976
   [junit4]   2> 1690740 INFO  (qtp661635082-17832) [n:127.0.0.1:62530_solr 
c:withShardField s:c  x:withShardField_c_replica2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1690740 INFO  (qtp1551729105-17838) [n:127.0.0.1:62533_solr 
c:withShardField s:a  x:withShardField_a_replica2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1690740 INFO  (qtp1551729105-17838) [n:127.0.0.1:62533_solr 
c:withShardField s:a  x:withShardField_a_replica2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1690740 INFO  (qtp1551729105-17838) [n:127.0.0.1:62533_solr 
c:withShardField s:a  x:withShardField_a_replica2] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1690740 INFO  (qtp661635082-17832) [n:127.0.0.1:62530_solr 
c:withShardField s:c  x:withShardField_c_replica2] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1690740 INFO  (qtp1551729105-17838) [n:127.0.0.1:62533_solr 
c:withShardField s:a  x:withShardField_a_replica2] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1570690725080727552
   [junit4]   2> 1690740 INFO  
(searcherExecutor-7629-thread-1-processing-n:127.0.0.1:62533_solr 
x:withShardField_a_replica2 s:a c:withShardField) [n:127.0.0.1:62533_solr 
c:withShardField s:a  x:withShardField_a_replica2] o.a.s.c.SolrCore 
[withShardField_a_replica2] Registered new searcher 
Searcher@6c390566[withShardField_a_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1690748 INFO  
(searcherExecutor-7623-thread-1-processing-n:127.0.0.1:62530_solr 
x:withShardField_c_replica2 s:c c:withShardField) [n:127.0.0.1:62530_solr 
c:withShardField s:c  x:withShardField_c_replica2] o.a.s.c.SolrCore 
[withShardField_c_replica2] Registered new searcher 
Searcher@28948301[withShardField_c_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1690748 INFO  (qtp661635082-17832) [n:127.0.0.1:62530_solr 
c:withShardField s:c  x:withShardField_c_replica2] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1570690725089116160
   [junit4]   2> 1690748 INFO  (qtp1673385508-17859) [n:127.0.0.1:62532_solr 
c:withShardField s:a  x:withShardField_a_replica3] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard a: total=3 found=2 timeoutin=9999ms
   [junit4]   2> 1690750 INFO  (qtp1923892428-17850) [n:127.0.0.1:62531_solr 
c:withShardField s:a  x:withShardField_a_replica1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1690750 INFO  (qtp1923892428-17850) [n:127.0.0.1:62531_solr 
c:withShardField s:a  x:withShardField_a_replica1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1690753 INFO  (qtp1923892428-17850) [n:127.0.0.1:62531_solr 
c:withShardField s:a  x:withShardField_a_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1690753 INFO  (qtp1923892428-17850) [n:127.0.0.1:62531_solr 
c:withShardField s:a  x:withShardField_a_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1690754 INFO  (qtp1923892428-17849) [n:127.0.0.1:62531_solr 
c:withShardField s:c  x:withShardField_c_replica3] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard c: total=3 found=2 timeoutin=9999ms
   [junit4]   2> 1690754 INFO  (qtp661635082-17831) [n:127.0.0.1:62530_solr 
c:withShardField s:d  x:withShardField_d_replica3] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1690754 INFO  (qtp661635082-17831) [n:127.0.0.1:62530_solr 
c:withShardField s:d  x:withShardField_d_replica3] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1690755 INFO  (qtp1673385508-17863) [n:127.0.0.1:62532_solr 
c:withShardField s:c  x:withShardField_c_replica1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@3ef8a2ae[withShardField_c_replica1] main]
   [junit4]   2> 1690756 INFO  (qtp1673385508-17863) [n:127.0.0.1:62532_solr 
c:withShardField s:c  x:withShardField_c_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1690756 INFO  (qtp1551729105-17841) [n:127.0.0.1:62533_solr 
c:withShardField s:d  x:withShardField_d_replica1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@6362e955[withShardField_d_replica1] main]
   [junit4]   2> 1690756 INFO  (qtp1673385508-17863) [n:127.0.0.1:62532_solr 
c:withShardField s:c  x:withShardField_c_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1690757 INFO  (qtp1673385508-17863) [n:127.0.0.1:62532_solr 
c:withShardField s:c  x:withShardField_c_replica1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1690757 INFO  (qtp1673385508-17863) [n:127.0.0.1:62532_solr 
c:withShardField s:c  x:withShardField_c_replica1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1570690725098553344
   [junit4]   2> 1690757 INFO  
(searcherExecutor-7624-thread-1-processing-n:127.0.0.1:62532_solr 
x:withShardField_c_replica1 s:c c:withShardField) [n:127.0.0.1:62532_solr 
c:withShardField s:c  x:withShardField_c_replica1] o.a.s.c.SolrCore 
[withShardField_c_replica1] Registered new searcher 
Searcher@3ef8a2ae[withShardField_c_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1690758 INFO  (qtp1551729105-17841) [n:127.0.0.1:62533_solr 
c:withShardField s:d  x:withShardField_d_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1690758 INFO  (qtp1551729105-17841) [n:127.0.0.1:62533_solr 
c:withShardField s:d  x:withShardField_d_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1690758 INFO  (qtp1551729105-17841) [n:127.0.0.1:62533_solr 
c:withShardField s:d  x:withShardField_d_replica1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1690758 INFO  (qtp1551729105-17841) [n:127.0.0.1:62533_solr 
c:withShardField s:d  x:withShardField_d_replica1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1570690725099601920
   [junit4]   2> 1690758 INFO  
(searcherExecutor-7628-thread-1-processing-n:127.0.0.1:62533_solr 
x:withShardField_d_replica1 s:d c:withShardField) [n:127.0.0.1:62533_solr 
c:withShardField s:d  x:withShardField_d_replica1] o.a.s.c.SolrCore 
[withShardField_d_replica1] Registered new searcher 
Searcher@6362e955[withShardField_d_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1690759 INFO  (qtp661635082-17833) [n:127.0.0.1:62530_solr 
c:withShardField s:b  x:withShardField_b_replica1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@39f9ad45[withShardField_b_replica1] main]
   [junit4]   2> 1690761 INFO  (qtp661635082-17833) [n:127.0.0.1:62530_solr 
c:withShardField s:b  x:withShardField_b_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1690761 INFO  (qtp661635082-17833) [n:127.0.0.1:62530_solr 
c:withShardField s:b  x:withShardField_b_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1690761 INFO  (qtp661635082-17833) [n:127.0.0.1:62530_solr 
c:withShardField s:b  x:withShardField_b_replica1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1690761 INFO  (qtp661635082-17833) [n:127.0.0.1:62530_solr 
c:withShardField s:b  x:withShardField_b_replica1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1570690725102747648
   [junit4]   2> 1690761 INFO  
(searcherExecutor-7627-thread-1-processing-n:127.0.0.1:62530_solr 
x:withShardField_b_replica1 s:b c:withShardField) [n:127.0.0.1:62530_solr 
c:withShardField s:b  x:withShardField_b_replica1] o.a.s.c.SolrCore 
[withShardField_b_replica1] Registered new searcher 
Searcher@39f9ad45[withShardField_b_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1690765 INFO  (qtp1551729105-17841) [n:127.0.0.1:62533_solr 
c:withShardField s:d  x:withShardField_d_replica1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard d: total=3 found=1 timeoutin=9999ms
   [junit4]   2> 1690765 INFO  (qtp1673385508-17862) [n:127.0.0.1:62532_solr 
c:withShardField s:d  x:withShardField_d_replica2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@d60e28[withShardField_d_replica2] main]
   [junit4]   2> 1690766 INFO  (qtp1923892428-17850) [n:127.0.0.1:62531_solr 
c:withShardField s:a  x:withShardField_a_replica1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@121eea8b[withShardField_a_replica1] main]
   [junit4]   2> 1690766 INFO  (qtp661635082-17831) [n:127.0.0.1:62530_solr 
c:withShardField s:d  x:withShardField_d_replica3] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@61d4d3de[withShardField_d_replica3] main]
   [junit4]   2> 1690767 INFO  (qtp1673385508-17862) [n:127.0.0.1:62532_solr 
c:withShardField s:d  x:withShardField_d_replica2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1690768 INFO  (qtp1923892428-17850) [n:127.0.0.1:62531_solr 
c:withShardField s:a  x:withShardField_a_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1690768 INFO  (qtp1673385508-17862) [n:127.0.0.1:62532_solr 
c:withShardField s:d  x:withShardField_d_replica2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1690768 INFO  (qtp1673385508-17862) [n:127.0.0.1:62532_solr 
c:withShardField s:d  x:withShardField_d_replica2] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1690768 INFO  (qtp1923892428-17850) [n:127.0.0.1:62531_solr 
c:withShardField s:a  x:withShardField_a_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1690768 INFO  (qtp1923892428-17850) [n:127.0.0.1:62531_solr 
c:withShardField s:a  x:withShardField_a_replica1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1690768 INFO  
(searcherExecutor-7625-thread-1-processing-n:127.0.0.1:62532_solr 
x:withShardField_d_replica2 s:d c:withShardField) [n:127.0.0.1:62532_solr 
c:withShardField s:d  x:withShardField_d_replica2] o.a.s.c.SolrCore 
[withShardField_d_replica2] Registered new searcher 
Searcher@d60e28[withShardField_d_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1690768 INFO  (qtp1923892428-17850) [n:127.0.0.1:62531_solr 
c:withShardField s:a  x:withShardField_a_replica1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1570690725110087680
   [junit4]   2> 1690768 INFO  (qtp1673385508-17862) [n:127.0.0.1:62532_solr 
c:withShardField s:d  x:withShardField_d_replica2] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1570690725110087680
   [junit4]   2> 1690768 INFO  
(searcherExecutor-7633-thread-1-processing-n:127.0.0.1:62531_solr 
x:withShardField_a_replica1 s:a c:withShardField) [n:127.0.0.1:62531_solr 
c:withShardField s:a  x:withShardField_a_replica1] o.a.s.c.SolrCore 
[withShardField_a_replica1] Registered new searcher 
Searcher@121eea8b[withShardField_a_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1690769 INFO  (qtp661635082-17831) [n:127.0.0.1:62530_solr 
c:withShardField s:d  x:withShardField_d_replica3] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1690769 INFO  (qtp661635082-17831) [n:127.0.0.1:62530_solr 
c:withShardField s:d  x:withShardField_d_replica3] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1690770 INFO  (qtp661635082-17831) [n:127.0.0.1:62530_solr 
c:withShardField s:d  x:withShardField_d_replica3] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1690770 INFO  
(searcherExecutor-7626-thread-1-processing-n:127.0.0.1:62530_solr 
x:withShardField_d_replica3 s:d c:withShardField) [n:127.0.0.1:62530_solr 
c:withShardField s:d  x:withShardField_d_replica3] o.a.s.c.SolrCore 
[withShardField_d_replica3] Registered new searcher 
Searcher@61d4d3de[withShardField_d_replica3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1690770 INFO  (qtp661635082-17831) [n:127.0.0.1:62530_solr 
c:withShardField s:d  x:withShardField_d_replica3] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1570690725112184832
   [junit4]   2> 1690874 INFO  
(zkCallback-4043-thread-1-processing-n:127.0.0.1:62533_solr) 
[n:127.0.0.1:62533_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/withShardField/state.json] for collection [withShardField] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1690874 INFO  
(zkCallback-4044-thread-1-processing-n:127.0.0.1:62530_solr) 
[n:127.0.0.1:62530_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/withShardField/state.json] for collection [withShardField] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1690874 INFO  
(zkCallback-4045-thread-1-processing-n:127.0.0.1:62531_solr) 
[n:127.0.0.1:62531_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/withShardField/state.json] for collection [withShardField] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1690874 INFO  
(zkCallback-4042-thread-1-processing-n:127.0.0.1:62532_solr) 
[n:127.0.0.1:62532_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/withShardField/state.json] for collection [withShardField] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1691242 INFO  (qtp1551729105-17840) [n:127.0.0.1:62533_solr 
c:withShardField s:b  x:withShardField_b_replica3] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1691242 INFO  (qtp1551729105-17840) [n:127.0.0.1:62533_solr 
c:withShardField s:b  x:withShardField_b_replica3] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1691242 INFO  (qtp1551729105-17840) [n:127.0.0.1:62533_solr 
c:withShardField s:b  x:withShardField_b_replica3] o.a.s.c.SyncStrategy Sync 
replicas to http://127.0.0.1:62533/solr/withShardField_b_replica3/
   [junit4]   2> 1691242 INFO  (qtp1551729105-17840) [n:127.0.0.1:62533_solr 
c:withShardField s:b  x:withShardField_b_replica3] o.a.s.u.PeerSync PeerSync: 
core=withShardField_b_replica3 url=http://127.0.0.1:62533/solr START 
replicas=[http://127.0.0.1:62531/solr/withShardField_b_replica2/, 
http://127.0.0.1:62530/solr/withShardField_b_replica1/] nUpdates=100
   [junit4]   2> 1691243 INFO  (qtp1551729105-17840) [n:127.0.0.1:62533_solr 
c:withShardField s:b  x:withShardField_b_replica3] o.a.s.u.PeerSync PeerSync: 
core=withShardField_b_replica3 url=http://127.0.0.1:62533/solr DONE.  We have 
no versions.  sync failed.
   [junit4]   2> 1691245 INFO  (qtp661635082-17846) [n:127.0.0.1:62530_solr 
c:withShardField s:b r:core_node11 x:withShardField_b_replica1] 
o.a.s.c.S.Request [withShardField_b_replica1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1691245 INFO  (qtp1923892428-17848) [n:127.0.0.1:62531_solr 
c:withShardField s:b r:core_node10 x:withShardField_b_replica2] 
o.a.s.c.S.Request [withShardField_b_replica2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1691245 INFO  (qtp1551729105-17840) [n:127.0.0.1:62533_solr 
c:withShardField s:b  x:withShardField_b_replica3] o.a.s.c.SyncStrategy 
Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1691245 INFO  (qtp1551729105-17840) [n:127.0.0.1:62533_solr 
c:withShardField s:b  x:withShardField_b_replica3] 
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> 1691245 INFO  (qtp1551729105-17840) [n:127.0.0.1:62533_solr 
c:withShardField s:b  x:withShardField_b_replica3] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1691250 INFO  (qtp1673385508-17859) [n:127.0.0.1:62532_solr 
c:withShardField s:a  x:withShardField_a_replica3] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1691250 INFO  (qtp1673385508-17859) [n:127.0.0.1:62532_solr 
c:withShardField s:a  x:withShardField_a_replica3] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1691250 INFO  (qtp1673385508-17859) [n:127.0.0.1:62532_solr 
c:withShardField s:a  x:withShardField_a_replica3] o.a.s.c.SyncStrategy Sync 
replicas to http://127.0.0.1:62532/solr/withShardField_a_replica3/
   [junit4]   2> 1691250 INFO  (qtp1673385508-17859) [n:127.0.0.1:62532_solr 
c:withShardField s:a  x:withShardField_a_replica3] o.a.s.u.PeerSync PeerSync: 
core=withShardField_a_replica3 url=http://127.0.0.1:62532/solr START 
replicas=[http://127.0.0.1:62531/solr/withShardField_a_replica1/, 
http://127.0.0.1:62533/solr/withShardField_a_replica2/] nUpdates=100
   [junit4]   2> 1691251 INFO  (qtp1551729105-17840) [n:127.0.0.1:62533_solr 
c:withShardField s:b  x:withShardField_b_replica3] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:62533/solr/withShardField_b_replica3/ b
   [junit4]   2> 1691251 INFO  (qtp1673385508-17859) [n:127.0.0.1:62532_solr 
c:withShardField s:a  x:withShardField_a_replica3] o.a.s.u.PeerSync PeerSync: 
core=withShardField_a_replica3 url=http://127.0.0.1:62532/solr DONE.  We have 
no versions.  sync failed.
   [junit4]   2> 1691253 INFO  (qtp1923892428-17844) [n:127.0.0.1:62531_solr 
c:withShardField s:a r:core_node6 x:withShardField_a_replica1] 
o.a.s.c.S.Request [withShardField_a_replica1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 1691253 INFO  (qtp1551729105-17842) [n:127.0.0.1:62533_solr 
c:withShardField s:a r:core_node9 x:withShardField_a_replica2] 
o.a.s.c.S.Request [withShardField_a_replica2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 1691253 INFO  (qtp1673385508-17859) [n:127.0.0.1:62532_solr 
c:withShardField s:a  x:withShardField_a_replica3] o.a.s.c.SyncStrategy 
Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1691253 INFO  (qtp1673385508-17859) [n:127.0.0.1:62532_solr 
c:withShardField s:a  x:withShardField_a_replica3] 
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> 1691253 INFO  (qtp1673385508-17859) [n:127.0.0.1:62532_solr 
c:withShardField s:a  x:withShardField_a_replica3] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1691255 INFO  (qtp1923892428-17849) [n:127.0.0.1:62531_solr 
c:withShardField s:c  x:withShardField_c_replica3] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1691255 INFO  (qtp1923892428-17849) [n:127.0.0.1:62531_solr 
c:withShardField s:c  x:withShardField_c_replica3] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1691255 INFO  (qtp1923892428-17849) [n:127.0.0.1:62531_solr 
c:withShardField s:c  x:withShardField_c_replica3] o.a.s.c.SyncStrategy Sync 
replicas to http://127.0.0.1:62531/solr/withShardField_c_replica3/
   [junit4]   2> 1691255 INFO  (qtp1923892428-17849) [n:127.0.0.1:62531_solr 
c:withShardField s:c  x:withShardField_c_replica3] o.a.s.u.PeerSync PeerSync: 
core=withShardField_c_replica3 url=http://127.0.0.1:62531/solr START 
replicas=[http://127.0.0.1:62530/solr/withShardField_c_replica2/, 
http://127.0.0.1:62532/solr/withShardField_c_replica1/] nUpdates=100
   [junit4]   2> 1691256 INFO  (qtp1923892428-17849) [n:127.0.0.1:62531_solr 
c:withShardField s:c  x:withShardField_c_replica3] o.a.s.u.PeerSync PeerSync: 
core=withShardField_c_replica3 url=http://127.0.0.1:62531/solr DONE.  We have 
no versions.  sync failed.
   [junit4]   2> 1691256 INFO  (qtp661635082-17828) [n:127.0.0.1:62530_solr 
c:withShardField s:c r:core_node1 x:withShardField_c_

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

  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1768471 INFO  
(zkCallback-4042-thread-1-processing-n:127.0.0.1:62532_solr) 
[n:127.0.0.1:62532_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 1768472 INFO  (coreCloseExecutor-7747-thread-1) 
[n:127.0.0.1:62531_solr c:implicitcoll s:b r:core_node8 
x:implicitcoll_b_replica1] o.a.s.m.SolrMetricManager Closing metric reporters 
for: solr.core.implicitcoll.b.replica1
   [junit4]   2> 1768473 WARN  
(zkCallback-4042-thread-1-processing-n:127.0.0.1:62532_solr) 
[n:127.0.0.1:62532_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1768474 WARN  
(zkCallback-4045-thread-3-processing-n:127.0.0.1:62531_solr) 
[n:127.0.0.1:62531_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1768474 INFO  
(zkCallback-4044-thread-1-processing-n:127.0.0.1:62530_solr) 
[n:127.0.0.1:62530_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:62530_solr
   [junit4]   2> 1768474 INFO  (jetty-closer-4024-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@9380184{/solr,null,UNAVAILABLE}
   [junit4]   2> 1768474 INFO  (jetty-closer-4024-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@34b26f73{/solr,null,UNAVAILABLE}
   [junit4]   2> 1768475 INFO  
(zkCallback-4044-thread-2-processing-n:127.0.0.1:62530_solr) 
[n:127.0.0.1:62530_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (1)
   [junit4]   2> 1768475 INFO  (coreCloseExecutor-7749-thread-1) 
[n:127.0.0.1:62530_solr c:implicitcoll s:a r:core_node3 
x:implicitcoll_a_replica3] o.a.s.m.SolrMetricManager Closing metric reporters 
for: solr.core.implicitcoll.a.replica3
   [junit4]   2> 1769980 WARN  
(zkCallback-4044-thread-2-processing-n:127.0.0.1:62530_solr) 
[n:127.0.0.1:62530_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1769980 INFO  (jetty-closer-4024-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5d4f0936{/solr,null,UNAVAILABLE}
   [junit4]   2> 1769981 ERROR 
(SUITE-CustomCollectionTest-seed#[D8063D4CD08AE408]-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> 1769981 INFO  
(SUITE-CustomCollectionTest-seed#[D8063D4CD08AE408]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:62528 62528
   [junit4]   2> 1770084 INFO  (Thread-3891) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:62528 62528
   [junit4]   2> 1771016 WARN  (Thread-3891) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        12      /solr/configs/conf
   [junit4]   2>        9       /solr/aliases.json
   [junit4]   2>        9       /solr/clusterprops.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        9       /solr/clusterstate.json
   [junit4]   2>        4       
/solr/collections/testCreateShardRepFactor/state.json
   [junit4]   2>        4       /solr/collections/routeFieldColl/state.json
   [junit4]   2>        4       /solr/collections/implicitcoll/state.json
   [junit4]   2>        4       /solr/collections/withShardField/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/98168170169630729-127.0.0.1:62532_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        31      /solr/collections
   [junit4]   2>        9       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1771016 INFO  
(SUITE-CustomCollectionTest-seed#[D8063D4CD08AE408]-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.CustomCollectionTest_D8063D4CD08AE408-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{shard_s=FSTOrd50, _version_=FSTOrd50, id=PostingsFormat(name=Memory doPackFST= 
false)}, docValues:{}, maxPointsInLeafNode=934, 
maxMBSortInHeap=6.850344250461218, 
sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=und, 
timezone=US/Alaska
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_131 
(64-bit)/cpus=3,threads=1,free=112859344,total=505495552
   [junit4]   2> NOTE: All tests run in this JVM: [AliasIntegrationTest, 
TestSolrConfigHandlerCloud, TestSystemCollAutoCreate, CleanupOldIndexTest, 
TestSolr4Spatial, CopyFieldTest, SpatialHeatmapFacetsTest, 
DefaultValueUpdateProcessorTest, TestSolrCoreParser, TestDFRSimilarityFactory, 
ReplaceNodeTest, LeaderElectionContextKeyTest, 
TestSerializedLuceneMatchVersion, StatsReloadRaceTest, TestBlobHandler, 
TestJmxMonitoredMap, HdfsWriteToMultipleCollectionsTest, 
TestFieldCacheSanityChecker, TestCorePropertiesReload, 
TestMaxTokenLenTokenizer, TestDownShardTolerantSearch, TestSearcherReuse, 
TestFastWriter, TestRuleBasedAuthorizationPlugin, DateMathParserTest, 
TestMiniSolrCloudCluster, BooleanFieldTest, TermVectorComponentTest, 
FileBasedSpellCheckerTest, SolrCLIZkUtilsTest, 
LeaderFailureAfterFreshStartTest, TestTolerantUpdateProcessorCloud, 
TlogReplayBufferedWhileIndexingTest, ShowFileRequestHandlerTest, 
MergeStrategyTest, TestRealTimeGet, AnalyticsMergeStrategyTest, 
SpellingQueryConverterTest, RestartWhileUpdatingTest, TestManagedResource, 
TestFreeTextSuggestions, TestManagedStopFilterFactory, TestJsonFacets, 
TestFuzzyAnalyzedSuggestions, DistributedQueryComponentOptimizationTest, 
TestCodecSupport, TestRestManager, HdfsRecoveryZkTest, 
TestClassicSimilarityFactory, PreAnalyzedFieldManagedSchemaCloudTest, 
TestClassNameShortening, TestNestedDocsSort, CoreSorterTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestSQLHandler, 
TestMacroExpander, ReplicaListTransformerTest, SuggesterTest, 
URLClassifyProcessorTest, TestRequestForwarding, RAMDirectoryFactoryTest, 
CollectionReloadTest, CircularListTest, TestSSLRandomization, 
ResourceLoaderTest, SuggesterTSTTest, TestSimpleTrackingShardHandler, 
ConnectionReuseTest, SSLMigrationTest, TestExceedMaxTermLength, 
TestInfoStreamLogging, BasicDistributedZk2Test, EchoParamsTest, 
SecurityConfHandlerTest, DistributedFacetPivotWhiteBoxTest, HdfsSyncSliceTest, 
ForceLeaderTest, JSONWriterTest, TestInPlaceUpdatesDistrib, 
TestSolrConfigHandler, FacetPivotSmallTest, TestWriterPerf, 
AnalysisErrorHandlingTest, TestReqParamsAPI, JavabinLoaderTest, 
FieldAnalysisRequestHandlerTest, SolrCoreMetricManagerTest, 
HdfsBasicDistributedZkTest, LoggingHandlerTest, 
TestDynamicFieldCollectionResource, TestSolrCloudWithSecureImpersonation, 
DistanceUnitsTest, SortSpecParsingTest, QueryParsingTest, RuleEngineTest, 
FieldMutatingUpdateProcessorTest, DistributedFacetPivotSmallAdvancedTest, 
BinaryUpdateRequestHandlerTest, TestQuerySenderListener, 
SpellCheckCollatorTest, ConvertedLegacyTest, TestTrie, 
ExitableDirectoryReaderTest, LeaderElectionIntegrationTest, BadIndexSchemaTest, 
CSVRequestHandlerTest, SmileWriterTest, SolrGangliaReporterTest, 
TestStressInPlaceUpdates, TestPivotHelperCode, 
UpdateRequestProcessorFactoryTest, TestEmbeddedSolrServerSchemaAPI, 
TestRecoveryHdfs, AddSchemaFieldsUpdateProcessorFactoryTest, CacheHeaderTest, 
RecoveryAfterSoftCommitTest, TestBlendedInfixSuggestions, 
DistributedFacetPivotLargeTest, TestCoreAdminApis, PreAnalyzedFieldTest, 
CreateCollectionCleanupTest, TestLuceneMatchVersion, TestUtils, BJQParserTest, 
NotRequiredUniqueKeyTest, TestSuggestSpellingConverter, 
CollectionTooManyReplicasTest, TestReload, CdcrBootstrapTest, TestPathTrie, 
SolrCoreCheckLockOnStartupTest, TestSearchPerf, DistanceFunctionTest, 
MissingSegmentRecoveryTest, ReturnFieldsTest, TestComplexPhraseQParserPlugin, 
JsonLoaderTest, TestRangeQuery, TestBulkSchemaConcurrent, TestExportWriter, 
TestFieldCollectionResource, BufferStoreTest, TestTestInjection, 
OpenCloseCoreStressTest, ScriptEngineTest, OverseerTaskQueueTest, 
DistributedExpandComponentTest, TestDefaultStatsCache, 
TestFieldCacheWithThreads, NoCacheHeaderTest, DeleteShardTest, 
SolrIndexMetricsTest, TestExpandComponent, TestRandomFlRTGCloud, 
OverseerRolesTest, TestLMDirichletSimilarityFactory, TestFoldingMultitermQuery, 
MBeansHandlerTest, SolrInfoMBeanTest, TestSolrCloudWithDelegationTokens, 
DateRangeFieldTest, GraphQueryTest, CoreAdminHandlerTest, 
AsyncCallRequestStatusResponseTest, TestSolrQueryParser, 
WrapperMergePolicyFactoryTest, ExplicitHLLTest, 
TestDeleteCollectionOnDownNodes, TestXmlQParserPlugin, 
FullSolrCloudDistribCmdsTest, DistributedTermsComponentTest, 
ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest, BasicZkTest, 
ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, 
ZkSolrClientTest, TestRandomDVFaceting, ShardRoutingCustomTest, 
TestDistributedGrouping, DistributedSpellCheckComponentTest, 
TermVectorComponentDistributedTest, HardAutoCommitTest, 
SpellCheckComponentTest, TestGroupingSearch, SolrCmdDistributorTest, 
PeerSyncTest, TestBadConfig, SoftAutoCommitTest, TestJmxIntegration, 
TestAnalyzedSuggestions, TestPHPSerializedResponseWriter, TestLFUCache, 
TestMergePolicyConfig, MinimalSchemaTest, ExternalFileFieldSortTest, 
TestPostingsSolrHighlighter, TestPhraseSuggestions, TestXIncludeConfig, 
TestLMJelinekMercerSimilarityFactory, ChaosMonkeyNothingIsSafeTest, 
TestHighlightDedupGrouping, TestJettySolrRunner, ActionThrottleTest, 
CloudExitableDirectoryReaderTest, CollectionStateFormat2Test, 
ConcurrentDeleteAndCreateCollectionTest, ConfigSetsAPITest, 
ConnectionManagerTest, CustomCollectionTest]
   [junit4] Completed [506/715 (1!)] on J1 in 82.57s, 4 tests, 2 errors <<< 
FAILURES!

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

Reply via email to