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

2 tests failed.
FAILED:  org.apache.solr.cloud.CustomCollectionTest.testRouteFieldForHashRouter

Error Message:
Collection not found: routeFieldColl

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


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([7951314821B74D80:13B0BF231C2DFBF8]:0)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:194)
        at 
org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:245)
        at 
org.apache.solr.cloud.CustomCollectionTest.testCustomCollectionsAPI(CustomCollectionTest.java:68)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 12378 lines...]
   [junit4] Suite: org.apache.solr.cloud.CustomCollectionTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/init-core-data-001
   [junit4]   2> 2467802 INFO  
(SUITE-CustomCollectionTest-seed#[7951314821B74D80]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 2467807 INFO  
(SUITE-CustomCollectionTest-seed#[7951314821B74D80]-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> 2467815 INFO  
(SUITE-CustomCollectionTest-seed#[7951314821B74D80]-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_7951314821B74D80-001/tempDir-001
   [junit4]   2> 2467816 INFO  
(SUITE-CustomCollectionTest-seed#[7951314821B74D80]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2467816 INFO  (Thread-3731) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2467817 INFO  (Thread-3731) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2467918 INFO  
(SUITE-CustomCollectionTest-seed#[7951314821B74D80]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:51875
   [junit4]   2> 2467996 INFO  (jetty-launcher-3226-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2467996 INFO  (jetty-launcher-3226-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2467996 INFO  (jetty-launcher-3226-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2467997 INFO  (jetty-launcher-3226-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2468003 INFO  (jetty-launcher-3226-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@51c0349b{/solr,null,AVAILABLE}
   [junit4]   2> 2468003 INFO  (jetty-launcher-3226-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3a0e34c0{/solr,null,AVAILABLE}
   [junit4]   2> 2468005 INFO  (jetty-launcher-3226-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@3f148fde{SSL,[ssl, 
http/1.1]}{127.0.0.1:51877}
   [junit4]   2> 2468006 INFO  (jetty-launcher-3226-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@323429e{/solr,null,AVAILABLE}
   [junit4]   2> 2468006 INFO  (jetty-launcher-3226-thread-2) [    ] 
o.e.j.s.Server Started @2473172ms
   [junit4]   2> 2468007 INFO  (jetty-launcher-3226-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=51877}
   [junit4]   2> 2468007 INFO  (jetty-launcher-3226-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@4ef912d7{SSL,[ssl, 
http/1.1]}{127.0.0.1:51878}
   [junit4]   2> 2468007 INFO  (jetty-launcher-3226-thread-1) [    ] 
o.e.j.s.Server Started @2473173ms
   [junit4]   2> 2468007 INFO  (jetty-launcher-3226-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=51878}
   [junit4]   2> 2468007 INFO  (jetty-launcher-3226-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@21e3ff3e{SSL,[ssl, 
http/1.1]}{127.0.0.1:51879}
   [junit4]   2> 2468007 INFO  (jetty-launcher-3226-thread-4) [    ] 
o.e.j.s.Server Started @2473173ms
   [junit4]   2> 2468007 ERROR (jetty-launcher-3226-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2468007 INFO  (jetty-launcher-3226-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=51879}
   [junit4]   2> 2468008 INFO  (jetty-launcher-3226-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 2468008 ERROR (jetty-launcher-3226-thread-4) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2468008 INFO  (jetty-launcher-3226-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2468007 INFO  (jetty-launcher-3226-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1e43c99{/solr,null,AVAILABLE}
   [junit4]   2> 2468008 INFO  (jetty-launcher-3226-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2468008 INFO  (jetty-launcher-3226-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-06T16:53:04.662Z
   [junit4]   2> 2468008 INFO  (jetty-launcher-3226-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@239ff532{SSL,[ssl, 
http/1.1]}{127.0.0.1:51880}
   [junit4]   2> 2468008 INFO  (jetty-launcher-3226-thread-3) [    ] 
o.e.j.s.Server Started @2473175ms
   [junit4]   2> 2468008 INFO  (jetty-launcher-3226-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=51880}
   [junit4]   2> 2468009 ERROR (jetty-launcher-3226-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2468010 INFO  (jetty-launcher-3226-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 2468010 INFO  (jetty-launcher-3226-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 2468010 INFO  (jetty-launcher-3226-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2468010 INFO  (jetty-launcher-3226-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2468010 INFO  (jetty-launcher-3226-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2468010 INFO  (jetty-launcher-3226-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2468010 ERROR (jetty-launcher-3226-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2468010 INFO  (jetty-launcher-3226-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-06T16:53:04.664Z
   [junit4]   2> 2468011 INFO  (jetty-launcher-3226-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 2468011 INFO  (jetty-launcher-3226-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2468011 INFO  (jetty-launcher-3226-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2468011 INFO  (jetty-launcher-3226-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-06T16:53:04.665Z
   [junit4]   2> 2468010 INFO  (jetty-launcher-3226-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-06T16:53:04.664Z
   [junit4]   2> 2468016 INFO  (jetty-launcher-3226-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2468017 INFO  (jetty-launcher-3226-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2468017 INFO  (jetty-launcher-3226-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2468017 INFO  (jetty-launcher-3226-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2468036 INFO  (jetty-launcher-3226-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51875/solr
   [junit4]   2> 2468037 INFO  (jetty-launcher-3226-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51875/solr
   [junit4]   2> 2468038 INFO  (jetty-launcher-3226-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51875/solr
   [junit4]   2> 2468042 INFO  (jetty-launcher-3226-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51875/solr
   [junit4]   2> 2468105 INFO  (jetty-launcher-3226-thread-4) 
[n:127.0.0.1:51879_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2468105 INFO  (jetty-launcher-3226-thread-3) 
[n:127.0.0.1:51880_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2468105 INFO  (jetty-launcher-3226-thread-1) 
[n:127.0.0.1:51878_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2468107 INFO  (jetty-launcher-3226-thread-2) 
[n:127.0.0.1:51877_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2468107 INFO  (jetty-launcher-3226-thread-4) 
[n:127.0.0.1:51879_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:51879_solr
   [junit4]   2> 2468109 INFO  (jetty-launcher-3226-thread-3) 
[n:127.0.0.1:51880_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51880_solr
   [junit4]   2> 2468109 INFO  (jetty-launcher-3226-thread-1) 
[n:127.0.0.1:51878_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51878_solr
   [junit4]   2> 2468110 INFO  (jetty-launcher-3226-thread-2) 
[n:127.0.0.1:51877_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51877_solr
   [junit4]   2> 2468111 INFO  (jetty-launcher-3226-thread-4) 
[n:127.0.0.1:51879_solr    ] o.a.s.c.Overseer Overseer 
(id=97571254073622539-127.0.0.1:51879_solr-n_0000000000) starting
   [junit4]   2> 2468118 INFO  
(zkCallback-3247-thread-1-processing-n:127.0.0.1:51879_solr) 
[n:127.0.0.1:51879_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2468118 INFO  
(zkCallback-3248-thread-1-processing-n:127.0.0.1:51880_solr) 
[n:127.0.0.1:51880_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2468118 INFO  
(zkCallback-3245-thread-1-processing-n:127.0.0.1:51878_solr) 
[n:127.0.0.1:51878_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2468119 INFO  
(zkCallback-3246-thread-1-processing-n:127.0.0.1:51877_solr) 
[n:127.0.0.1:51877_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2468160 INFO  (jetty-launcher-3226-thread-4) 
[n:127.0.0.1:51879_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51879_solr
   [junit4]   2> 2468164 INFO  
(zkCallback-3247-thread-1-processing-n:127.0.0.1:51879_solr) 
[n:127.0.0.1:51879_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2468164 INFO  
(zkCallback-3245-thread-1-processing-n:127.0.0.1:51878_solr) 
[n:127.0.0.1:51878_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2468165 INFO  
(zkCallback-3246-thread-1-processing-n:127.0.0.1:51877_solr) 
[n:127.0.0.1:51877_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2468165 INFO  
(zkCallback-3248-thread-1-processing-n:127.0.0.1:51880_solr) 
[n:127.0.0.1:51880_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2468721 INFO  (jetty-launcher-3226-thread-1) 
[n:127.0.0.1:51878_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_7951314821B74D80-001/tempDir-001/node1/.
   [junit4]   2> 2468722 INFO  (jetty-launcher-3226-thread-4) 
[n:127.0.0.1:51879_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_7951314821B74D80-001/tempDir-001/node4/.
   [junit4]   2> 2468723 INFO  (jetty-launcher-3226-thread-2) 
[n:127.0.0.1:51877_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_7951314821B74D80-001/tempDir-001/node2/.
   [junit4]   2> 2468735 INFO  (jetty-launcher-3226-thread-3) 
[n:127.0.0.1:51880_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_7951314821B74D80-001/tempDir-001/node3/.
   [junit4]   2> 2471869 INFO  
(SUITE-CustomCollectionTest-seed#[7951314821B74D80]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2471876 INFO  
(SUITE-CustomCollectionTest-seed#[7951314821B74D80]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51875/solr ready
   [junit4]   2> 2471916 INFO  
(TEST-CustomCollectionTest.testCreateShardRepFactor-seed#[7951314821B74D80]) [  
  ] o.a.s.SolrTestCaseJ4 ###Starting testCreateShardRepFactor
   [junit4]   2> 2471918 INFO  
(TEST-CustomCollectionTest.testCreateShardRepFactor-seed#[7951314821B74D80]) [  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2471957 INFO  (qtp1435274812-17747) [n:127.0.0.1:51879_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
shards=a,b&replicationFactor=1&collection.configName=conf&name=testCreateShardRepFactor&router.name=implicit&action=CREATE&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2471960 INFO  
(OverseerThreadFactory-8342-thread-1-processing-n:127.0.0.1:51879_solr) 
[n:127.0.0.1:51879_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
testCreateShardRepFactor
   [junit4]   2> 2472117 INFO  (qtp1328925058-17772) [n:127.0.0.1:51880_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=testCreateShardRepFactor_b_replica1&action=CREATE&numShards=2&collection=testCreateShardRepFactor&shard=b&wt=javabin&version=2
   [junit4]   2> 2472117 INFO  (qtp1253865946-17755) [n:127.0.0.1:51877_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=testCreateShardRepFactor_a_replica1&action=CREATE&numShards=2&collection=testCreateShardRepFactor&shard=a&wt=javabin&version=2
   [junit4]   2> 2472241 INFO  
(zkCallback-3248-thread-1-processing-n:127.0.0.1:51880_solr) 
[n:127.0.0.1:51880_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2472241 INFO  
(zkCallback-3246-thread-1-processing-n:127.0.0.1:51877_solr) 
[n:127.0.0.1:51877_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2473147 INFO  (qtp1328925058-17772) [n:127.0.0.1:51880_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2473147 INFO  (qtp1253865946-17755) [n:127.0.0.1:51877_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2473155 INFO  (qtp1253865946-17755) [n:127.0.0.1:51877_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica1] 
o.a.s.s.IndexSchema [testCreateShardRepFactor_a_replica1] Schema 
name=cloud-dynamic
   [junit4]   2> 2473155 INFO  (qtp1328925058-17772) [n:127.0.0.1:51880_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica1] 
o.a.s.s.IndexSchema [testCreateShardRepFactor_b_replica1] Schema 
name=cloud-dynamic
   [junit4]   2> 2473189 WARN  (qtp1253865946-17755) [n:127.0.0.1:51877_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica1] 
o.a.s.s.IndexSchema [testCreateShardRepFactor_a_replica1] default search field 
in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 2473190 INFO  (qtp1253865946-17755) [n:127.0.0.1:51877_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica1] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2473190 WARN  (qtp1328925058-17772) [n:127.0.0.1:51880_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica1] 
o.a.s.s.IndexSchema [testCreateShardRepFactor_b_replica1] default search field 
in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 2473191 INFO  (qtp1328925058-17772) [n:127.0.0.1:51880_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica1] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2473193 INFO  (qtp1253865946-17755) [n:127.0.0.1:51877_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'testCreateShardRepFactor_a_replica1' 
using configuration from collection testCreateShardRepFactor
   [junit4]   2> 2473193 INFO  (qtp1328925058-17772) [n:127.0.0.1:51880_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'testCreateShardRepFactor_b_replica1' 
using configuration from collection testCreateShardRepFactor
   [junit4]   2> 2473193 INFO  (qtp1253865946-17755) [n:127.0.0.1:51877_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica1] 
o.a.s.c.SolrCore [[testCreateShardRepFactor_a_replica1] ] Opening new SolrCore 
at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node2/testCreateShardRepFactor_a_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node2/./testCreateShardRepFactor_a_replica1/data/]
   [junit4]   2> 2473193 INFO  (qtp1328925058-17772) [n:127.0.0.1:51880_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica1] 
o.a.s.c.SolrCore [[testCreateShardRepFactor_b_replica1] ] Opening new SolrCore 
at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node3/testCreateShardRepFactor_b_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node3/./testCreateShardRepFactor_b_replica1/data/]
   [junit4]   2> 2473294 INFO  (qtp1328925058-17772) [n:127.0.0.1:51880_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2473294 INFO  (qtp1328925058-17772) [n:127.0.0.1:51880_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2473294 INFO  (qtp1253865946-17755) [n:127.0.0.1:51877_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2473294 INFO  (qtp1253865946-17755) [n:127.0.0.1:51877_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2473296 INFO  (qtp1328925058-17772) [n:127.0.0.1:51880_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2473296 INFO  (qtp1328925058-17772) [n:127.0.0.1:51880_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2473296 INFO  (qtp1253865946-17755) [n:127.0.0.1:51877_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2473296 INFO  (qtp1253865946-17755) [n:127.0.0.1:51877_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2473296 INFO  (qtp1328925058-17772) [n:127.0.0.1:51880_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3226591b[testCreateShardRepFactor_b_replica1] main]
   [junit4]   2> 2473297 INFO  (qtp1253865946-17755) [n:127.0.0.1:51877_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@71a46fe8[testCreateShardRepFactor_a_replica1] main]
   [junit4]   2> 2473299 INFO  (qtp1328925058-17772) [n:127.0.0.1:51880_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2473299 INFO  (qtp1253865946-17755) [n:127.0.0.1:51877_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2473300 INFO  (qtp1328925058-17772) [n:127.0.0.1:51880_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2473300 INFO  (qtp1328925058-17772) [n:127.0.0.1:51880_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2473300 INFO  (qtp1328925058-17772) [n:127.0.0.1:51880_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1561140070925205504
   [junit4]   2> 2473300 INFO  (qtp1253865946-17755) [n:127.0.0.1:51877_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2473300 INFO  (qtp1253865946-17755) [n:127.0.0.1:51877_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2473300 INFO  
(searcherExecutor-8352-thread-1-processing-n:127.0.0.1:51880_solr 
x:testCreateShardRepFactor_b_replica1 s:b c:testCreateShardRepFactor) 
[n:127.0.0.1:51880_solr c:testCreateShardRepFactor s:b  
x:testCreateShardRepFactor_b_replica1] o.a.s.c.SolrCore 
[testCreateShardRepFactor_b_replica1] Registered new searcher 
Searcher@3226591b[testCreateShardRepFactor_b_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2473300 INFO  (qtp1253865946-17755) [n:127.0.0.1:51877_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1561140070925205504
   [junit4]   2> 2473301 INFO  
(searcherExecutor-8351-thread-1-processing-n:127.0.0.1:51877_solr 
x:testCreateShardRepFactor_a_replica1 s:a c:testCreateShardRepFactor) 
[n:127.0.0.1:51877_solr c:testCreateShardRepFactor s:a  
x:testCreateShardRepFactor_a_replica1] o.a.s.c.SolrCore 
[testCreateShardRepFactor_a_replica1] Registered new searcher 
Searcher@71a46fe8[testCreateShardRepFactor_a_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2473313 INFO  (qtp1328925058-17772) [n:127.0.0.1:51880_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2473313 INFO  (qtp1328925058-17772) [n:127.0.0.1:51880_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2473313 INFO  (qtp1328925058-17772) [n:127.0.0.1:51880_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:51880/solr/testCreateShardRepFactor_b_replica1/
   [junit4]   2> 2473313 INFO  (qtp1328925058-17772) [n:127.0.0.1:51880_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2473313 INFO  (qtp1328925058-17772) [n:127.0.0.1:51880_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica1] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:51880/solr/testCreateShardRepFactor_b_replica1/ has no 
replicas
   [junit4]   2> 2473313 INFO  (qtp1328925058-17772) [n:127.0.0.1:51880_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2473313 INFO  (qtp1253865946-17755) [n:127.0.0.1:51877_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2473314 INFO  (qtp1253865946-17755) [n:127.0.0.1:51877_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2473314 INFO  (qtp1253865946-17755) [n:127.0.0.1:51877_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:51877/solr/testCreateShardRepFactor_a_replica1/
   [junit4]   2> 2473314 INFO  (qtp1253865946-17755) [n:127.0.0.1:51877_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2473314 INFO  (qtp1253865946-17755) [n:127.0.0.1:51877_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica1] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:51877/solr/testCreateShardRepFactor_a_replica1/ has no 
replicas
   [junit4]   2> 2473314 INFO  (qtp1253865946-17755) [n:127.0.0.1:51877_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2473324 INFO  (qtp1328925058-17772) [n:127.0.0.1:51880_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:51880/solr/testCreateShardRepFactor_b_replica1/ b
   [junit4]   2> 2473324 INFO  (qtp1253865946-17755) [n:127.0.0.1:51877_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:51877/solr/testCreateShardRepFactor_a_replica1/ a
   [junit4]   2> 2473444 INFO  
(zkCallback-3246-thread-1-processing-n:127.0.0.1:51877_solr) 
[n:127.0.0.1:51877_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2473444 INFO  
(zkCallback-3248-thread-1-processing-n:127.0.0.1:51880_solr) 
[n:127.0.0.1:51880_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2473482 INFO  (qtp1253865946-17755) [n:127.0.0.1:51877_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2473482 INFO  (qtp1328925058-17772) [n:127.0.0.1:51880_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2473486 INFO  (qtp1328925058-17772) [n:127.0.0.1:51880_solr 
c:testCreateShardRepFactor s:b  x:testCreateShardRepFactor_b_replica1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=testCreateShardRepFactor_b_replica1&action=CREATE&numShards=2&collection=testCreateShardRepFactor&shard=b&wt=javabin&version=2}
 status=0 QTime=1369
   [junit4]   2> 2473486 INFO  (qtp1253865946-17755) [n:127.0.0.1:51877_solr 
c:testCreateShardRepFactor s:a  x:testCreateShardRepFactor_a_replica1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=testCreateShardRepFactor_a_replica1&action=CREATE&numShards=2&collection=testCreateShardRepFactor&shard=a&wt=javabin&version=2}
 status=0 QTime=1369
   [junit4]   2> 2473493 INFO  (qtp1435274812-17747) [n:127.0.0.1:51879_solr    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 2473599 INFO  
(zkCallback-3246-thread-1-processing-n:127.0.0.1:51877_solr) 
[n:127.0.0.1:51877_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2473599 INFO  
(zkCallback-3248-thread-1-processing-n:127.0.0.1:51880_solr) 
[n:127.0.0.1:51880_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2473981 INFO  
(OverseerCollectionConfigSetProcessor-97571254073622539-127.0.0.1:51879_solr-n_0000000000)
 [n:127.0.0.1:51879_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2474505 INFO  (qtp1435274812-17747) [n:127.0.0.1:51879_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={shards=a,b&replicationFactor=1&collection.configName=conf&name=testCreateShardRepFactor&router.name=implicit&action=CREATE&wt=javabin&version=2}
 status=0 QTime=2548
   [junit4]   2> 2474506 INFO  (qtp1435274812-17748) [n:127.0.0.1:51879_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createshard with 
params 
action=CREATESHARD&collection=testCreateShardRepFactor&shard=x&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2474513 INFO  
(OverseerThreadFactory-8342-thread-2-processing-n:127.0.0.1:51879_solr) 
[n:127.0.0.1:51879_solr    ] o.a.s.c.CreateShardCmd Create shard invoked: {
   [junit4]   2>   "collection":"testCreateShardRepFactor",
   [junit4]   2>   "shard":"x",
   [junit4]   2>   "operation":"createshard"}
   [junit4]   2> 2474627 INFO  
(zkCallback-3246-thread-1-processing-n:127.0.0.1:51877_solr) 
[n:127.0.0.1:51877_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2474627 INFO  
(zkCallback-3248-thread-1-processing-n:127.0.0.1:51880_solr) 
[n:127.0.0.1:51880_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2474736 INFO  
(OverseerThreadFactory-8342-thread-2-processing-n:127.0.0.1:51879_solr) 
[n:127.0.0.1:51879_solr    ] o.a.s.c.CreateShardCmd Creating shard 
testCreateShardRepFactor_x_replica1 as part of slice x of collection 
testCreateShardRepFactor on 127.0.0.1:51879_solr
   [junit4]   2> 2474740 INFO  (qtp1435274812-17742) [n:127.0.0.1:51879_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&name=testCreateShardRepFactor_x_replica1&action=CREATE&numShards=1&collection=testCreateShardRepFactor&shard=x&wt=javabin&version=2
   [junit4]   2> 2474860 INFO  
(zkCallback-3246-thread-1-processing-n:127.0.0.1:51877_solr) 
[n:127.0.0.1:51877_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2474860 INFO  
(zkCallback-3247-thread-3-processing-n:127.0.0.1:51879_solr) 
[n:127.0.0.1:51879_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2474860 INFO  
(zkCallback-3248-thread-1-processing-n:127.0.0.1:51880_solr) 
[n:127.0.0.1:51880_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2475768 INFO  (qtp1435274812-17742) [n:127.0.0.1:51879_solr 
c:testCreateShardRepFactor s:x  x:testCreateShardRepFactor_x_replica1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2475778 INFO  (qtp1435274812-17742) [n:127.0.0.1:51879_solr 
c:testCreateShardRepFactor s:x  x:testCreateShardRepFactor_x_replica1] 
o.a.s.s.IndexSchema [testCreateShardRepFactor_x_replica1] Schema 
name=cloud-dynamic
   [junit4]   2> 2475800 WARN  (qtp1435274812-17742) [n:127.0.0.1:51879_solr 
c:testCreateShardRepFactor s:x  x:testCreateShardRepFactor_x_replica1] 
o.a.s.s.IndexSchema [testCreateShardRepFactor_x_replica1] default search field 
in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 2475801 INFO  (qtp1435274812-17742) [n:127.0.0.1:51879_solr 
c:testCreateShardRepFactor s:x  x:testCreateShardRepFactor_x_replica1] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2475803 INFO  (qtp1435274812-17742) [n:127.0.0.1:51879_solr 
c:testCreateShardRepFactor s:x  x:testCreateShardRepFactor_x_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'testCreateShardRepFactor_x_replica1' 
using configuration from collection testCreateShardRepFactor
   [junit4]   2> 2475804 INFO  (qtp1435274812-17742) [n:127.0.0.1:51879_solr 
c:testCreateShardRepFactor s:x  x:testCreateShardRepFactor_x_replica1] 
o.a.s.c.SolrCore [[testCreateShardRepFactor_x_replica1] ] Opening new SolrCore 
at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node4/testCreateShardRepFactor_x_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node4/./testCreateShardRepFactor_x_replica1/data/]
   [junit4]   2> 2475886 INFO  (qtp1435274812-17742) [n:127.0.0.1:51879_solr 
c:testCreateShardRepFactor s:x  x:testCreateShardRepFactor_x_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2475886 INFO  (qtp1435274812-17742) [n:127.0.0.1:51879_solr 
c:testCreateShardRepFactor s:x  x:testCreateShardRepFactor_x_replica1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2475889 INFO  (qtp1435274812-17742) [n:127.0.0.1:51879_solr 
c:testCreateShardRepFactor s:x  x:testCreateShardRepFactor_x_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2475889 INFO  (qtp1435274812-17742) [n:127.0.0.1:51879_solr 
c:testCreateShardRepFactor s:x  x:testCreateShardRepFactor_x_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2475891 INFO  (qtp1435274812-17742) [n:127.0.0.1:51879_solr 
c:testCreateShardRepFactor s:x  x:testCreateShardRepFactor_x_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3179e45d[testCreateShardRepFactor_x_replica1] main]
   [junit4]   2> 2475893 INFO  (qtp1435274812-17742) [n:127.0.0.1:51879_solr 
c:testCreateShardRepFactor s:x  x:testCreateShardRepFactor_x_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2475894 INFO  (qtp1435274812-17742) [n:127.0.0.1:51879_solr 
c:testCreateShardRepFactor s:x  x:testCreateShardRepFactor_x_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2475894 INFO  (qtp1435274812-17742) [n:127.0.0.1:51879_solr 
c:testCreateShardRepFactor s:x  x:testCreateShardRepFactor_x_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2475895 INFO  (qtp1435274812-17742) [n:127.0.0.1:51879_solr 
c:testCreateShardRepFactor s:x  x:testCreateShardRepFactor_x_replica1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1561140073646260224
   [junit4]   2> 2475895 INFO  
(searcherExecutor-8361-thread-1-processing-n:127.0.0.1:51879_solr 
x:testCreateShardRepFactor_x_replica1 s:x c:testCreateShardRepFactor) 
[n:127.0.0.1:51879_solr c:testCreateShardRepFactor s:x  
x:testCreateShardRepFactor_x_replica1] o.a.s.c.SolrCore 
[testCreateShardRepFactor_x_replica1] Registered new searcher 
Searcher@3179e45d[testCreateShardRepFactor_x_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2475908 INFO  (qtp1435274812-17742) [n:127.0.0.1:51879_solr 
c:testCreateShardRepFactor s:x  x:testCreateShardRepFactor_x_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2475908 INFO  (qtp1435274812-17742) [n:127.0.0.1:51879_solr 
c:testCreateShardRepFactor s:x  x:testCreateShardRepFactor_x_replica1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2475908 INFO  (qtp1435274812-17742) [n:127.0.0.1:51879_solr 
c:testCreateShardRepFactor s:x  x:testCreateShardRepFactor_x_replica1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:51879/solr/testCreateShardRepFactor_x_replica1/
   [junit4]   2> 2475908 INFO  (qtp1435274812-17742) [n:127.0.0.1:51879_solr 
c:testCreateShardRepFactor s:x  x:testCreateShardRepFactor_x_replica1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2475908 INFO  (qtp1435274812-17742) [n:127.0.0.1:51879_solr 
c:testCreateShardRepFactor s:x  x:testCreateShardRepFactor_x_replica1] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:51879/solr/testCreateShardRepFactor_x_replica1/ has no 
replicas
   [junit4]   2> 2475908 INFO  (qtp1435274812-17742) [n:127.0.0.1:51879_solr 
c:testCreateShardRepFactor s:x  x:testCreateShardRepFactor_x_replica1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2475916 INFO  (qtp1435274812-17742) [n:127.0.0.1:51879_solr 
c:testCreateShardRepFactor s:x  x:testCreateShardRepFactor_x_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:51879/solr/testCreateShardRepFactor_x_replica1/ x
   [junit4]   2> 2476030 INFO  
(zkCallback-3248-thread-1-processing-n:127.0.0.1:51880_solr) 
[n:127.0.0.1:51880_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2476030 INFO  
(zkCallback-3247-thread-1-processing-n:127.0.0.1:51879_solr) 
[n:127.0.0.1:51879_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2476030 INFO  
(zkCallback-3246-thread-1-processing-n:127.0.0.1:51877_solr) 
[n:127.0.0.1:51877_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2476085 INFO  (qtp1435274812-17742) [n:127.0.0.1:51879_solr 
c:testCreateShardRepFactor s:x  x:testCreateShardRepFactor_x_replica1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2476089 INFO  (qtp1435274812-17742) [n:127.0.0.1:51879_solr 
c:testCreateShardRepFactor s:x  x:testCreateShardRepFactor_x_replica1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&name=testCreateShardRepFactor_x_replica1&action=CREATE&numShards=1&collection=testCreateShardRepFactor&shard=x&wt=javabin&version=2}
 status=0 QTime=1349
   [junit4]   2> 2476090 INFO  
(OverseerThreadFactory-8342-thread-2-processing-n:127.0.0.1:51879_solr) 
[n:127.0.0.1:51879_solr    ] o.a.s.c.CreateShardCmd Finished create command on 
all shards for collection: testCreateShardRepFactor
   [junit4]   2> 2476093 INFO  (qtp1435274812-17748) [n:127.0.0.1:51879_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CREATESHARD&collection=testCreateShardRepFactor&shard=x&wt=javabin&version=2}
 status=0 QTime=1586
   [junit4]   2> 2476096 INFO  
(TEST-CustomCollectionTest.testCreateShardRepFactor-seed#[7951314821B74D80]) [  
  ] o.a.s.SolrTestCaseJ4 ###Ending testCreateShardRepFactor
   [junit4]   2> 2476133 INFO  
(TEST-CustomCollectionTest.testRouteFieldForImplicitRouter-seed#[7951314821B74D80])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testRouteFieldForImplicitRouter
   [junit4]   2> 2476135 INFO  
(TEST-CustomCollectionTest.testRouteFieldForImplicitRouter-seed#[7951314821B74D80])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2476138 INFO  (qtp1435274812-17744) [n:127.0.0.1:51879_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=testCreateShardRepFactor&action=DELETE&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 2476144 INFO  
(OverseerThreadFactory-8342-thread-3-processing-n:127.0.0.1:51879_solr) 
[n:127.0.0.1:51879_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 2476144 INFO  
(OverseerCollectionConfigSetProcessor-97571254073622539-127.0.0.1:51879_solr-n_0000000000)
 [n:127.0.0.1:51879_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2476145 INFO  (qtp1435274812-17746) [n:127.0.0.1:51879_solr    
] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.testCreateShardRepFactor.x.replica1
   [junit4]   2> 2476145 INFO  (qtp1435274812-17746) [n:127.0.0.1:51879_solr    
] o.a.s.c.SolrCore [testCreateShardRepFactor_x_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@24a7cb4e
   [junit4]   2> 2476145 INFO  (qtp1328925058-17773) [n:127.0.0.1:51880_solr    
] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.testCreateShardRepFactor.b.replica1
   [junit4]   2> 2476146 INFO  (qtp1253865946-17756) [n:127.0.0.1:51877_solr    
] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.testCreateShardRepFactor.a.replica1
   [junit4]   2> 2476146 INFO  (qtp1328925058-17773) [n:127.0.0.1:51880_solr    
] o.a.s.c.SolrCore [testCreateShardRepFactor_b_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@366a1de5
   [junit4]   2> 2476147 INFO  (qtp1253865946-17756) [n:127.0.0.1:51877_solr    
] o.a.s.c.SolrCore [testCreateShardRepFactor_a_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@227380cc
   [junit4]   2> 2476149 INFO  (qtp1435274812-17746) [n:127.0.0.1:51879_solr    
] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.testCreateShardRepFactor.x.replica1
   [junit4]   2> 2476149 INFO  (qtp1328925058-17773) [n:127.0.0.1:51880_solr    
] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.testCreateShardRepFactor.b.replica1
   [junit4]   2> 2476150 INFO  (qtp1253865946-17756) [n:127.0.0.1:51877_solr    
] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.testCreateShardRepFactor.a.replica1
   [junit4]   2> 2476153 INFO  (qtp1435274812-17746) [n:127.0.0.1:51879_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=testCreateShardRepFactor_x_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=8
   [junit4]   2> 2476156 INFO  (qtp1328925058-17773) [n:127.0.0.1:51880_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=testCreateShardRepFactor_b_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=11
   [junit4]   2> 2476157 INFO  (qtp1253865946-17756) [n:127.0.0.1:51877_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=testCreateShardRepFactor_a_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=12
   [junit4]   2> 2476879 INFO  (qtp1435274812-17744) [n:127.0.0.1:51879_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=testCreateShardRepFactor&action=DELETE&wt=javabin&version=2} 
status=0 QTime=741
   [junit4]   2> 2476880 INFO  (qtp1435274812-17747) [n:127.0.0.1:51879_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
shards=a,b,c,d&replicationFactor=4&collection.configName=conf&maxShardsPerNode=5&router.field=shard_s&name=withShardField&router.name=implicit&action=CREATE&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2476884 INFO  
(OverseerThreadFactory-8342-thread-4-processing-n:127.0.0.1:51879_solr) 
[n:127.0.0.1:51879_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
withShardField
   [junit4]   2> 2476885 INFO  
(OverseerCollectionConfigSetProcessor-97571254073622539-127.0.0.1:51879_solr-n_0000000000)
 [n:127.0.0.1:51879_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2477110 INFO  (qtp1435274812-17749) [n:127.0.0.1:51879_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_d_replica1&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2
   [junit4]   2> 2477118 INFO  (qtp1435274812-17750) [n:127.0.0.1:51879_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_a_replica1&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2
   [junit4]   2> 2477118 INFO  (qtp1435274812-17744) [n:127.0.0.1:51879_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_b_replica1&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2
   [junit4]   2> 2477146 INFO  (qtp1328925058-17774) [n:127.0.0.1:51880_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_b_replica2&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2
   [junit4]   2> 2477151 INFO  (qtp1253865946-17757) [n:127.0.0.1:51877_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_a_replica4&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2
   [junit4]   2> 2477156 INFO  (qtp1435274812-17748) [n:127.0.0.1:51879_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_c_replica1&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2
   [junit4]   2> 2477157 INFO  (qtp1253865946-17754) [n:127.0.0.1:51877_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_b_replica4&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2
   [junit4]   2> 2477159 INFO  (qtp1328925058-17775) [n:127.0.0.1:51880_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_a_replica2&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2
   [junit4]   2> 2477160 INFO  (qtp1328925058-17772) [n:127.0.0.1:51880_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_c_replica2&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2
   [junit4]   2> 2477165 INFO  (qtp1253865946-17755) [n:127.0.0.1:51877_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_d_replica4&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2
   [junit4]   2> 2477166 INFO  (qtp1328925058-17773) [n:127.0.0.1:51880_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_d_replica2&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2
   [junit4]   2> 2477167 INFO  (qtp1253865946-17751) [n:127.0.0.1:51877_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_c_replica4&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2
   [junit4]   2> 2477212 INFO  (qtp92679321-17759) [n:127.0.0.1:51878_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_a_replica3&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2
   [junit4]   2> 2477217 INFO  (qtp92679321-17766) [n:127.0.0.1:51878_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_d_replica3&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2
   [junit4]   2> 2477236 INFO  (qtp92679321-17765) [n:127.0.0.1:51878_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_b_replica3&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2
   [junit4]   2> 2477245 INFO  (qtp92679321-17761) [n:127.0.0.1:51878_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=withShardField_c_replica3&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2
   [junit4]   2> 2477359 INFO  
(zkCallback-3248-thread-1-processing-n:127.0.0.1:51880_solr) 
[n:127.0.0.1:51880_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> 2477359 INFO  
(zkCallback-3246-thread-1-processing-n:127.0.0.1:51877_solr) 
[n:127.0.0.1:51877_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> 2477359 INFO  
(zkCallback-3247-thread-1-processing-n:127.0.0.1:51879_solr) 
[n:127.0.0.1:51879_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> 2477359 INFO  
(zkCallback-3245-thread-1-processing-n:127.0.0.1:51878_solr) 
[n:127.0.0.1:51878_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> 2478206 INFO  (qtp1435274812-17750) [n:127.0.0.1:51879_solr 
c:withShardField s:a  x:withShardField_a_replica1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 2478206 INFO  (qtp1435274812-17749) [n:127.0.0.1:51879_solr 
c:withShardField s:d  x:withShardField_d_replica1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 2478206 INFO  (qtp1253865946-17757) [n:127.0.0.1:51877_solr 
c:withShardField s:a  x:withShardField_a_replica4] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 2478213 INFO  (qtp1328925058-17775) [n:127.0.0.1:51880_solr 
c:withShardField s:a  x:withShardField_a_replica2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 2478216 INFO  (qtp1253865946-17751) [n:127.0.0.1:51877_solr 
c:withShardField s:c  x:withShardField_c_replica4] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 2478240 INFO  (qtp1328925058-17774) [n:127.0.0.1:51880_solr 
c:withShardField s:b  x:withShardField_b_replica2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 2478243 INFO  (qtp1435274812-17744) [n:127.0.0.1:51879_solr 
c:withShardField s:b  x:withShardField_b_replica1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 2478246 INFO  (qtp1328925058-17773) [n:127.0.0.1:51880_solr 
c:withShardField s:d  x:withShardField_d_replica2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 2478249 INFO  (qtp1328925058-17772) [n:127.0.0.1:51880_solr 
c:withShardField s:c  x:withShardField_c_replica2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 2478268 INFO  (qtp1328925058-17774) [n:127.0.0.1:51880_solr 
c:withShardField s:b  x:withShardField_b_replica2] o.a.s.s.IndexSchema 
[withShardField_b_replica2] Schema name=cloud-dynamic
   [junit4]   2> 2478269 INFO  (qtp1328925058-17775) [n:127.0.0.1:51880_solr 
c:withShardField s:a  x:withShardField_a_replica2] o.a.s.s.IndexSchema 
[withShardField_a_replica2] Schema name=cloud-dynamic
   [junit4]   2> 2478272 INFO  (qtp1328925058-17773) [n:127.0.0.1:51880_solr 
c:withShardField s:d  x:withShardField_d_replica2] o.a.s.s.IndexSchema 
[withShardField_d_replica2] Schema name=cloud-dynamic
   [junit4]   2> 2478282 INFO  (qtp1328925058-17772) [n:127.0.0.1:51880_solr 
c:withShardField s:c  x:withShardField_c_replica2] o.a.s.s.IndexSchema 
[withShardField_c_replica2] Schema name=cloud-dynamic
   [junit4]   2> 2478297 INFO  (qtp92679321-17759) [n:127.0.0.1:51878_solr 
c:withShardField s:a  x:withShardField_a_replica3] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 2478297 INFO  (qtp92679321-17765) [n:127.0.0.1:51878_solr 
c:withShardField s:b  x:withShardField_b_replica3] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 2478314 INFO  (qtp1253865946-17754) [n:127.0.0.1:51877_solr 
c:withShardField s:b  x:withShardField_b_replica4] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 2478318 INFO  (qtp1435274812-17750) [n:127.0.0.1:51879_solr 
c:withShardField s:a  x:withShardField_a_replica1] o.a.s.s.IndexSchema 
[withShardField_a_replica1] Schema name=cloud-dynamic
   [junit4]   2> 2478319 INFO  (qtp92679321-17766) [n:127.0.0.1:51878_solr 
c:withShardField s:d  x:withShardField_d_replica3] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 2478327 INFO  (qtp1435274812-17744) [n:127.0.0.1:51879_solr 
c:withShardField s:b  x:withShardField_b_replica1] o.a.s.s.IndexSchema 
[withShardField_b_replica1] Schema name=cloud-dynamic
   [junit4]   2> 2478329 INFO  (qtp92679321-17761) [n:127.0.0.1:51878_solr 
c:withShardField s:c  x:withShardField_c_replica3] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 2478366 INFO  (qtp92679321-17765) [n:127.0.0.1:51878_solr 
c:withShardField s:b  x:withShardField_b_replica3] o.a.s.s.IndexSchema 
[withShardField_b_replica3] Schema name=cloud-dynamic
   [junit4]   2> 2478368 INFO  (qtp92679321-17759) [n:127.0.0.1:51878_solr 
c:withShardField s:a  x:withShardField_a_replica3] o.a.s.s.IndexSchema 
[withShardField_a_replica3] Schema name=cloud-dynamic
   [junit4]   2> 2478368 INFO  (qtp1435274812-17749) [n:127.0.0.1:51879_solr 
c:withShardField s:d  x:withShardField_d_replica1] o.a.s.s.IndexSchema 
[withShardField_d_replica1] Schema name=cloud-dynamic
   [junit4]   2> 2478421 WARN  (qtp92679321-17765) [n:127.0.0.1:51878_solr 
c:withShardField s:b  x:withShardField_b_replica3] o.a.s.s.IndexSchema 
[withShardField_b_replica3] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2478421 WARN  (qtp1435274812-17744) [n:127.0.0.1:51879_solr 
c:withShardField s:b  x:withShardField_b_replica1] o.a.s.s.IndexSchema 
[withShardField_b_replica1] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2478422 INFO  (qtp92679321-17765) [n:127.0.0.1:51878_solr 
c:withShardField s:b  x:withShardField_b_replica3] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2478423 INFO  (qtp1435274812-17744) [n:127.0.0.1:51879_solr 
c:withShardField s:b  x:withShardField_b_replica1] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2478424 WARN  (qtp1328925058-17773) [n:127.0.0.1:51880_solr 
c:withShardField s:d  x:withShardField_d_replica2] o.a.s.s.IndexSchema 
[withShardField_d_replica2] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2478425 INFO  (qtp1328925058-17773) [n:127.0.0.1:51880_solr 
c:withShardField s:d  x:withShardField_d_replica2] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2478429 INFO  (qtp1253865946-17755) [n:127.0.0.1:51877_solr 
c:withShardField s:d  x:withShardField_d_replica4] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 2478430 INFO  (qtp92679321-17766) [n:127.0.0.1:51878_solr 
c:withShardField s:d  x:withShardField_d_replica3] o.a.s.s.IndexSchema 
[withShardField_d_replica3] Schema name=cloud-dynamic
   [junit4]   2> 2478439 INFO  (qtp1253865946-17757) [n:127.0.0.1:51877_solr 
c:withShardField s:a  x:withShardField_a_replica4] o.a.s.s.IndexSchema 
[withShardField_a_replica4] Schema name=cloud-dynamic
   [junit4]   2> 2478439 WARN  (qtp92679321-17759) [n:127.0.0.1:51878_solr 
c:withShardField s:a  x:withShardField_a_replica3] o.a.s.s.IndexSchema 
[withShardField_a_replica3] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2478441 INFO  (qtp92679321-17759) [n:127.0.0.1:51878_solr 
c:withShardField s:a  x:withShardField_a_replica3] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2478444 INFO  (qtp92679321-17765) [n:127.0.0.1:51878_solr 
c:withShardField s:b  x:withShardField_b_replica3] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_b_replica3' using configuration from 
collection withShardField
   [junit4]   2> 2478444 INFO  (qtp1435274812-17744) [n:127.0.0.1:51879_solr 
c:withShardField s:b  x:withShardField_b_replica1] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_b_replica1' using configuration from 
collection withShardField
   [junit4]   2> 2478465 INFO  (qtp92679321-17765) [n:127.0.0.1:51878_solr 
c:withShardField s:b  x:withShardField_b_replica3] o.a.s.c.SolrCore 
[[withShardField_b_replica3] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node1/withShardField_b_replica3],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node1/./withShardField_b_replica3/data/]
   [junit4]   2> 2478466 INFO  (qtp1435274812-17744) [n:127.0.0.1:51879_solr 
c:withShardField s:b  x:withShardField_b_replica1] o.a.s.c.SolrCore 
[[withShardField_b_replica1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node4/withShardField_b_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node4/./withShardField_b_replica1/data/]
   [junit4]   2> 2478481 WARN  (qtp1435274812-17749) [n:127.0.0.1:51879_solr 
c:withShardField s:d  x:withShardField_d_replica1] o.a.s.s.IndexSchema 
[withShardField_d_replica1] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2478484 INFO  (qtp1253865946-17751) [n:127.0.0.1:51877_solr 
c:withShardField s:c  x:withShardField_c_replica4] o.a.s.s.IndexSchema 
[withShardField_c_replica4] Schema name=cloud-dynamic
   [junit4]   2> 2478484 INFO  (qtp1435274812-17749) [n:127.0.0.1:51879_solr 
c:withShardField s:d  x:withShardField_d_replica1] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2478505 INFO  (qtp1435274812-17748) [n:127.0.0.1:51879_solr 
c:withShardField s:c  x:withShardField_c_replica1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 2478508 INFO  (qtp92679321-17761) [n:127.0.0.1:51878_solr 
c:withShardField s:c  x:withShardField_c_replica3] o.a.s.s.IndexSchema 
[withShardField_c_replica3] Schema name=cloud-dynamic
   [junit4]   2> 2478522 WARN  (qtp92679321-17766) [n:127.0.0.1:51878_solr 
c:withShardField s:d  x:withShardField_d_replica3] o.a.s.s.IndexSchema 
[withShardField_d_replica3] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2478523 INFO  (qtp92679321-17766) [n:127.0.0.1:51878_solr 
c:withShardField s:d  x:withShardField_d_replica3] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2478547 INFO  (qtp1328925058-17773) [n:127.0.0.1:51880_solr 
c:withShardField s:d  x:withShardField_d_replica2] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_d_replica2' using configuration from 
collection withShardField
   [junit4]   2> 2478548 INFO  (qtp1328925058-17773) [n:127.0.0.1:51880_solr 
c:withShardField s:d  x:withShardField_d_replica2] o.a.s.c.SolrCore 
[[withShardField_d_replica2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node3/withShardField_d_replica2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node3/./withShardField_d_replica2/data/]
   [junit4]   2> 2478551 WARN  (qtp1435274812-17750) [n:127.0.0.1:51879_solr 
c:withShardField s:a  x:withShardField_a_replica1] o.a.s.s.IndexSchema 
[withShardField_a_replica1] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2478552 INFO  (qtp1435274812-17750) [n:127.0.0.1:51879_solr 
c:withShardField s:a  x:withShardField_a_replica1] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2478552 INFO  (qtp1435274812-17749) [n:127.0.0.1:51879_solr 
c:withShardField s:d  x:withShardField_d_replica1] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_d_replica1' using configuration from 
collection withShardField
   [junit4]   2> 2478553 INFO  (qtp1435274812-17749) [n:127.0.0.1:51879_solr 
c:withShardField s:d  x:withShardField_d_replica1] o.a.s.c.SolrCore 
[[withShardField_d_replica1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node4/withShardField_d_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node4/./withShardField_d_replica1/data/]
   [junit4]   2> 2478555 INFO  (qtp1253865946-17754) [n:127.0.0.1:51877_solr 
c:withShardField s:b  x:withShardField_b_replica4] o.a.s.s.IndexSchema 
[withShardField_b_replica4] Schema name=cloud-dynamic
   [junit4]   2> 2478555 INFO  (qtp92679321-17759) [n:127.0.0.1:51878_solr 
c:withShardField s:a  x:withShardField_a_replica3] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_a_replica3' using configuration from 
collection withShardField
   [junit4]   2> 2478555 INFO  (qtp92679321-17759) [n:127.0.0.1:51878_solr 
c:withShardField s:a  x:withShardField_a_replica3] o.a.s.c.SolrCore 
[[withShardField_a_replica3] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node1/withShardField_a_replica3],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node1/./withShardField_a_replica3/data/]
   [junit4]   2> 2478560 WARN  (qtp1253865946-17757) [n:127.0.0.1:51877_solr 
c:withShardField s:a  x:withShardField_a_replica4] o.a.s.s.IndexSchema 
[withShardField_a_replica4] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2478561 INFO  (qtp1253865946-17757) [n:127.0.0.1:51877_solr 
c:withShardField s:a  x:withShardField_a_replica4] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2478563 WARN  (qtp92679321-17761) [n:127.0.0.1:51878_solr 
c:withShardField s:c  x:withShardField_c_replica3] o.a.s.s.IndexSchema 
[withShardField_c_replica3] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2478564 INFO  (qtp92679321-17761) [n:127.0.0.1:51878_solr 
c:withShardField s:c  x:withShardField_c_replica3] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2478570 WARN  (qtp1253865946-17751) [n:127.0.0.1:51877_solr 
c:withShardField s:c  x:withShardField_c_replica4] o.a.s.s.IndexSchema 
[withShardField_c_replica4] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2478571 INFO  (qtp1253865946-17751) [n:127.0.0.1:51877_solr 
c:withShardField s:c  x:withShardField_c_replica4] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2478573 INFO  (qtp92679321-17766) [n:127.0.0.1:51878_solr 
c:withShardField s:d  x:withShardField_d_replica3] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_d_replica3' using configuration from 
collection withShardField
   [junit4]   2> 2478573 INFO  (qtp92679321-17766) [n:127.0.0.1:51878_solr 
c:withShardField s:d  x:withShardField_d_replica3] o.a.s.c.SolrCore 
[[withShardField_d_replica3] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node1/withShardField_d_replica3],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node1/./withShardField_d_replica3/data/]
   [junit4]   2> 2478574 INFO  (qtp1435274812-17750) [n:127.0.0.1:51879_solr 
c:withShardField s:a  x:withShardField_a_replica1] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_a_replica1' using configuration from 
collection withShardField
   [junit4]   2> 2478574 INFO  (qtp1435274812-17750) [n:127.0.0.1:51879_solr 
c:withShardField s:a  x:withShardField_a_replica1] o.a.s.c.SolrCore 
[[withShardField_a_replica1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node4/withShardField_a_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node4/./withShardField_a_replica1/data/]
   [junit4]   2> 2478577 WARN  (qtp1253865946-17754) [n:127.0.0.1:51877_solr 
c:withShardField s:b  x:withShardField_b_replica4] o.a.s.s.IndexSchema 
[withShardField_b_replica4] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2478578 INFO  (qtp1435274812-17748) [n:127.0.0.1:51879_solr 
c:withShardField s:c  x:withShardField_c_replica1] o.a.s.s.IndexSchema 
[withShardField_c_replica1] Schema name=cloud-dynamic
   [junit4]   2> 2478579 INFO  (qtp1253865946-17754) [n:127.0.0.1:51877_solr 
c:withShardField s:b  x:withShardField_b_replica4] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2478583 INFO  (qtp1253865946-17757) [n:127.0.0.1:51877_solr 
c:withShardField s:a  x:withShardField_a_replica4] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_a_replica4' using configuration from 
collection withShardField
   [junit4]   2> 2478583 INFO  (qtp1253865946-17757) [n:127.0.0.1:51877_solr 
c:withShardField s:a  x:withShardField_a_replica4] o.a.s.c.SolrCore 
[[withShardField_a_replica4] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node2/withShardField_a_replica4],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node2/./withShardField_a_replica4/data/]
   [junit4]   2> 2478584 INFO  (qtp1253865946-17755) [n:127.0.0.1:51877_solr 
c:withShardField s:d  x:withShardField_d_replica4] o.a.s.s.IndexSchema 
[withShardField_d_replica4] Schema name=cloud-dynamic
   [junit4]   2> 2478587 INFO  (qtp92679321-17761) [n:127.0.0.1:51878_solr 
c:withShardField s:c  x:withShardField_c_replica3] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_c_replica3' using configuration from 
collection withShardField
   [junit4]   2> 2478587 INFO  (qtp92679321-17761) [n:127.0.0.1:51878_solr 
c:withShardField s:c  x:withShardField_c_replica3] o.a.s.c.SolrCore 
[[withShardField_c_replica3] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node1/withShardField_c_replica3],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node1/./withShardField_c_replica3/data/]
   [junit4]   2> 2478612 WARN  (qtp1328925058-17774) [n:127.0.0.1:51880_solr 
c:withShardField s:b  x:withShardField_b_replica2] o.a.s.s.IndexSchema 
[withShardField_b_replica2] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2478613 INFO  (qtp1328925058-17774) [n:127.0.0.1:51880_solr 
c:withShardField s:b  x:withShardField_b_replica2] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2478625 WARN  (qtp1253865946-17755) [n:127.0.0.1:51877_solr 
c:withShardField s:d  x:withShardField_d_replica4] o.a.s.s.IndexSchema 
[withShardField_d_replica4] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2478625 INFO  (qtp1253865946-17754) [n:127.0.0.1:51877_solr 
c:withShardField s:b  x:withShardField_b_replica4] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_b_replica4' using configuration from 
collection withShardField
   [junit4]   2> 2478625 WARN  (qtp1435274812-17748) [n:127.0.0.1:51879_solr 
c:withShardField s:c  x:withShardField_c_replica1] o.a.s.s.IndexSchema 
[withShardField_c_replica1] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2478627 INFO  (qtp1253865946-17755) [n:127.0.0.1:51877_solr 
c:withShardField s:d  x:withShardField_d_replica4] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2478627 INFO  (qtp1435274812-17748) [n:127.0.0.1:51879_solr 
c:withShardField s:c  x:withShardField_c_replica1] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2478627 INFO  (qtp1253865946-17751) [n:127.0.0.1:51877_solr 
c:withShardField s:c  x:withShardField_c_replica4] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_c_replica4' using configuration from 
collection withShardField
   [junit4]   2> 2478628 INFO  (qtp1253865946-17751) [n:127.0.0.1:51877_solr 
c:withShardField s:c  x:withShardField_c_replica4] o.a.s.c.SolrCore 
[[withShardField_c_replica4] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node2/withShardField_c_replica4],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node2/./withShardField_c_replica4/data/]
   [junit4]   2> 2478629 INFO  (qtp1435274812-17748) [n:127.0.0.1:51879_solr 
c:withShardField s:c  x:withShardField_c_replica1] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_c_replica1' using configuration from 
collection withShardField
   [junit4]   2> 2478629 INFO  (qtp1435274812-17748) [n:127.0.0.1:51879_solr 
c:withShardField s:c  x:withShardField_c_replica1] o.a.s.c.SolrCore 
[[withShardField_c_replica1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node4/withShardField_c_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node4/./withShardField_c_replica1/data/]
   [junit4]   2> 2478630 INFO  (qtp1253865946-17754) [n:127.0.0.1:51877_solr 
c:withShardField s:b  x:withShardField_b_replica4] o.a.s.c.SolrCore 
[[withShardField_b_replica4] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node2/withShardField_b_replica4],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node2/./withShardField_b_replica4/data/]
   [junit4]   2> 2478630 INFO  (qtp1328925058-17774) [n:127.0.0.1:51880_solr 
c:withShardField s:b  x:withShardField_b_replica2] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_b_replica2' using configuration from 
collection withShardField
   [junit4]   2> 2478631 INFO  (qtp1328925058-17774) [n:127.0.0.1:51880_solr 
c:withShardField s:b  x:withShardField_b_replica2] o.a.s.c.SolrCore 
[[withShardField_b_replica2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node3/withShardField_b_replica2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node3/./withShardField_b_replica2/data/]
   [junit4]   2> 2478632 INFO  (qtp1253865946-17755) [n:127.0.0.1:51877_solr 
c:withShardField s:d  x:withShardField_d_replica4] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_d_replica4' using configuration from 
collection withShardField
   [junit4]   2> 2478632 INFO  (qtp1253865946-17755) [n:127.0.0.1:51877_solr 
c:withShardField s:d  x:withShardField_d_replica4] o.a.s.c.SolrCore 
[[withShardField_d_replica4] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node2/withShardField_d_replica4],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node2/./withShardField_d_replica4/data/]
   [junit4]   2> 2478634 WARN  (qtp1328925058-17772) [n:127.0.0.1:51880_solr 
c:withShardField s:c  x:withShardField_c_replica2] o.a.s.s.IndexSchema 
[withShardField_c_replica2] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2478635 INFO  (qtp1328925058-17772) [n:127.0.0.1:51880_solr 
c:withShardField s:c  x:withShardField_c_replica2] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2478636 WARN  (qtp1328925058-17775) [n:127.0.0.1:51880_solr 
c:withShardField s:a  x:withShardField_a_replica2] o.a.s.s.IndexSchema 
[withShardField_a_replica2] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2478637 INFO  (qtp1328925058-17775) [n:127.0.0.1:51880_solr 
c:withShardField s:a  x:withShardField_a_replica2] o.a.s.s.IndexSchema Loaded 
schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2478639 INFO  (qtp1328925058-17772) [n:127.0.0.1:51880_solr 
c:withShardField s:c  x:withShardField_c_replica2] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_c_replica2' using configuration from 
collection withShardField
   [junit4]   2> 2478639 INFO  (qtp1328925058-17772) [n:127.0.0.1:51880_solr 
c:withShardField s:c  x:withShardField_c_replica2] o.a.s.c.SolrCore 
[[withShardField_c_replica2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node3/withShardField_c_replica2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node3/./withShardField_c_replica2/data/]
   [junit4]   2> 2478644 INFO  (qtp1328925058-17775) [n:127.0.0.1:51880_solr 
c:withShardField s:a  x:withShardField_a_replica2] o.a.s.c.CoreContainer 
Creating SolrCore 'withShardField_a_replica2' using configuration from 
collection withShardField
   [junit4]   2> 2478645 INFO  (qtp1328925058-17775) [n:127.0.0.1:51880_solr 
c:withShardField s:a  x:withShardField_a_replica2] o.a.s.c.SolrCore 
[[withShardField_a_replica2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node3/withShardField_a_replica2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001/tempDir-001/node3/./withShardField_a_replic

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

 (zkCallback-3246-thread-2-processing-n:127.0.0.1:51877_solr) 
[n:127.0.0.1:51877_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2551169 WARN  
(zkCallback-3247-thread-6-processing-n:127.0.0.1:51879_solr) 
[n:127.0.0.1:51879_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2551170 INFO  (jetty-closer-3227-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 2551170 INFO  (jetty-closer-3227-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 2551170 INFO  (jetty-closer-3227-thread-4) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 2551170 INFO  (jetty-closer-3227-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3a0e34c0{/solr,null,UNAVAILABLE}
   [junit4]   2> 2551170 INFO  (jetty-closer-3227-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@323429e{/solr,null,UNAVAILABLE}
   [junit4]   2> 2551170 INFO  (jetty-closer-3227-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@51c0349b{/solr,null,UNAVAILABLE}
   [junit4]   2> 2551174 INFO  
(SUITE-CustomCollectionTest-seed#[7951314821B74D80]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:51875 51875
   [junit4]   2> 2551182 INFO  (Thread-3731) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:51875 51875
   [junit4]   2> 2554343 WARN  (Thread-3731) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        12      /solr/configs/conf
   [junit4]   2>        9       /solr/aliases.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        9       /solr/clusterprops.json
   [junit4]   2>        9       /solr/clusterstate.json
   [junit4]   2>        4       
/solr/collections/testCreateShardRepFactor/state.json
   [junit4]   2>        4       /solr/collections/implicitcoll/state.json
   [junit4]   2>        4       /solr/collections/routeFieldColl/state.json
   [junit4]   2>        4       /solr/collections/withShardField/state.json
   [junit4]   2>        2       
/solr/collections/withShardField/leader_elect/a/election/97571254073622540-core_node8-n_0000000001
   [junit4]   2>        2       
/solr/collections/withShardField/leader_elect/c/election/97571254073622537-core_node16-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        67      /solr/overseer/collection-queue-work
   [junit4]   2>        56      /solr/overseer/queue
   [junit4]   2>        31      /solr/collections
   [junit4]   2>        9       /solr/live_nodes
   [junit4]   2>        7       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 2554344 INFO  
(SUITE-CustomCollectionTest-seed#[7951314821B74D80]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_7951314821B74D80-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{shard_s=PostingsFormat(name=Memory), _version_=PostingsFormat(name=Memory), 
id=Lucene50(blocksize=128)}, docValues:{}, maxPointsInLeafNode=664, 
maxMBSortInHeap=7.0920307993307325, sim=RandomSimilarity(queryNorm=true): {}, 
locale=ja-JP, timezone=Pacific/Wallis
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_121 
(64-bit)/cpus=3,threads=1,free=93117768,total=426336256
   [junit4]   2> NOTE: All tests run in this JVM: [SolrGraphiteReporterTest, 
TestJoin, ClassificationUpdateProcessorIntegrationTest, StressHdfsTest, 
HdfsUnloadDistributedZkTest, TestSuggestSpellingConverter, 
TestReversedWildcardFilterFactory, TestUseDocValuesAsStored2, 
TestManagedSynonymFilterFactory, SpellPossibilityIteratorTest, 
TestSolrDeletionPolicy2, CdcrBootstrapTest, DateRangeFieldTest, TestTrie, 
TestJsonFacets, HttpSolrCallGetCoreTest, FileBasedSpellCheckerTest, 
DistributedVersionInfoTest, ScriptEngineTest, TestPHPSerializedResponseWriter, 
AsyncCallRequestStatusResponseTest, TestSchemalessBufferedUpdates, 
TestSchemaVersionResource, GraphQueryTest, LeaderFailureAfterFreshStartTest, 
ReplicaListTransformerTest, BadIndexSchemaTest, InfoHandlerTest, 
TestCloudRecovery, FacetPivotSmallTest, TestAnalyzedSuggestions, 
TestSolrCoreProperties, TestRecoveryHdfs, 
PreAnalyzedFieldManagedSchemaCloudTest, HdfsCollectionsAPIDistributedZkTest, 
CdcrReplicationHandlerTest, DeleteNodeTest, TestExactStatsCache, 
TestExclusionRuleCollectionAccess, ConjunctionSolrSpellCheckerTest, 
ResponseLogComponentTest, CdcrVersionReplicationTest, TestNumericTerms64, 
TestSolrCloudWithKerberosAlt, V2ApiIntegrationTest, DebugComponentTest, 
SolrCLIZkUtilsTest, SpatialHeatmapFacetsTest, ZkStateReaderTest, 
TestPointFields, VersionInfoTest, TestWriterPerf, CollectionReloadTest, 
CoreSorterTest, TestDynamicLoading, AliasIntegrationTest, CacheHeaderTest, 
ZkSolrClientTest, TestRecovery, JsonLoaderTest, RulesTest, TestExportWriter, 
TestStandardQParsers, OutOfBoxZkACLAndCredentialsProvidersTest, 
TestQueryWrapperFilter, CollectionsAPIDistributedZkTest, SolrIndexSplitterTest, 
SignatureUpdateProcessorFactoryTest, TestCrossCoreJoin, HdfsRecoverLeaseTest, 
HdfsBasicDistributedZk2Test, LeaderElectionIntegrationTest, 
SuggestComponentTest, OpenCloseCoreStressTest, ForceLeaderTest, 
TestRawTransformer, TestValueSourceCache, SolrXmlInZkTest, TestDistribIDF, 
TestRestoreCore, BasicZkTest, CurrencyFieldOpenExchangeTest, 
RequestLoggingTest, IndexSchemaTest, PreAnalyzedUpdateProcessorTest, 
TestRandomRequestDistribution, TemplateUpdateProcessorTest, JvmMetricsTest, 
TestPKIAuthenticationPlugin, TestInitQParser, SpellCheckCollatorTest, 
SolrSlf4jReporterTest, BasicFunctionalityTest, TestFieldCacheSort, 
SuggesterWFSTTest, TestRequestStatusCollectionAPI, BooleanFieldTest, 
HdfsThreadLeakTest, TestManagedSchemaAPI, TestSolrConfigHandlerConcurrent, 
TestCloudDeleteByQuery, TestLeaderElectionWithEmptyReplica, AnalyticsQueryTest, 
TestNonDefinedSimilarityFactory, TestQuerySenderListener, TestNRTOpen, 
OverseerCollectionConfigSetProcessorTest, TestIndexSearcher, 
HighlighterConfigTest, SpellingQueryConverterTest, 
BigEndianAscendingWordSerializerTest, CSVRequestHandlerTest, BufferStoreTest, 
AtomicUpdatesTest, TermVectorComponentTest, TestStressCloudBlindAtomicUpdates, 
TestIndexingPerformance, EchoParamsTest, ChaosMonkeySafeLeaderTest, 
TestDFRSimilarityFactory, MissingSegmentRecoveryTest, UUIDFieldTest, 
TestFastWriter, TestTrackingShardHandlerFactory, TestReload, 
TestSolrQueryParser, TestCorePropertiesReload, TestCodecSupport, 
TestSmileRequest, SSLMigrationTest, DistributedFacetPivotLargeTest, 
TestCryptoKeys, SliceStateTest, TestSolrCloudSnapshots, QueryParsingTest, 
TestMacroExpander, TriLevelCompositeIdRoutingTest, TestFieldCacheVsDocValues, 
TestChildDocTransformer, ConnectionReuseTest, NotRequiredUniqueKeyTest, 
TestSolrQueryParserDefaultOperatorResource, DistanceFunctionTest, 
SuggesterTest, AddBlockUpdateTest, TestClassicSimilarityFactory, 
TestLegacyFieldCache, TestSchemaResource, 
PeerSyncWithIndexFingerprintCachingTest, TestSlowCompositeReaderWrapper, 
ConvertedLegacyTest, QueryResultKeyTest, TestUtils, TestFieldResource, 
SecurityConfHandlerTest, ExternalFileFieldSortTest, TestSegmentSorting, 
TestNoOpRegenerator, TestTrieFacet, TestSolr4Spatial, 
CoreAdminRequestStatusTest, TestXmlQParserPlugin, BasicDistributedZk2Test, 
TestConfig, TestLMJelinekMercerSimilarityFactory, TestOmitPositions, 
TestSimpleTrackingShardHandler, CloudMLTQParserTest, BlockCacheTest, 
TestLeaderInitiatedRecoveryThread, UnloadDistributedZkTest, ShardRoutingTest, 
FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, TestRandomFaceting, 
LeaderElectionTest, ShardRoutingCustomTest, TestDistributedGrouping, 
DistributedSpellCheckComponentTest, ZkControllerTest, 
DistributedTermsComponentTest, StatsComponentTest, QueryElevationComponentTest, 
DirectUpdateHandlerTest, TestBadConfig, HighlighterTest, 
ShowFileRequestHandlerTest, TestCoreDiscovery, SuggesterFSTTest, 
TestFoldingMultitermQuery, SuggesterTSTTest, TestStressLucene, 
SpatialFilterTest, WordBreakSolrSpellCheckerTest, 
SolrCoreCheckLockOnStartupTest, TestUpdate, TestAtomicUpdateErrorCases, 
DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, 
DocValuesMultiTest, TestSolrDeletionPolicy1, LukeRequestHandlerTest, 
DocumentAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, 
RequestHandlersTest, RequiredFieldsTest, IndexSchemaRuntimeFieldTest, 
RegexBoostProcessorTest, TestCollationField, ReturnFieldsTest, 
TestCSVResponseWriter, TestComponentsName, TestLFUCache, SolrIndexConfigTest, 
MultiTermTest, SampleTest, TestDocSet, TestSearchPerf, MinimalSchemaTest, 
TestFuzzyAnalyzedSuggestions, TestPostingsSolrHighlighter, 
TestLuceneMatchVersion, SynonymTokenizerTest, TestLMDirichletSimilarityFactory, 
TestIBSimilarityFactory, TestBM25SimilarityFactory, TestJmxMonitoredMap, 
ResourceLoaderTest, TestFastOutputStream, OpenExchangeRatesOrgProviderTest, 
URLClassifyProcessorTest, PluginInfoTest, TestFastLRUCache, DateMathParserTest, 
PreAnalyzedFieldTest, TestSystemIdResolver, DOMUtilTest, 
RAMDirectoryFactoryTest, ClusterStateTest, TestSolrJ, ZkNodePropsTest, 
SystemInfoHandlerTest, FileUtilsTest, CircularListTest, 
DistributedMLTComponentTest, TestRTGBase, CursorPagingTest, 
DistributedIntervalFacetingTest, SolrTestCaseJ4Test, 
TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestPathTrie, 
TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, 
CollectionTooManyReplicasTest, ConcurrentDeleteAndCreateCollectionTest, 
ConfigSetsAPITest, CreateCollectionCleanupTest, CustomCollectionTest]
   [junit4] Completed [489/693 (1!)] on J1 in 86.56s, 4 tests, 2 errors <<< 
FAILURES!

[...truncated 63309 lines...]

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

Reply via email to