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

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([DD2DB96DDACFC580:B7CC3706E75573F8]:0)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:118)
        at 
org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:247)
        at 
org.apache.solr.cloud.CustomCollectionTest.testCustomCollectionsAPI(CustomCollectionTest.java:68)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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.LeaderInitiatedRecoveryOnCommitTest.test

Error Message:
Could not find collection : c8n_1x3_commits

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : 
c8n_1x3_commits
        at 
__randomizedtesting.SeedInfo.seed([DD2DB96DDACFC580:557986B77433A878]:0)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:118)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1958)
        at 
org.apache.solr.cloud.LeaderInitiatedRecoveryOnCommitTest.oneShardTest(LeaderInitiatedRecoveryOnCommitTest.java:112)
        at 
org.apache.solr.cloud.LeaderInitiatedRecoveryOnCommitTest.test(LeaderInitiatedRecoveryOnCommitTest.java:55)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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 13356 lines...]
   [junit4] Suite: org.apache.solr.cloud.CustomCollectionTest
   [junit4]   2> 2704022 INFO  
(SUITE-CustomCollectionTest-seed#[DD2DB96DDACFC580]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD2DB96DDACFC580-001/init-core-data-001
   [junit4]   2> 2704023 INFO  
(SUITE-CustomCollectionTest-seed#[DD2DB96DDACFC580]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2704029 INFO  
(SUITE-CustomCollectionTest-seed#[DD2DB96DDACFC580]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 2704032 INFO  
(SUITE-CustomCollectionTest-seed#[DD2DB96DDACFC580]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD2DB96DDACFC580-001/tempDir-001
   [junit4]   2> 2704032 INFO  
(SUITE-CustomCollectionTest-seed#[DD2DB96DDACFC580]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2704033 INFO  (Thread-3261) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2704033 INFO  (Thread-3261) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2704041 ERROR (Thread-3261) [    ] 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> 2704141 INFO  
(SUITE-CustomCollectionTest-seed#[DD2DB96DDACFC580]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:63380
   [junit4]   2> 2704166 INFO  (zkConnectionManagerCallback-4284-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2704180 INFO  (jetty-launcher-4281-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2704180 INFO  (jetty-launcher-4281-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2704180 INFO  (jetty-launcher-4281-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2704185 INFO  (jetty-launcher-4281-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2704187 INFO  (jetty-launcher-4281-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2708a7f6{/solr,null,AVAILABLE}
   [junit4]   2> 2704190 INFO  (jetty-launcher-4281-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5879daee{/solr,null,AVAILABLE}
   [junit4]   2> 2704190 INFO  (jetty-launcher-4281-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5843e6cd{SSL,[ssl, 
http/1.1]}{127.0.0.1:63382}
   [junit4]   2> 2704190 INFO  (jetty-launcher-4281-thread-1) [    ] 
o.e.j.s.Server Started @2707350ms
   [junit4]   2> 2704191 INFO  (jetty-launcher-4281-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=63382}
   [junit4]   2> 2704191 ERROR (jetty-launcher-4281-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2704191 INFO  (jetty-launcher-4281-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@365ea6a3{/solr,null,AVAILABLE}
   [junit4]   2> 2704191 INFO  (jetty-launcher-4281-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 2704192 INFO  (jetty-launcher-4281-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2704192 INFO  (jetty-launcher-4281-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2704192 INFO  (jetty-launcher-4281-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-10T17:36:04.723Z
   [junit4]   2> 2704192 INFO  (jetty-launcher-4281-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@702f852b{/solr,null,AVAILABLE}
   [junit4]   2> 2704193 INFO  (jetty-launcher-4281-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@335ec4f{SSL,[ssl, 
http/1.1]}{127.0.0.1:63385}
   [junit4]   2> 2704195 INFO  (jetty-launcher-4281-thread-4) [    ] 
o.e.j.s.Server Started @2707354ms
   [junit4]   2> 2704199 INFO  (jetty-launcher-4281-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=63385}
   [junit4]   2> 2704195 INFO  (jetty-launcher-4281-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@7536dbb5{SSL,[ssl, 
http/1.1]}{127.0.0.1:63383}
   [junit4]   2> 2704201 ERROR (jetty-launcher-4281-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2704195 INFO  (jetty-launcher-4281-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@23d1544f{SSL,[ssl, 
http/1.1]}{127.0.0.1:63384}
   [junit4]   2> 2704202 INFO  (jetty-launcher-4281-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 2704201 INFO  (jetty-launcher-4281-thread-3) [    ] 
o.e.j.s.Server Started @2707361ms
   [junit4]   2> 2704202 INFO  (jetty-launcher-4281-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2704202 INFO  (jetty-launcher-4281-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=63383}
   [junit4]   2> 2704202 INFO  (jetty-launcher-4281-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2704202 INFO  (jetty-launcher-4281-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-10T17:36:04.733Z
   [junit4]   2> 2704202 ERROR (jetty-launcher-4281-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2704202 INFO  (jetty-launcher-4281-thread-2) [    ] 
o.e.j.s.Server Started @2707362ms
   [junit4]   2> 2704203 INFO  (jetty-launcher-4281-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 2704203 INFO  (jetty-launcher-4281-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=63384}
   [junit4]   2> 2704203 INFO  (jetty-launcher-4281-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2704203 INFO  (jetty-launcher-4281-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2704203 INFO  (jetty-launcher-4281-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-10T17:36:04.734Z
   [junit4]   2> 2704203 ERROR (jetty-launcher-4281-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2704202 INFO  (zkConnectionManagerCallback-4286-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2704204 INFO  (jetty-launcher-4281-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 2704204 INFO  (jetty-launcher-4281-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2704204 INFO  (jetty-launcher-4281-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2704204 INFO  (jetty-launcher-4281-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-10T17:36:04.735Z
   [junit4]   2> 2704204 INFO  (jetty-launcher-4281-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2704204 INFO  (zkConnectionManagerCallback-4288-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2704209 INFO  (zkConnectionManagerCallback-4290-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2704209 INFO  (zkConnectionManagerCallback-4292-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2704209 INFO  (jetty-launcher-4281-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2704210 INFO  (jetty-launcher-4281-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2704210 INFO  (jetty-launcher-4281-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2704239 INFO  (jetty-launcher-4281-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63380/solr
   [junit4]   2> 2704239 INFO  (jetty-launcher-4281-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63380/solr
   [junit4]   2> 2704239 INFO  (jetty-launcher-4281-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63380/solr
   [junit4]   2> 2704242 INFO  (zkConnectionManagerCallback-4300-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2704242 INFO  (zkConnectionManagerCallback-4304-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2704243 INFO  (zkConnectionManagerCallback-4302-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2704244 INFO  (jetty-launcher-4281-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63380/solr
   [junit4]   2> 2704249 INFO  
(zkConnectionManagerCallback-4311-thread-1-processing-n:127.0.0.1:63382_solr) 
[n:127.0.0.1:63382_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2704249 INFO  
(zkConnectionManagerCallback-4312-thread-1-processing-n:127.0.0.1:63383_solr) 
[n:127.0.0.1:63383_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2704250 INFO  (zkConnectionManagerCallback-4308-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2704253 INFO  
(zkConnectionManagerCallback-4314-thread-1-processing-n:127.0.0.1:63385_solr) 
[n:127.0.0.1:63385_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2704259 INFO  
(zkConnectionManagerCallback-4316-thread-1-processing-n:127.0.0.1:63384_solr) 
[n:127.0.0.1:63384_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2704535 INFO  (jetty-launcher-4281-thread-4) 
[n:127.0.0.1:63385_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2704535 INFO  (jetty-launcher-4281-thread-2) 
[n:127.0.0.1:63384_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2704535 INFO  (jetty-launcher-4281-thread-3) 
[n:127.0.0.1:63383_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2704535 INFO  (jetty-launcher-4281-thread-1) 
[n:127.0.0.1:63382_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2704536 INFO  (jetty-launcher-4281-thread-4) 
[n:127.0.0.1:63385_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:63385_solr
   [junit4]   2> 2704538 INFO  (jetty-launcher-4281-thread-2) 
[n:127.0.0.1:63384_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63384_solr
   [junit4]   2> 2704539 INFO  (jetty-launcher-4281-thread-3) 
[n:127.0.0.1:63383_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63383_solr
   [junit4]   2> 2704539 INFO  (jetty-launcher-4281-thread-1) 
[n:127.0.0.1:63382_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63382_solr
   [junit4]   2> 2704539 INFO  (jetty-launcher-4281-thread-4) 
[n:127.0.0.1:63385_solr    ] o.a.s.c.Overseer Overseer 
(id=99326739386793995-127.0.0.1:63385_solr-n_0000000000) starting
   [junit4]   2> 2704542 INFO  
(zkCallback-4309-thread-1-processing-n:127.0.0.1:63383_solr) 
[n:127.0.0.1:63383_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2704544 INFO  
(zkCallback-4313-thread-1-processing-n:127.0.0.1:63385_solr) 
[n:127.0.0.1:63385_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2704547 INFO  
(zkCallback-4310-thread-1-processing-n:127.0.0.1:63382_solr) 
[n:127.0.0.1:63382_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2704553 INFO  
(zkCallback-4315-thread-1-processing-n:127.0.0.1:63384_solr) 
[n:127.0.0.1:63384_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2704605 INFO  (jetty-launcher-4281-thread-4) 
[n:127.0.0.1:63385_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63385_solr
   [junit4]   2> 2704617 INFO  
(zkCallback-4315-thread-1-processing-n:127.0.0.1:63384_solr) 
[n:127.0.0.1:63384_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2704622 INFO  
(zkCallback-4309-thread-1-processing-n:127.0.0.1:63383_solr) 
[n:127.0.0.1:63383_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2704623 INFO  
(zkCallback-4310-thread-1-processing-n:127.0.0.1:63382_solr) 
[n:127.0.0.1:63382_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2704625 INFO  
(zkCallback-4313-thread-1-processing-n:127.0.0.1:63385_solr) 
[n:127.0.0.1:63385_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2704791 INFO  (jetty-launcher-4281-thread-3) 
[n:127.0.0.1:63383_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63383.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@35b4ee1e
   [junit4]   2> 2704791 INFO  (jetty-launcher-4281-thread-1) 
[n:127.0.0.1:63382_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63382.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@35b4ee1e
   [junit4]   2> 2704806 INFO  (jetty-launcher-4281-thread-2) 
[n:127.0.0.1:63384_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63384.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@35b4ee1e
   [junit4]   2> 2704815 INFO  (jetty-launcher-4281-thread-4) 
[n:127.0.0.1:63385_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63385.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@35b4ee1e
   [junit4]   2> 2704869 INFO  (jetty-launcher-4281-thread-3) 
[n:127.0.0.1:63383_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63383.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@35b4ee1e
   [junit4]   2> 2704870 INFO  (jetty-launcher-4281-thread-1) 
[n:127.0.0.1:63382_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63382.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@35b4ee1e
   [junit4]   2> 2704870 INFO  (jetty-launcher-4281-thread-3) 
[n:127.0.0.1:63383_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63383.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@35b4ee1e
   [junit4]   2> 2704870 INFO  (jetty-launcher-4281-thread-1) 
[n:127.0.0.1:63382_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63382.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@35b4ee1e
   [junit4]   2> 2704871 INFO  (jetty-launcher-4281-thread-2) 
[n:127.0.0.1:63384_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63384.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@35b4ee1e
   [junit4]   2> 2704871 INFO  (jetty-launcher-4281-thread-3) 
[n:127.0.0.1:63383_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD2DB96DDACFC580-001/tempDir-001/node3/.
   [junit4]   2> 2704871 INFO  (jetty-launcher-4281-thread-2) 
[n:127.0.0.1:63384_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63384.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@35b4ee1e
   [junit4]   2> 2704873 INFO  (jetty-launcher-4281-thread-2) 
[n:127.0.0.1:63384_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD2DB96DDACFC580-001/tempDir-001/node2/.
   [junit4]   2> 2704873 INFO  (jetty-launcher-4281-thread-1) 
[n:127.0.0.1:63382_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD2DB96DDACFC580-001/tempDir-001/node1/.
   [junit4]   2> 2704881 INFO  (jetty-launcher-4281-thread-4) 
[n:127.0.0.1:63385_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63385.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@35b4ee1e
   [junit4]   2> 2704881 INFO  (jetty-launcher-4281-thread-4) 
[n:127.0.0.1:63385_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63385.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@35b4ee1e
   [junit4]   2> 2704883 INFO  (jetty-launcher-4281-thread-4) 
[n:127.0.0.1:63385_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD2DB96DDACFC580-001/tempDir-001/node4/.
   [junit4]   2> 2705064 INFO  (zkConnectionManagerCallback-4326-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2705068 INFO  (zkConnectionManagerCallback-4330-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2705070 INFO  
(SUITE-CustomCollectionTest-seed#[DD2DB96DDACFC580]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2705072 INFO  
(SUITE-CustomCollectionTest-seed#[DD2DB96DDACFC580]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63380/solr ready
   [junit4]   2> 2705283 INFO  
(TEST-CustomCollectionTest.testRouteFieldForImplicitRouter-seed#[DD2DB96DDACFC580])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testRouteFieldForImplicitRouter
   [junit4]   2> 2705285 INFO  
(TEST-CustomCollectionTest.testRouteFieldForImplicitRouter-seed#[DD2DB96DDACFC580])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2705318 INFO  (qtp2114943609-19626) [n:127.0.0.1:63384_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&nrtReplicas=3&action=CREATE&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2705322 INFO  
(OverseerThreadFactory-7823-thread-1-processing-n:127.0.0.1:63385_solr) 
[n:127.0.0.1:63385_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
withShardField
   [junit4]   2> 2705444 INFO  
(OverseerStateUpdate-99326739386793995-127.0.0.1:63385_solr-n_0000000000) 
[n:127.0.0.1:63385_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"withShardField",
   [junit4]   2>   "shard":"a",
   [junit4]   2>   "core":"withShardField_a_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:63384/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2705449 INFO  
(OverseerStateUpdate-99326739386793995-127.0.0.1:63385_solr-n_0000000000) 
[n:127.0.0.1:63385_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"withShardField",
   [junit4]   2>   "shard":"a",
   [junit4]   2>   "core":"withShardField_a_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:63385/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2705452 INFO  
(OverseerStateUpdate-99326739386793995-127.0.0.1:63385_solr-n_0000000000) 
[n:127.0.0.1:63385_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"withShardField",
   [junit4]   2>   "shard":"a",
   [junit4]   2>   "core":"withShardField_a_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:63382/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2705457 INFO  
(OverseerStateUpdate-99326739386793995-127.0.0.1:63385_solr-n_0000000000) 
[n:127.0.0.1:63385_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"withShardField",
   [junit4]   2>   "shard":"b",
   [junit4]   2>   "core":"withShardField_b_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:63383/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2705461 INFO  
(OverseerStateUpdate-99326739386793995-127.0.0.1:63385_solr-n_0000000000) 
[n:127.0.0.1:63385_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"withShardField",
   [junit4]   2>   "shard":"b",
   [junit4]   2>   "core":"withShardField_b_replica_n8",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:63384/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2705464 INFO  
(OverseerStateUpdate-99326739386793995-127.0.0.1:63385_solr-n_0000000000) 
[n:127.0.0.1:63385_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"withShardField",
   [junit4]   2>   "shard":"b",
   [junit4]   2>   "core":"withShardField_b_replica_n10",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:63385/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2705472 INFO  
(OverseerStateUpdate-99326739386793995-127.0.0.1:63385_solr-n_0000000000) 
[n:127.0.0.1:63385_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"withShardField",
   [junit4]   2>   "shard":"c",
   [junit4]   2>   "core":"withShardField_c_replica_n12",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:63382/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2705478 INFO  
(OverseerStateUpdate-99326739386793995-127.0.0.1:63385_solr-n_0000000000) 
[n:127.0.0.1:63385_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"withShardField",
   [junit4]   2>   "shard":"c",
   [junit4]   2>   "core":"withShardField_c_replica_n14",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:63383/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2705485 INFO  
(OverseerStateUpdate-99326739386793995-127.0.0.1:63385_solr-n_0000000000) 
[n:127.0.0.1:63385_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"withShardField",
   [junit4]   2>   "shard":"c",
   [junit4]   2>   "core":"withShardField_c_replica_n16",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:63384/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2705491 INFO  
(OverseerStateUpdate-99326739386793995-127.0.0.1:63385_solr-n_0000000000) 
[n:127.0.0.1:63385_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"withShardField",
   [junit4]   2>   "shard":"d",
   [junit4]   2>   "core":"withShardField_d_replica_n18",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:63385/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2705504 INFO  
(OverseerStateUpdate-99326739386793995-127.0.0.1:63385_solr-n_0000000000) 
[n:127.0.0.1:63385_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"withShardField",
   [junit4]   2>   "shard":"d",
   [junit4]   2>   "core":"withShardField_d_replica_n20",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:63382/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2705513 INFO  
(OverseerStateUpdate-99326739386793995-127.0.0.1:63385_solr-n_0000000000) 
[n:127.0.0.1:63385_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"withShardField",
   [junit4]   2>   "shard":"d",
   [junit4]   2>   "core":"withShardField_d_replica_n22",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:63383/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2705734 INFO  (qtp2114943609-19606) [n:127.0.0.1:63384_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node19&collection.configName=conf&newCollection=true&name=withShardField_c_replica_n16&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2705734 INFO  (qtp2114943609-19625) [n:127.0.0.1:63384_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=withShardField_a_replica_n1&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2705735 INFO  (qtp2114943609-19606) [n:127.0.0.1:63384_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2705736 INFO  (qtp2114943609-19623) [n:127.0.0.1:63384_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node11&collection.configName=conf&newCollection=true&name=withShardField_b_replica_n8&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2705817 INFO  (qtp126095173-19615) [n:127.0.0.1:63385_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node13&collection.configName=conf&newCollection=true&name=withShardField_b_replica_n10&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2705819 INFO  (qtp126095173-19615) [n:127.0.0.1:63385_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2705819 INFO  (qtp683580184-19594) [n:127.0.0.1:63382_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=withShardField_a_replica_n4&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2705819 INFO  (qtp1407087533-19610) [n:127.0.0.1:63383_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node17&collection.configName=conf&newCollection=true&name=withShardField_c_replica_n14&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2705819 INFO  (qtp683580184-19601) [n:127.0.0.1:63382_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node15&collection.configName=conf&newCollection=true&name=withShardField_c_replica_n12&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2705820 INFO  (qtp683580184-19594) [n:127.0.0.1:63382_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2705820 INFO  (qtp1407087533-19610) [n:127.0.0.1:63383_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2705820 INFO  (qtp126095173-19612) [n:127.0.0.1:63385_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=withShardField_a_replica_n2&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2705820 INFO  (qtp683580184-19597) [n:127.0.0.1:63382_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node23&collection.configName=conf&newCollection=true&name=withShardField_d_replica_n20&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2705829 INFO  (qtp1407087533-19602) [n:127.0.0.1:63383_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node9&collection.configName=conf&newCollection=true&name=withShardField_b_replica_n6&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2705829 INFO  (qtp1407087533-19605) [n:127.0.0.1:63383_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node24&collection.configName=conf&newCollection=true&name=withShardField_d_replica_n22&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2705829 INFO  (qtp126095173-19618) [n:127.0.0.1:63385_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node21&collection.configName=conf&newCollection=true&name=withShardField_d_replica_n18&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2705944 INFO  
(zkCallback-4313-thread-1-processing-n:127.0.0.1:63385_solr) 
[n:127.0.0.1:63385_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> 2705944 INFO  
(zkCallback-4315-thread-1-processing-n:127.0.0.1:63384_solr) 
[n:127.0.0.1:63384_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> 2705944 INFO  
(zkCallback-4310-thread-1-processing-n:127.0.0.1:63382_solr) 
[n:127.0.0.1:63382_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> 2705944 INFO  
(zkCallback-4313-thread-2-processing-n:127.0.0.1:63385_solr) 
[n:127.0.0.1:63385_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> 2705944 INFO  
(zkCallback-4309-thread-1-processing-n:127.0.0.1:63383_solr) 
[n:127.0.0.1:63383_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> 2705945 INFO  
(zkCallback-4315-thread-2-processing-n:127.0.0.1:63384_solr) 
[n:127.0.0.1:63384_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> 2705945 INFO  
(zkCallback-4315-thread-3-processing-n:127.0.0.1:63384_solr) 
[n:127.0.0.1:63384_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> 2705946 INFO  
(zkCallback-4310-thread-2-processing-n:127.0.0.1:63382_solr) 
[n:127.0.0.1:63382_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> 2705946 INFO  
(zkCallback-4309-thread-2-processing-n:127.0.0.1:63383_solr) 
[n:127.0.0.1:63383_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> 2706796 INFO  (qtp2114943609-19623) [n:127.0.0.1:63384_solr 
c:withShardField s:b r:core_node11 x:withShardField_b_replica_n8] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2706797 INFO  (qtp2114943609-19606) [n:127.0.0.1:63384_solr 
c:withShardField s:c r:core_node19 x:withShardField_c_replica_n16] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2706797 INFO  (qtp2114943609-19625) [n:127.0.0.1:63384_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2706814 INFO  (qtp2114943609-19623) [n:127.0.0.1:63384_solr 
c:withShardField s:b r:core_node11 x:withShardField_b_replica_n8] 
o.a.s.s.IndexSchema [withShardField_b_replica_n8] Schema name=cloud-dynamic
   [junit4]   2> 2706816 INFO  (qtp2114943609-19625) [n:127.0.0.1:63384_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.s.IndexSchema [withShardField_a_replica_n1] Schema name=cloud-dynamic
   [junit4]   2> 2706819 INFO  (qtp2114943609-19606) [n:127.0.0.1:63384_solr 
c:withShardField s:c r:core_node19 x:withShardField_c_replica_n16] 
o.a.s.s.IndexSchema [withShardField_c_replica_n16] Schema name=cloud-dynamic
   [junit4]   2> 2706865 INFO  (qtp2114943609-19625) [n:127.0.0.1:63384_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2706865 INFO  (qtp2114943609-19625) [n:127.0.0.1:63384_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_a_replica_n1' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 2706865 INFO  (qtp2114943609-19625) [n:127.0.0.1:63384_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63384.solr.core.withShardField.a.replica_n1' (registry 
'solr.core.withShardField.a.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@35b4ee1e
   [junit4]   2> 2706866 INFO  (qtp2114943609-19606) [n:127.0.0.1:63384_solr 
c:withShardField s:c r:core_node19 x:withShardField_c_replica_n16] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2706866 INFO  (qtp2114943609-19625) [n:127.0.0.1:63384_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2706866 INFO  (qtp2114943609-19606) [n:127.0.0.1:63384_solr 
c:withShardField s:c r:core_node19 x:withShardField_c_replica_n16] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_c_replica_n16' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 2706866 INFO  (qtp2114943609-19625) [n:127.0.0.1:63384_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.c.SolrCore [[withShardField_a_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD2DB96DDACFC580-001/tempDir-001/node2/withShardField_a_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD2DB96DDACFC580-001/tempDir-001/node2/./withShardField_a_replica_n1/data/]
   [junit4]   2> 2706866 INFO  (qtp2114943609-19606) [n:127.0.0.1:63384_solr 
c:withShardField s:c r:core_node19 x:withShardField_c_replica_n16] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63384.solr.core.withShardField.c.replica_n16' (registry 
'solr.core.withShardField.c.replica_n16') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@35b4ee1e
   [junit4]   2> 2706866 INFO  (qtp2114943609-19606) [n:127.0.0.1:63384_solr 
c:withShardField s:c r:core_node19 x:withShardField_c_replica_n16] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2706866 INFO  (qtp2114943609-19606) [n:127.0.0.1:63384_solr 
c:withShardField s:c r:core_node19 x:withShardField_c_replica_n16] 
o.a.s.c.SolrCore [[withShardField_c_replica_n16] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD2DB96DDACFC580-001/tempDir-001/node2/withShardField_c_replica_n16],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD2DB96DDACFC580-001/tempDir-001/node2/./withShardField_c_replica_n16/data/]
   [junit4]   2> 2706867 INFO  (qtp2114943609-19623) [n:127.0.0.1:63384_solr 
c:withShardField s:b r:core_node11 x:withShardField_b_replica_n8] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2706867 INFO  (qtp2114943609-19623) [n:127.0.0.1:63384_solr 
c:withShardField s:b r:core_node11 x:withShardField_b_replica_n8] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_b_replica_n8' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 2706867 INFO  (qtp2114943609-19623) [n:127.0.0.1:63384_solr 
c:withShardField s:b r:core_node11 x:withShardField_b_replica_n8] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63384.solr.core.withShardField.b.replica_n8' (registry 
'solr.core.withShardField.b.replica_n8') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@35b4ee1e
   [junit4]   2> 2706867 INFO  (qtp2114943609-19623) [n:127.0.0.1:63384_solr 
c:withShardField s:b r:core_node11 x:withShardField_b_replica_n8] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2706867 INFO  (qtp2114943609-19623) [n:127.0.0.1:63384_solr 
c:withShardField s:b r:core_node11 x:withShardField_b_replica_n8] 
o.a.s.c.SolrCore [[withShardField_b_replica_n8] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD2DB96DDACFC580-001/tempDir-001/node2/withShardField_b_replica_n8],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD2DB96DDACFC580-001/tempDir-001/node2/./withShardField_b_replica_n8/data/]
   [junit4]   2> 2706884 INFO  (qtp1407087533-19602) [n:127.0.0.1:63383_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2706884 INFO  (qtp126095173-19618) [n:127.0.0.1:63385_solr 
c:withShardField s:d r:core_node21 x:withShardField_d_replica_n18] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2706884 INFO  (qtp1407087533-19605) [n:127.0.0.1:63383_solr 
c:withShardField s:d r:core_node24 x:withShardField_d_replica_n22] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2706893 INFO  (qtp683580184-19594) [n:127.0.0.1:63382_solr 
c:withShardField s:a r:core_node7 x:withShardField_a_replica_n4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2706903 INFO  (qtp683580184-19601) [n:127.0.0.1:63382_solr 
c:withShardField s:c r:core_node15 x:withShardField_c_replica_n12] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2706904 INFO  (qtp683580184-19597) [n:127.0.0.1:63382_solr 
c:withShardField s:d r:core_node23 x:withShardField_d_replica_n20] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2706925 INFO  (qtp126095173-19615) [n:127.0.0.1:63385_solr 
c:withShardField s:b r:core_node13 x:withShardField_b_replica_n10] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2706926 INFO  (qtp126095173-19612) [n:127.0.0.1:63385_solr 
c:withShardField s:a r:core_node5 x:withShardField_a_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2706926 INFO  (qtp1407087533-19610) [n:127.0.0.1:63383_solr 
c:withShardField s:c r:core_node17 x:withShardField_c_replica_n14] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2706940 INFO  (qtp1407087533-19605) [n:127.0.0.1:63383_solr 
c:withShardField s:d r:core_node24 x:withShardField_d_replica_n22] 
o.a.s.s.IndexSchema [withShardField_d_replica_n22] Schema name=cloud-dynamic
   [junit4]   2> 2706942 INFO  (qtp683580184-19597) [n:127.0.0.1:63382_solr 
c:withShardField s:d r:core_node23 x:withShardField_d_replica_n20] 
o.a.s.s.IndexSchema [withShardField_d_replica_n20] Schema name=cloud-dynamic
   [junit4]   2> 2706953 INFO  (qtp1407087533-19602) [n:127.0.0.1:63383_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.s.IndexSchema [withShardField_b_replica_n6] Schema name=cloud-dynamic
   [junit4]   2> 2706957 INFO  (qtp683580184-19594) [n:127.0.0.1:63382_solr 
c:withShardField s:a r:core_node7 x:withShardField_a_replica_n4] 
o.a.s.s.IndexSchema [withShardField_a_replica_n4] Schema name=cloud-dynamic
   [junit4]   2> 2707011 INFO  (qtp683580184-19601) [n:127.0.0.1:63382_solr 
c:withShardField s:c r:core_node15 x:withShardField_c_replica_n12] 
o.a.s.s.IndexSchema [withShardField_c_replica_n12] Schema name=cloud-dynamic
   [junit4]   2> 2707012 INFO  (qtp126095173-19618) [n:127.0.0.1:63385_solr 
c:withShardField s:d r:core_node21 x:withShardField_d_replica_n18] 
o.a.s.s.IndexSchema [withShardField_d_replica_n18] Schema name=cloud-dynamic
   [junit4]   2> 2707026 INFO  (qtp126095173-19615) [n:127.0.0.1:63385_solr 
c:withShardField s:b r:core_node13 x:withShardField_b_replica_n10] 
o.a.s.s.IndexSchema [withShardField_b_replica_n10] Schema name=cloud-dynamic
   [junit4]   2> 2707026 INFO  (qtp1407087533-19610) [n:127.0.0.1:63383_solr 
c:withShardField s:c r:core_node17 x:withShardField_c_replica_n14] 
o.a.s.s.IndexSchema [withShardField_c_replica_n14] Schema name=cloud-dynamic
   [junit4]   2> 2707026 INFO  (qtp126095173-19612) [n:127.0.0.1:63385_solr 
c:withShardField s:a r:core_node5 x:withShardField_a_replica_n2] 
o.a.s.s.IndexSchema [withShardField_a_replica_n2] Schema name=cloud-dynamic
   [junit4]   2> 2707082 INFO  (qtp126095173-19615) [n:127.0.0.1:63385_solr 
c:withShardField s:b r:core_node13 x:withShardField_b_replica_n10] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2707082 INFO  (qtp126095173-19615) [n:127.0.0.1:63385_solr 
c:withShardField s:b r:core_node13 x:withShardField_b_replica_n10] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_b_replica_n10' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 2707083 INFO  (qtp126095173-19615) [n:127.0.0.1:63385_solr 
c:withShardField s:b r:core_node13 x:withShardField_b_replica_n10] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63385.solr.core.withShardField.b.replica_n10' (registry 
'solr.core.withShardField.b.replica_n10') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@35b4ee1e
   [junit4]   2> 2707083 INFO  (qtp126095173-19615) [n:127.0.0.1:63385_solr 
c:withShardField s:b r:core_node13 x:withShardField_b_replica_n10] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2707083 INFO  (qtp126095173-19615) [n:127.0.0.1:63385_solr 
c:withShardField s:b r:core_node13 x:withShardField_b_replica_n10] 
o.a.s.c.SolrCore [[withShardField_b_replica_n10] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD2DB96DDACFC580-001/tempDir-001/node4/withShardField_b_replica_n10],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD2DB96DDACFC580-001/tempDir-001/node4/./withShardField_b_replica_n10/data/]
   [junit4]   2> 2707089 INFO  (qtp1407087533-19602) [n:127.0.0.1:63383_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2707089 INFO  (qtp1407087533-19602) [n:127.0.0.1:63383_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_b_replica_n6' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 2707090 INFO  (qtp1407087533-19602) [n:127.0.0.1:63383_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63383.solr.core.withShardField.b.replica_n6' (registry 
'solr.core.withShardField.b.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@35b4ee1e
   [junit4]   2> 2707090 INFO  (qtp1407087533-19602) [n:127.0.0.1:63383_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2707090 INFO  (qtp1407087533-19602) [n:127.0.0.1:63383_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.c.SolrCore [[withShardField_b_replica_n6] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD2DB96DDACFC580-001/tempDir-001/node3/withShardField_b_replica_n6],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD2DB96DDACFC580-001/tempDir-001/node3/./withShardField_b_replica_n6/data/]
   [junit4]   2> 2707093 INFO  (qtp683580184-19597) [n:127.0.0.1:63382_solr 
c:withShardField s:d r:core_node23 x:withShardField_d_replica_n20] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2707093 INFO  (qtp683580184-19597) [n:127.0.0.1:63382_solr 
c:withShardField s:d r:core_node23 x:withShardField_d_replica_n20] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_d_replica_n20' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 2707094 INFO  (qtp683580184-19597) [n:127.0.0.1:63382_solr 
c:withShardField s:d r:core_node23 x:withShardField_d_replica_n20] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63382.solr.core.withShardField.d.replica_n20' (registry 
'solr.core.withShardField.d.replica_n20') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@35b4ee1e
   [junit4]   2> 2707094 INFO  (qtp683580184-19597) [n:127.0.0.1:63382_solr 
c:withShardField s:d r:core_node23 x:withShardField_d_replica_n20] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2707094 INFO  (qtp683580184-19597) [n:127.0.0.1:63382_solr 
c:withShardField s:d r:core_node23 x:withShardField_d_replica_n20] 
o.a.s.c.SolrCore [[withShardField_d_replica_n20] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD2DB96DDACFC580-001/tempDir-001/node1/withShardField_d_replica_n20],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD2DB96DDACFC580-001/tempDir-001/node1/./withShardField_d_replica_n20/data/]
   [junit4]   2> 2707103 INFO  (qtp1407087533-19610) [n:127.0.0.1:63383_solr 
c:withShardField s:c r:core_node17 x:withShardField_c_replica_n14] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2707103 INFO  (qtp1407087533-19610) [n:127.0.0.1:63383_solr 
c:withShardField s:c r:core_node17 x:withShardField_c_replica_n14] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_c_replica_n14' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 2707104 INFO  (qtp683580184-19594) [n:127.0.0.1:63382_solr 
c:withShardField s:a r:core_node7 x:withShardField_a_replica_n4] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2707105 INFO  (qtp683580184-19594) [n:127.0.0.1:63382_solr 
c:withShardField s:a r:core_node7 x:withShardField_a_replica_n4] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_a_replica_n4' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 2707107 INFO  (qtp1407087533-19605) [n:127.0.0.1:63383_solr 
c:withShardField s:d r:core_node24 x:withShardField_d_replica_n22] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2707107 INFO  (qtp1407087533-19605) [n:127.0.0.1:63383_solr 
c:withShardField s:d r:core_node24 x:withShardField_d_replica_n22] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_d_replica_n22' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 2707107 INFO  (qtp1407087533-19605) [n:127.0.0.1:63383_solr 
c:withShardField s:d r:core_node24 x:withShardField_d_replica_n22] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63383.solr.core.withShardField.d.replica_n22' (registry 
'solr.core.withShardField.d.replica_n22') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@35b4ee1e
   [junit4]   2> 2707107 INFO  (qtp1407087533-19605) [n:127.0.0.1:63383_solr 
c:withShardField s:d r:core_node24 x:withShardField_d_replica_n22] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2707107 INFO  (qtp1407087533-19605) [n:127.0.0.1:63383_solr 
c:withShardField s:d r:core_node24 x:withShardField_d_replica_n22] 
o.a.s.c.SolrCore [[withShardField_d_replica_n22] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD2DB96DDACFC580-001/tempDir-001/node3/withShardField_d_replica_n22],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD2DB96DDACFC580-001/tempDir-001/node3/./withShardField_d_replica_n22/data/]
   [junit4]   2> 2707108 INFO  (qtp126095173-19612) [n:127.0.0.1:63385_solr 
c:withShardField s:a r:core_node5 x:withShardField_a_replica_n2] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2707108 INFO  (qtp126095173-19612) [n:127.0.0.1:63385_solr 
c:withShardField s:a r:core_node5 x:withShardField_a_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_a_replica_n2' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 2707108 INFO  (qtp126095173-19612) [n:127.0.0.1:63385_solr 
c:withShardField s:a r:core_node5 x:withShardField_a_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63385.solr.core.withShardField.a.replica_n2' (registry 
'solr.core.withShardField.a.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@35b4ee1e
   [junit4]   2> 2707109 INFO  (qtp126095173-19612) [n:127.0.0.1:63385_solr 
c:withShardField s:a r:core_node5 x:withShardField_a_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2707109 INFO  (qtp126095173-19612) [n:127.0.0.1:63385_solr 
c:withShardField s:a r:core_node5 x:withShardField_a_replica_n2] 
o.a.s.c.SolrCore [[withShardField_a_replica_n2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD2DB96DDACFC580-001/tempDir-001/node4/withShardField_a_replica_n2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD2DB96DDACFC580-001/tempDir-001/node4/./withShardField_a_replica_n2/data/]
   [junit4]   2> 2707110 INFO  (qtp683580184-19601) [n:127.0.0.1:63382_solr 
c:withShardField s:c r:core_node15 x:withShardField_c_replica_n12] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2707110 INFO  (qtp683580184-19601) [n:127.0.0.1:63382_solr 
c:withShardField s:c r:core_node15 x:withShardField_c_replica_n12] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_c_replica_n12' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 2707110 INFO  (qtp683580184-19594) [n:127.0.0.1:63382_solr 
c:withShardField s:a r:core_node7 x:withShardField_a_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63382.solr.core.withShardField.a.replica_n4' (registry 
'solr.core.withShardField.a.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@35b4ee1e
   [junit4]   2> 2707110 INFO  (qtp683580184-19594) [n:127.0.0.1:63382_solr 
c:withShardField s:a r:core_node7 x:withShardField_a_replica_n4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2707110 INFO  (qtp1407087533-19610) [n:127.0.0.1:63383_solr 
c:withShardField s:c r:core_node17 x:withShardField_c_replica_n14] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63383.solr.core.withShardField.c.replica_n14' (registry 
'solr.core.withShardField.c.replica_n14') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@35b4ee1e
   [junit4]   2> 2707110 INFO  (qtp683580184-19594) [n:127.0.0.1:63382_solr 
c:withShardField s:a r:core_node7 x:withShardField_a_replica_n4] 
o.a.s.c.SolrCore [[withShardField_a_replica_n4] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD2DB96DDACFC580-001/tempDir-001/node1/withShardField_a_replica_n4],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD2DB96DDACFC580-001/tempDir-001/node1/./withShardField_a_replica_n4/data/]
   [junit4]   2> 2707110 INFO  (qtp1407087533-19610) [n:127.0.0.1:63383_solr 
c:withShardField s:c r:core_node17 x:withShardField_c_replica_n14] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2707111 INFO  (qtp1407087533-19610) [n:127.0.0.1:63383_solr 
c:withShardField s:c r:core_node17 x:withShardField_c_replica_n14] 
o.a.s.c.SolrCore [[withShardField_c_replica_n14] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD2DB96DDACFC580-001/tempDir-001/node3/withShardField_c_replica_n14],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD2DB96DDACFC580-001/tempDir-001/node3/./withShardField_c_replica_n14/data/]
   [junit4]   2> 2707112 INFO  (qtp683580184-19601) [n:127.0.0.1:63382_solr 
c:withShardField s:c r:core_node15 x:withShardField_c_replica_n12] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63382.solr.core.withShardField.c.replica_n12' (registry 
'solr.core.withShardField.c.replica_n12') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@35b4ee1e
   [junit4]   2> 2707112 INFO  (qtp683580184-19601) [n:127.0.0.1:63382_solr 
c:withShardField s:c r:core_node15 x:withShardField_c_replica_n12] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2707113 INFO  (qtp683580184-19601) [n:127.0.0.1:63382_solr 
c:withShardField s:c r:core_node15 x:withShardField_c_replica_n12] 
o.a.s.c.SolrCore [[withShardField_c_replica_n12] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD2DB96DDACFC580-001/tempDir-001/node1/withShardField_c_replica_n12],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD2DB96DDACFC580-001/tempDir-001/node1/./withShardField_c_replica_n12/data/]
   [junit4]   2> 2707116 INFO  (qtp126095173-19618) [n:127.0.0.1:63385_solr 
c:withShardField s:d r:core_node21 x:withShardField_d_replica_n18] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2707116 INFO  (qtp126095173-19618) [n:127.0.0.1:63385_solr 
c:withShardField s:d r:core_node21 x:withShardField_d_replica_n18] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_d_replica_n18' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 2707116 INFO  (qtp126095173-19618) [n:127.0.0.1:63385_solr 
c:withShardField s:d r:core_node21 x:withShardField_d_replica_n18] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63385.solr.core.withShardField.d.replica_n18' (registry 
'solr.core.withShardField.d.replica_n18') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@35b4ee1e
   [junit4]   2> 2707116 INFO  (qtp126095173-19618) [n:127.0.0.1:63385_solr 
c:withShardField s:d r:core_node21 x:withShardField_d_replica_n18] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2707116 INFO  (qtp126095173-19618) [n:127.0.0.1:63385_solr 
c:withShardField s:d r:core_node21 x:withShardField_d_replica_n18] 
o.a.s.c.SolrCore [[withShardField_d_replica_n18] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD2DB96DDACFC580-001/tempDir-001/node4/withShardField_d_replica_n18],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DD2DB96DDACFC580-001/tempDir-001/node4/./withShardField_d_replica_n18/data/]
   [junit4]   2> 2707239 INFO  (qtp2114943609-19606) [n:127.0.0.1:63384_solr 
c:withShardField s:c r:core_node19 x:withShardField_c_replica_n16] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2707239 INFO  (qtp2114943609-19606) [n:127.0.0.1:63384_solr 
c:withShardField s:c r:core_node19 x:withShardField_c_replica_n16] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2707241 INFO  (qtp2114943609-19606) [n:127.0.0.1:63384_solr 
c:withShardField s:c r:core_node19 x:withShardField_c_replica_n16] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2707241 INFO  (qtp2114943609-19606) [n:127.0.0.1:63384_solr 
c:withShardField s:c r:core_node19 x:withShardField_c_replica_n16] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2707242 INFO  (qtp683580184-19601) [n:127.0.0.1:63382_solr 
c:withShardField s:c r:core_node15 x:withShardField_c_replica_n12] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2707242 INFO  (qtp683580184-19601) [n:127.0.0.1:63382_solr 
c:withShardField s:c r:core_node15 x:withShardField_c_replica_n12] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2707245 INFO  (qtp683580184-19601) [n:127.0.0.1:63382_solr 
c:withShardField s:c r:core_node15 x:withShardField_c_replica_n12] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2707245 INFO  (qtp683580184-19601) [n:127.0.0.1:63382_solr 
c:withShardField s:c r:core_node15 x:withShardField_c_replica_n12] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2707247 INFO  (qtp2114943609-19606) [n:127.0.0.1:63384_solr 
c:withShardField s:c r:core_node19 x:withShardField_c_replica_n16] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3123cf06[withShardField_c_replica_n16] main]
   [junit4]   2> 2707249 INFO  (qtp2114943609-19606) [n:127.0.0.1:63384_solr 
c:withShardField s:c r:core_node19 x:withShardField_c_replica_n16] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2707249 INFO  (qtp2114943609-19606) [n:127.0.0.1:63384_solr 
c:withShardField s:c r:core_node19 x:withShardField_c_replica_n16] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2707250 INFO  (qtp2114943609-19606) [n:127.0.0.1:63384_solr 
c:withShardField s:c r:core_node19 x:withShardField_c_replica_n16] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2707250 INFO  (qtp2114943609-19606) [n:127.0.0.1:63384_solr 
c:withShardField s:c r:core_node19 x:withShardField_c_replica_n16] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1589227833556729856
   [junit4]   2> 2707250 INFO  
(searcherExecutor-7833-thread-1-processing-n:127.0.0.1:63384_solr 
x:withShardField_c_replica_n16 s:c c:withShardField r:core_node19) 
[n:127.0.0.1:63384_solr c:withShardField s:c r:core_node19 
x:withShardField_c_replica_n16] o.a.s.c.SolrCore [withShardField_c_replica_n16] 
Registered new searcher Searcher@3123cf06[withShardField_c_replica_n16] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2707302 INFO  (qtp2114943609-19606) [n:127.0.0.1:63384_solr 
c:withShardField s:c r:core_node19 x:withShardField_c_replica_n16] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard c: total=3 found=1 timeoutin=9999ms
   [junit4]   2> 2707321 INFO  (qtp126095173-19618) [n:127.0.0.1:63385_solr 
c:withShardField s:d r:core_node21 x:withShardField_d_replica_n18] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2707321 INFO  (qtp126095173-19618) [n:127.0.0.1:63385_solr 
c:withShardField s:d r:core_node21 x:withShardField_d_replica_n18] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2707322 INFO  (qtp126095173-19618) [n:127.0.0.1:63385_solr 
c:withShardField s:d r:core_node21 x:withShardField_d_replica_n18] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2707322 INFO  (qtp126095173-19618) [n:127.0.0.1:63385_solr 
c:withShardField s:d r:core_node21 x:withShardField_d_replica_n18] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2707324 INFO  (qtp2114943609-19623) [n:127.0.0.1:63384_solr 
c:withShardField s:b r:core_node11 x:withShardField_b_replica_n8] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2707324 INFO  (qtp2114943609-19623) [n:127.0.0.1:63384_solr 
c:withShardField s:b r:core_node11 x:withShardField_b_replica_n8] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2707325 INFO  (qtp2114943609-19623) [n:127.0.0.1:63384_solr 
c:withShardField s:b r:core_node11 x:withShardField_b_replica_n8] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2707325 INFO  (qtp2114943609-19623) [n:127.0.0.1:63384_solr 
c:withShardField s:b r:core_node11 x:withShardField_b_replica_n8] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2707336 INFO  (qtp1407087533-19602) [n:127.0.0.1:63383_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2707336 INFO  (qtp1407087533-19602) [n:127.0.0.1:63383_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2707337 INFO  (qtp1407087533-19602) [n:127.0.0.1:63383_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2707337 INFO  (qtp1407087533-19602) [n:127.0.0.1:63383_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2707342 INFO  (qtp1407087533-19610) [n:127.0.0.1:63383_solr 
c:withShardField s:c r:core_node17 x:withShardField_c_replica_n14] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2707343 INFO  (qtp1407087533-19610) [n:127.0.0.1:63383_solr 
c:withShardField s:c r:core_node17 x:withShardField_c_replica_n14] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2707343 INFO  (qtp683580184-19601) [n:127.0.0.1:63382_solr 
c:withShardField s:c r:core_node15 x:withShardField_c_replica_n12] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@655c6b9c[withShardField_c_replica_n12] main]
   [junit4]   2> 2707347 INFO  (qtp1407087533-19610) [n:127.0.0.1:63383_solr 
c:withShardField s:c r:core_node17 x:withShardField_c_replica_n14] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2707347 INFO  (qtp1407087533-19610) [n:127.0.0.1:63383_solr 
c:withShardField s:c r:core_node17 x:withShardField_c_replica_n14] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2707349 INFO  (qtp683580184-19601) [n:127.0.0.1:63382_solr 
c:withShardField s:c r:core_node15 x:withShardField_c_replica_n12] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2707350 INFO  (qtp683580184-19601) [n:127.0.0.1:63382_solr 
c:withShardField s:c r:core_node15 x:withShardField_c_replica_n12] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2707353 INFO  (qtp2114943609-19623) [n:127.0.0.1:63384_solr 
c:withShardField s:b r:core_node11 x:withShardField_b_replica_n8] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7121b329[withShardField_b_replica_n8] main]
   [junit4]   2> 2707354 INFO  (qtp683580184-19601) [n:127.0.0.1:63382_solr 
c:withShardField s:c r:core_node15 x:withShardField_c_replica_n12] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2707355 INFO  (qtp683580184-19601) [n:127.0.0.1:63382_solr 
c:withShardField s:c r:core_node15 x:withShardField_c_replica_n12] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1589227833666830336
   [junit4]   2> 2707356 INFO  (qtp2114943609-19623) [n:127.0.0.1:63384_solr 
c:withShardField s:b r:core_node11 x:withShardField_b_replica_n8] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2707356 INFO  (qtp2114943609-19623) [n:127.0.0.1:63384_solr 
c:withShardField s:b r:core_node11 x:withShardField_b_replica_n8] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2707360 INFO  (qtp126095173-19618) [n:127.0.0.1:63385_solr 
c:withShardField s:d r:core_node21 x:withShardField_d_replica_n18] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2371efa2[withShardField_d_replica_n18] main]
   [junit4]   2> 2707361 INFO  (qtp126095173-19618) [n:127.0.0.1:63385_solr 
c:withShardField s:d r:core_node21 x:withShardField_d_replica_n18] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2707361 INFO  (qtp126095173-19618) [n:127.0.0.1:63385_solr 
c:withShardField s:d r:core_node21 x:withShardField_d_replica_n18] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2707386 INFO  (qtp1407087533-19602) [n:127.0.0.1:63383_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@49fdbeee[withShardField_b_replica_n6] main]
   [junit4]   2> 2707388 INFO  (qtp1407087533-19602) [n:127.0.0.1:63383_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2707389 INFO  (qtp1407087533-19602) [n:127.0.0.1:63383_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2707390 INFO  (qtp126095173-19618) [n:127.0.0.1:63385_solr 
c:withShardField s:d r:core_node21 x:withShardField_d_replica_n18] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2707390 INFO  (qtp126095173-19618) [n:127.0.0.1:63385_solr 
c:withShardField s:d r:core_node21 x:withShardField_d_replica_n18] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1589227833703530496
   [junit4]   2> 2707392 INFO  
(searcherExecutor-7842-thread-1-processing-n:127.0.0.1:63382_solr 
x:withShardField_c_replica_n12 s:c c:withShardField r:core_node15) 
[n:127.0.0.1:63382_solr c:withShardField s:c r:core_node15 
x:withShardField_c_replica_n12] o.a.s.c.SolrCore [withShardField_c_replica_n12] 
Registered new searcher Searcher@655c6b9c[withShardField_c_replica_n12] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2707393 INFO  (qtp683580184-19594) [n:127.0.0.1:63382_solr 
c:withShardField s:a r:core_node7 x:withShardField_a_replica_n4] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2707393 INFO  (qtp683580184-19594) [n:127.0.0.1:63382_solr 
c:withShardField s:a r:core_node7 x:withShardField_a_replica_n4] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2707394 INFO  (qtp2114943609-19623) [n:127.0.0.1:63384_solr 
c:withShardField s:b r:core_node11 x:withShardField_b_replica_n8] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2707397 INFO  (qtp126095173-19618) [n:127.0.0.1:63385_solr 
c:withShardField s:d r:core_node21 x:withShardField_d_replica_n18] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard d: total=3 found=1 timeoutin=9999ms
   [junit4]   2> 2707399 INFO  (qtp2114943609-19625) [n:127.0.0.1:63384_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2707399 INFO  (qtp2114943609-19625) [n:127.0.0.1:63384_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2707399 INFO  (qtp1407087533-19602) [n:127.0.0.1:63383_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2707400 INFO  (qtp683580184-19594) [n:127.0.0.1:63382_solr 
c:withShardField s:a r:core_node7 x:withShardField_a_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2707400 INFO  (qtp683580184-19594) [n:127.0.0.1:63382_solr 
c:withShardField s:a r:core_node7 x:withShardField_a_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2707401 INFO  
(searcherExecutor-7843-thread-1-processing-n:127.0.0.1:63385_solr 
x:withShardField_d_replica_n18 s:d c:withShardField r:core_node21) 
[n:127.0.0.1:63385_solr c:withShardField s:d r:core_node21 
x:withShardField_d_replica_n18] o.a.s.c.SolrCore [withShardField_d_replica_n18] 
Registered new searcher Searcher@2371efa2[withShardField_d_replica_n18] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2707402 INFO  
(searcherExecutor-7834-thread-1-processing-n:127.0.0.1:63384_solr 
x:withShardField_b_replica_n8 s:b c:withShardField r:core_node11) 
[n:127.0.0.1:63384_solr c:withShardField s:b r:core_node11 
x:withShardField_b_replica_n8] o.a.s.c.SolrCore [withShardField_b_replica_n8] 
Registered new searcher Searcher@7121b329[withShardField_b_replica_n8] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2707402 INFO  (qtp2114943609-19623) [n:127.0.0.1:63384_solr 
c:withShardField s:b r:core_node11 x:withShardField_b_replica_n8] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1589227833716113408
   [junit4]   2> 2707404 INFO  (qtp2114943609-19625) [n:127.0.0.1:63384_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2707404 INFO  (qtp2114943609-19625) [n:127.0.0.1:63384_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2707404 INFO  
(searcherExecutor-7836-thread-1-processing-n:127.0.0.1:63383_solr 
x:withShardField_b_replica_n6 s:b c:withShardField r:core_node9) 
[n:127.0.0.1:63383_solr c:withShardField s:b r:core_node9 
x:withShardField_b_replica_n6] o.a.s.c.SolrCore [withShardField_b_replica_n6] 
Registered new searcher Searcher@49fdbeee[withShardField_b_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2707404 INFO  (qtp1407087533-19602) [n:127.0.0.1:63383_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1589227833718210560
   [junit4]   2> 2707422 INFO  (qtp126095173-19612) [n:127.0.0.1:63385_solr 
c:withShardField s:a r:core_node5 x:withShardField_a_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2707422 INFO  (qtp126095173-19612) [n:127.0.0.1:63385_solr 
c:withShardField s:a r:core_node5 x:withShardField_a_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2707423 INFO  (qtp1407087533-19605) [n:127.0.0.1:63383_solr 
c:withShardField s:d r:core_node24 x:withShardField_d_replica_n22] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2707423 INFO  (qtp1407087533-19605) [n:127.0.0.1:63383_solr 
c:withShardField s:d r:core_node24 x:withShardField_d_replica_n22] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2707423 INFO  (qtp126095173-19612) [n:127.0.0.1:63385_solr 
c:withShardField s:a r:core_node5 x:withShardField_a_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2707423 INFO  (qtp126095173-19612) [n:127.0.0.1:63385_solr 
c:withShardField s:a r:core_node5 x:withShardField_a_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2707424 INFO  (qtp1407087533-19605) [n:127.0.0.1:63383_solr 
c:withShardField s:d r:core_node24 x:withShardField_d_replica_n22] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2707424 INFO  (qtp1407087533-19605) [n:127.0.0.1:63383_solr 
c:withShardField s:d r:core_node24 x:withShardField_d_replica_n22] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2707426 INFO  (qtp683580184-19597) [n:127.0.0.1:63382_solr 
c:withShardField s:d r:core_node23 x:withShardField_d_replica_n20] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2707426 INFO  (qtp683580184-19597) [n:127.0.0.1:63382_solr 
c:withShardField s:d r:core_node23 x:withShardField_d_replica_n20] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2707428 INFO  (qtp683580184-19597) [n:127.0.0.1:63382_solr 
c:withShardField s:d r:core_node23 x:withShardField_d_replica_n20] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2707428 INFO  (qtp683580184-19597) [n:127.0.0.1:63382_solr 
c:withShardField s:d r:core_node23 x:withShardField_d_replica_n20] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2707429 INFO  (qtp1407087533-19602) [n:127.0.0.1:63383_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard b: total=3 found=1 timeoutin=9999ms
   [junit4]   2> 2707432 INFO  (qtp1407087533-19610) [n:127.0.0.1:63383_solr 
c:withShardField s:c r:core_node17 x:withShardField_c_replica_n14] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@21262115[withShardField_c_replica_n14] main]
   [junit4]   2> 2707434 INFO  (qtp1407087533-19610) [n:127.0.0.1:63383_solr 
c:withShardField s:c r:core_node17 x:withShardField_c_replica_n14] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2707434 INFO  (qtp1407087533-19610) [n:127.0.0.1:63383_solr 
c:withShardField s:c r:core_node17 x:withShardField_c_replica_n14] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2707435 INFO  (qtp1407087533-19610) [n:127.0.0.1:63383_solr 
c:withShardField s:c r:core_node17 x:withShardField_c_replica_n14] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2707436 INFO  
(searcherExecutor-7838-thread-1-processing-n:127.0.0.1:63383_solr 
x:withShardField_c_replica_n14 s:c c:withShardField r:core_node17) 
[n:127.0.0.1:63383_solr c:withShardField s:c r:core_node17 
x:withShardField_c_replica_n14] o.a.s.c.SolrCore [withShardField_c_replica_n14] 
Registered new searcher Searcher@21262115[withShardField_c_replica_n14] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2707436 INFO  (qtp1407087533-19610) [n:127.0.0.1:63383_solr 
c:withShardField s:c r:core_node17 x:withShardField_c_replica_n14] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1589227833751764992
   [junit4]   2> 2707439 INFO  (qtp683580184-19594) [n:127.0.0.1:63382_solr 
c:withShardField s:a r:core_node7 x:withShardField_a_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1635777d[withShardField_a_replica_n4] main]
   [junit4]   2> 2707440 INFO  (qtp126095173-19615) [n:127.0.0.1:63385_solr 
c:withShardField s:b r:core_node13 x:withShardField_b_replica_n10] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2707440 INFO  (qtp126095173-19615) [n:127.0.0.1:63385_solr 
c:withShardField s:b r:core_node13 x:withShardField_b_replica_n10] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2707440 INFO  (qtp2114943609-19625) [n:127.0.0.1:63384_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2b8d40ef[withShardField_a_replica_n1] main]
   [junit4]   2> 2707440 INFO  (qtp683580184-19594) [n:127.0.0.1:63382_solr 
c:withShardField s:a r:core_node7 x:withShardField_a_replica_n4] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2707441 INFO  (qtp683580184-19594) [n:127.0.0.1:63382_solr 
c:withShardField s:a r:core_node7 x:w

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

hread-3334) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/aliases.json
   [junit4]   2>        5       /solr/security.json
   [junit4]   2>        5       /solr/configs/conf1
   [junit4]   2>        4       /solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/clusterprops.json
   [junit4]   2>        7       /solr/clusterstate.json
   [junit4]   2>        5       /solr/autoscaling.json
   [junit4]   2>        3       /solr/collections/c8n_1x3_commits/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/live_nodes
   [junit4]   2>        7       /solr/collections
   [junit4]   2>        5       /solr/overseer/collection-queue-work
   [junit4]   2>        5       /solr/overseer/queue-work
   [junit4]   2>        4       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        3       /solr/overseer/queue
   [junit4]   2> 
   [junit4]   2> 2822127 WARN  
(TEST-LeaderInitiatedRecoveryOnCommitTest.test-seed#[DD2DB96DDACFC580]) [    ] 
o.a.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:63653/dn_lgm/va, 
target: http://127.0.0.1:63654/dn_lgm/va
   [junit4]   2> 2822127 WARN  
(TEST-LeaderInitiatedRecoveryOnCommitTest.test-seed#[DD2DB96DDACFC580]) [    ] 
o.a.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:63673/dn_lgm/va, 
target: http://127.0.0.1:63674/dn_lgm/va
   [junit4]   2> 2822128 WARN  
(TEST-LeaderInitiatedRecoveryOnCommitTest.test-seed#[DD2DB96DDACFC580]) [    ] 
o.a.s.c.SocketProxy Closing 7 connections to: http://127.0.0.1:63646/dn_lgm/va, 
target: http://127.0.0.1:63647/dn_lgm/va
   [junit4]   2> 2822129 WARN  
(TEST-LeaderInitiatedRecoveryOnCommitTest.test-seed#[DD2DB96DDACFC580]) [    ] 
o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:63662/dn_lgm/va, 
target: http://127.0.0.1:63663/dn_lgm/va
   [junit4]   2> 2822129 WARN  
(TEST-LeaderInitiatedRecoveryOnCommitTest.test-seed#[DD2DB96DDACFC580]) [    ] 
o.a.s.c.SocketProxy Closing 3 connections to: http://127.0.0.1:63623/dn_lgm/va, 
target: http://127.0.0.1:63624/dn_lgm/va
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=LeaderInitiatedRecoveryOnCommitTest -Dtests.method=test 
-Dtests.seed=DD2DB96DDACFC580 -Dtests.slow=true -Dtests.locale=en-AU 
-Dtests.timezone=Pacific/Yap -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   52.3s J1 | LeaderInitiatedRecoveryOnCommitTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: Could not 
find collection : c8n_1x3_commits
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([DD2DB96DDACFC580:557986B77433A878]:0)
   [junit4]    >        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:118)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1958)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderInitiatedRecoveryOnCommitTest.oneShardTest(LeaderInitiatedRecoveryOnCommitTest.java:112)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderInitiatedRecoveryOnCommitTest.test(LeaderInitiatedRecoveryOnCommitTest.java:55)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderInitiatedRecoveryOnCommitTest_DD2DB96DDACFC580-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=124, maxMBSortInHeap=7.383365963783586, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@65324c93),
 locale=en-AU, timezone=Pacific/Yap
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 
(64-bit)/cpus=3,threads=1,free=173423952,total=427876352
   [junit4]   2> NOTE: All tests run in this JVM: [TestJsonRequest, 
ConcurrentDeleteAndCreateCollectionTest, TestSubQueryTransformerCrossCore, 
DirectoryFactoryTest, HdfsDirectoryTest, TestInPlaceUpdatesDistrib, 
TestComponentsName, TestElisionMultitermQuery, ZkStateReaderTest, 
SolrXmlInZkTest, TestTriggerIntegration, TestQueryWrapperFilter, 
EchoParamsTest, TestRestManager, TestAuthorizationFramework, 
HdfsThreadLeakTest, QueryEqualityTest, HealthCheckHandlerTest, 
TestDelegationWithHadoopAuth, AssignTest, 
SuggestComponentContextFilterQueryTest, BigEndianAscendingWordDeserializerTest, 
LeaderInitiatedRecoveryOnShardRestartTest, ExternalFileFieldSortTest, 
TestManagedSchemaAPI, TestDownShardTolerantSearch, BlockDirectoryTest, 
TestSolrCLIRunExample, MetricsHandlerTest, TestHighFrequencyDictionaryFactory, 
TestDFISimilarityFactory, TestLocalFSCloudBackupRestore, 
TestJavabinTupleStreamParser, TestAddFieldRealTimeGet, 
DeleteLastCustomShardedReplicaTest, SolrIndexConfigTest, 
DistributedIntervalFacetingTest, TestReplicaProperties, SolrCloudReportersTest, 
StatsReloadRaceTest, CloneFieldUpdateProcessorFactoryTest, BitVectorTest, 
TestDocSet, SchemaVersionSpecificBehaviorTest, RemoteQueryErrorTest, 
TestStressInPlaceUpdates, TestWordDelimiterFilterFactory, TestDocTermOrds, 
TestGeoJSONResponseWriter, TestMultiValuedNumericRangeQuery, 
TestNumericTerms32, DistribDocExpirationUpdateProcessorTest, 
SystemInfoHandlerTest, TestDeleteCollectionOnDownNodes, 
CoreMergeIndexesAdminHandlerTest, ImplicitSnitchTest, TestDistributedGrouping, 
HdfsUnloadDistributedZkTest, StatelessScriptUpdateProcessorFactoryTest, 
TestCrossCoreJoin, DistributedFacetPivotLongTailTest, 
WrapperMergePolicyFactoryTest, TestQueryTypes, TestLuceneIndexBackCompat, 
TestExceedMaxTermLength, TestPullReplicaErrorHandling, TestXmlQParserPlugin, 
SolrCLIZkUtilsTest, HdfsCollectionsAPIDistributedZkTest, 
BlockJoinFacetSimpleTest, TestPrepRecovery, MBeansHandlerTest, TestPolicyCloud, 
TestHdfsBackupRestoreCore, TestChildDocTransformer, TestFieldResource, 
TestFieldCacheReopen, TestBadConfig, TestCSVLoader, SolrMetricManagerTest, 
TestNumericRangeQuery64, MoveReplicaTest, DeleteReplicaTest, 
TestRawResponseWriter, TestSimpleTrackingShardHandler, InfixSuggestersTest, 
TestCoreAdminApis, TestReload, RollingRestartTest, 
TestManagedSynonymFilterFactory, PeerSyncTest, TestSolrIndexConfig, 
TestSystemIdResolver, TestStressLucene, LargeFieldTest, 
TestExactSharedStatsCache, TestTrackingShardHandlerFactory, SimplePostToolTest, 
TestLegacyNumericUtils, HdfsBasicDistributedZk2Test, TestSort, 
ChangedSchemaMergeTest, TestCustomDocTransformer, TestSchemaResource, 
TestHttpShardHandlerFactory, UtilsToolTest, MetricsConfigTest, 
TestScoreJoinQPNoScore, SolrIndexMetricsTest, RegexBytesRefFilterTest, 
DebugComponentTest, TestSearcherReuse, AnalyticsQueryTest, V2StandaloneTest, 
TestCollectionAPI, TestDistribStateManager, NodeAddedTriggerTest, 
DistributedQueueTest, FullHLLTest, HLLUtilTest, ExecutePlanActionTest, 
TestStandardQParsers, TestCollationField, TestCustomSort, 
TestFieldTypeResource, CacheHeaderTest, SampleTest, 
AnalysisAfterCoreReloadTest, TestLuceneMatchVersion, TestCloudSearcherWarming, 
CopyFieldTest, ActionThrottleTest, TestNodeAddedTrigger, 
QueryElevationComponentTest, TestSolrCloudWithSecureImpersonation, 
TestLRUStatsCache, TestValueSourceCache, DateRangeFieldTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, SearchHandlerTest, TestConfigSets, 
MigrateRouteKeyTest, DataDrivenBlockJoinTest, TestFilteredDocIdSet, TestTrie, 
BasicAuthStandaloneTest, TestSolrCloudWithHadoopAuthPlugin, BasicZkTest, 
OverriddenZkACLAndCredentialsProvidersTest, TestMacros, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestComplexPhraseLeadingWildcard, 
TestImplicitCoreProperties, PreAnalyzedUpdateProcessorTest, DeleteStatusTest, 
TestLeaderElectionZkExpiry, AutoAddReplicasIntegrationTest, TestSolrXml, 
RankQueryTest, UpdateParamsTest, TestSolrCloudWithDelegationTokens, 
DistributedSuggestComponentTest, TestConfigSetsAPIZkFailure, 
TestObjectReleaseTracker, BasicDistributedZk2Test, HighlighterMaxOffsetTest, 
SolrMetricsIntegrationTest, UUIDUpdateProcessorFallbackTest, 
TestDocumentBuilder, CollectionsAPIAsyncDistributedZkTest, TestManagedResource, 
NumberUtilsTest, TestSystemCollAutoCreate, IndexSchemaRuntimeFieldTest, 
SpellPossibilityIteratorTest, TestStressVersions, 
LeaderFailureAfterFreshStartTest, ShufflingReplicaListTransformerTest, 
TestLegacyField, TestRemoteStreaming, TestCloudJSONFacetJoinDomain, 
SmileWriterTest, TestRecoveryHdfs, StressHdfsTest, 
SharedFSAutoReplicaFailoverTest, ChaosMonkeySafeLeaderTest, 
UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, SyncSliceTest, 
OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest, 
RecoveryZkTest, TestRandomFaceting, LeaderElectionTest, TestZkChroot, 
ShardRoutingCustomTest, TestFaceting, TestRecovery, 
DistributedSpellCheckComponentTest, ZkControllerTest, TestStressReorder, 
TestCoreContainer, SimpleFacetsTest, StatsComponentTest, 
BasicFunctionalityTest, TestIndexSearcher, SoftAutoCommitTest, 
PreAnalyzedFieldTest, TestSuggestSpellingConverter, SpellingQueryConverterTest, 
DOMUtilTest, TestSolrJ, TestLRUCache, TestUtils, ZkNodePropsTest, 
FileUtilsTest, DistributedMLTComponentTest, TestRTGBase, SolrTestCaseJ4Test, 
TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, 
TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, 
TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, ConnectionReuseTest, 
AddReplicaTest, AliasIntegrationTest, ConnectionManagerTest, 
CreateCollectionCleanupTest, CustomCollectionTest, DocValuesNotIndexedTest, 
LeaderElectionContextKeyTest, LeaderInitiatedRecoveryOnCommitTest]
   [junit4] Completed [540/767 (2!)] on J1 in 52.37s, 1 test, 1 error <<< 
FAILURES!

[...truncated 48861 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to