Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/9/
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([DA98A646A68F8329:72AE389B39EE6873]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.getCollectionNames(CloudSolrClient.java:1139)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:822)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at 
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
        at 
org.apache.solr.cloud.CustomCollectionTest.testRouteFieldForHashRouter(CustomCollectionTest.java:166)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestTlogReplica.testCreateDelete { 
seed=[DA98A646A68F8329:75DEEBF664BDB035]}

Error Message:
Could not find collection : tlog_replica_test_create_delete

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : 
tlog_replica_test_create_delete
        at 
__randomizedtesting.SeedInfo.seed([DA98A646A68F8329:75DEEBF664BDB035]:0)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:194)
        at 
org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:247)
        at 
org.apache.solr.cloud.TestTlogReplica.testCreateDelete(TestTlogReplica.java:188)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12352 lines...]
   [junit4] Suite: org.apache.solr.cloud.CustomCollectionTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DA98A646A68F8329-001/init-core-data-001
   [junit4]   2> 1833720 WARN  
(SUITE-CustomCollectionTest-seed#[DA98A646A68F8329]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=23 numCloses=23
   [junit4]   2> 1833720 INFO  
(SUITE-CustomCollectionTest-seed#[DA98A646A68F8329]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1833723 INFO  
(SUITE-CustomCollectionTest-seed#[DA98A646A68F8329]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1833724 INFO  
(SUITE-CustomCollectionTest-seed#[DA98A646A68F8329]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DA98A646A68F8329-001/tempDir-001
   [junit4]   2> 1833724 INFO  
(SUITE-CustomCollectionTest-seed#[DA98A646A68F8329]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1833724 INFO  (Thread-3245) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1833724 INFO  (Thread-3245) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1833727 ERROR (Thread-3245) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1833834 INFO  
(SUITE-CustomCollectionTest-seed#[DA98A646A68F8329]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:63231
   [junit4]   2> 1833869 INFO  (jetty-launcher-4176-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1833869 INFO  (jetty-launcher-4176-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1833869 INFO  (jetty-launcher-4176-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1833871 INFO  (jetty-launcher-4176-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1833874 INFO  (jetty-launcher-4176-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@94a92cb{/solr,null,AVAILABLE}
   [junit4]   2> 1833874 INFO  (jetty-launcher-4176-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2139adb{/solr,null,AVAILABLE}
   [junit4]   2> 1833875 INFO  (jetty-launcher-4176-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@b903c73{HTTP/1.1,[http/1.1]}{127.0.0.1:63234}
   [junit4]   2> 1833875 INFO  (jetty-launcher-4176-thread-3) [    ] 
o.e.j.s.Server Started @1837667ms
   [junit4]   2> 1833875 INFO  (jetty-launcher-4176-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=63234}
   [junit4]   2> 1833876 ERROR (jetty-launcher-4176-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1833876 INFO  (jetty-launcher-4176-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.1.0
   [junit4]   2> 1833876 INFO  (jetty-launcher-4176-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1833876 INFO  (jetty-launcher-4176-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1833876 INFO  (jetty-launcher-4176-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-06T12:52:10.693Z
   [junit4]   2> 1833879 INFO  (jetty-launcher-4176-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1bf1ea3e{/solr,null,AVAILABLE}
   [junit4]   2> 1833880 INFO  (jetty-launcher-4176-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1dc4f625{HTTP/1.1,[http/1.1]}{127.0.0.1:63235}
   [junit4]   2> 1833880 INFO  (jetty-launcher-4176-thread-1) [    ] 
o.e.j.s.Server Started @1837671ms
   [junit4]   2> 1833880 INFO  (jetty-launcher-4176-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=63235}
   [junit4]   2> 1833880 ERROR (jetty-launcher-4176-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1833881 INFO  (jetty-launcher-4176-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.1.0
   [junit4]   2> 1833881 INFO  (jetty-launcher-4176-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1833881 INFO  (jetty-launcher-4176-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1833881 INFO  (jetty-launcher-4176-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-06T12:52:10.698Z
   [junit4]   2> 1833883 INFO  (jetty-launcher-4176-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@790879d5{HTTP/1.1,[http/1.1]}{127.0.0.1:63233}
   [junit4]   2> 1833883 INFO  (jetty-launcher-4176-thread-2) [    ] 
o.e.j.s.Server Started @1837675ms
   [junit4]   2> 1833883 INFO  (jetty-launcher-4176-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=63233}
   [junit4]   2> 1833883 ERROR (jetty-launcher-4176-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1833885 INFO  (jetty-launcher-4176-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@16eaa9c3{/solr,null,AVAILABLE}
   [junit4]   2> 1833886 INFO  (jetty-launcher-4176-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.1.0
   [junit4]   2> 1833886 INFO  (jetty-launcher-4176-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3909802f{HTTP/1.1,[http/1.1]}{127.0.0.1:63238}
   [junit4]   2> 1833886 INFO  (jetty-launcher-4176-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1833886 INFO  (jetty-launcher-4176-thread-4) [    ] 
o.e.j.s.Server Started @1837677ms
   [junit4]   2> 1833886 INFO  (jetty-launcher-4176-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1833886 INFO  (jetty-launcher-4176-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=63238}
   [junit4]   2> 1833886 INFO  (jetty-launcher-4176-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-06T12:52:10.703Z
   [junit4]   2> 1833886 ERROR (jetty-launcher-4176-thread-4) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1833887 INFO  (jetty-launcher-4176-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.1.0
   [junit4]   2> 1833887 INFO  (jetty-launcher-4176-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1833887 INFO  (jetty-launcher-4176-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1833887 INFO  (jetty-launcher-4176-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-06T12:52:10.704Z
   [junit4]   2> 1833890 INFO  (jetty-launcher-4176-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1833892 INFO  (jetty-launcher-4176-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1833892 INFO  (jetty-launcher-4176-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1833893 INFO  (jetty-launcher-4176-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1833907 INFO  (jetty-launcher-4176-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63231/solr
   [junit4]   2> 1833907 INFO  (jetty-launcher-4176-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63231/solr
   [junit4]   2> 1833908 INFO  (jetty-launcher-4176-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63231/solr
   [junit4]   2> 1833913 INFO  (jetty-launcher-4176-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63231/solr
   [junit4]   2> 1834155 INFO  (jetty-launcher-4176-thread-3) 
[n:127.0.0.1:63234_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1834155 INFO  (jetty-launcher-4176-thread-4) 
[n:127.0.0.1:63238_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1834156 INFO  (jetty-launcher-4176-thread-2) 
[n:127.0.0.1:63233_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1834156 INFO  (jetty-launcher-4176-thread-1) 
[n:127.0.0.1:63235_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1834157 INFO  (jetty-launcher-4176-thread-3) 
[n:127.0.0.1:63234_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:63234_solr
   [junit4]   2> 1834157 INFO  (jetty-launcher-4176-thread-4) 
[n:127.0.0.1:63238_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63238_solr
   [junit4]   2> 1834158 INFO  (jetty-launcher-4176-thread-2) 
[n:127.0.0.1:63233_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63233_solr
   [junit4]   2> 1834158 INFO  (jetty-launcher-4176-thread-1) 
[n:127.0.0.1:63235_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63235_solr
   [junit4]   2> 1834158 INFO  (jetty-launcher-4176-thread-3) 
[n:127.0.0.1:63234_solr    ] o.a.s.c.Overseer Overseer 
(id=98261108689666058-127.0.0.1:63234_solr-n_0000000000) starting
   [junit4]   2> 1834160 INFO  
(zkCallback-4198-thread-1-processing-n:127.0.0.1:63238_solr) 
[n:127.0.0.1:63238_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1834161 INFO  
(zkCallback-4197-thread-1-processing-n:127.0.0.1:63233_solr) 
[n:127.0.0.1:63233_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1834162 INFO  
(zkCallback-4195-thread-1-processing-n:127.0.0.1:63235_solr) 
[n:127.0.0.1:63235_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1834162 INFO  
(zkCallback-4196-thread-1-processing-n:127.0.0.1:63234_solr) 
[n:127.0.0.1:63234_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1834163 INFO  
(zkCallback-4198-thread-1-processing-n:127.0.0.1:63238_solr) 
[n:127.0.0.1:63238_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (3)
   [junit4]   2> 1834183 INFO  
(zkCallback-4196-thread-1-processing-n:127.0.0.1:63234_solr) 
[n:127.0.0.1:63234_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1834183 INFO  
(zkCallback-4197-thread-1-processing-n:127.0.0.1:63233_solr) 
[n:127.0.0.1:63233_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1834184 INFO  
(zkCallback-4195-thread-1-processing-n:127.0.0.1:63235_solr) 
[n:127.0.0.1:63235_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1834207 INFO  (jetty-launcher-4176-thread-3) 
[n:127.0.0.1:63234_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63234_solr
   [junit4]   2> 1834209 INFO  
(zkCallback-4198-thread-1-processing-n:127.0.0.1:63238_solr) 
[n:127.0.0.1:63238_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1834209 INFO  
(zkCallback-4197-thread-1-processing-n:127.0.0.1:63233_solr) 
[n:127.0.0.1:63233_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1834210 INFO  
(zkCallback-4195-thread-1-processing-n:127.0.0.1:63235_solr) 
[n:127.0.0.1:63235_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1834210 INFO  
(zkCallback-4196-thread-1-processing-n:127.0.0.1:63234_solr) 
[n:127.0.0.1:63234_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1834329 INFO  (jetty-launcher-4176-thread-4) 
[n:127.0.0.1:63238_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63238.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3beffcd7
   [junit4]   2> 1834333 INFO  (jetty-launcher-4176-thread-4) 
[n:127.0.0.1:63238_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63238.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3beffcd7
   [junit4]   2> 1834333 INFO  (jetty-launcher-4176-thread-4) 
[n:127.0.0.1:63238_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63238.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3beffcd7
   [junit4]   2> 1834335 INFO  (jetty-launcher-4176-thread-4) 
[n:127.0.0.1:63238_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DA98A646A68F8329-001/tempDir-001/node4/.
   [junit4]   2> 1834336 INFO  (jetty-launcher-4176-thread-2) 
[n:127.0.0.1:63233_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63233.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3beffcd7
   [junit4]   2> 1834345 INFO  (jetty-launcher-4176-thread-1) 
[n:127.0.0.1:63235_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63235.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3beffcd7
   [junit4]   2> 1834347 INFO  (jetty-launcher-4176-thread-2) 
[n:127.0.0.1:63233_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63233.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3beffcd7
   [junit4]   2> 1834348 INFO  (jetty-launcher-4176-thread-2) 
[n:127.0.0.1:63233_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63233.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3beffcd7
   [junit4]   2> 1834349 INFO  (jetty-launcher-4176-thread-2) 
[n:127.0.0.1:63233_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DA98A646A68F8329-001/tempDir-001/node3/.
   [junit4]   2> 1834349 INFO  (jetty-launcher-4176-thread-1) 
[n:127.0.0.1:63235_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63235.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3beffcd7
   [junit4]   2> 1834349 INFO  (jetty-launcher-4176-thread-1) 
[n:127.0.0.1:63235_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63235.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3beffcd7
   [junit4]   2> 1834350 INFO  (jetty-launcher-4176-thread-1) 
[n:127.0.0.1:63235_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DA98A646A68F8329-001/tempDir-001/node1/.
   [junit4]   2> 1834370 INFO  (jetty-launcher-4176-thread-3) 
[n:127.0.0.1:63234_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63234.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3beffcd7
   [junit4]   2> 1834375 INFO  (jetty-launcher-4176-thread-3) 
[n:127.0.0.1:63234_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63234.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3beffcd7
   [junit4]   2> 1834375 INFO  (jetty-launcher-4176-thread-3) 
[n:127.0.0.1:63234_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63234.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3beffcd7
   [junit4]   2> 1834376 INFO  (jetty-launcher-4176-thread-3) 
[n:127.0.0.1:63234_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DA98A646A68F8329-001/tempDir-001/node2/.
   [junit4]   2> 1834502 INFO  
(SUITE-CustomCollectionTest-seed#[DA98A646A68F8329]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1834503 INFO  
(SUITE-CustomCollectionTest-seed#[DA98A646A68F8329]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63231/solr ready
   [junit4]   2> 1834532 INFO  
(TEST-CustomCollectionTest.testRouteFieldForImplicitRouter-seed#[DA98A646A68F8329])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testRouteFieldForImplicitRouter
   [junit4]   2> 1834534 INFO  
(TEST-CustomCollectionTest.testRouteFieldForImplicitRouter-seed#[DA98A646A68F8329])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1834538 INFO  (qtp638476936-20156) [n:127.0.0.1:63238_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
shards=a,b,c,d&replicationFactor=2&collection.configName=conf&maxShardsPerNode=3&router.field=shard_s&name=withShardField&router.name=implicit&nrtReplicas=2&action=CREATE&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1834541 INFO  
(OverseerThreadFactory-8012-thread-1-processing-n:127.0.0.1:63234_solr) 
[n:127.0.0.1:63234_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
withShardField
   [junit4]   2> 1834672 INFO  
(OverseerStateUpdate-98261108689666058-127.0.0.1:63234_solr-n_0000000000) 
[n:127.0.0.1:63234_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"withShardField",
   [junit4]   2>   "shard":"a",
   [junit4]   2>   "core":"withShardField_a_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:63233/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1834676 INFO  
(OverseerStateUpdate-98261108689666058-127.0.0.1:63234_solr-n_0000000000) 
[n:127.0.0.1:63234_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"withShardField",
   [junit4]   2>   "shard":"a",
   [junit4]   2>   "core":"withShardField_a_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:63234/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1834679 INFO  
(OverseerStateUpdate-98261108689666058-127.0.0.1:63234_solr-n_0000000000) 
[n:127.0.0.1:63234_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"withShardField",
   [junit4]   2>   "shard":"b",
   [junit4]   2>   "core":"withShardField_b_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:63238/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1834684 INFO  
(OverseerStateUpdate-98261108689666058-127.0.0.1:63234_solr-n_0000000000) 
[n:127.0.0.1:63234_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"withShardField",
   [junit4]   2>   "shard":"b",
   [junit4]   2>   "core":"withShardField_b_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:63235/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1834688 INFO  
(OverseerStateUpdate-98261108689666058-127.0.0.1:63234_solr-n_0000000000) 
[n:127.0.0.1:63234_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"withShardField",
   [junit4]   2>   "shard":"c",
   [junit4]   2>   "core":"withShardField_c_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:63233/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1834691 INFO  
(OverseerStateUpdate-98261108689666058-127.0.0.1:63234_solr-n_0000000000) 
[n:127.0.0.1:63234_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"withShardField",
   [junit4]   2>   "shard":"c",
   [junit4]   2>   "core":"withShardField_c_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:63234/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1834693 INFO  
(OverseerStateUpdate-98261108689666058-127.0.0.1:63234_solr-n_0000000000) 
[n:127.0.0.1:63234_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"withShardField",
   [junit4]   2>   "shard":"d",
   [junit4]   2>   "core":"withShardField_d_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:63238/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1834696 INFO  
(OverseerStateUpdate-98261108689666058-127.0.0.1:63234_solr-n_0000000000) 
[n:127.0.0.1:63234_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"withShardField",
   [junit4]   2>   "shard":"d",
   [junit4]   2>   "core":"withShardField_d_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:63235/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1834907 INFO  (qtp638476936-20157) [n:127.0.0.1:63238_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=withShardField_b_replica_n1&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1834907 INFO  (qtp859076225-20148) [n:127.0.0.1:63234_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=withShardField_a_replica_n2&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1834908 INFO  (qtp859076225-20148) [n:127.0.0.1:63234_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1834908 INFO  (qtp638476936-20157) [n:127.0.0.1:63238_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1834907 INFO  (qtp859076225-20146) [n:127.0.0.1:63234_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=withShardField_c_replica_n2&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1834908 INFO  (qtp144258139-20139) [n:127.0.0.1:63233_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node1&collection.configName=conf&newCollection=true&name=withShardField_a_replica_n1&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1834909 INFO  (qtp144258139-20139) [n:127.0.0.1:63233_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1834907 INFO  (qtp638476936-20158) [n:127.0.0.1:63238_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=withShardField_d_replica_n1&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1834916 INFO  (qtp777691227-20163) [n:127.0.0.1:63235_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=withShardField_b_replica_n2&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1834917 INFO  (qtp777691227-20163) [n:127.0.0.1:63235_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1834916 INFO  (qtp777691227-20164) [n:127.0.0.1:63235_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=withShardField_d_replica_n2&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1834907 INFO  (qtp144258139-20137) [n:127.0.0.1:63233_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=withShardField_c_replica_n1&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1835045 INFO  
(zkCallback-4197-thread-1-processing-n:127.0.0.1:63233_solr) 
[n:127.0.0.1:63233_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> 1835045 INFO  
(zkCallback-4195-thread-1-processing-n:127.0.0.1:63235_solr) 
[n:127.0.0.1:63235_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> 1835045 INFO  
(zkCallback-4196-thread-1-processing-n:127.0.0.1:63234_solr) 
[n:127.0.0.1:63234_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> 1835045 INFO  
(zkCallback-4198-thread-1-processing-n:127.0.0.1:63238_solr) 
[n:127.0.0.1:63238_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> 1835045 INFO  
(zkCallback-4196-thread-2-processing-n:127.0.0.1:63234_solr) 
[n:127.0.0.1:63234_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> 1835046 INFO  
(zkCallback-4198-thread-2-processing-n:127.0.0.1:63238_solr) 
[n:127.0.0.1:63238_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> 1835047 INFO  
(zkCallback-4195-thread-2-processing-n:127.0.0.1:63235_solr) 
[n:127.0.0.1:63235_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> 1835047 INFO  
(zkCallback-4197-thread-2-processing-n:127.0.0.1:63233_solr) 
[n:127.0.0.1:63233_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> 1835957 INFO  (qtp638476936-20157) [n:127.0.0.1:63238_solr 
c:withShardField s:b r:core_node3 x:withShardField_b_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1835959 INFO  (qtp859076225-20146) [n:127.0.0.1:63234_solr 
c:withShardField s:c r:core_node6 x:withShardField_c_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1835966 INFO  (qtp144258139-20139) [n:127.0.0.1:63233_solr 
c:withShardField s:a r:core_node1 x:withShardField_a_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1836063 INFO  (qtp777691227-20164) [n:127.0.0.1:63235_solr 
c:withShardField s:d r:core_node8 x:withShardField_d_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1836064 INFO  (qtp777691227-20163) [n:127.0.0.1:63235_solr 
c:withShardField s:b r:core_node4 x:withShardField_b_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1836071 INFO  (qtp144258139-20137) [n:127.0.0.1:63233_solr 
c:withShardField s:c r:core_node5 x:withShardField_c_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1836073 INFO  (qtp638476936-20158) [n:127.0.0.1:63238_solr 
c:withShardField s:d r:core_node7 x:withShardField_d_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1836097 INFO  (qtp859076225-20146) [n:127.0.0.1:63234_solr 
c:withShardField s:c r:core_node6 x:withShardField_c_replica_n2] 
o.a.s.s.IndexSchema [withShardField_c_replica_n2] Schema name=cloud-dynamic
   [junit4]   2> 1836100 INFO  (qtp859076225-20148) [n:127.0.0.1:63234_solr 
c:withShardField s:a r:core_node2 x:withShardField_a_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1836101 INFO  (qtp144258139-20139) [n:127.0.0.1:63233_solr 
c:withShardField s:a r:core_node1 x:withShardField_a_replica_n1] 
o.a.s.s.IndexSchema [withShardField_a_replica_n1] Schema name=cloud-dynamic
   [junit4]   2> 1836148 INFO  (qtp777691227-20164) [n:127.0.0.1:63235_solr 
c:withShardField s:d r:core_node8 x:withShardField_d_replica_n2] 
o.a.s.s.IndexSchema [withShardField_d_replica_n2] Schema name=cloud-dynamic
   [junit4]   2> 1836153 INFO  (qtp638476936-20157) [n:127.0.0.1:63238_solr 
c:withShardField s:b r:core_node3 x:withShardField_b_replica_n1] 
o.a.s.s.IndexSchema [withShardField_b_replica_n1] Schema name=cloud-dynamic
   [junit4]   2> 1836157 INFO  (qtp777691227-20163) [n:127.0.0.1:63235_solr 
c:withShardField s:b r:core_node4 x:withShardField_b_replica_n2] 
o.a.s.s.IndexSchema [withShardField_b_replica_n2] Schema name=cloud-dynamic
   [junit4]   2> 1836187 INFO  (qtp638476936-20158) [n:127.0.0.1:63238_solr 
c:withShardField s:d r:core_node7 x:withShardField_d_replica_n1] 
o.a.s.s.IndexSchema [withShardField_d_replica_n1] Schema name=cloud-dynamic
   [junit4]   2> 1836187 INFO  (qtp144258139-20137) [n:127.0.0.1:63233_solr 
c:withShardField s:c r:core_node5 x:withShardField_c_replica_n1] 
o.a.s.s.IndexSchema [withShardField_c_replica_n1] Schema name=cloud-dynamic
   [junit4]   2> 1836189 INFO  (qtp859076225-20146) [n:127.0.0.1:63234_solr 
c:withShardField s:c r:core_node6 x:withShardField_c_replica_n2] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1836189 INFO  (qtp859076225-20146) [n:127.0.0.1:63234_solr 
c:withShardField s:c r:core_node6 x:withShardField_c_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_c_replica_n2' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 1836191 INFO  (qtp859076225-20146) [n:127.0.0.1:63234_solr 
c:withShardField s:c r:core_node6 x:withShardField_c_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63234.solr.core.withShardField.c.replica_n2' (registry 
'solr.core.withShardField.c.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3beffcd7
   [junit4]   2> 1836191 INFO  (qtp859076225-20146) [n:127.0.0.1:63234_solr 
c:withShardField s:c r:core_node6 x:withShardField_c_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1836191 INFO  (qtp859076225-20146) [n:127.0.0.1:63234_solr 
c:withShardField s:c r:core_node6 x:withShardField_c_replica_n2] 
o.a.s.c.SolrCore [[withShardField_c_replica_n2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DA98A646A68F8329-001/tempDir-001/node2/withShardField_c_replica_n2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DA98A646A68F8329-001/tempDir-001/node2/./withShardField_c_replica_n2/data/]
   [junit4]   2> 1836206 INFO  (qtp638476936-20157) [n:127.0.0.1:63238_solr 
c:withShardField s:b r:core_node3 x:withShardField_b_replica_n1] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1836206 INFO  (qtp638476936-20157) [n:127.0.0.1:63238_solr 
c:withShardField s:b r:core_node3 x:withShardField_b_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_b_replica_n1' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 1836234 INFO  (qtp638476936-20157) [n:127.0.0.1:63238_solr 
c:withShardField s:b r:core_node3 x:withShardField_b_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63238.solr.core.withShardField.b.replica_n1' (registry 
'solr.core.withShardField.b.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3beffcd7
   [junit4]   2> 1836234 INFO  (qtp638476936-20157) [n:127.0.0.1:63238_solr 
c:withShardField s:b r:core_node3 x:withShardField_b_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1836234 INFO  (qtp638476936-20157) [n:127.0.0.1:63238_solr 
c:withShardField s:b r:core_node3 x:withShardField_b_replica_n1] 
o.a.s.c.SolrCore [[withShardField_b_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DA98A646A68F8329-001/tempDir-001/node4/withShardField_b_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DA98A646A68F8329-001/tempDir-001/node4/./withShardField_b_replica_n1/data/]
   [junit4]   2> 1836235 INFO  (qtp859076225-20148) [n:127.0.0.1:63234_solr 
c:withShardField s:a r:core_node2 x:withShardField_a_replica_n2] 
o.a.s.s.IndexSchema [withShardField_a_replica_n2] Schema name=cloud-dynamic
   [junit4]   2> 1836272 INFO  (qtp144258139-20139) [n:127.0.0.1:63233_solr 
c:withShardField s:a r:core_node1 x:withShardField_a_replica_n1] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1836272 INFO  (qtp144258139-20139) [n:127.0.0.1:63233_solr 
c:withShardField s:a r:core_node1 x:withShardField_a_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_a_replica_n1' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 1836284 INFO  (qtp144258139-20139) [n:127.0.0.1:63233_solr 
c:withShardField s:a r:core_node1 x:withShardField_a_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63233.solr.core.withShardField.a.replica_n1' (registry 
'solr.core.withShardField.a.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3beffcd7
   [junit4]   2> 1836284 INFO  (qtp144258139-20139) [n:127.0.0.1:63233_solr 
c:withShardField s:a r:core_node1 x:withShardField_a_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1836284 INFO  (qtp144258139-20139) [n:127.0.0.1:63233_solr 
c:withShardField s:a r:core_node1 x:withShardField_a_replica_n1] 
o.a.s.c.SolrCore [[withShardField_a_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DA98A646A68F8329-001/tempDir-001/node3/withShardField_a_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DA98A646A68F8329-001/tempDir-001/node3/./withShardField_a_replica_n1/data/]
   [junit4]   2> 1836330 INFO  (qtp777691227-20163) [n:127.0.0.1:63235_solr 
c:withShardField s:b r:core_node4 x:withShardField_b_replica_n2] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1836330 INFO  (qtp777691227-20163) [n:127.0.0.1:63235_solr 
c:withShardField s:b r:core_node4 x:withShardField_b_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_b_replica_n2' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 1836352 INFO  (qtp777691227-20163) [n:127.0.0.1:63235_solr 
c:withShardField s:b r:core_node4 x:withShardField_b_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63235.solr.core.withShardField.b.replica_n2' (registry 
'solr.core.withShardField.b.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3beffcd7
   [junit4]   2> 1836352 INFO  (qtp777691227-20163) [n:127.0.0.1:63235_solr 
c:withShardField s:b r:core_node4 x:withShardField_b_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1836353 INFO  (qtp777691227-20163) [n:127.0.0.1:63235_solr 
c:withShardField s:b r:core_node4 x:withShardField_b_replica_n2] 
o.a.s.c.SolrCore [[withShardField_b_replica_n2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DA98A646A68F8329-001/tempDir-001/node1/withShardField_b_replica_n2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DA98A646A68F8329-001/tempDir-001/node1/./withShardField_b_replica_n2/data/]
   [junit4]   2> 1836363 INFO  (qtp144258139-20137) [n:127.0.0.1:63233_solr 
c:withShardField s:c r:core_node5 x:withShardField_c_replica_n1] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1836363 INFO  (qtp144258139-20137) [n:127.0.0.1:63233_solr 
c:withShardField s:c r:core_node5 x:withShardField_c_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_c_replica_n1' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 1836364 INFO  (qtp144258139-20137) [n:127.0.0.1:63233_solr 
c:withShardField s:c r:core_node5 x:withShardField_c_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63233.solr.core.withShardField.c.replica_n1' (registry 
'solr.core.withShardField.c.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3beffcd7
   [junit4]   2> 1836364 INFO  (qtp144258139-20137) [n:127.0.0.1:63233_solr 
c:withShardField s:c r:core_node5 x:withShardField_c_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1836364 INFO  (qtp144258139-20137) [n:127.0.0.1:63233_solr 
c:withShardField s:c r:core_node5 x:withShardField_c_replica_n1] 
o.a.s.c.SolrCore [[withShardField_c_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DA98A646A68F8329-001/tempDir-001/node3/withShardField_c_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DA98A646A68F8329-001/tempDir-001/node3/./withShardField_c_replica_n1/data/]
   [junit4]   2> 1836367 INFO  (qtp638476936-20158) [n:127.0.0.1:63238_solr 
c:withShardField s:d r:core_node7 x:withShardField_d_replica_n1] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1836367 INFO  (qtp638476936-20158) [n:127.0.0.1:63238_solr 
c:withShardField s:d r:core_node7 x:withShardField_d_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_d_replica_n1' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 1836367 INFO  (qtp859076225-20148) [n:127.0.0.1:63234_solr 
c:withShardField s:a r:core_node2 x:withShardField_a_replica_n2] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1836367 INFO  (qtp859076225-20148) [n:127.0.0.1:63234_solr 
c:withShardField s:a r:core_node2 x:withShardField_a_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_a_replica_n2' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 1836367 INFO  (qtp638476936-20158) [n:127.0.0.1:63238_solr 
c:withShardField s:d r:core_node7 x:withShardField_d_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63238.solr.core.withShardField.d.replica_n1' (registry 
'solr.core.withShardField.d.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3beffcd7
   [junit4]   2> 1836368 INFO  (qtp638476936-20158) [n:127.0.0.1:63238_solr 
c:withShardField s:d r:core_node7 x:withShardField_d_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1836368 INFO  (qtp638476936-20158) [n:127.0.0.1:63238_solr 
c:withShardField s:d r:core_node7 x:withShardField_d_replica_n1] 
o.a.s.c.SolrCore [[withShardField_d_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DA98A646A68F8329-001/tempDir-001/node4/withShardField_d_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DA98A646A68F8329-001/tempDir-001/node4/./withShardField_d_replica_n1/data/]
   [junit4]   2> 1836368 INFO  (qtp859076225-20148) [n:127.0.0.1:63234_solr 
c:withShardField s:a r:core_node2 x:withShardField_a_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63234.solr.core.withShardField.a.replica_n2' (registry 
'solr.core.withShardField.a.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3beffcd7
   [junit4]   2> 1836368 INFO  (qtp859076225-20148) [n:127.0.0.1:63234_solr 
c:withShardField s:a r:core_node2 x:withShardField_a_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1836368 INFO  (qtp859076225-20148) [n:127.0.0.1:63234_solr 
c:withShardField s:a r:core_node2 x:withShardField_a_replica_n2] 
o.a.s.c.SolrCore [[withShardField_a_replica_n2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DA98A646A68F8329-001/tempDir-001/node2/withShardField_a_replica_n2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DA98A646A68F8329-001/tempDir-001/node2/./withShardField_a_replica_n2/data/]
   [junit4]   2> 1836381 INFO  (qtp777691227-20164) [n:127.0.0.1:63235_solr 
c:withShardField s:d r:core_node8 x:withShardField_d_replica_n2] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1836381 INFO  (qtp777691227-20164) [n:127.0.0.1:63235_solr 
c:withShardField s:d r:core_node8 x:withShardField_d_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_d_replica_n2' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 1836382 INFO  (qtp777691227-20164) [n:127.0.0.1:63235_solr 
c:withShardField s:d r:core_node8 x:withShardField_d_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63235.solr.core.withShardField.d.replica_n2' (registry 
'solr.core.withShardField.d.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3beffcd7
   [junit4]   2> 1836382 INFO  (qtp777691227-20164) [n:127.0.0.1:63235_solr 
c:withShardField s:d r:core_node8 x:withShardField_d_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1836382 INFO  (qtp777691227-20164) [n:127.0.0.1:63235_solr 
c:withShardField s:d r:core_node8 x:withShardField_d_replica_n2] 
o.a.s.c.SolrCore [[withShardField_d_replica_n2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DA98A646A68F8329-001/tempDir-001/node1/withShardField_d_replica_n2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_DA98A646A68F8329-001/tempDir-001/node1/./withShardField_d_replica_n2/data/]
   [junit4]   2> 1836579 INFO  (qtp859076225-20148) [n:127.0.0.1:63234_solr 
c:withShardField s:a r:core_node2 x:withShardField_a_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1836579 INFO  (qtp859076225-20148) [n:127.0.0.1:63234_solr 
c:withShardField s:a r:core_node2 x:withShardField_a_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1836598 INFO  (qtp777691227-20163) [n:127.0.0.1:63235_solr 
c:withShardField s:b r:core_node4 x:withShardField_b_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1836598 INFO  (qtp777691227-20163) [n:127.0.0.1:63235_solr 
c:withShardField s:b r:core_node4 x:withShardField_b_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1836600 INFO  (qtp638476936-20158) [n:127.0.0.1:63238_solr 
c:withShardField s:d r:core_node7 x:withShardField_d_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1836600 INFO  (qtp638476936-20158) [n:127.0.0.1:63238_solr 
c:withShardField s:d r:core_node7 x:withShardField_d_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1836600 INFO  (qtp777691227-20163) [n:127.0.0.1:63235_solr 
c:withShardField s:b r:core_node4 x:withShardField_b_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1836600 INFO  (qtp777691227-20163) [n:127.0.0.1:63235_solr 
c:withShardField s:b r:core_node4 x:withShardField_b_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1836602 INFO  (qtp859076225-20148) [n:127.0.0.1:63234_solr 
c:withShardField s:a r:core_node2 x:withShardField_a_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1836602 INFO  (qtp859076225-20148) [n:127.0.0.1:63234_solr 
c:withShardField s:a r:core_node2 x:withShardField_a_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1836607 INFO  (qtp638476936-20157) [n:127.0.0.1:63238_solr 
c:withShardField s:b r:core_node3 x:withShardField_b_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1836607 INFO  (qtp638476936-20157) [n:127.0.0.1:63238_solr 
c:withShardField s:b r:core_node3 x:withShardField_b_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1836612 INFO  (qtp638476936-20157) [n:127.0.0.1:63238_solr 
c:withShardField s:b r:core_node3 x:withShardField_b_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1836612 INFO  (qtp638476936-20157) [n:127.0.0.1:63238_solr 
c:withShardField s:b r:core_node3 x:withShardField_b_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1836616 INFO  (qtp638476936-20158) [n:127.0.0.1:63238_solr 
c:withShardField s:d r:core_node7 x:withShardField_d_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1836616 INFO  (qtp638476936-20158) [n:127.0.0.1:63238_solr 
c:withShardField s:d r:core_node7 x:withShardField_d_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1836616 INFO  (qtp144258139-20139) [n:127.0.0.1:63233_solr 
c:withShardField s:a r:core_node1 x:withShardField_a_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1836616 INFO  (qtp144258139-20139) [n:127.0.0.1:63233_solr 
c:withShardField s:a r:core_node1 x:withShardField_a_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1836618 INFO  (qtp144258139-20137) [n:127.0.0.1:63233_solr 
c:withShardField s:c r:core_node5 x:withShardField_c_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1836618 INFO  (qtp144258139-20137) [n:127.0.0.1:63233_solr 
c:withShardField s:c r:core_node5 x:withShardField_c_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1836620 INFO  (qtp144258139-20139) [n:127.0.0.1:63233_solr 
c:withShardField s:a r:core_node1 x:withShardField_a_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1836621 INFO  (qtp144258139-20139) [n:127.0.0.1:63233_solr 
c:withShardField s:a r:core_node1 x:withShardField_a_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1836623 INFO  (qtp144258139-20137) [n:127.0.0.1:63233_solr 
c:withShardField s:c r:core_node5 x:withShardField_c_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1836623 INFO  (qtp144258139-20137) [n:127.0.0.1:63233_solr 
c:withShardField s:c r:core_node5 x:withShardField_c_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1836623 INFO  (qtp859076225-20146) [n:127.0.0.1:63234_solr 
c:withShardField s:c r:core_node6 x:withShardField_c_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1836623 INFO  (qtp859076225-20146) [n:127.0.0.1:63234_solr 
c:withShardField s:c r:core_node6 x:withShardField_c_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1836625 INFO  (qtp777691227-20163) [n:127.0.0.1:63235_solr 
c:withShardField s:b r:core_node4 x:withShardField_b_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4f3447bd[withShardField_b_replica_n2] main]
   [junit4]   2> 1836625 INFO  (qtp859076225-20146) [n:127.0.0.1:63234_solr 
c:withShardField s:c r:core_node6 x:withShardField_c_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1836626 INFO  (qtp859076225-20146) [n:127.0.0.1:63234_solr 
c:withShardField s:c r:core_node6 x:withShardField_c_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1836627 INFO  (qtp777691227-20163) [n:127.0.0.1:63235_solr 
c:withShardField s:b r:core_node4 x:withShardField_b_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1836628 INFO  (qtp777691227-20163) [n:127.0.0.1:63235_solr 
c:withShardField s:b r:core_node4 x:withShardField_b_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1836628 INFO  (qtp859076225-20148) [n:127.0.0.1:63234_solr 
c:withShardField s:a r:core_node2 x:withShardField_a_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6211777e[withShardField_a_replica_n2] main]
   [junit4]   2> 1836628 INFO  (qtp777691227-20163) [n:127.0.0.1:63235_solr 
c:withShardField s:b r:core_node4 x:withShardField_b_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1836629 INFO  (qtp777691227-20163) [n:127.0.0.1:63235_solr 
c:withShardField s:b r:core_node4 x:withShardField_b_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1572177742078672896
   [junit4]   2> 1836629 INFO  
(searcherExecutor-8024-thread-1-processing-n:127.0.0.1:63235_solr 
x:withShardField_b_replica_n2 s:b c:withShardField r:core_node4) 
[n:127.0.0.1:63235_solr c:withShardField s:b r:core_node4 
x:withShardField_b_replica_n2] o.a.s.c.SolrCore [withShardField_b_replica_n2] 
Registered new searcher Searcher@4f3447bd[withShardField_b_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1836631 INFO  (qtp859076225-20148) [n:127.0.0.1:63234_solr 
c:withShardField s:a r:core_node2 x:withShardField_a_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1836632 INFO  (qtp859076225-20148) [n:127.0.0.1:63234_solr 
c:withShardField s:a r:core_node2 x:withShardField_a_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1836633 INFO  (qtp777691227-20164) [n:127.0.0.1:63235_solr 
c:withShardField s:d r:core_node8 x:withShardField_d_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1836633 INFO  (qtp777691227-20164) [n:127.0.0.1:63235_solr 
c:withShardField s:d r:core_node8 x:withShardField_d_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1836634 INFO  (qtp859076225-20148) [n:127.0.0.1:63234_solr 
c:withShardField s:a r:core_node2 x:withShardField_a_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1836634 INFO  (qtp859076225-20148) [n:127.0.0.1:63234_solr 
c:withShardField s:a r:core_node2 x:withShardField_a_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1572177742083915776
   [junit4]   2> 1836635 INFO  
(searcherExecutor-8027-thread-1-processing-n:127.0.0.1:63234_solr 
x:withShardField_a_replica_n2 s:a c:withShardField r:core_node2) 
[n:127.0.0.1:63234_solr c:withShardField s:a r:core_node2 
x:withShardField_a_replica_n2] o.a.s.c.SolrCore [withShardField_a_replica_n2] 
Registered new searcher Searcher@6211777e[withShardField_a_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1836635 INFO  (qtp777691227-20164) [n:127.0.0.1:63235_solr 
c:withShardField s:d r:core_node8 x:withShardField_d_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1836635 INFO  (qtp777691227-20164) [n:127.0.0.1:63235_solr 
c:withShardField s:d r:core_node8 x:withShardField_d_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1836638 INFO  (qtp638476936-20157) [n:127.0.0.1:63238_solr 
c:withShardField s:b r:core_node3 x:withShardField_b_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@614302d9[withShardField_b_replica_n1] main]
   [junit4]   2> 1836640 INFO  (qtp638476936-20157) [n:127.0.0.1:63238_solr 
c:withShardField s:b r:core_node3 x:withShardField_b_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1836641 INFO  (qtp638476936-20157) [n:127.0.0.1:63238_solr 
c:withShardField s:b r:core_node3 x:withShardField_b_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1836642 INFO  (qtp777691227-20163) [n:127.0.0.1:63235_solr 
c:withShardField s:b r:core_node4 x:withShardField_b_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard b: total=2 found=1 timeoutin=9998ms
   [junit4]   2> 1836642 INFO  (qtp638476936-20157) [n:127.0.0.1:63238_solr 
c:withShardField s:b r:core_node3 x:withShardField_b_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1836644 INFO  (qtp638476936-20158) [n:127.0.0.1:63238_solr 
c:withShardField s:d r:core_node7 x:withShardField_d_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@155b5c6c[withShardField_d_replica_n1] main]
   [junit4]   2> 1836644 INFO  
(searcherExecutor-8022-thread-1-processing-n:127.0.0.1:63238_solr 
x:withShardField_b_replica_n1 s:b c:withShardField r:core_node3) 
[n:127.0.0.1:63238_solr c:withShardField s:b r:core_node3 
x:withShardField_b_replica_n1] o.a.s.c.SolrCore [withShardField_b_replica_n1] 
Registered new searcher Searcher@614302d9[withShardField_b_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1836644 INFO  (qtp638476936-20157) [n:127.0.0.1:63238_solr 
c:withShardField s:b r:core_node3 x:withShardField_b_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1572177742094401536
   [junit4]   2> 1836645 INFO  (qtp859076225-20148) [n:127.0.0.1:63234_solr 
c:withShardField s:a r:core_node2 x:withShardField_a_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard a: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1836647 INFO  (qtp144258139-20139) [n:127.0.0.1:63233_solr 
c:withShardField s:a r:core_node1 x:withShardField_a_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@39251d89[withShardField_a_replica_n1] main]
   [junit4]   2> 1836648 INFO  (qtp638476936-20158) [n:127.0.0.1:63238_solr 
c:withShardField s:d r:core_node7 x:withShardField_d_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1836648 INFO  (qtp144258139-20137) [n:127.0.0.1:63233_solr 
c:withShardField s:c r:core_node5 x:withShardField_c_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@341e189e[withShardField_c_replica_n1] main]
   [junit4]   2> 1836649 INFO  (qtp638476936-20158) [n:127.0.0.1:63238_solr 
c:withShardField s:d r:core_node7 x:withShardField_d_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1836650 INFO  (qtp144258139-20139) [n:127.0.0.1:63233_solr 
c:withShardField s:a r:core_node1 x:withShardField_a_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1836651 INFO  (qtp638476936-20158) [n:127.0.0.1:63238_solr 
c:withShardField s:d r:core_node7 x:withShardField_d_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1836651 INFO  (qtp638476936-20158) [n:127.0.0.1:63238_solr 
c:withShardField s:d r:core_node7 x:withShardField_d_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1572177742101741568
   [junit4]   2> 1836651 INFO  (qtp144258139-20139) [n:127.0.0.1:63233_solr 
c:withShardField s:a r:core_node1 x:withShardField_a_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1836652 INFO  
(searcherExecutor-8026-thread-1-processing-n:127.0.0.1:63238_solr 
x:withShardField_d_replica_n1 s:d c:withShardField r:core_node7) 
[n:127.0.0.1:63238_solr c:withShardField s:d r:core_node7 
x:withShardField_d_replica_n1] o.a.s.c.SolrCore [withShardField_d_replica_n1] 
Registered new searcher Searcher@155b5c6c[withShardField_d_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1836652 INFO  (qtp144258139-20137) [n:127.0.0.1:63233_solr 
c:withShardField s:c r:core_node5 x:withShardField_c_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1836652 INFO  (qtp144258139-20139) [n:127.0.0.1:63233_solr 
c:withShardField s:a r:core_node1 x:withShardField_a_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1836652 INFO  (qtp144258139-20137) [n:127.0.0.1:63233_solr 
c:withShardField s:c r:core_node5 x:withShardField_c_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1836653 INFO  
(searcherExecutor-8023-thread-1-processing-n:127.0.0.1:63233_solr 
x:withShardField_a_replica_n1 s:a c:withShardField r:core_node1) 
[n:127.0.0.1:63233_solr c:withShardField s:a r:core_node1 
x:withShardField_a_replica_n1] o.a.s.c.SolrCore [withShardField_a_replica_n1] 
Registered new searcher Searcher@39251d89[withShardField_a_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1836653 INFO  (qtp144258139-20139) [n:127.0.0.1:63233_solr 
c:withShardField s:a r:core_node1 x:withShardField_a_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1572177742103838720
   [junit4]   2> 1836653 INFO  (qtp144258139-20137) [n:127.0.0.1:63233_solr 
c:withShardField s:c r:core_node5 x:withShardField_c_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1836654 INFO  
(searcherExecutor-8025-thread-1-processing-n:127.0.0.1:63233_solr 
x:withShardField_c_replica_n1 s:c c:withShardField r:core_node5) 
[n:127.0.0.1:63233_solr c:withShardField s:c r:core_node5 
x:withShardField_c_replica_n1] o.a.s.c.SolrCore [withShardField_c_replica_n1] 
Registered new searcher Searcher@341e189e[withShardField_c_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1836655 INFO  (qtp144258139-20137) [n:127.0.0.1:63233_solr 
c:withShardField s:c r:core_node5 x:withShardField_c_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1572177742105935872
   [junit4]   2> 1836658 INFO  (qtp777691227-20164) [n:127.0.0.1:63235_solr 
c:withShardField s:d r:core_node8 x:withShardField_d_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@148620a7[withShardField_d_replica_n2] main]
   [junit4]   2> 1836660 INFO  (qtp859076225-20146) [n:127.0.0.1:63234_solr 
c:withShardField s:c r:core_node6 x:withShardField_c_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4c448816[withShardField_c_replica_n2] main]
   [junit4]   2> 1836660 INFO  (qtp777691227-20164) [n:127.0.0.1:63235_solr 
c:withShardField s:d r:core_node8 x:withShardField_d_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1836661 INFO  (qtp777691227-20164) [n:127.0.0.1:63235_solr 
c:withShardField s:d r:core_node8 x:withShardField_d_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1836663 INFO  (qtp777691227-20164) [n:127.0.0.1:63235_solr 
c:withShardField s:d r:core_node8 x:withShardField_d_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1836663 INFO  (qtp859076225-20146) [n:127.0.0.1:63234_solr 
c:withShardField s:c r:core_node6 x:withShardField_c_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1836664 INFO  
(searcherExecutor-8028-thread-1-processing-n:127.0.0.1:63235_solr 
x:withShardField_d_replica_n2 s:d c:withShardField r:core_node8) 
[n:127.0.0.1:63235_solr c:withShardField s:d r:core_node8 
x:withShardField_d_replica_n2] o.a.s.c.SolrCore [withShardField_d_replica_n2] 
Registered new searcher Searcher@148620a7[withShardField_d_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1836664 INFO  (qtp777691227-20164) [n:127.0.0.1:63235_solr 
c:withShardField s:d r:core_node8 x:withShardField_d_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1572177742115373056
   [junit4]   2> 1836665 INFO  (qtp144258139-20137) [n:127.0.0.1:63233_solr 
c:withShardField s:c r:core_node5 x:withShardField_c_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard c: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1836665 INFO  (qtp859076225-20146) [n:127.0.0.1:63234_solr 
c:withShardField s:c r:core_node6 x:withShardField_c_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1836667 INFO  (qtp859076225-20146) [n:127.0.0.1:63234_solr 
c:withShardField s:c r:core_node6 x:withShardField_c_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1836667 INFO  (qtp859076225-20146) [n:127.0.0.1:63234_solr 
c:withShardField s:c r:core_node6 x:withShardField_c_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1572177742118518784
   [junit4]   2> 1836667 INFO  
(searcherExecutor-8021-thread-1-processing-n:127.0.0.1:63234_solr 
x:withShardField_c_replica_n2 s:c c:withShardField r:core_node6) 
[n:127.0.0.1:63234_solr c:withShardField s:c r:core_node6 
x:withShardField_c_replica_n2] o.a.s.c.SolrCore [withShardField_c_replica_n2] 
Registered new searcher Searcher@4c448816[withShardField_c_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1836671 INFO  (qtp638476936-20158) [n:127.0.0.1:63238_solr 
c:withShardField s:d r:core_node7 x:withShardField_d_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1836672 INFO  (qtp638476936-20158) [n:127.0.0.1:63238_solr 
c:withShardField s:d r:core_node7 x:withShardField_d_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1836672 INFO  (qtp638476936-20158) [n:127.0.0.1:63238_solr 
c:withShardField s:d r:core_node7 x:withShardField_d_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:63238/solr/withShardField_d_replica_n1/
   [junit4]   2> 1836672 INFO  (qtp638476936-20158) [n:127.0.0.1:63238_solr 
c:withShardField s:d r:core_node7 x:withShardField_d_replica_n1] 
o.a.s.u.PeerSync PeerSync: core=withShardField_d_replica_n1 
url=http://127.0.0.1:63238/solr START 
replicas=[http://127.0.0.1:63235/solr/withShardField_d_replica_n2/] nUpdates=100
   [junit4]   2> 1836672 INFO  (qtp638476936-20158) [n:127.0.0.1:63238_solr 
c:withShardField s:d r:core_node7 x:withShardField_d_replica_n1] 
o.a.s.u.PeerSync PeerSync: core=withShardField_d_replica_n1 
url=http://127.0.0.1:63238/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1836675 INFO  (qtp777691227-20166) [n:127.0.0.1:63235_solr 
c:withShardField s:d r:core_node8 x:withShardField_d_replica_n2] 
o.a.s.c.S.Request [withShardField_d_replica_n2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 1836676 INFO  (qtp638476936-20158) [n:127.0.0.1:63238_solr 
c:withShardField s:d r:core_node7 x:withShardField_d_replica_n1] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 1836676 INFO  (qtp638476936-20158) [n:127.0.0.1:63238_solr 
c:withShardField s:d r:core_node7 x:withShardField_d_replica_n1] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1836676 INFO  (qtp638476936-20158) [n:127.0.0.1:63238_solr 
c:withShardField s:d r:core_node7 x:withShardField_d_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1836685 INFO  (qtp638476936-20158) [n:127.0.0.1:63238_solr 
c:withShardField s:d r:core_node7 x:withShardField_d_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:63238/solr/withShardField_d_replica_n1/ d
   [junit4]   2> 1836790 INFO  
(zkCallback-4196-thread-2-processing-n:127.0.0.1:63234_solr) 
[n:127.0.0.1:63234_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> 1836790 INFO  
(zkCallback-4196-thread-1-processing-n:127.0.0.1:63234_solr) 
[n:127.0.0.1:63234_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> 1836790 INFO  
(zkCallback-4197-thread-1-processing-n:127.0.0.1:63233_solr) 
[n:127.0.0.1:63233_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> 1836791 INFO  
(zkCallback-4195-thread-2-processing-n:127.0.0.1:63235_solr) 
[n:127.0.0.1:63235_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> 1836791 INFO  
(zkCallback-4195-thread-1-processing-n:127.0.0.1:63235_solr) 
[n:127.0.0.1:63235_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> 1836791 INFO  
(zkCallback-4198-thread-2-processing-n:127.0.0.1:63238_solr) 
[n:127.0.0.1:63238_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> 1836790 INFO  
(zkCallback-4197-thread-2-processing-n:127.0.0.1:63233_solr) 
[n:127.0.0.1:63233_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> 1836791 INFO  
(zkCallback-4198-thread-1-processing-n:127.0.0.1:63238_solr) 
[n:127.0.0.1:63238_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> 1836793 INFO  (qtp638476936-20158) [n:127.0.0.1:63238_solr 
c:withShardField s:d r:core_node7 x:withShardField_d_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1836799 INFO  (qtp638476936-20158) [n:127.0.0.1:63238_solr 
c:withShardField s:d r:core_node7 x:withShardField_d_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=withShardField_d_replica_n1&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1892
   [junit4]   2> 1836914 INFO  
(zkCallback-4197-thread-2-processing-n:127.0.0.1:63233_solr) 
[n:127.0.0.1:63233_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> 1836914 INFO  
(zkCallback-4196-thread-1-processing-n:127.0.0.1:63234_solr) 
[n:127.0.0.1:63234_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> 1836914 INFO  
(zkCallback-4196-thread-2-processing-n:127.0.0.1:63234_solr) 
[n:127.0.0.1:63234_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> 1836914 INFO  
(zkCallback-4195-thread-1-processing-n:127.0.0.1:63235_solr) 
[n:127.0.0.1:63235_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> 1836914 INFO  
(zkCallback-4195-thread-2-processing-n:127.0.0.1:63235_solr) 
[n:127.0.0.1:63235_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> 1836914 INFO  
(zkCallback-4198-thread-1-processing-n:127.0.0.1:63238_solr) 
[n:127.0.0.1:63238_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> 1836914 INFO  
(zkCallback-4198-thread-2-processing-n:127.0.0.1:63238_solr) 
[n:127.0.0.1:63238_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> 1836914 INFO  
(zkCallback-4197-thread-1-processing-n:127.0.0.1:63233_solr) 
[n:127.0.0.1:63233_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> 1837154 INFO  (qtp859076225-20148) [n:127.0.0.1:63234_solr 
c:withShardField s:a r:core_node2 x:withShardField_a_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1837154 INFO  (qtp777691227-20163) [n:127.0.0.1:63235_solr 
c:withShardField s:b r:core_node4 x:withShardField_b_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1837154 INFO  (qtp777691227-20163) [n:127.0.0.1:63235_solr 
c:withShardField s:b r:core_node4 x:withShardField_b_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1837154 INFO  (qtp777691227-20163) [n:127.0.0.1:63235_solr 
c:withShardField s:b r:core_node4 x:withShardField_b_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:63235/solr/withShardField_b_replica_n2/
   [junit4]   2> 1837154 INFO  (qtp859076225-20148) [n:127.0.0.1:63234_solr 
c:withShardField s:a r:core_node2 x:withShardField_a_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1837154 INFO  (qtp859076225-20148) [n:127.0.0.1:63234_solr 
c:withShardField s:a r:core_node2 x:withShardField_a_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:63234/solr/withShardField_a_replica_n2/
   [junit4]   2> 1837155 INFO  (qtp859076225-20148) [n:127.0.0.1:63234_solr 
c:withShardField s:a r:core_node2 x:withShardField_a_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=withShardField_a_replica_n2 
url=http://127.0.0.1:63234/solr START 
replicas=[http://127.0.0.1:63233/solr/withShardField_a_replica_n1/] nUpdates=100
   [junit4]   2> 1837155 INFO  (qtp777691227-20163) [n:127.0.0.1:63235_solr 
c:withShardField s:b r:core_node4 x:withShardField_b_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=withShardField_b_replica_n2 
url=http://127.0.0.1:63235/solr START 
replicas=[http://127.0.0.1:63238/solr/withShardField_b_replica_n1/] nUpdates=100
   [junit4]   2> 1837155 INFO  (qtp859076225-20148) [n:127.0.0.1:63234_solr 
c:withShardField s:a r:core_node2 x:withShardField_a_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=withShardField_a_replica_n2 
url=http://127.0.0.1:63234/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1837155 INFO  (qtp777691227-20163) [n:127.0.0.1:63235_solr 
c:withShardField s:b r:core_node4 x:withShardField_b_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=withShardField_b_replica_n2 
url=http://127.0.0.1:63235/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1837157 INFO  (qtp144258139-20141) [n:127.0.0.1:63233_solr 
c:withShardField s:a r:core_node1 x:withShardField_a_replica_n1] 
o.a.s.c.S.Request [withShardField_a_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1837157 INFO  (qtp638476936-20160) [n:127.0.0.1:63238_solr 
c:withShardField s:b r:core_node3 x:withShardField_b_replica_n1] 
o.a.s.c.S.Request [withShardField_b_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 1837158 INFO  (qtp777691227-20163) [n:127.0.0.1:63235_solr 
c:withShardField s:b r:core_node4 x:withShardField_b_replica_n2] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 1837158 INFO  (qtp777691227-20163) [n:127.0.0.1:63235_solr 
c:withShardField s:b r:core_node4 x:withShardField_b_replica_n2] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1837158 INFO  (qtp859076225-20148) [n:127.0.0.1:63234_solr 
c:withShardField s:a r:core_node2 x:withShardField_a_replica_n2] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 1837158 INFO  (qtp777691227-20163) [n:127.0.0.1:63235_solr 
c:withShardField s:b r:core_node4 x:withShardField_b_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1837158 INFO  (qtp859076225-20148) [n:127.0.0.1:63234_solr 
c:withShardField s:a r:core_node2 x:withShardField_a_replica_n2] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1837158 INFO  (qtp859076225-20148) [n:127.0.0.1:63234_solr 
c:withShardField s:a r:core_node2 x:withShardField_a_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1837165 INFO  (qtp777691227-20163) [n:127.0.0.1:63235_solr 
c:withShardField s:b r:core_node4 x:withShardField_b_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:63235/solr/withShardField_b_replica_n2/ b
   [junit4]   2> 1837165 INFO  (qtp859076225-20148) [n:127.0.0.1:63234_solr 
c:withShardField s:a r:core_node2 x:withShardField_a_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:63234/solr/withShardField_a_replica_n2/ a
   [junit4]   2> 1837167 INFO  (qtp144258139-20137) [n:127.0.0.1:63233_solr 
c:withShardField s:c r:core_node5 x:withShardField_c_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1837167 INFO  (qtp144258139-20137) [n:127.0.0.1:63233_solr 
c:withShardField s:c r:core_node5 x:withShardField_c_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1837167 INFO  (qtp144258139-20137) [n:127.0.0.1:63233_solr 
c:withShardField s:c r:core_node5 x:withShardField_c_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:63233/solr/withShardField_c_replica_n1/
   [junit4]   2> 1837167 INFO  (qtp144258139-20137) [n:127.0.0.1:63233_solr 
c:withShardField s:c r:core_node5 x:withShardField_c_replica_n1] 
o.a.s.u.PeerSync PeerSync: core=withShardField_c_replica_n1 
url=http://127.0.0.1:63233/solr START 
replicas=[http://127.0.0.1:63234/solr/withShardField_c_replica_n2/] nUpdates=100
   [junit4]   2> 1837168 INFO  (qtp144258139-20137) [n:127.0.0.1:63233_solr 
c:withShardField s:c r:core_node5 x:withShardField_c_replica_n1] 
o.a.s.u.PeerSync PeerSync: core=withShardField_c_replica_n1 
url=http://127.0.0.1:63233/solr DONE.  We have no v

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

eplica-seed#[DA98A646A68F8329]-worker) [    ] o.a.s.c.ZkTestServer connecting 
to 127.0.0.1:65230 65230
   [junit4]   2> 2438544 INFO  (Thread-4449) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:65230 65230
   [junit4]   2> 2438951 WARN  (Thread-4449) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        32      /solr/configs/conf
   [junit4]   2>        10      /solr/aliases.json
   [junit4]   2>        9       /solr/security.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        37      
/solr/collections/tlog_replica_test_recovery/state.json
   [junit4]   2>        28      
/solr/collections/tlog_replica_test_kill_leader/state.json
   [junit4]   2>        27      
/solr/collections/tlog_replica_test_remove_leader/state.json
   [junit4]   2>        27      
/solr/collections/tlog_replica_test_basic_leader_election/state.json
   [junit4]   2>        27      
/solr/collections/tlog_replica_test_add_remove_tlog_replica/state.json
   [junit4]   2>        25      
/solr/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json
   [junit4]   2>        24      
/solr/collections/tlog_replica_test_kill_tlog_replica/state.json
   [junit4]   2>        20      
/solr/collections/tlog_replica_test_create_delete/state.json
   [junit4]   2>        15      
/solr/collections/tlog_replica_test_real_time_get/state.json
   [junit4]   2>        13      
/solr/collections/tlog_replica_test_add_docs/state.json
   [junit4]   2>        13      
/solr/collections/tlog_replica_test_only_leader_indexes/state.json
   [junit4]   2>        13      
/solr/collections/tlog_replica_test_delete_by_id/state.json
   [junit4]   2>        10      /solr/clusterprops.json
   [junit4]   2>        10      /solr/clusterstate.json
   [junit4]   2>        4       
/solr/overseer_elect/election/98261139298648075-127.0.0.1:65232_solr-n_0000000002
   [junit4]   2>        4       
/solr/collections/tlog_replica_test_recovery/leader_elect/shard1/election/98261139298648075-core_node1-n_0000000000
   [junit4]   2>        2       
/solr/collections/tlog_replica_test_kill_tlog_replica/leader_elect/shard1/election/98261139298648069-core_node2-n_0000000000
   [junit4]   2>        2       
/solr/collections/tlog_replica_test_create_delete/leader_elect/shard1/election/98261139298648087-core_node2-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        10      /solr/collections
   [junit4]   2>        5       /solr/overseer/queue
   [junit4]   2>        5       /solr/overseer/collection-queue-work
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestTlogReplica_DA98A646A68F8329-001
   [junit4]   2> Jul 06, 2017 1:02:15 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{foo=PostingsFormat(name=LuceneFixedGap), title_s=PostingsFormat(name=Direct), 
id=FST50}, docValues:{_version_=DocValuesFormat(name=Lucene70), 
id=DocValuesFormat(name=Memory), 
inplace_updatable_int=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=81, 
maxMBSortInHeap=7.122769266651951, sim=RandomSimilarity(queryNorm=true): {}, 
locale=pl, timezone=Pacific/Efate
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_131 
(64-bit)/cpus=3,threads=1,free=268231176,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [AlternateDirectoryTest, 
ConfigureRecoveryStrategyTest, CleanupOldIndexTest, TestExtendedDismaxParser, 
TestNonDefinedSimilarityFactory, TestManagedSchemaAPI, TestStressRecovery, 
SolrMetricReporterTest, TestCustomDocTransformer, TestSort, TestCollectionAPI, 
TestAtomicUpdateErrorCases, TestCodecSupport, 
TestHighFrequencyDictionaryFactory, TestObjectReleaseTracker, 
TestCloudInspectUtil, CollectionReloadTest, DistribJoinFromCollectionTest, 
CdcrBootstrapTest, DistanceUnitsTest, TestDocTermOrds, BasicDistributedZkTest, 
TestSolrCoreProperties, ResourceLoaderTest, LeaderFailureAfterFreshStartTest, 
MultiTermTest, LargeFieldTest, TestCloudPivotFacet, CdcrReplicationHandlerTest, 
TestLazyCores, CloneFieldUpdateProcessorFactoryTest, CollectionsAPISolrJTest, 
TestJsonFacets, TestWriterPerf, SoftAutoCommitTest, TestReloadAndDeleteDocs, 
TestTolerantSearch, TestTrieFacet, AnalysisErrorHandlingTest, MetricUtilsTest, 
QueryElevationComponentTest, TestRestoreCore, SpatialHeatmapFacetsTest, 
TestPseudoReturnFields, OverseerTest, BlockDirectoryTest, OverseerStatusTest, 
AliasIntegrationTest, TestNumericRangeQuery32, 
TestTolerantUpdateProcessorRandomCloud, TestPKIAuthenticationPlugin, 
DistributedFacetPivotSmallAdvancedTest, GraphQueryTest, TestInitParams, 
DefaultValueUpdateProcessorTest, ConnectionReuseTest, 
DistributedFacetPivotWhiteBoxTest, PrimUtilsTest, SuggesterTest, 
BinaryUpdateRequestHandlerTest, DirectUpdateHandlerOptimizeTest, 
DataDrivenBlockJoinTest, CoreMergeIndexesAdminHandlerTest, RankQueryTest, 
MinimalSchemaTest, TestAddFieldRealTimeGet, TestRandomFlRTGCloud, 
TestNumericTerms32, TestQuerySenderNoQuery, UnloadDistributedZkTest, 
BJQParserTest, TestSolrCoreSnapshots, DirectoryFactoryTest, SolrInfoBeanTest, 
TestDFRSimilarityFactory, CSVRequestHandlerTest, TestUninvertingReader, 
TestFunctionQuery, SolrIndexMetricsTest, UpdateLogTest, ClusterStateTest, 
TestCloudManagedSchema, TestCryptoKeys, HdfsRecoverLeaseTest, 
HdfsUnloadDistributedZkTest, DistribCursorPagingTest, TestSurroundQueryParser, 
TestUseDocValuesAsStored2, TestSearcherReuse, TestManagedResourceStorage, 
NumericFieldsTest, UUIDFieldTest, TestPointFields, ZkCLITest, 
DirectUpdateHandlerTest, HLLUtilTest, TestPayloadCheckQParserPlugin, 
SolrCoreMetricManagerTest, TestCollectionAPIs, RemoteQueryErrorTest, 
SuggesterWFSTTest, URLClassifyProcessorTest, FullHLLTest, 
PrimitiveFieldTypeTest, IndexBasedSpellCheckerTest, ZkStateReaderTest, 
TestReplicationHandler, TestSolrCloudWithSecureImpersonation, 
DistributedExpandComponentTest, TestDistribDocBasedVersion, 
TestAuthenticationFramework, ChaosMonkeySafeLeaderWithPullReplicasTest, 
StressHdfsTest, TestConfigSetImmutable, TestStressInPlaceUpdates, 
XmlUpdateRequestHandlerTest, TestLFUCache, TestSolrQueryResponse, 
TestQuerySenderListener, SpatialRPTFieldTypeTest, HighlighterConfigTest, 
SliceStateTest, MissingSegmentRecoveryTest, CreateCollectionCleanupTest, 
DateMathParserTest, SaslZkACLProviderTest, TestFuzzyAnalyzedSuggestions, 
CollectionTooManyReplicasTest, NotRequiredUniqueKeyTest, 
TestEmbeddedSolrServerSchemaAPI, SolrGangliaReporterTest, 
TestFoldingMultitermQuery, TolerantUpdateProcessorTest, 
HttpSolrCallGetCoreTest, FieldAnalysisRequestHandlerTest, TestCoreAdminApis, 
MoveReplicaTest, ConjunctionSolrSpellCheckerTest, 
AsyncCallRequestStatusResponseTest, TestStandardQParsers, 
TestLMDirichletSimilarityFactory, RollingRestartTest, 
LeaderElectionContextKeyTest, TestOmitPositions, TestExpandComponent, 
SubstringBytesRefFilterTest, RecoveryZkTest, TestPullReplica, 
TestShortCircuitedRequests, TestFieldResource, 
TestSolrCloudWithDelegationTokens, TestHighlightDedupGrouping, 
RequiredFieldsTest, ChangedSchemaMergeTest, 
OverriddenZkACLAndCredentialsProvidersTest, TestCSVResponseWriter, 
TestLegacyFieldReuse, TestIntervalFaceting, PeerSyncTest, 
TestDistributedSearch, TestStressReorder, RequestHandlersTest, 
TestSolrDeletionPolicy2, TestSimpleTextCodec, ShardRoutingTest, 
TestImplicitCoreProperties, TestSolrCLIRunExample, MetricsHandlerTest, 
NodeMutatorTest, ScriptEngineTest, TestBinaryField, 
TestLeaderElectionWithEmptyReplica, DisMaxRequestHandlerTest, 
RAMDirectoryFactoryTest, FacetPivotSmallTest, ReturnFieldsTest, 
TestComplexPhraseLeadingWildcard, AutoScalingHandlerTest, SyncSliceTest, 
ClusterStateUpdateTest, LeaderElectionTest, ZkSolrClientTest, 
TestRandomDVFaceting, TestFaceting, TestRecovery, 
DistributedSpellCheckComponentTest, ZkControllerTest, TestJoin, 
HardAutoCommitTest, SimpleFacetsTest, TestSolr4Spatial, StatsComponentTest, 
HighlighterTest, DistributedQueryElevationComponentTest, 
AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, 
DocValuesTest, SortByFunctionTest, DocValuesMultiTest, DistanceFunctionTest, 
XsltUpdateRequestHandlerTest, DebugComponentTest, DirectSolrSpellCheckerTest, 
TestReversedWildcardFilterFactory, TestValueSourceCache, 
TermVectorComponentTest, FastVectorHighlighterTest, LoggingHandlerTest, 
IndexSchemaTest, UpdateRequestProcessorFactoryTest, QueryParsingTest, 
TestAnalyzedSuggestions, SearchHandlerTest, TestPostingsSolrHighlighter, 
SpellPossibilityIteratorTest, TestXIncludeConfig, 
TestSweetSpotSimilarityFactory, TimeZoneUtilsTest, TestFastOutputStream, 
PluginInfoTest, TestSystemIdResolver, DateFieldTest, TestSolrJ, TestLRUCache, 
TestUtils, SystemInfoHandlerTest, CircularListTest, TestRTGBase, 
CursorPagingTest, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, 
TestDistributedMissingSort, TestSimpleTrackingShardHandler, 
CdcrReplicationDistributedZkTest, CdcrRequestHandlerTest, 
CdcrVersionReplicationTest, CloudExitableDirectoryReaderTest, 
ConcurrentDeleteAndCreateCollectionTest, ConfigSetsAPITest, 
DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, DeleteNodeTest, 
DeleteReplicaTest, DeleteShardTest, DistributedVersionInfoTest, 
HttpPartitionTest, LeaderFailoverAfterPartitionTest, PeerSyncReplicationTest, 
ReplicationFactorTest, RestartWhileUpdatingTest, 
SharedFSAutoReplicaFailoverTest, SharedFSAutoReplicaFailoverUtilsTest, 
SimpleCollectionCreateDeleteTest, TestCloudDeleteByQuery, 
TestCloudJSONFacetJoinDomain, TestCloudRecovery, 
TestExclusionRuleCollectionAccess, TestLocalFSCloudBackupRestore, 
TestOnReconnectListenerSupport, TestPrepRecovery, TestRequestForwarding, 
TestSSLRandomization, TestSolrCloudWithKerberosAlt, 
TestStressCloudBlindAtomicUpdates, TestTlogReplica]
   [junit4] Completed [565/726 (2!)] on J0 in 138.45s, 13 tests, 1 error <<< 
FAILURES!

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

Reply via email to