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

3 tests failed.
FAILED:  
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testTriggerThrottling

Error Message:
Both triggers should have fired by now

Stack Trace:
java.lang.AssertionError: Both triggers should have fired by now
        at 
__randomizedtesting.SeedInfo.seed([AB709B1BC8783B27:5052333E1AD2D8B5]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testTriggerThrottling(TriggerIntegrationTest.java:205)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
Collection not found: routeFieldColl

Stack Trace:
org.apache.solr.common.SolrException: Collection not found: routeFieldColl
        at 
__randomizedtesting.SeedInfo.seed([AB709B1BC8783B27:34605C65719D07D]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:850)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
Could not find collection : implicitcoll

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : implicitcoll
        at 
__randomizedtesting.SeedInfo.seed([AB709B1BC8783B27:C1911570F5E28D5F]:0)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:111)
        at 
org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:247)
        at 
org.apache.solr.cloud.CustomCollectionTest.testCustomCollectionsAPI(CustomCollectionTest.java:68)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13112 lines...]
   [junit4] Suite: org.apache.solr.cloud.CustomCollectionTest
   [junit4]   2> 2225304 INFO  
(SUITE-CustomCollectionTest-seed#[AB709B1BC8783B27]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_AB709B1BC8783B27-001/init-core-data-001
   [junit4]   2> 2225304 WARN  
(SUITE-CustomCollectionTest-seed#[AB709B1BC8783B27]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 2225305 INFO  
(SUITE-CustomCollectionTest-seed#[AB709B1BC8783B27]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2225309 INFO  
(SUITE-CustomCollectionTest-seed#[AB709B1BC8783B27]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 2225310 INFO  
(SUITE-CustomCollectionTest-seed#[AB709B1BC8783B27]-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_AB709B1BC8783B27-001/tempDir-001
   [junit4]   2> 2225311 INFO  
(SUITE-CustomCollectionTest-seed#[AB709B1BC8783B27]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2225311 INFO  (Thread-3501) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2225311 INFO  (Thread-3501) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2225314 ERROR (Thread-3501) [    ] 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> 2225412 INFO  
(SUITE-CustomCollectionTest-seed#[AB709B1BC8783B27]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:52059
   [junit4]   2> 2225468 INFO  (jetty-launcher-4479-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2225468 INFO  (jetty-launcher-4479-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2225469 INFO  (jetty-launcher-4479-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2225470 INFO  (jetty-launcher-4479-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4bb654c{/solr,null,AVAILABLE}
   [junit4]   2> 2225472 INFO  (jetty-launcher-4479-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5de676f8{/solr,null,AVAILABLE}
   [junit4]   2> 2225472 INFO  (jetty-launcher-4479-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2a3342b{SSL,[ssl, 
http/1.1]}{127.0.0.1:52062}
   [junit4]   2> 2225472 INFO  (jetty-launcher-4479-thread-4) [    ] 
o.e.j.s.Server Started @2228708ms
   [junit4]   2> 2225472 INFO  (jetty-launcher-4479-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=52062}
   [junit4]   2> 2225472 ERROR (jetty-launcher-4479-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2225474 INFO  (jetty-launcher-4479-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2225474 INFO  (jetty-launcher-4479-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.2.0
   [junit4]   2> 2225474 INFO  (jetty-launcher-4479-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2225474 INFO  (jetty-launcher-4479-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2225474 INFO  (jetty-launcher-4479-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-04T02:27:25.335Z
   [junit4]   2> 2225481 INFO  (jetty-launcher-4479-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6bcc70c{/solr,null,AVAILABLE}
   [junit4]   2> 2225481 INFO  (jetty-launcher-4479-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2055de07{SSL,[ssl, 
http/1.1]}{127.0.0.1:52063}
   [junit4]   2> 2225481 INFO  (jetty-launcher-4479-thread-2) [    ] 
o.e.j.s.Server Started @2228718ms
   [junit4]   2> 2225481 INFO  (jetty-launcher-4479-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=52063}
   [junit4]   2> 2225481 ERROR (jetty-launcher-4479-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2225491 INFO  (jetty-launcher-4479-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@36f35e7{SSL,[ssl, 
http/1.1]}{127.0.0.1:52061}
   [junit4]   2> 2225494 INFO  (jetty-launcher-4479-thread-1) [    ] 
o.e.j.s.Server Started @2228730ms
   [junit4]   2> 2225494 INFO  (jetty-launcher-4479-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@55c91385{/solr,null,AVAILABLE}
   [junit4]   2> 2225494 INFO  (jetty-launcher-4479-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=52061}
   [junit4]   2> 2225497 INFO  (jetty-launcher-4479-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@3e6d3f8{SSL,[ssl, 
http/1.1]}{127.0.0.1:52065}
   [junit4]   2> 2225497 INFO  (jetty-launcher-4479-thread-3) [    ] 
o.e.j.s.Server Started @2228734ms
   [junit4]   2> 2225498 INFO  (jetty-launcher-4479-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=52065}
   [junit4]   2> 2225498 ERROR (jetty-launcher-4479-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2225498 ERROR (jetty-launcher-4479-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2225498 INFO  (jetty-launcher-4479-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.2.0
   [junit4]   2> 2225498 INFO  (jetty-launcher-4479-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2225498 INFO  (jetty-launcher-4479-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.2.0
   [junit4]   2> 2225498 INFO  (jetty-launcher-4479-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2225499 INFO  (jetty-launcher-4479-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-04T02:27:25.359Z
   [junit4]   2> 2225499 INFO  (jetty-launcher-4479-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2225499 INFO  (jetty-launcher-4479-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2225499 INFO  (jetty-launcher-4479-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-04T02:27:25.360Z
   [junit4]   2> 2225502 INFO  (jetty-launcher-4479-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2225503 INFO  (jetty-launcher-4479-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2225513 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x1601f5977760002, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2225525 INFO  (jetty-launcher-4479-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52059/solr
   [junit4]   2> 2225526 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x1601f5977760001, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2225530 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x1601f5977760003, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2225532 INFO  (jetty-launcher-4479-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52059/solr
   [junit4]   2> 2225544 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x1601f5977760004, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2225545 INFO  (jetty-launcher-4479-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2225559 INFO  (jetty-launcher-4479-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.2.0
   [junit4]   2> 2225563 INFO  (jetty-launcher-4479-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2225565 INFO  (jetty-launcher-4479-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2225566 INFO  (jetty-launcher-4479-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-04T02:27:25.427Z
   [junit4]   2> 2225566 INFO  (jetty-launcher-4479-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52059/solr
   [junit4]   2> 2225579 INFO  (jetty-launcher-4479-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2225635 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x1601f597776000a, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2225637 INFO  (jetty-launcher-4479-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52059/solr
   [junit4]   2> 2225640 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x1601f597776000b, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2225672 INFO  (jetty-launcher-4479-thread-2) 
[n:127.0.0.1:52063_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2225673 INFO  (jetty-launcher-4479-thread-2) 
[n:127.0.0.1:52063_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:52063_solr
   [junit4]   2> 2225675 INFO  (jetty-launcher-4479-thread-2) 
[n:127.0.0.1:52063_solr    ] o.a.s.c.Overseer Overseer 
(id=99113660918923276-127.0.0.1:52063_solr-n_0000000000) starting
   [junit4]   2> 2225734 INFO  (jetty-launcher-4479-thread-2) 
[n:127.0.0.1:52063_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52063_solr
   [junit4]   2> 2225741 INFO  
(OverseerStateUpdate-99113660918923276-127.0.0.1:52063_solr-n_0000000000) 
[n:127.0.0.1:52063_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2226123 INFO  (jetty-launcher-4479-thread-1) 
[n:127.0.0.1:52061_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2226127 INFO  (jetty-launcher-4479-thread-1) 
[n:127.0.0.1:52061_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2226132 INFO  (jetty-launcher-4479-thread-1) 
[n:127.0.0.1:52061_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52061_solr
   [junit4]   2> 2226133 INFO  
(zkCallback-4504-thread-1-processing-n:127.0.0.1:52063_solr) 
[n:127.0.0.1:52063_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2226134 INFO  
(zkCallback-4498-thread-1-processing-n:127.0.0.1:52061_solr) 
[n:127.0.0.1:52061_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2226229 INFO  (jetty-launcher-4479-thread-3) 
[n:127.0.0.1:52065_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2226234 INFO  (jetty-launcher-4479-thread-3) 
[n:127.0.0.1:52065_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2226242 INFO  (jetty-launcher-4479-thread-3) 
[n:127.0.0.1:52065_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52065_solr
   [junit4]   2> 2226250 INFO  
(zkCallback-4504-thread-1-processing-n:127.0.0.1:52063_solr) 
[n:127.0.0.1:52063_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 2226250 INFO  
(zkCallback-4498-thread-1-processing-n:127.0.0.1:52061_solr) 
[n:127.0.0.1:52061_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 2226266 INFO  (jetty-launcher-4479-thread-4) 
[n:127.0.0.1:52062_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2226269 INFO  (jetty-launcher-4479-thread-4) 
[n:127.0.0.1:52062_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2226271 INFO  (jetty-launcher-4479-thread-4) 
[n:127.0.0.1:52062_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52062_solr
   [junit4]   2> 2226272 INFO  
(zkCallback-4498-thread-1-processing-n:127.0.0.1:52061_solr) 
[n:127.0.0.1:52061_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2226273 INFO  
(zkCallback-4504-thread-1-processing-n:127.0.0.1:52063_solr) 
[n:127.0.0.1:52063_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2226274 INFO  
(zkCallback-4492-thread-1-processing-n:127.0.0.1:52062_solr) 
[n:127.0.0.1:52062_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2226281 INFO  
(zkCallback-4491-thread-1-processing-n:127.0.0.1:52065_solr) 
[n:127.0.0.1:52065_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 2226281 INFO  
(zkCallback-4491-thread-1-processing-n:127.0.0.1:52065_solr) 
[n:127.0.0.1:52065_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2226730 INFO  (jetty-launcher-4479-thread-3) 
[n:127.0.0.1:52065_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52065.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6ec15fc6
   [junit4]   2> 2226851 INFO  (jetty-launcher-4479-thread-4) 
[n:127.0.0.1:52062_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52062.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6ec15fc6
   [junit4]   2> 2226866 INFO  (jetty-launcher-4479-thread-4) 
[n:127.0.0.1:52062_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52062.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6ec15fc6
   [junit4]   2> 2226866 INFO  (jetty-launcher-4479-thread-4) 
[n:127.0.0.1:52062_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52062.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6ec15fc6
   [junit4]   2> 2226868 INFO  (jetty-launcher-4479-thread-4) 
[n:127.0.0.1:52062_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_AB709B1BC8783B27-001/tempDir-001/node4/.
   [junit4]   2> 2226876 INFO  (jetty-launcher-4479-thread-1) 
[n:127.0.0.1:52061_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52061.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6ec15fc6
   [junit4]   2> 2226899 INFO  (jetty-launcher-4479-thread-2) 
[n:127.0.0.1:52063_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52063.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6ec15fc6
   [junit4]   2> 2226911 INFO  (jetty-launcher-4479-thread-3) 
[n:127.0.0.1:52065_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52065.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6ec15fc6
   [junit4]   2> 2226911 INFO  (jetty-launcher-4479-thread-3) 
[n:127.0.0.1:52065_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52065.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6ec15fc6
   [junit4]   2> 2226913 INFO  (jetty-launcher-4479-thread-3) 
[n:127.0.0.1:52065_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_AB709B1BC8783B27-001/tempDir-001/node3/.
   [junit4]   2> 2226915 INFO  (jetty-launcher-4479-thread-2) 
[n:127.0.0.1:52063_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52063.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6ec15fc6
   [junit4]   2> 2226915 INFO  (jetty-launcher-4479-thread-2) 
[n:127.0.0.1:52063_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52063.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6ec15fc6
   [junit4]   2> 2226919 INFO  (jetty-launcher-4479-thread-2) 
[n:127.0.0.1:52063_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_AB709B1BC8783B27-001/tempDir-001/node2/.
   [junit4]   2> 2226919 INFO  (jetty-launcher-4479-thread-1) 
[n:127.0.0.1:52061_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52061.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6ec15fc6
   [junit4]   2> 2226919 INFO  (jetty-launcher-4479-thread-1) 
[n:127.0.0.1:52061_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52061.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6ec15fc6
   [junit4]   2> 2226920 INFO  (jetty-launcher-4479-thread-1) 
[n:127.0.0.1:52061_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_AB709B1BC8783B27-001/tempDir-001/node1/.
   [junit4]   2> 2227432 INFO  
(SUITE-CustomCollectionTest-seed#[AB709B1BC8783B27]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2227433 INFO  
(SUITE-CustomCollectionTest-seed#[AB709B1BC8783B27]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:52059/solr ready
   [junit4]   2> 2227468 INFO  
(TEST-CustomCollectionTest.testRouteFieldForImplicitRouter-seed#[AB709B1BC8783B27])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testRouteFieldForImplicitRouter
   [junit4]   2> 2227470 INFO  
(TEST-CustomCollectionTest.testRouteFieldForImplicitRouter-seed#[AB709B1BC8783B27])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2227492 INFO  (qtp570717612-20497) [n:127.0.0.1:52061_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> 2227497 INFO  
(OverseerThreadFactory-8614-thread-1-processing-n:127.0.0.1:52063_solr) 
[n:127.0.0.1:52063_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
withShardField
   [junit4]   2> 2227619 INFO  
(OverseerStateUpdate-99113660918923276-127.0.0.1:52063_solr-n_0000000000) 
[n:127.0.0.1:52063_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"withShardField",
   [junit4]   2>   "shard":"a",
   [junit4]   2>   "core":"withShardField_a_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:52063/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2227624 INFO  
(OverseerStateUpdate-99113660918923276-127.0.0.1:52063_solr-n_0000000000) 
[n:127.0.0.1:52063_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"withShardField",
   [junit4]   2>   "shard":"a",
   [junit4]   2>   "core":"withShardField_a_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:52061/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2227630 INFO  
(OverseerStateUpdate-99113660918923276-127.0.0.1:52063_solr-n_0000000000) 
[n:127.0.0.1:52063_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_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:52065/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2227636 INFO  
(OverseerStateUpdate-99113660918923276-127.0.0.1:52063_solr-n_0000000000) 
[n:127.0.0.1:52063_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"withShardField",
   [junit4]   2>   "shard":"b",
   [junit4]   2>   "core":"withShardField_b_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:52062/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2227641 INFO  
(OverseerStateUpdate-99113660918923276-127.0.0.1:52063_solr-n_0000000000) 
[n:127.0.0.1:52063_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_n8",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:52063/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2227647 INFO  
(OverseerStateUpdate-99113660918923276-127.0.0.1:52063_solr-n_0000000000) 
[n:127.0.0.1:52063_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_n10",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:52061/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2227652 INFO  
(OverseerStateUpdate-99113660918923276-127.0.0.1:52063_solr-n_0000000000) 
[n:127.0.0.1:52063_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_n12",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:52065/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2227657 INFO  
(OverseerStateUpdate-99113660918923276-127.0.0.1:52063_solr-n_0000000000) 
[n:127.0.0.1:52063_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_n14",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:52062/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2227907 INFO  (qtp570717612-20495) [n:127.0.0.1:52061_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node13&collection.configName=conf&newCollection=true&name=withShardField_c_replica_n10&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2227908 INFO  (qtp570717612-20495) [n:127.0.0.1:52061_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2227909 INFO  (qtp570717612-20493) [n:127.0.0.1:52061_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=withShardField_a_replica_n2&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2228038 INFO  (qtp298763759-20517) [n:127.0.0.1:52063_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node11&collection.configName=conf&newCollection=true&name=withShardField_c_replica_n8&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2228039 INFO  (qtp298763759-20517) [n:127.0.0.1:52063_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2228040 INFO  (qtp89454743-20522) [n:127.0.0.1:52065_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=withShardField_b_replica_n4&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2228040 INFO  (qtp89454743-20522) [n:127.0.0.1:52065_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2228044 INFO  (qtp298763759-20518) [n:127.0.0.1:52063_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=withShardField_a_replica_n1&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2228046 INFO  (qtp512633277-20509) [n:127.0.0.1:52062_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node16&collection.configName=conf&newCollection=true&name=withShardField_d_replica_n14&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2228047 INFO  (qtp512633277-20509) [n:127.0.0.1:52062_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2228057 INFO  (qtp512633277-20502) [n:127.0.0.1:52062_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node9&collection.configName=conf&newCollection=true&name=withShardField_b_replica_n6&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2228057 INFO  (qtp89454743-20524) [n:127.0.0.1:52065_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node15&collection.configName=conf&newCollection=true&name=withShardField_d_replica_n12&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2228166 INFO  
(zkCallback-4492-thread-1-processing-n:127.0.0.1:52062_solr) 
[n:127.0.0.1:52062_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> 2228166 INFO  
(zkCallback-4491-thread-1-processing-n:127.0.0.1:52065_solr) 
[n:127.0.0.1:52065_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> 2228166 INFO  
(zkCallback-4498-thread-1-processing-n:127.0.0.1:52061_solr) 
[n:127.0.0.1:52061_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> 2228167 INFO  
(zkCallback-4492-thread-2-processing-n:127.0.0.1:52062_solr) 
[n:127.0.0.1:52062_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> 2228168 INFO  
(zkCallback-4498-thread-2-processing-n:127.0.0.1:52061_solr) 
[n:127.0.0.1:52061_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> 2228169 INFO  
(zkCallback-4491-thread-2-processing-n:127.0.0.1:52065_solr) 
[n:127.0.0.1:52065_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> 2228173 INFO  
(zkCallback-4504-thread-1-processing-n:127.0.0.1:52063_solr) 
[n:127.0.0.1:52063_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> 2228173 INFO  
(zkCallback-4504-thread-2-processing-n:127.0.0.1:52063_solr) 
[n:127.0.0.1:52063_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> 2228940 INFO  (qtp570717612-20493) [n:127.0.0.1:52061_solr 
c:withShardField s:a r:core_node5 x:withShardField_a_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2228941 INFO  (qtp570717612-20495) [n:127.0.0.1:52061_solr 
c:withShardField s:c r:core_node13 x:withShardField_c_replica_n10] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2228951 INFO  (qtp570717612-20493) [n:127.0.0.1:52061_solr 
c:withShardField s:a r:core_node5 x:withShardField_a_replica_n2] 
o.a.s.s.IndexSchema [withShardField_a_replica_n2] Schema name=cloud-dynamic
   [junit4]   2> 2228952 INFO  (qtp570717612-20495) [n:127.0.0.1:52061_solr 
c:withShardField s:c r:core_node13 x:withShardField_c_replica_n10] 
o.a.s.s.IndexSchema [withShardField_c_replica_n10] Schema name=cloud-dynamic
   [junit4]   2> 2228989 INFO  (qtp570717612-20495) [n:127.0.0.1:52061_solr 
c:withShardField s:c r:core_node13 x:withShardField_c_replica_n10] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2228989 INFO  (qtp570717612-20495) [n:127.0.0.1:52061_solr 
c:withShardField s:c r:core_node13 x:withShardField_c_replica_n10] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_c_replica_n10' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 2228989 INFO  (qtp570717612-20495) [n:127.0.0.1:52061_solr 
c:withShardField s:c r:core_node13 x:withShardField_c_replica_n10] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52061.solr.core.withShardField.c.replica_n10' (registry 
'solr.core.withShardField.c.replica_n10') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6ec15fc6
   [junit4]   2> 2228989 INFO  (qtp570717612-20495) [n:127.0.0.1:52061_solr 
c:withShardField s:c r:core_node13 x:withShardField_c_replica_n10] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2228989 INFO  (qtp570717612-20495) [n:127.0.0.1:52061_solr 
c:withShardField s:c r:core_node13 x:withShardField_c_replica_n10] 
o.a.s.c.SolrCore [[withShardField_c_replica_n10] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_AB709B1BC8783B27-001/tempDir-001/node1/withShardField_c_replica_n10],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_AB709B1BC8783B27-001/tempDir-001/node1/./withShardField_c_replica_n10/data/]
   [junit4]   2> 2228991 INFO  (qtp570717612-20493) [n:127.0.0.1:52061_solr 
c:withShardField s:a r:core_node5 x:withShardField_a_replica_n2] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2228991 INFO  (qtp570717612-20493) [n:127.0.0.1:52061_solr 
c:withShardField s:a r:core_node5 x:withShardField_a_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_a_replica_n2' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 2228994 INFO  (qtp570717612-20493) [n:127.0.0.1:52061_solr 
c:withShardField s:a r:core_node5 x:withShardField_a_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52061.solr.core.withShardField.a.replica_n2' (registry 
'solr.core.withShardField.a.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6ec15fc6
   [junit4]   2> 2228994 INFO  (qtp570717612-20493) [n:127.0.0.1:52061_solr 
c:withShardField s:a r:core_node5 x:withShardField_a_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2228994 INFO  (qtp570717612-20493) [n:127.0.0.1:52061_solr 
c:withShardField s:a r:core_node5 x:withShardField_a_replica_n2] 
o.a.s.c.SolrCore [[withShardField_a_replica_n2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_AB709B1BC8783B27-001/tempDir-001/node1/withShardField_a_replica_n2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_AB709B1BC8783B27-001/tempDir-001/node1/./withShardField_a_replica_n2/data/]
   [junit4]   2> 2229068 INFO  (qtp298763759-20518) [n:127.0.0.1:52063_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2229068 INFO  (qtp89454743-20522) [n:127.0.0.1:52065_solr 
c:withShardField s:b r:core_node7 x:withShardField_b_replica_n4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2229141 INFO  (qtp298763759-20517) [n:127.0.0.1:52063_solr 
c:withShardField s:c r:core_node11 x:withShardField_c_replica_n8] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2229142 INFO  (qtp298763759-20518) [n:127.0.0.1:52063_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.s.IndexSchema [withShardField_a_replica_n1] Schema name=cloud-dynamic
   [junit4]   2> 2229144 INFO  (qtp89454743-20522) [n:127.0.0.1:52065_solr 
c:withShardField s:b r:core_node7 x:withShardField_b_replica_n4] 
o.a.s.s.IndexSchema [withShardField_b_replica_n4] Schema name=cloud-dynamic
   [junit4]   2> 2229147 INFO  (qtp512633277-20509) [n:127.0.0.1:52062_solr 
c:withShardField s:d r:core_node16 x:withShardField_d_replica_n14] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2229246 INFO  (qtp298763759-20517) [n:127.0.0.1:52063_solr 
c:withShardField s:c r:core_node11 x:withShardField_c_replica_n8] 
o.a.s.s.IndexSchema [withShardField_c_replica_n8] Schema name=cloud-dynamic
   [junit4]   2> 2229251 INFO  (qtp89454743-20522) [n:127.0.0.1:52065_solr 
c:withShardField s:b r:core_node7 x:withShardField_b_replica_n4] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2229251 INFO  (qtp89454743-20522) [n:127.0.0.1:52065_solr 
c:withShardField s:b r:core_node7 x:withShardField_b_replica_n4] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_b_replica_n4' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 2229252 INFO  (qtp89454743-20522) [n:127.0.0.1:52065_solr 
c:withShardField s:b r:core_node7 x:withShardField_b_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52065.solr.core.withShardField.b.replica_n4' (registry 
'solr.core.withShardField.b.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6ec15fc6
   [junit4]   2> 2229252 INFO  (qtp89454743-20522) [n:127.0.0.1:52065_solr 
c:withShardField s:b r:core_node7 x:withShardField_b_replica_n4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2229252 INFO  (qtp89454743-20522) [n:127.0.0.1:52065_solr 
c:withShardField s:b r:core_node7 x:withShardField_b_replica_n4] 
o.a.s.c.SolrCore [[withShardField_b_replica_n4] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_AB709B1BC8783B27-001/tempDir-001/node3/withShardField_b_replica_n4],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_AB709B1BC8783B27-001/tempDir-001/node3/./withShardField_b_replica_n4/data/]
   [junit4]   2> 2229259 INFO  (qtp512633277-20502) [n:127.0.0.1:52062_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2229260 INFO  (qtp89454743-20524) [n:127.0.0.1:52065_solr 
c:withShardField s:d r:core_node15 x:withShardField_d_replica_n12] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2229422 INFO  (qtp512633277-20509) [n:127.0.0.1:52062_solr 
c:withShardField s:d r:core_node16 x:withShardField_d_replica_n14] 
o.a.s.s.IndexSchema [withShardField_d_replica_n14] Schema name=cloud-dynamic
   [junit4]   2> 2229435 INFO  (qtp512633277-20502) [n:127.0.0.1:52062_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.s.IndexSchema [withShardField_b_replica_n6] Schema name=cloud-dynamic
   [junit4]   2> 2229435 INFO  (qtp298763759-20517) [n:127.0.0.1:52063_solr 
c:withShardField s:c r:core_node11 x:withShardField_c_replica_n8] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2229435 INFO  (qtp298763759-20517) [n:127.0.0.1:52063_solr 
c:withShardField s:c r:core_node11 x:withShardField_c_replica_n8] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_c_replica_n8' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 2229435 INFO  (qtp298763759-20517) [n:127.0.0.1:52063_solr 
c:withShardField s:c r:core_node11 x:withShardField_c_replica_n8] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52063.solr.core.withShardField.c.replica_n8' (registry 
'solr.core.withShardField.c.replica_n8') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6ec15fc6
   [junit4]   2> 2229435 INFO  (qtp298763759-20517) [n:127.0.0.1:52063_solr 
c:withShardField s:c r:core_node11 x:withShardField_c_replica_n8] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2229436 INFO  (qtp298763759-20517) [n:127.0.0.1:52063_solr 
c:withShardField s:c r:core_node11 x:withShardField_c_replica_n8] 
o.a.s.c.SolrCore [[withShardField_c_replica_n8] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_AB709B1BC8783B27-001/tempDir-001/node2/withShardField_c_replica_n8],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_AB709B1BC8783B27-001/tempDir-001/node2/./withShardField_c_replica_n8/data/]
   [junit4]   2> 2229509 INFO  (qtp89454743-20524) [n:127.0.0.1:52065_solr 
c:withShardField s:d r:core_node15 x:withShardField_d_replica_n12] 
o.a.s.s.IndexSchema [withShardField_d_replica_n12] Schema name=cloud-dynamic
   [junit4]   2> 2229517 INFO  (qtp512633277-20502) [n:127.0.0.1:52062_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2229517 INFO  (qtp512633277-20502) [n:127.0.0.1:52062_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_b_replica_n6' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 2229517 INFO  (qtp512633277-20502) [n:127.0.0.1:52062_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52062.solr.core.withShardField.b.replica_n6' (registry 
'solr.core.withShardField.b.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6ec15fc6
   [junit4]   2> 2229518 INFO  (qtp298763759-20518) [n:127.0.0.1:52063_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2229518 INFO  (qtp298763759-20518) [n:127.0.0.1:52063_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_a_replica_n1' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 2229518 INFO  (qtp298763759-20518) [n:127.0.0.1:52063_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52063.solr.core.withShardField.a.replica_n1' (registry 
'solr.core.withShardField.a.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6ec15fc6
   [junit4]   2> 2229519 INFO  (qtp298763759-20518) [n:127.0.0.1:52063_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2229519 INFO  (qtp298763759-20518) [n:127.0.0.1:52063_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.c.SolrCore [[withShardField_a_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_AB709B1BC8783B27-001/tempDir-001/node2/withShardField_a_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_AB709B1BC8783B27-001/tempDir-001/node2/./withShardField_a_replica_n1/data/]
   [junit4]   2> 2229519 INFO  (qtp512633277-20509) [n:127.0.0.1:52062_solr 
c:withShardField s:d r:core_node16 x:withShardField_d_replica_n14] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2229519 INFO  (qtp512633277-20509) [n:127.0.0.1:52062_solr 
c:withShardField s:d r:core_node16 x:withShardField_d_replica_n14] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_d_replica_n14' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 2229520 INFO  (qtp512633277-20509) [n:127.0.0.1:52062_solr 
c:withShardField s:d r:core_node16 x:withShardField_d_replica_n14] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52062.solr.core.withShardField.d.replica_n14' (registry 
'solr.core.withShardField.d.replica_n14') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6ec15fc6
   [junit4]   2> 2229520 INFO  (qtp512633277-20509) [n:127.0.0.1:52062_solr 
c:withShardField s:d r:core_node16 x:withShardField_d_replica_n14] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2229520 INFO  (qtp512633277-20509) [n:127.0.0.1:52062_solr 
c:withShardField s:d r:core_node16 x:withShardField_d_replica_n14] 
o.a.s.c.SolrCore [[withShardField_d_replica_n14] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_AB709B1BC8783B27-001/tempDir-001/node4/withShardField_d_replica_n14],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_AB709B1BC8783B27-001/tempDir-001/node4/./withShardField_d_replica_n14/data/]
   [junit4]   2> 2229520 INFO  (qtp512633277-20502) [n:127.0.0.1:52062_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2229520 INFO  (qtp512633277-20502) [n:127.0.0.1:52062_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.c.SolrCore [[withShardField_b_replica_n6] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_AB709B1BC8783B27-001/tempDir-001/node4/withShardField_b_replica_n6],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_AB709B1BC8783B27-001/tempDir-001/node4/./withShardField_b_replica_n6/data/]
   [junit4]   2> 2229527 INFO  (qtp89454743-20524) [n:127.0.0.1:52065_solr 
c:withShardField s:d r:core_node15 x:withShardField_d_replica_n12] 
o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2229527 INFO  (qtp89454743-20524) [n:127.0.0.1:52065_solr 
c:withShardField s:d r:core_node15 x:withShardField_d_replica_n12] 
o.a.s.c.CoreContainer Creating SolrCore 'withShardField_d_replica_n12' using 
configuration from collection withShardField, trusted=true
   [junit4]   2> 2229527 INFO  (qtp89454743-20524) [n:127.0.0.1:52065_solr 
c:withShardField s:d r:core_node15 x:withShardField_d_replica_n12] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52065.solr.core.withShardField.d.replica_n12' (registry 
'solr.core.withShardField.d.replica_n12') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6ec15fc6
   [junit4]   2> 2229527 INFO  (qtp89454743-20524) [n:127.0.0.1:52065_solr 
c:withShardField s:d r:core_node15 x:withShardField_d_replica_n12] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2229527 INFO  (qtp89454743-20524) [n:127.0.0.1:52065_solr 
c:withShardField s:d r:core_node15 x:withShardField_d_replica_n12] 
o.a.s.c.SolrCore [[withShardField_d_replica_n12] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_AB709B1BC8783B27-001/tempDir-001/node3/withShardField_d_replica_n12],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CustomCollectionTest_AB709B1BC8783B27-001/tempDir-001/node3/./withShardField_d_replica_n12/data/]
   [junit4]   2> 2229557 INFO  (qtp570717612-20495) [n:127.0.0.1:52061_solr 
c:withShardField s:c r:core_node13 x:withShardField_c_replica_n10] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2229557 INFO  (qtp570717612-20495) [n:127.0.0.1:52061_solr 
c:withShardField s:c r:core_node13 x:withShardField_c_replica_n10] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2229557 INFO  (qtp570717612-20493) [n:127.0.0.1:52061_solr 
c:withShardField s:a r:core_node5 x:withShardField_a_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2229557 INFO  (qtp570717612-20493) [n:127.0.0.1:52061_solr 
c:withShardField s:a r:core_node5 x:withShardField_a_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2229558 INFO  (qtp570717612-20495) [n:127.0.0.1:52061_solr 
c:withShardField s:c r:core_node13 x:withShardField_c_replica_n10] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2229558 INFO  (qtp570717612-20495) [n:127.0.0.1:52061_solr 
c:withShardField s:c r:core_node13 x:withShardField_c_replica_n10] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2229558 INFO  (qtp570717612-20493) [n:127.0.0.1:52061_solr 
c:withShardField s:a r:core_node5 x:withShardField_a_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2229558 INFO  (qtp570717612-20493) [n:127.0.0.1:52061_solr 
c:withShardField s:a r:core_node5 x:withShardField_a_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2229571 INFO  (qtp570717612-20495) [n:127.0.0.1:52061_solr 
c:withShardField s:c r:core_node13 x:withShardField_c_replica_n10] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@744143c6[withShardField_c_replica_n10] main]
   [junit4]   2> 2229572 INFO  (qtp570717612-20495) [n:127.0.0.1:52061_solr 
c:withShardField s:c r:core_node13 x:withShardField_c_replica_n10] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2229573 INFO  (qtp570717612-20495) [n:127.0.0.1:52061_solr 
c:withShardField s:c r:core_node13 x:withShardField_c_replica_n10] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2229573 INFO  (qtp570717612-20495) [n:127.0.0.1:52061_solr 
c:withShardField s:c r:core_node13 x:withShardField_c_replica_n10] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2229574 INFO  (qtp570717612-20495) [n:127.0.0.1:52061_solr 
c:withShardField s:c r:core_node13 x:withShardField_c_replica_n10] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1585818579170754560
   [junit4]   2> 2229574 INFO  
(searcherExecutor-8623-thread-1-processing-n:127.0.0.1:52061_solr 
x:withShardField_c_replica_n10 s:c c:withShardField r:core_node13) 
[n:127.0.0.1:52061_solr c:withShardField s:c r:core_node13 
x:withShardField_c_replica_n10] o.a.s.c.SolrCore [withShardField_c_replica_n10] 
Registered new searcher Searcher@744143c6[withShardField_c_replica_n10] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2229638 INFO  (qtp570717612-20493) [n:127.0.0.1:52061_solr 
c:withShardField s:a r:core_node5 x:withShardField_a_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1cd745da[withShardField_a_replica_n2] main]
   [junit4]   2> 2229661 INFO  (qtp570717612-20495) [n:127.0.0.1:52061_solr 
c:withShardField s:c r:core_node13 x:withShardField_c_replica_n10] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard c: total=2 found=1 timeoutin=9995ms
   [junit4]   2> 2229753 INFO  (qtp570717612-20493) [n:127.0.0.1:52061_solr 
c:withShardField s:a r:core_node5 x:withShardField_a_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2229753 INFO  (qtp570717612-20493) [n:127.0.0.1:52061_solr 
c:withShardField s:a r:core_node5 x:withShardField_a_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2229754 INFO  (qtp570717612-20493) [n:127.0.0.1:52061_solr 
c:withShardField s:a r:core_node5 x:withShardField_a_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2229754 INFO  (qtp570717612-20493) [n:127.0.0.1:52061_solr 
c:withShardField s:a r:core_node5 x:withShardField_a_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1585818579359498240
   [junit4]   2> 2229754 INFO  
(searcherExecutor-8624-thread-1-processing-n:127.0.0.1:52061_solr 
x:withShardField_a_replica_n2 s:a c:withShardField r:core_node5) 
[n:127.0.0.1:52061_solr c:withShardField s:a r:core_node5 
x:withShardField_a_replica_n2] o.a.s.c.SolrCore [withShardField_a_replica_n2] 
Registered new searcher Searcher@1cd745da[withShardField_a_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2229759 INFO  (qtp570717612-20493) [n:127.0.0.1:52061_solr 
c:withShardField s:a r:core_node5 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> 2229766 INFO  (qtp89454743-20522) [n:127.0.0.1:52065_solr 
c:withShardField s:b r:core_node7 x:withShardField_b_replica_n4] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2229766 INFO  (qtp89454743-20522) [n:127.0.0.1:52065_solr 
c:withShardField s:b r:core_node7 x:withShardField_b_replica_n4] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2229767 INFO  (qtp89454743-20522) [n:127.0.0.1:52065_solr 
c:withShardField s:b r:core_node7 x:withShardField_b_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2229767 INFO  (qtp89454743-20522) [n:127.0.0.1:52065_solr 
c:withShardField s:b r:core_node7 x:withShardField_b_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2229771 INFO  (qtp512633277-20509) [n:127.0.0.1:52062_solr 
c:withShardField s:d r:core_node16 x:withShardField_d_replica_n14] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2229771 INFO  (qtp512633277-20509) [n:127.0.0.1:52062_solr 
c:withShardField s:d r:core_node16 x:withShardField_d_replica_n14] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2229772 INFO  (qtp512633277-20509) [n:127.0.0.1:52062_solr 
c:withShardField s:d r:core_node16 x:withShardField_d_replica_n14] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2229772 INFO  (qtp512633277-20509) [n:127.0.0.1:52062_solr 
c:withShardField s:d r:core_node16 x:withShardField_d_replica_n14] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2229774 INFO  (qtp89454743-20522) [n:127.0.0.1:52065_solr 
c:withShardField s:b r:core_node7 x:withShardField_b_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@23cfaeee[withShardField_b_replica_n4] main]
   [junit4]   2> 2229775 INFO  (qtp89454743-20522) [n:127.0.0.1:52065_solr 
c:withShardField s:b r:core_node7 x:withShardField_b_replica_n4] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2229776 INFO  (qtp89454743-20522) [n:127.0.0.1:52065_solr 
c:withShardField s:b r:core_node7 x:withShardField_b_replica_n4] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2229781 INFO  (qtp512633277-20509) [n:127.0.0.1:52062_solr 
c:withShardField s:d r:core_node16 x:withShardField_d_replica_n14] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@79e0aadb[withShardField_d_replica_n14] main]
   [junit4]   2> 2229781 INFO  (qtp298763759-20517) [n:127.0.0.1:52063_solr 
c:withShardField s:c r:core_node11 x:withShardField_c_replica_n8] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2229781 INFO  (qtp298763759-20517) [n:127.0.0.1:52063_solr 
c:withShardField s:c r:core_node11 x:withShardField_c_replica_n8] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2229784 INFO  (qtp512633277-20509) [n:127.0.0.1:52062_solr 
c:withShardField s:d r:core_node16 x:withShardField_d_replica_n14] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2229784 INFO  (qtp512633277-20509) [n:127.0.0.1:52062_solr 
c:withShardField s:d r:core_node16 x:withShardField_d_replica_n14] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2229785 INFO  (qtp89454743-20522) [n:127.0.0.1:52065_solr 
c:withShardField s:b r:core_node7 x:withShardField_b_replica_n4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2229785 INFO  (qtp89454743-20522) [n:127.0.0.1:52065_solr 
c:withShardField s:b r:core_node7 x:withShardField_b_replica_n4] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1585818579392004096
   [junit4]   2> 2229790 INFO  (qtp512633277-20509) [n:127.0.0.1:52062_solr 
c:withShardField s:d r:core_node16 x:withShardField_d_replica_n14] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2229791 INFO  (qtp298763759-20517) [n:127.0.0.1:52063_solr 
c:withShardField s:c r:core_node11 x:withShardField_c_replica_n8] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2229792 INFO  (qtp298763759-20517) [n:127.0.0.1:52063_solr 
c:withShardField s:c r:core_node11 x:withShardField_c_replica_n8] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2229792 INFO  
(searcherExecutor-8625-thread-1-processing-n:127.0.0.1:52065_solr 
x:withShardField_b_replica_n4 s:b c:withShardField r:core_node7) 
[n:127.0.0.1:52065_solr c:withShardField s:b r:core_node7 
x:withShardField_b_replica_n4] o.a.s.c.SolrCore [withShardField_b_replica_n4] 
Registered new searcher Searcher@23cfaeee[withShardField_b_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2229792 INFO  
(searcherExecutor-8629-thread-1-processing-n:127.0.0.1:52062_solr 
x:withShardField_d_replica_n14 s:d c:withShardField r:core_node16) 
[n:127.0.0.1:52062_solr c:withShardField s:d r:core_node16 
x:withShardField_d_replica_n14] o.a.s.c.SolrCore [withShardField_d_replica_n14] 
Registered new searcher Searcher@79e0aadb[withShardField_d_replica_n14] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2229793 INFO  (qtp512633277-20509) [n:127.0.0.1:52062_solr 
c:withShardField s:d r:core_node16 x:withShardField_d_replica_n14] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1585818579400392704
   [junit4]   2> 2229795 INFO  (qtp512633277-20502) [n:127.0.0.1:52062_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2229796 INFO  (qtp512633277-20502) [n:127.0.0.1:52062_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2229797 INFO  (qtp512633277-20502) [n:127.0.0.1:52062_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2229797 INFO  (qtp512633277-20502) [n:127.0.0.1:52062_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2229899 INFO  
(zkCallback-4498-thread-2-processing-n:127.0.0.1:52061_solr) 
[n:127.0.0.1:52061_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> 2229899 INFO  
(zkCallback-4498-thread-1-processing-n:127.0.0.1:52061_solr) 
[n:127.0.0.1:52061_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> 2229899 INFO  
(zkCallback-4504-thread-1-processing-n:127.0.0.1:52063_solr) 
[n:127.0.0.1:52063_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> 2229899 INFO  
(zkCallback-4492-thread-1-processing-n:127.0.0.1:52062_solr) 
[n:127.0.0.1:52062_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> 2229899 INFO  
(zkCallback-4492-thread-2-processing-n:127.0.0.1:52062_solr) 
[n:127.0.0.1:52062_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> 2229899 INFO  
(zkCallback-4504-thread-2-processing-n:127.0.0.1:52063_solr) 
[n:127.0.0.1:52063_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> 2229901 INFO  
(zkCallback-4491-thread-2-processing-n:127.0.0.1:52065_solr) 
[n:127.0.0.1:52065_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> 2229901 INFO  
(zkCallback-4491-thread-1-processing-n:127.0.0.1:52065_solr) 
[n:127.0.0.1:52065_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> 2229903 INFO  (qtp298763759-20518) [n:127.0.0.1:52063_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2229903 INFO  (qtp298763759-20518) [n:127.0.0.1:52063_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2229903 INFO  (qtp89454743-20522) [n:127.0.0.1:52065_solr 
c:withShardField s:b r:core_node7 x:withShardField_b_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard b: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 2229904 INFO  (qtp298763759-20518) [n:127.0.0.1:52063_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2229904 INFO  (qtp298763759-20518) [n:127.0.0.1:52063_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2229908 INFO  (qtp89454743-20524) [n:127.0.0.1:52065_solr 
c:withShardField s:d r:core_node15 x:withShardField_d_replica_n12] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2229908 INFO  (qtp89454743-20524) [n:127.0.0.1:52065_solr 
c:withShardField s:d r:core_node15 x:withShardField_d_replica_n12] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2229911 INFO  (qtp89454743-20524) [n:127.0.0.1:52065_solr 
c:withShardField s:d r:core_node15 x:withShardField_d_replica_n12] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2229912 INFO  (qtp89454743-20524) [n:127.0.0.1:52065_solr 
c:withShardField s:d r:core_node15 x:withShardField_d_replica_n12] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2229915 INFO  (qtp512633277-20509) [n:127.0.0.1:52062_solr 
c:withShardField s:d r:core_node16 x:withShardField_d_replica_n14] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard d: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 2229924 INFO  (qtp298763759-20517) [n:127.0.0.1:52063_solr 
c:withShardField s:c r:core_node11 x:withShardField_c_replica_n8] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7ce491cd[withShardField_c_replica_n8] main]
   [junit4]   2> 2229927 INFO  (qtp298763759-20517) [n:127.0.0.1:52063_solr 
c:withShardField s:c r:core_node11 x:withShardField_c_replica_n8] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2229928 INFO  (qtp298763759-20517) [n:127.0.0.1:52063_solr 
c:withShardField s:c r:core_node11 x:withShardField_c_replica_n8] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2229928 INFO  (qtp298763759-20517) [n:127.0.0.1:52063_solr 
c:withShardField s:c r:core_node11 x:withShardField_c_replica_n8] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2229928 INFO  (qtp298763759-20517) [n:127.0.0.1:52063_solr 
c:withShardField s:c r:core_node11 x:withShardField_c_replica_n8] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1585818579541950464
   [junit4]   2> 2229929 INFO  
(searcherExecutor-8626-thread-1-processing-n:127.0.0.1:52063_solr 
x:withShardField_c_replica_n8 s:c c:withShardField r:core_node11) 
[n:127.0.0.1:52063_solr c:withShardField s:c r:core_node11 
x:withShardField_c_replica_n8] o.a.s.c.SolrCore [withShardField_c_replica_n8] 
Registered new searcher Searcher@7ce491cd[withShardField_c_replica_n8] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2229933 INFO  (qtp512633277-20502) [n:127.0.0.1:52062_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1b0903f7[withShardField_b_replica_n6] main]
   [junit4]   2> 2229935 INFO  (qtp512633277-20502) [n:127.0.0.1:52062_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2229936 INFO  (qtp298763759-20518) [n:127.0.0.1:52063_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@75054621[withShardField_a_replica_n1] main]
   [junit4]   2> 2229938 INFO  (qtp512633277-20502) [n:127.0.0.1:52062_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2229941 INFO  (qtp512633277-20502) [n:127.0.0.1:52062_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2229942 INFO  
(searcherExecutor-8627-thread-1-processing-n:127.0.0.1:52062_solr 
x:withShardField_b_replica_n6 s:b c:withShardField r:core_node9) 
[n:127.0.0.1:52062_solr c:withShardField s:b r:core_node9 
x:withShardField_b_replica_n6] o.a.s.c.SolrCore [withShardField_b_replica_n6] 
Registered new searcher Searcher@1b0903f7[withShardField_b_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2229942 INFO  (qtp512633277-20502) [n:127.0.0.1:52062_solr 
c:withShardField s:b r:core_node9 x:withShardField_b_replica_n6] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1585818579556630528
   [junit4]   2> 2229945 INFO  (qtp298763759-20518) [n:127.0.0.1:52063_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2229954 INFO  (qtp298763759-20518) [n:127.0.0.1:52063_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2229964 INFO  (qtp298763759-20518) [n:127.0.0.1:52063_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2229966 INFO  
(searcherExecutor-8628-thread-1-processing-n:127.0.0.1:52063_solr 
x:withShardField_a_replica_n1 s:a c:withShardField r:core_node3) 
[n:127.0.0.1:52063_solr c:withShardField s:a r:core_node3 
x:withShardField_a_replica_n1] o.a.s.c.SolrCore [withShardField_a_replica_n1] 
Registered new searcher Searcher@75054621[withShardField_a_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2229966 INFO  (qtp298763759-20518) [n:127.0.0.1:52063_solr 
c:withShardField s:a r:core_node3 x:withShardField_a_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1585818579581796352
   [junit4]   2> 2229973 INFO  (qtp89454743-20524) [n:127.0.0.1:52065_solr 
c:withShardField s:d r:core_node15 x:withShardField_d_replica_n12] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7be0a21c[withShardField_d_replica_n12] main]
   [junit4]   2> 2229995 INFO  (qtp89454743-20524) [n:127.0.0.1:52065_solr 
c:withShardField s:d r:core_node15 x:withShardField_d_replica_n12] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2229996 INFO  (qtp89454743-20524) [n:127.0.0.1:52065_solr 
c:withShardField s:d r:core_node15 x:withShardField_d_replica_n12] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2229996 INFO  (qtp89454743-20524) [n:127.0.0.1:52065_solr 
c:withShardField s:d r:core_node15 x:withShardField_d_replica_n12] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2229997 INFO  (qtp89454743-20524) [n:127.0.0.1:52065_solr 
c:withShardField s:d r:core_node15 x:withShardField_d_replica_n12] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1585818579614302208
   [junit4]   2> 2229998 INFO  
(searcherExecutor-8630-thread-1-processing-n:127.0.0.1:52065_solr 
x:withShardField_d_replica_n12 s:d c:withShardField r:core_node15) 
[n:127.0.0.1:52065_solr c:withShardField s:d r:core_node15 
x:withShardField_d_replica_n12] o.a.s.c.SolrCore [withShardField_d_replica_n12] 
Registered new searcher Searcher@7be0a21c[withShardField_d_replica_n12] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2230017 INFO  
(zkCallback-4492-thread-2-processing-n:127.0.0.1:52062_solr) 
[n:127.0.0.1:52062_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> 2230017 INFO  
(zkCallback-4492-thread-1-processing-n:127.0.0.1:52062_solr) 
[n:127.0.0.1:52062_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> 2230017 INFO  
(zkCallback-4498-thread-1-processing-n:127.0.0.1:52061_solr) 
[n:127.0.0.1:52061_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> 2230017 INFO  
(zkCallback-4498-thread-2-processing-n:127.0.0.1:52061_solr) 
[n:127.0.0.1:52061_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> 2230018 INFO  
(zkCallback-4504-thread-2-processing-n:127.0.0.1:52063_solr) 
[n:127.0.0.1:52063_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> 2230018 INFO  
(zkCallback-4491-thread-1-processing-n:127.0.0.1:52065_solr) 
[n:127.0.0.1:52065_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> 2230018 INFO  
(zkCallback-4504-thread-3-processing-n:127.0.0.1:52063_solr) 
[n:127.0.0.1:52063_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> 2230018 INFO  
(zkCallback-4491-thread-2-processing-n:127.0.0.1:52065_solr) 
[n:127.0.0.1:52065_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> 2230162 INFO  (qtp570717612-20495) [n:127.0.0.1:52061_solr 
c:withShardField s:c r:core_node13 x:withShardField_c_replica_n10] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2230162 INFO  (qtp570717612-20495) [n:127.0.0.1:52061_solr 
c:withShardField s:c r:core_node13 x:withShardField_c_replica_n10] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2230162 INFO  (qtp570717612-20495) [n:127.0.0.1:52061_solr 
c:withShardField s:c r:core_node13 x:withShardField_c_replica_n10] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:52061/solr/withShardField_c_replica_n10/
   [junit4]   2> 2230163 INFO  (qtp570717612-20495) [n:127.0.0.1:52061_solr 
c:withShardField s:c r:core_node13 x:withShardField_c_replica_n10] 
o.a.s.u.PeerSync PeerSync: core=withShardField_c_replica_n10 
url=https://127.0.0.1:52061/solr START 
replicas=[https://127.0.0.1:52063/solr/withShardField_c_replica_n8/] 
nUpdates=100
   [junit4]   2> 2230174 INFO  (qtp298763759-20513) [n:127.0.0.1:52063_solr 
c:withShardField s:c r:core_node11 x:withShardField_c_replica_n8] 
o.a.s.c.S.Request [withShardField_c_replica_n8]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=4
   [junit4]   2> 2230260 INFO  (qtp570717612-

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

opped o.e.j.s.ServletContextHandler@5bbb7ea2{/solr,null,UNAVAILABLE}
   [junit4]   2> 3041055 INFO  (jetty-closer-5920-thread-10) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@19d985cf{/solr,null,UNAVAILABLE}
   [junit4]   2> 3041052 INFO  (jetty-closer-5920-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@16d019ff{/solr,null,UNAVAILABLE}
   [junit4]   2> 3041052 INFO  (jetty-closer-5920-thread-9) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3725fd52{/solr,null,UNAVAILABLE}
   [junit4]   2> 3041055 WARN  
(zkCallback-6081-thread-2-processing-n:127.0.0.1:55754_solr) 
[n:127.0.0.1:55754_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 3041059 INFO  (jetty-closer-5920-thread-7) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4b1da597{/solr,null,UNAVAILABLE}
   [junit4]   2> 3041064 ERROR 
(SUITE-TriggerIntegrationTest-seed#[AB709B1BC8783B27]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 3041065 INFO  
(SUITE-TriggerIntegrationTest-seed#[AB709B1BC8783B27]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:55419 55419
   [junit4]   2> 3041090 INFO  (Thread-4166) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:55419 55419
   [junit4]   2> 3042033 WARN  (Thread-4166) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        42      /solr/aliases.json
   [junit4]   2>        42      /solr/clusterprops.json
   [junit4]   2>        18      /solr/security.json
   [junit4]   2>        2       /solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        42      /solr/clusterstate.json
   [junit4]   2>        19      /solr/collections/collection1/state.json
   [junit4]   2>        6       /solr/autoscaling.json
   [junit4]   2>        3       
/solr/overseer_elect/election/99113703413710870-127.0.0.1:55483_solr-n_0000000004
   [junit4]   2>        2       
/solr/overseer_elect/election/99113703413710854-127.0.0.1:55422_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        42      /solr/live_nodes
   [junit4]   2>        42      /solr/collections
   [junit4]   2>        6       /solr/overseer/queue-work
   [junit4]   2>        6       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        6       /solr/overseer/queue
   [junit4]   2>        6       /solr/overseer/collection-queue-work
   [junit4]   2>        3       /solr/autoscaling/events/node_added_trigger
   [junit4]   2>        2       /solr/autoscaling/events/node_added_trigger1
   [junit4]   2>        2       /solr/autoscaling/events/node_lost_trigger
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_AB709B1BC8783B27-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=195, maxMBSortInHeap=5.493252627062963, 
sim=RandomSimilarity(queryNorm=true): {}, locale=ar-MA, timezone=Pacific/Easter
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 
(64-bit)/cpus=3,threads=1,free=27268392,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestQueryTypes, 
PluginInfoTest, UpdateParamsTest, TestPullReplica, ShardSplitTest, 
TestDistribDocBasedVersion, TestSolrDeletionPolicy1, TestMaxTokenLenTokenizer, 
DistributedIntervalFacetingTest, SpellingQueryConverterTest, 
TestSchemaSimilarityResource, NodeLostTriggerTest, TestCloudPivotFacet, 
TestQueryUtils, JavabinLoaderTest, SearchHandlerTest, TestFreeTextSuggestions, 
AnalysisAfterCoreReloadTest, SystemLogListenerTest, ResponseHeaderTest, 
TestCSVLoader, LoggingHandlerTest, TestCharFilters, HttpPartitionTest, 
TestHalfAndHalfDocValues, JvmMetricsTest, SolrCoreCheckLockOnStartupTest, 
TestXmlQParserPlugin, TestCoreAdminApis, CloudExitableDirectoryReaderTest, 
ZkStateReaderTest, TestCollectionsAPIViaSolrCloudCluster, CoreAdminHandlerTest, 
TestExactStatsCache, DocValuesNotIndexedTest, TestJsonFacets, 
FacetPivotSmallTest, TestNonDefinedSimilarityFactory, TestQueryWrapperFilter, 
TestDistributedGrouping, TestCollectionAPIs, TestSearcherReuse, 
HdfsChaosMonkeyNothingIsSafeTest, TestConfigSetImmutable, TestFaceting, 
TestConfigSetsAPIExclusivity, DeleteLastCustomShardedReplicaTest, 
VMParamsZkACLAndCredentialsProvidersTest, TestFieldCollectionResource, 
TestPivotHelperCode, TestWordDelimiterFilterFactory, TestFastWriter, 
SpellCheckCollatorWithCollapseTest, BadComponentTest, V2StandaloneTest, 
LegacyCloudClusterPropTest, TestRTGBase, TestFastOutputStream, EchoParamsTest, 
OverseerRolesTest, UpdateRequestProcessorFactoryTest, 
ParsingFieldUpdateProcessorsTest, TestSQLHandler, SimplePostToolTest, 
DistribDocExpirationUpdateProcessorTest, TestClusterProperties, 
TestFieldTypeCollectionResource, TestDistribIDF, SoftAutoCommitTest, 
ZkSolrClientTest, BasicAuthIntegrationTest, TestMissingGroups, 
TestEmbeddedSolrServerConstructors, GraphQueryTest, TestIntervalFaceting, 
ExplicitHLLTest, SolrIndexConfigTest, TestLMJelinekMercerSimilarityFactory, 
TestConfigSets, JSONWriterTest, DocumentAnalysisRequestHandlerTest, 
TestTolerantUpdateProcessorCloud, TestManagedResourceStorage, 
TestBulkSchemaConcurrent, TestZkChroot, CollectionStateFormat2Test, 
TestLockTree, SolrCoreMetricManagerTest, CollectionsAPIDistributedZkTest, 
SubstringBytesRefFilterTest, TestDocSet, TestSolrXml, TestSolrCoreSnapshots, 
ExternalFileFieldSortTest, BasicZkTest, TestMacroExpander, 
OverseerCollectionConfigSetProcessorTest, CollectionsAPIAsyncDistributedZkTest, 
TlogReplayBufferedWhileIndexingTest, SystemInfoHandlerTest, 
RestartWhileUpdatingTest, SynonymTokenizerTest, ChaosMonkeySafeLeaderTest, 
TermsComponentTest, SolrShardReporterTest, TestSchemaNameResource, 
TestNoOpRegenerator, ExecutePlanActionTest, TestConfig, TestMergePolicyConfig, 
TestManagedSchemaAPI, RecoveryAfterSoftCommitTest, DocumentBuilderTest, 
TestDocumentBuilder, TestAuthenticationFramework, 
TestPartialUpdateDeduplication, TestComponentsName, 
TestSchemalessBufferedUpdates, BooleanFieldTest, SolrCoreTest, 
MissingSegmentRecoveryTest, TestInitParams, BlockJoinFacetRandomTest, 
TestSubQueryTransformer, TestFieldCacheVsDocValues, 
TestPostingsSolrHighlighter, DebugComponentTest, LargeFieldTest, 
TestNumericTerms64, TestSimpleTextCodec, TestRebalanceLeaders, 
ConcurrentDeleteAndCreateCollectionTest, TestHashQParserPlugin, 
TestSkipOverseerOperations, TestGraphMLResponseWriter, 
CdcrReplicationDistributedZkTest, TestPKIAuthenticationPlugin, 
HdfsThreadLeakTest, SparseHLLTest, LeaderFailoverAfterPartitionTest, 
QueryEqualityTest, AtomicUpdateProcessorFactoryTest, ReplaceNodeTest, 
TestPushWriter, TestExclusionRuleCollectionAccess, TestStandardQParsers, 
DirectSolrSpellCheckerTest, TestLegacyFieldReuse, TestNamedUpdateProcessors, 
TestDynamicFieldCollectionResource, BigEndianAscendingWordSerializerTest, 
DistanceUnitsTest, DistributedFacetPivotLargeTest, QueryElevationComponentTest, 
DocValuesMultiTest, TestManagedStopFilterFactory, TestBulkSchemaAPI, 
PolyFieldTest, TestPerFieldSimilarity, SolrIndexSplitterTest, 
ConnectionManagerTest, TestLegacyTerms, TestJettySolrRunner, 
TestValueSourceCache, TestGroupingSearch, TestCollationField, SimpleFacetsTest, 
TestShortCircuitedRequests, TestExpandComponent, BJQParserTest, 
AddBlockUpdateTest, FullSolrCloudDistribCmdsTest, TestFilteredDocIdSet, 
TestRecoveryHdfs, TestImpersonationWithHadoopAuth, TestCrossCoreJoin, 
CdcrRequestHandlerTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
TestFunctionQuery, ChaosMonkeyNothingIsSafeWithPullReplicasTest, 
SolrMetricReporterTest, BasicDistributedZkTest, BasicDistributedZk2Test, 
UnloadDistributedZkTest, TestRandomFaceting, TestRandomDVFaceting, 
ShardRoutingCustomTest, TestHashPartitioner, ZkControllerTest, 
TestStressReorder, TestJoin, TestReload, TestCoreContainer, TestSolr4Spatial, 
SolrCmdDistributorTest, PeerSyncTest, TestIndexSearcher, 
DistributedQueryElevationComponentTest, SolrRequestParserTest, DocValuesTest, 
DefaultValueUpdateProcessorTest, TestRemoteStreaming, DistanceFunctionTest, 
CacheHeaderTest, IndexBasedSpellCheckerTest, TestWriterPerf, 
PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, TermVectorComponentTest, 
MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, 
IndexSchemaRuntimeFieldTest, IndexSchemaTest, TestCSVResponseWriter, 
QueryParsingTest, TestAnalyzedSuggestions, JsonLoaderTest, 
BinaryUpdateRequestHandlerTest, TestPHPSerializedResponseWriter, 
PingRequestHandlerTest, CSVRequestHandlerTest, SOLR749Test, 
AlternateDirectoryTest, TestSolrIndexConfig, CopyFieldTest, TestStressRecovery, 
TestSweetSpotSimilarityFactory, TestBM25SimilarityFactory, ResourceLoaderTest, 
OpenExchangeRatesOrgProviderTest, PreAnalyzedFieldTest, TestSolrJ, 
ZkNodePropsTest, SliceStateTest, CircularListTest, CursorPagingTest, 
TestLuceneIndexBackCompat, AddReplicaTest, AssignBackwardCompatibilityTest, 
AsyncCallRequestStatusResponseTest, CustomCollectionTest, DistributedQueueTest, 
LeaderFailureAfterFreshStartTest, MigrateRouteKeyTest, MoveReplicaHDFSTest, 
NodeMutatorTest, OverriddenZkACLAndCredentialsProvidersTest, 
OverseerTaskQueueTest, PeerSyncReplicationTest, 
SharedFSAutoReplicaFailoverTest, SimpleCollectionCreateDeleteTest, 
SolrXmlInZkTest, TestCloudDeleteByQuery, TestCloudInspectUtil, 
TestCloudRecovery, TestDeleteCollectionOnDownNodes, 
TestDownShardTolerantSearch, TestHdfsCloudBackupRestore, 
TestLeaderElectionWithEmptyReplica, TestLocalFSCloudBackupRestore, 
TestPrepRecovery, TestSizeLimitedDistributedMap, TestStressLiveNodes, 
ZkFailoverTest, HttpTriggerListenerTest, SearchRateTriggerTest, 
TriggerIntegrationTest]
   [junit4] Completed [597/750 (2!)] on J1 in 168.32s, 13 tests, 1 failure <<< 
FAILURES!

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

Reply via email to