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

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

Error Message:
Collection not found: routeFieldColl

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


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




Build Log:
[...truncated 12406 lines...]
   [junit4] Suite: org.apache.solr.cloud.CustomCollectionTest
   [junit4]   2> 1800751 INFO  
(SUITE-CustomCollectionTest-seed#[1F5FA23FD37598F7]-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/J0/temp/solr.cloud.CustomCollectionTest_1F5FA23FD37598F7-001/init-core-data-001
   [junit4]   2> 1800752 WARN  
(SUITE-CustomCollectionTest-seed#[1F5FA23FD37598F7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1800752 INFO  
(SUITE-CustomCollectionTest-seed#[1F5FA23FD37598F7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1800758 INFO  
(SUITE-CustomCollectionTest-seed#[1F5FA23FD37598F7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1800759 INFO  
(SUITE-CustomCollectionTest-seed#[1F5FA23FD37598F7]-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/J0/temp/solr.cloud.CustomCollectionTest_1F5FA23FD37598F7-001/tempDir-001
   [junit4]   2> 1800759 INFO  
(SUITE-CustomCollectionTest-seed#[1F5FA23FD37598F7]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1800760 INFO  (Thread-3888) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1800760 INFO  (Thread-3888) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1800763 ERROR (Thread-3888) [    ] 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> 1800860 INFO  
(SUITE-CustomCollectionTest-seed#[1F5FA23FD37598F7]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:51273
   [junit4]   2> 1800894 INFO  (jetty-launcher-2648-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1800894 INFO  (jetty-launcher-2648-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1800895 INFO  (jetty-launcher-2648-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1800895 INFO  (jetty-launcher-2648-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1800898 INFO  (jetty-launcher-2648-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4a5ad684{/solr,null,AVAILABLE}
   [junit4]   2> 1800898 INFO  (jetty-launcher-2648-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@57c44ba8{/solr,null,AVAILABLE}
   [junit4]   2> 1800899 INFO  (jetty-launcher-2648-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3f032b5{/solr,null,AVAILABLE}
   [junit4]   2> 1800899 INFO  (jetty-launcher-2648-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@67ebd351{HTTP/1.1,[http/1.1]}{127.0.0.1:51276}
   [junit4]   2> 1800899 INFO  (jetty-launcher-2648-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@55712115{HTTP/1.1,[http/1.1]}{127.0.0.1:51275}
   [junit4]   2> 1800899 INFO  (jetty-launcher-2648-thread-3) [    ] 
o.e.j.s.Server Started @1805567ms
   [junit4]   2> 1800899 INFO  (jetty-launcher-2648-thread-4) [    ] 
o.e.j.s.Server Started @1805567ms
   [junit4]   2> 1800899 INFO  (jetty-launcher-2648-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@709ffe5b{HTTP/1.1,[http/1.1]}{127.0.0.1:51277}
   [junit4]   2> 1800899 INFO  (jetty-launcher-2648-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=51275}
   [junit4]   2> 1800899 INFO  (jetty-launcher-2648-thread-2) [    ] 
o.e.j.s.Server Started @1805567ms
   [junit4]   2> 1800899 INFO  (jetty-launcher-2648-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=51277}
   [junit4]   2> 1800899 INFO  (jetty-launcher-2648-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=51276}
   [junit4]   2> 1800899 ERROR (jetty-launcher-2648-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1800899 INFO  (jetty-launcher-2648-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1ca430ef{/solr,null,AVAILABLE}
   [junit4]   2> 1800899 ERROR (jetty-launcher-2648-thread-4) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1800899 INFO  (jetty-launcher-2648-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 1800899 INFO  (jetty-launcher-2648-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1800899 INFO  (jetty-launcher-2648-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1800899 INFO  (jetty-launcher-2648-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-22T16:18:03.518Z
   [junit4]   2> 1800899 INFO  (jetty-launcher-2648-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 1800899 INFO  (jetty-launcher-2648-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@18c27189{HTTP/1.1,[http/1.1]}{127.0.0.1:51278}
   [junit4]   2> 1800899 INFO  (jetty-launcher-2648-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1800900 INFO  (jetty-launcher-2648-thread-1) [    ] 
o.e.j.s.Server Started @1805568ms
   [junit4]   2> 1800900 INFO  (jetty-launcher-2648-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1800900 INFO  (jetty-launcher-2648-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=51278}
   [junit4]   2> 1800900 INFO  (jetty-launcher-2648-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-22T16:18:03.519Z
   [junit4]   2> 1800900 ERROR (jetty-launcher-2648-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1800899 ERROR (jetty-launcher-2648-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1800900 INFO  (jetty-launcher-2648-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 1800900 INFO  (jetty-launcher-2648-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1800900 INFO  (jetty-launcher-2648-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 1800900 INFO  (jetty-launcher-2648-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1800900 INFO  (jetty-launcher-2648-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1800900 INFO  (jetty-launcher-2648-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1800900 INFO  (jetty-launcher-2648-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-22T16:18:03.519Z
   [junit4]   2> 1800900 INFO  (jetty-launcher-2648-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-22T16:18:03.519Z
   [junit4]   2> 1800903 INFO  (jetty-launcher-2648-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1800903 INFO  (jetty-launcher-2648-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1800903 INFO  (jetty-launcher-2648-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1800903 INFO  (jetty-launcher-2648-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1800921 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 0x15d6b176bf50003, 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> 1800923 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 0x15d6b176bf50001, 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> 1800924 INFO  (jetty-launcher-2648-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51273/solr
   [junit4]   2> 1800924 INFO  (jetty-launcher-2648-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51273/solr
   [junit4]   2> 1800925 INFO  (jetty-launcher-2648-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51273/solr
   [junit4]   2> 1800927 INFO  (jetty-launcher-2648-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51273/solr
   [junit4]   2> 1800928 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 0x15d6b176bf50006, 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> 1800928 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 0x15d6b176bf50007, 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> 1800931 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 0x15d6b176bf50008, 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> 1801103 INFO  (jetty-launcher-2648-thread-3) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1801103 INFO  (jetty-launcher-2648-thread-4) 
[n:127.0.0.1:51275_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1801104 INFO  (jetty-launcher-2648-thread-3) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:51276_solr
   [junit4]   2> 1801105 INFO  (jetty-launcher-2648-thread-1) 
[n:127.0.0.1:51278_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1801106 INFO  (jetty-launcher-2648-thread-3) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.Overseer Overseer 
(id=98352515211657225-127.0.0.1:51276_solr-n_0000000000) starting
   [junit4]   2> 1801106 INFO  (jetty-launcher-2648-thread-2) 
[n:127.0.0.1:51277_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1801106 INFO  (jetty-launcher-2648-thread-4) 
[n:127.0.0.1:51275_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51275_solr
   [junit4]   2> 1801109 INFO  
(zkCallback-2667-thread-1-processing-n:127.0.0.1:51276_solr) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1801109 INFO  
(zkCallback-2670-thread-1-processing-n:127.0.0.1:51278_solr) 
[n:127.0.0.1:51278_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1801110 INFO  
(zkCallback-2668-thread-1-processing-n:127.0.0.1:51275_solr) 
[n:127.0.0.1:51275_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1801110 INFO  
(zkCallback-2669-thread-1-processing-n:127.0.0.1:51277_solr) 
[n:127.0.0.1:51277_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1801112 INFO  (jetty-launcher-2648-thread-1) 
[n:127.0.0.1:51278_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51278_solr
   [junit4]   2> 1801113 INFO  (jetty-launcher-2648-thread-2) 
[n:127.0.0.1:51277_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51277_solr
   [junit4]   2> 1801114 INFO  
(zkCallback-2667-thread-1-processing-n:127.0.0.1:51276_solr) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1801114 INFO  
(zkCallback-2670-thread-1-processing-n:127.0.0.1:51278_solr) 
[n:127.0.0.1:51278_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1801114 INFO  
(zkCallback-2668-thread-1-processing-n:127.0.0.1:51275_solr) 
[n:127.0.0.1:51275_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1801115 INFO  
(zkCallback-2669-thread-1-processing-n:127.0.0.1:51277_solr) 
[n:127.0.0.1:51277_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1801116 INFO  
(zkCallback-2667-thread-1-processing-n:127.0.0.1:51276_solr) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1801118 INFO  
(zkCallback-2670-thread-1-processing-n:127.0.0.1:51278_solr) 
[n:127.0.0.1:51278_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1801118 INFO  
(zkCallback-2669-thread-1-processing-n:127.0.0.1:51277_solr) 
[n:127.0.0.1:51277_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1801120 INFO  
(zkCallback-2668-thread-1-processing-n:127.0.0.1:51275_solr) 
[n:127.0.0.1:51275_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1801131 INFO  (jetty-launcher-2648-thread-3) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51276_solr
   [junit4]   2> 1801132 INFO  
(zkCallback-2667-thread-1-processing-n:127.0.0.1:51276_solr) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1801134 INFO  
(zkCallback-2668-thread-1-processing-n:127.0.0.1:51275_solr) 
[n:127.0.0.1:51275_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1801134 INFO  
(zkCallback-2669-thread-1-processing-n:127.0.0.1:51277_solr) 
[n:127.0.0.1:51277_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1801154 INFO  
(zkCallback-2670-thread-1-processing-n:127.0.0.1:51278_solr) 
[n:127.0.0.1:51278_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1801215 INFO  (jetty-launcher-2648-thread-2) 
[n:127.0.0.1:51277_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51277.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38abddc2
   [junit4]   2> 1801216 INFO  (jetty-launcher-2648-thread-4) 
[n:127.0.0.1:51275_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51275.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38abddc2
   [junit4]   2> 1801218 INFO  (jetty-launcher-2648-thread-2) 
[n:127.0.0.1:51277_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51277.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38abddc2
   [junit4]   2> 1801218 INFO  (jetty-launcher-2648-thread-2) 
[n:127.0.0.1:51277_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51277.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38abddc2
   [junit4]   2> 1801219 INFO  (jetty-launcher-2648-thread-4) 
[n:127.0.0.1:51275_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51275.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38abddc2
   [junit4]   2> 1801219 INFO  (jetty-launcher-2648-thread-4) 
[n:127.0.0.1:51275_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51275.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38abddc2
   [junit4]   2> 1801220 INFO  (jetty-launcher-2648-thread-4) 
[n:127.0.0.1:51275_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_1F5FA23FD37598F7-001/tempDir-001/node4/.
   [junit4]   2> 1801221 INFO  (jetty-launcher-2648-thread-2) 
[n:127.0.0.1:51277_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_1F5FA23FD37598F7-001/tempDir-001/node2/.
   [junit4]   2> 1801221 INFO  (jetty-launcher-2648-thread-3) 
[n:127.0.0.1:51276_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51276.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38abddc2
   [junit4]   2> 1801224 INFO  (jetty-launcher-2648-thread-3) 
[n:127.0.0.1:51276_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51276.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38abddc2
   [junit4]   2> 1801224 INFO  (jetty-launcher-2648-thread-3) 
[n:127.0.0.1:51276_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51276.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38abddc2
   [junit4]   2> 1801225 INFO  (jetty-launcher-2648-thread-3) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_1F5FA23FD37598F7-001/tempDir-001/node3/.
   [junit4]   2> 1801236 INFO  (jetty-launcher-2648-thread-1) 
[n:127.0.0.1:51278_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51278.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38abddc2
   [junit4]   2> 1801239 INFO  (jetty-launcher-2648-thread-1) 
[n:127.0.0.1:51278_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51278.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38abddc2
   [junit4]   2> 1801239 INFO  (jetty-launcher-2648-thread-1) 
[n:127.0.0.1:51278_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51278.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38abddc2
   [junit4]   2> 1801240 INFO  (jetty-launcher-2648-thread-1) 
[n:127.0.0.1:51278_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_1F5FA23FD37598F7-001/tempDir-001/node1/.
   [junit4]   2> 1801315 INFO  
(SUITE-CustomCollectionTest-seed#[1F5FA23FD37598F7]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1801316 INFO  
(SUITE-CustomCollectionTest-seed#[1F5FA23FD37598F7]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51273/solr ready
   [junit4]   2> 1801339 INFO  
(TEST-CustomCollectionTest.testCreateShardRepFactor-seed#[1F5FA23FD37598F7]) [  
  ] o.a.s.SolrTestCaseJ4 ###Starting testCreateShardRepFactor
   [junit4]   2> 1801341 INFO  
(TEST-CustomCollectionTest.testCreateShardRepFactor-seed#[1F5FA23FD37598F7]) [  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1801343 INFO  (qtp861005772-16891) [n:127.0.0.1:51278_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
shards=a,b&replicationFactor=1&collection.configName=conf&name=testCreateShardRepFactor&router.name=implicit&nrtReplicas=1&action=CREATE&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1801346 INFO  
(OverseerThreadFactory-8585-thread-1-processing-n:127.0.0.1:51276_solr) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
testCreateShardRepFactor
   [junit4]   2> 1801468 INFO  
(OverseerStateUpdate-98352515211657225-127.0.0.1:51276_solr-n_0000000000) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testCreateShardRepFactor",
   [junit4]   2>   "shard":"a",
   [junit4]   2>   "core":"testCreateShardRepFactor_a_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:51275/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1801476 INFO  
(OverseerStateUpdate-98352515211657225-127.0.0.1:51276_solr-n_0000000000) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testCreateShardRepFactor",
   [junit4]   2>   "shard":"b",
   [junit4]   2>   "core":"testCreateShardRepFactor_b_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:51276/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1801695 INFO  (qtp589082623-16897) [n:127.0.0.1:51275_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node1&collection.configName=conf&newCollection=true&name=testCreateShardRepFactor_a_replica_n1&action=CREATE&numShards=2&collection=testCreateShardRepFactor&shard=a&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1801695 INFO  (qtp1564584449-16909) [n:127.0.0.1:51276_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=testCreateShardRepFactor_b_replica_n1&action=CREATE&numShards=2&collection=testCreateShardRepFactor&shard=b&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1801696 INFO  (qtp589082623-16897) [n:127.0.0.1:51275_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1801696 INFO  (qtp1564584449-16909) [n:127.0.0.1:51276_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1801818 INFO  
(zkCallback-2668-thread-1-processing-n:127.0.0.1:51275_solr) 
[n:127.0.0.1:51275_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1801818 INFO  
(zkCallback-2667-thread-1-processing-n:127.0.0.1:51276_solr) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1801818 INFO  
(zkCallback-2667-thread-2-processing-n:127.0.0.1:51276_solr) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1801819 INFO  
(zkCallback-2668-thread-2-processing-n:127.0.0.1:51275_solr) 
[n:127.0.0.1:51275_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1802736 INFO  (qtp589082623-16897) [n:127.0.0.1:51275_solr 
c:testCreateShardRepFactor s:a r:core_node1 
x:testCreateShardRepFactor_a_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.1.0
   [junit4]   2> 1802736 INFO  (qtp1564584449-16909) [n:127.0.0.1:51276_solr 
c:testCreateShardRepFactor s:b r:core_node2 
x:testCreateShardRepFactor_b_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.1.0
   [junit4]   2> 1802744 INFO  (qtp589082623-16897) [n:127.0.0.1:51275_solr 
c:testCreateShardRepFactor s:a r:core_node1 
x:testCreateShardRepFactor_a_replica_n1] o.a.s.s.IndexSchema 
[testCreateShardRepFactor_a_replica_n1] Schema name=cloud-dynamic
   [junit4]   2> 1802744 INFO  (qtp1564584449-16909) [n:127.0.0.1:51276_solr 
c:testCreateShardRepFactor s:b r:core_node2 
x:testCreateShardRepFactor_b_replica_n1] o.a.s.s.IndexSchema 
[testCreateShardRepFactor_b_replica_n1] Schema name=cloud-dynamic
   [junit4]   2> 1802773 INFO  (qtp589082623-16897) [n:127.0.0.1:51275_solr 
c:testCreateShardRepFactor s:a r:core_node1 
x:testCreateShardRepFactor_a_replica_n1] o.a.s.s.IndexSchema Loaded schema 
cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1802773 INFO  (qtp589082623-16897) [n:127.0.0.1:51275_solr 
c:testCreateShardRepFactor s:a r:core_node1 
x:testCreateShardRepFactor_a_replica_n1] o.a.s.c.CoreContainer Creating 
SolrCore 'testCreateShardRepFactor_a_replica_n1' using configuration from 
collection testCreateShardRepFactor, trusted=true
   [junit4]   2> 1802774 INFO  (qtp589082623-16897) [n:127.0.0.1:51275_solr 
c:testCreateShardRepFactor s:a r:core_node1 
x:testCreateShardRepFactor_a_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_51275.solr.core.testCreateShardRepFactor.a.replica_n1' 
(registry 'solr.core.testCreateShardRepFactor.a.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38abddc2
   [junit4]   2> 1802774 INFO  (qtp589082623-16897) [n:127.0.0.1:51275_solr 
c:testCreateShardRepFactor s:a r:core_node1 
x:testCreateShardRepFactor_a_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1802774 INFO  (qtp589082623-16897) [n:127.0.0.1:51275_solr 
c:testCreateShardRepFactor s:a r:core_node1 
x:testCreateShardRepFactor_a_replica_n1] o.a.s.c.SolrCore 
[[testCreateShardRepFactor_a_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_1F5FA23FD37598F7-001/tempDir-001/node4/testCreateShardRepFactor_a_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_1F5FA23FD37598F7-001/tempDir-001/node4/./testCreateShardRepFactor_a_replica_n1/data/]
   [junit4]   2> 1802775 INFO  (qtp1564584449-16909) [n:127.0.0.1:51276_solr 
c:testCreateShardRepFactor s:b r:core_node2 
x:testCreateShardRepFactor_b_replica_n1] o.a.s.s.IndexSchema Loaded schema 
cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1802775 INFO  (qtp1564584449-16909) [n:127.0.0.1:51276_solr 
c:testCreateShardRepFactor s:b r:core_node2 
x:testCreateShardRepFactor_b_replica_n1] o.a.s.c.CoreContainer Creating 
SolrCore 'testCreateShardRepFactor_b_replica_n1' using configuration from 
collection testCreateShardRepFactor, trusted=true
   [junit4]   2> 1802776 INFO  (qtp1564584449-16909) [n:127.0.0.1:51276_solr 
c:testCreateShardRepFactor s:b r:core_node2 
x:testCreateShardRepFactor_b_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_51276.solr.core.testCreateShardRepFactor.b.replica_n1' 
(registry 'solr.core.testCreateShardRepFactor.b.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38abddc2
   [junit4]   2> 1802776 INFO  (qtp1564584449-16909) [n:127.0.0.1:51276_solr 
c:testCreateShardRepFactor s:b r:core_node2 
x:testCreateShardRepFactor_b_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1802776 INFO  (qtp1564584449-16909) [n:127.0.0.1:51276_solr 
c:testCreateShardRepFactor s:b r:core_node2 
x:testCreateShardRepFactor_b_replica_n1] o.a.s.c.SolrCore 
[[testCreateShardRepFactor_b_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_1F5FA23FD37598F7-001/tempDir-001/node3/testCreateShardRepFactor_b_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_1F5FA23FD37598F7-001/tempDir-001/node3/./testCreateShardRepFactor_b_replica_n1/data/]
   [junit4]   2> 1802836 INFO  (qtp589082623-16897) [n:127.0.0.1:51275_solr 
c:testCreateShardRepFactor s:a r:core_node1 
x:testCreateShardRepFactor_a_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1802836 INFO  (qtp589082623-16897) [n:127.0.0.1:51275_solr 
c:testCreateShardRepFactor s:a r:core_node1 
x:testCreateShardRepFactor_a_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1802837 INFO  (qtp589082623-16897) [n:127.0.0.1:51275_solr 
c:testCreateShardRepFactor s:a r:core_node1 
x:testCreateShardRepFactor_a_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 1802837 INFO  (qtp589082623-16897) [n:127.0.0.1:51275_solr 
c:testCreateShardRepFactor s:a r:core_node1 
x:testCreateShardRepFactor_a_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 1802838 INFO  (qtp589082623-16897) [n:127.0.0.1:51275_solr 
c:testCreateShardRepFactor s:a r:core_node1 
x:testCreateShardRepFactor_a_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2435e53e[testCreateShardRepFactor_a_replica_n1] main]
   [junit4]   2> 1802839 INFO  (qtp1564584449-16909) [n:127.0.0.1:51276_solr 
c:testCreateShardRepFactor s:b r:core_node2 
x:testCreateShardRepFactor_b_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1802839 INFO  (qtp1564584449-16909) [n:127.0.0.1:51276_solr 
c:testCreateShardRepFactor s:b r:core_node2 
x:testCreateShardRepFactor_b_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1802840 INFO  (qtp589082623-16897) [n:127.0.0.1:51275_solr 
c:testCreateShardRepFactor s:a r:core_node1 
x:testCreateShardRepFactor_a_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1802840 INFO  (qtp589082623-16897) [n:127.0.0.1:51275_solr 
c:testCreateShardRepFactor s:a r:core_node1 
x:testCreateShardRepFactor_a_replica_n1] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1802841 INFO  (qtp1564584449-16909) [n:127.0.0.1:51276_solr 
c:testCreateShardRepFactor s:b r:core_node2 
x:testCreateShardRepFactor_b_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 1802841 INFO  (qtp1564584449-16909) [n:127.0.0.1:51276_solr 
c:testCreateShardRepFactor s:b r:core_node2 
x:testCreateShardRepFactor_b_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 1802841 INFO  (qtp589082623-16897) [n:127.0.0.1:51275_solr 
c:testCreateShardRepFactor s:a r:core_node1 
x:testCreateShardRepFactor_a_replica_n1] o.a.s.h.ReplicationHandler Commits 
will be reserved for  10000
   [junit4]   2> 1802842 INFO  (qtp589082623-16897) [n:127.0.0.1:51275_solr 
c:testCreateShardRepFactor s:a r:core_node1 
x:testCreateShardRepFactor_a_replica_n1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1573640245567553536
   [junit4]   2> 1802842 INFO  
(searcherExecutor-8594-thread-1-processing-n:127.0.0.1:51275_solr 
x:testCreateShardRepFactor_a_replica_n1 s:a c:testCreateShardRepFactor 
r:core_node1) [n:127.0.0.1:51275_solr c:testCreateShardRepFactor s:a 
r:core_node1 x:testCreateShardRepFactor_a_replica_n1] o.a.s.c.SolrCore 
[testCreateShardRepFactor_a_replica_n1] Registered new searcher 
Searcher@2435e53e[testCreateShardRepFactor_a_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1802844 INFO  (qtp1564584449-16909) [n:127.0.0.1:51276_solr 
c:testCreateShardRepFactor s:b r:core_node2 
x:testCreateShardRepFactor_b_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@a73d34f[testCreateShardRepFactor_b_replica_n1] main]
   [junit4]   2> 1802846 INFO  (qtp1564584449-16909) [n:127.0.0.1:51276_solr 
c:testCreateShardRepFactor s:b r:core_node2 
x:testCreateShardRepFactor_b_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1802846 INFO  (qtp1564584449-16909) [n:127.0.0.1:51276_solr 
c:testCreateShardRepFactor s:b r:core_node2 
x:testCreateShardRepFactor_b_replica_n1] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1802847 INFO  (qtp1564584449-16909) [n:127.0.0.1:51276_solr 
c:testCreateShardRepFactor s:b r:core_node2 
x:testCreateShardRepFactor_b_replica_n1] o.a.s.h.ReplicationHandler Commits 
will be reserved for  10000
   [junit4]   2> 1802847 INFO  
(searcherExecutor-8595-thread-1-processing-n:127.0.0.1:51276_solr 
x:testCreateShardRepFactor_b_replica_n1 s:b c:testCreateShardRepFactor 
r:core_node2) [n:127.0.0.1:51276_solr c:testCreateShardRepFactor s:b 
r:core_node2 x:testCreateShardRepFactor_b_replica_n1] o.a.s.c.SolrCore 
[testCreateShardRepFactor_b_replica_n1] Registered new searcher 
Searcher@a73d34f[testCreateShardRepFactor_b_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1802847 INFO  (qtp1564584449-16909) [n:127.0.0.1:51276_solr 
c:testCreateShardRepFactor s:b r:core_node2 
x:testCreateShardRepFactor_b_replica_n1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1573640245572796416
   [junit4]   2> 1802849 INFO  (qtp589082623-16897) [n:127.0.0.1:51275_solr 
c:testCreateShardRepFactor s:a r:core_node1 
x:testCreateShardRepFactor_a_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 1802849 INFO  (qtp589082623-16897) [n:127.0.0.1:51275_solr 
c:testCreateShardRepFactor s:a r:core_node1 
x:testCreateShardRepFactor_a_replica_n1] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 1802849 INFO  (qtp589082623-16897) [n:127.0.0.1:51275_solr 
c:testCreateShardRepFactor s:a r:core_node1 
x:testCreateShardRepFactor_a_replica_n1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:51275/solr/testCreateShardRepFactor_a_replica_n1/
   [junit4]   2> 1802849 INFO  (qtp589082623-16897) [n:127.0.0.1:51275_solr 
c:testCreateShardRepFactor s:a r:core_node1 
x:testCreateShardRepFactor_a_replica_n1] o.a.s.c.SyncStrategy Sync Success - 
now sync replicas to me
   [junit4]   2> 1802849 INFO  (qtp589082623-16897) [n:127.0.0.1:51275_solr 
c:testCreateShardRepFactor s:a r:core_node1 
x:testCreateShardRepFactor_a_replica_n1] o.a.s.c.SyncStrategy 
http://127.0.0.1:51275/solr/testCreateShardRepFactor_a_replica_n1/ has no 
replicas
   [junit4]   2> 1802849 INFO  (qtp589082623-16897) [n:127.0.0.1:51275_solr 
c:testCreateShardRepFactor s:a r:core_node1 
x:testCreateShardRepFactor_a_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 1802854 INFO  (qtp589082623-16897) [n:127.0.0.1:51275_solr 
c:testCreateShardRepFactor s:a r:core_node1 
x:testCreateShardRepFactor_a_replica_n1] o.a.s.c.ShardLeaderElectionContext I 
am the new leader: 
http://127.0.0.1:51275/solr/testCreateShardRepFactor_a_replica_n1/ a
   [junit4]   2> 1802857 INFO  (qtp1564584449-16909) [n:127.0.0.1:51276_solr 
c:testCreateShardRepFactor s:b r:core_node2 
x:testCreateShardRepFactor_b_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 1802857 INFO  (qtp1564584449-16909) [n:127.0.0.1:51276_solr 
c:testCreateShardRepFactor s:b r:core_node2 
x:testCreateShardRepFactor_b_replica_n1] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 1802857 INFO  (qtp1564584449-16909) [n:127.0.0.1:51276_solr 
c:testCreateShardRepFactor s:b r:core_node2 
x:testCreateShardRepFactor_b_replica_n1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:51276/solr/testCreateShardRepFactor_b_replica_n1/
   [junit4]   2> 1802857 INFO  (qtp1564584449-16909) [n:127.0.0.1:51276_solr 
c:testCreateShardRepFactor s:b r:core_node2 
x:testCreateShardRepFactor_b_replica_n1] o.a.s.c.SyncStrategy Sync Success - 
now sync replicas to me
   [junit4]   2> 1802857 INFO  (qtp1564584449-16909) [n:127.0.0.1:51276_solr 
c:testCreateShardRepFactor s:b r:core_node2 
x:testCreateShardRepFactor_b_replica_n1] o.a.s.c.SyncStrategy 
http://127.0.0.1:51276/solr/testCreateShardRepFactor_b_replica_n1/ has no 
replicas
   [junit4]   2> 1802857 INFO  (qtp1564584449-16909) [n:127.0.0.1:51276_solr 
c:testCreateShardRepFactor s:b r:core_node2 
x:testCreateShardRepFactor_b_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 1802862 INFO  (qtp1564584449-16909) [n:127.0.0.1:51276_solr 
c:testCreateShardRepFactor s:b r:core_node2 
x:testCreateShardRepFactor_b_replica_n1] o.a.s.c.ShardLeaderElectionContext I 
am the new leader: 
http://127.0.0.1:51276/solr/testCreateShardRepFactor_b_replica_n1/ b
   [junit4]   2> 1802973 INFO  
(zkCallback-2668-thread-2-processing-n:127.0.0.1:51275_solr) 
[n:127.0.0.1:51275_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1802973 INFO  
(zkCallback-2668-thread-1-processing-n:127.0.0.1:51275_solr) 
[n:127.0.0.1:51275_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1802974 INFO  
(zkCallback-2667-thread-1-processing-n:127.0.0.1:51276_solr) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1802973 INFO  
(zkCallback-2667-thread-2-processing-n:127.0.0.1:51276_solr) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1803031 INFO  (qtp589082623-16897) [n:127.0.0.1:51275_solr 
c:testCreateShardRepFactor s:a r:core_node1 
x:testCreateShardRepFactor_a_replica_n1] o.a.s.c.ZkController I am the leader, 
no recovery necessary
   [junit4]   2> 1803032 INFO  (qtp1564584449-16909) [n:127.0.0.1:51276_solr 
c:testCreateShardRepFactor s:b r:core_node2 
x:testCreateShardRepFactor_b_replica_n1] o.a.s.c.ZkController I am the leader, 
no recovery necessary
   [junit4]   2> 1803034 INFO  (qtp589082623-16897) [n:127.0.0.1:51275_solr 
c:testCreateShardRepFactor s:a r:core_node1 
x:testCreateShardRepFactor_a_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node1&collection.configName=conf&newCollection=true&name=testCreateShardRepFactor_a_replica_n1&action=CREATE&numShards=2&collection=testCreateShardRepFactor&shard=a&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1339
   [junit4]   2> 1803041 INFO  (qtp1564584449-16909) [n:127.0.0.1:51276_solr 
c:testCreateShardRepFactor s:b r:core_node2 
x:testCreateShardRepFactor_b_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=testCreateShardRepFactor_b_replica_n1&action=CREATE&numShards=2&collection=testCreateShardRepFactor&shard=b&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1346
   [junit4]   2> 1803047 INFO  (qtp861005772-16891) [n:127.0.0.1:51278_solr    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1803158 INFO  
(zkCallback-2668-thread-2-processing-n:127.0.0.1:51275_solr) 
[n:127.0.0.1:51275_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1803158 INFO  
(zkCallback-2668-thread-1-processing-n:127.0.0.1:51275_solr) 
[n:127.0.0.1:51275_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1803158 INFO  
(zkCallback-2667-thread-2-processing-n:127.0.0.1:51276_solr) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1803158 INFO  
(zkCallback-2667-thread-1-processing-n:127.0.0.1:51276_solr) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1803360 INFO  
(OverseerCollectionConfigSetProcessor-98352515211657225-127.0.0.1:51276_solr-n_0000000000)
 [n:127.0.0.1:51276_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1804056 INFO  (qtp861005772-16891) [n:127.0.0.1:51278_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={shards=a,b&replicationFactor=1&collection.configName=conf&name=testCreateShardRepFactor&router.name=implicit&nrtReplicas=1&action=CREATE&wt=javabin&version=2}
 status=0 QTime=2712
   [junit4]   2> 1804057 INFO  (qtp861005772-16892) [n:127.0.0.1:51278_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createshard with 
params 
action=CREATESHARD&collection=testCreateShardRepFactor&shard=x&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1804064 INFO  
(OverseerThreadFactory-8585-thread-2-processing-n:127.0.0.1:51276_solr) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.CreateShardCmd Create shard invoked: {
   [junit4]   2>   "collection":"testCreateShardRepFactor",
   [junit4]   2>   "shard":"x",
   [junit4]   2>   "operation":"createshard"}
   [junit4]   2> 1804181 INFO  
(zkCallback-2667-thread-1-processing-n:127.0.0.1:51276_solr) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1804181 INFO  
(zkCallback-2667-thread-2-processing-n:127.0.0.1:51276_solr) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1804181 INFO  
(zkCallback-2668-thread-1-processing-n:127.0.0.1:51275_solr) 
[n:127.0.0.1:51275_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1804181 INFO  
(zkCallback-2668-thread-2-processing-n:127.0.0.1:51275_solr) 
[n:127.0.0.1:51275_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1805077 INFO  
(OverseerThreadFactory-8585-thread-2-processing-n:127.0.0.1:51276_solr) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.CreateShardCmd Creating replica 
testCreateShardRepFactor_x_replica_n1 as part of slice x of collection 
testCreateShardRepFactor on 127.0.0.1:51278_solr
   [junit4]   2> 1805078 INFO  
(OverseerThreadFactory-8585-thread-2-processing-n:127.0.0.1:51276_solr) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:51278_solr for creating new replica
   [junit4]   2> 1805082 INFO  
(OverseerStateUpdate-98352515211657225-127.0.0.1:51276_solr-n_0000000000) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"testCreateShardRepFactor",
   [junit4]   2>   "shard":"x",
   [junit4]   2>   "core":"testCreateShardRepFactor_x_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:51278/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:51278_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1805193 INFO  
(zkCallback-2667-thread-2-processing-n:127.0.0.1:51276_solr) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1805193 INFO  
(zkCallback-2667-thread-1-processing-n:127.0.0.1:51276_solr) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1805193 INFO  
(zkCallback-2668-thread-1-processing-n:127.0.0.1:51275_solr) 
[n:127.0.0.1:51275_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1805193 INFO  
(zkCallback-2668-thread-2-processing-n:127.0.0.1:51275_solr) 
[n:127.0.0.1:51275_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1805305 INFO  (qtp861005772-16907) [n:127.0.0.1:51278_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&name=testCreateShardRepFactor_x_replica_n1&action=CREATE&collection=testCreateShardRepFactor&shard=x&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1805306 INFO  (qtp861005772-16907) [n:127.0.0.1:51278_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1805334 INFO  (qtp861005772-16907) [n:127.0.0.1:51278_solr 
c:testCreateShardRepFactor s:x r:core_node3 
x:testCreateShardRepFactor_x_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.1.0
   [junit4]   2> 1805341 INFO  (qtp861005772-16907) [n:127.0.0.1:51278_solr 
c:testCreateShardRepFactor s:x r:core_node3 
x:testCreateShardRepFactor_x_replica_n1] o.a.s.s.IndexSchema 
[testCreateShardRepFactor_x_replica_n1] Schema name=cloud-dynamic
   [junit4]   2> 1805380 INFO  (qtp861005772-16907) [n:127.0.0.1:51278_solr 
c:testCreateShardRepFactor s:x r:core_node3 
x:testCreateShardRepFactor_x_replica_n1] o.a.s.s.IndexSchema Loaded schema 
cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1805381 INFO  (qtp861005772-16907) [n:127.0.0.1:51278_solr 
c:testCreateShardRepFactor s:x r:core_node3 
x:testCreateShardRepFactor_x_replica_n1] o.a.s.c.CoreContainer Creating 
SolrCore 'testCreateShardRepFactor_x_replica_n1' using configuration from 
collection testCreateShardRepFactor, trusted=true
   [junit4]   2> 1805381 INFO  (qtp861005772-16907) [n:127.0.0.1:51278_solr 
c:testCreateShardRepFactor s:x r:core_node3 
x:testCreateShardRepFactor_x_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_51278.solr.core.testCreateShardRepFactor.x.replica_n1' 
(registry 'solr.core.testCreateShardRepFactor.x.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38abddc2
   [junit4]   2> 1805381 INFO  (qtp861005772-16907) [n:127.0.0.1:51278_solr 
c:testCreateShardRepFactor s:x r:core_node3 
x:testCreateShardRepFactor_x_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1805381 INFO  (qtp861005772-16907) [n:127.0.0.1:51278_solr 
c:testCreateShardRepFactor s:x r:core_node3 
x:testCreateShardRepFactor_x_replica_n1] o.a.s.c.SolrCore 
[[testCreateShardRepFactor_x_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_1F5FA23FD37598F7-001/tempDir-001/node1/testCreateShardRepFactor_x_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_1F5FA23FD37598F7-001/tempDir-001/node1/./testCreateShardRepFactor_x_replica_n1/data/]
   [junit4]   2> 1805420 INFO  
(zkCallback-2668-thread-2-processing-n:127.0.0.1:51275_solr) 
[n:127.0.0.1:51275_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1805420 INFO  
(zkCallback-2670-thread-1-processing-n:127.0.0.1:51278_solr) 
[n:127.0.0.1:51278_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1805420 INFO  
(zkCallback-2668-thread-1-processing-n:127.0.0.1:51275_solr) 
[n:127.0.0.1:51275_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1805420 INFO  
(zkCallback-2667-thread-1-processing-n:127.0.0.1:51276_solr) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1805420 INFO  
(zkCallback-2667-thread-2-processing-n:127.0.0.1:51276_solr) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1805420 INFO  
(zkCallback-2670-thread-2-processing-n:127.0.0.1:51278_solr) 
[n:127.0.0.1:51278_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1805450 INFO  (qtp861005772-16907) [n:127.0.0.1:51278_solr 
c:testCreateShardRepFactor s:x r:core_node3 
x:testCreateShardRepFactor_x_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1805450 INFO  (qtp861005772-16907) [n:127.0.0.1:51278_solr 
c:testCreateShardRepFactor s:x r:core_node3 
x:testCreateShardRepFactor_x_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1805451 INFO  (qtp861005772-16907) [n:127.0.0.1:51278_solr 
c:testCreateShardRepFactor s:x r:core_node3 
x:testCreateShardRepFactor_x_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 1805451 INFO  (qtp861005772-16907) [n:127.0.0.1:51278_solr 
c:testCreateShardRepFactor s:x r:core_node3 
x:testCreateShardRepFactor_x_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 1805452 INFO  (qtp861005772-16907) [n:127.0.0.1:51278_solr 
c:testCreateShardRepFactor s:x r:core_node3 
x:testCreateShardRepFactor_x_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2b50ac2[testCreateShardRepFactor_x_replica_n1] main]
   [junit4]   2> 1805454 INFO  (qtp861005772-16907) [n:127.0.0.1:51278_solr 
c:testCreateShardRepFactor s:x r:core_node3 
x:testCreateShardRepFactor_x_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1805454 INFO  (qtp861005772-16907) [n:127.0.0.1:51278_solr 
c:testCreateShardRepFactor s:x r:core_node3 
x:testCreateShardRepFactor_x_replica_n1] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1805454 INFO  (qtp861005772-16907) [n:127.0.0.1:51278_solr 
c:testCreateShardRepFactor s:x r:core_node3 
x:testCreateShardRepFactor_x_replica_n1] o.a.s.h.ReplicationHandler Commits 
will be reserved for  10000
   [junit4]   2> 1805455 INFO  (qtp861005772-16907) [n:127.0.0.1:51278_solr 
c:testCreateShardRepFactor s:x r:core_node3 
x:testCreateShardRepFactor_x_replica_n1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1573640248307482624
   [junit4]   2> 1805455 INFO  
(searcherExecutor-8604-thread-1-processing-n:127.0.0.1:51278_solr 
x:testCreateShardRepFactor_x_replica_n1 s:x c:testCreateShardRepFactor 
r:core_node3) [n:127.0.0.1:51278_solr c:testCreateShardRepFactor s:x 
r:core_node3 x:testCreateShardRepFactor_x_replica_n1] o.a.s.c.SolrCore 
[testCreateShardRepFactor_x_replica_n1] Registered new searcher 
Searcher@2b50ac2[testCreateShardRepFactor_x_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1805461 INFO  (qtp861005772-16907) [n:127.0.0.1:51278_solr 
c:testCreateShardRepFactor s:x r:core_node3 
x:testCreateShardRepFactor_x_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 1805462 INFO  (qtp861005772-16907) [n:127.0.0.1:51278_solr 
c:testCreateShardRepFactor s:x r:core_node3 
x:testCreateShardRepFactor_x_replica_n1] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 1805462 INFO  (qtp861005772-16907) [n:127.0.0.1:51278_solr 
c:testCreateShardRepFactor s:x r:core_node3 
x:testCreateShardRepFactor_x_replica_n1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:51278/solr/testCreateShardRepFactor_x_replica_n1/
   [junit4]   2> 1805462 INFO  (qtp861005772-16907) [n:127.0.0.1:51278_solr 
c:testCreateShardRepFactor s:x r:core_node3 
x:testCreateShardRepFactor_x_replica_n1] o.a.s.c.SyncStrategy Sync Success - 
now sync replicas to me
   [junit4]   2> 1805462 INFO  (qtp861005772-16907) [n:127.0.0.1:51278_solr 
c:testCreateShardRepFactor s:x r:core_node3 
x:testCreateShardRepFactor_x_replica_n1] o.a.s.c.SyncStrategy 
http://127.0.0.1:51278/solr/testCreateShardRepFactor_x_replica_n1/ has no 
replicas
   [junit4]   2> 1805462 INFO  (qtp861005772-16907) [n:127.0.0.1:51278_solr 
c:testCreateShardRepFactor s:x r:core_node3 
x:testCreateShardRepFactor_x_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 1805466 INFO  (qtp861005772-16907) [n:127.0.0.1:51278_solr 
c:testCreateShardRepFactor s:x r:core_node3 
x:testCreateShardRepFactor_x_replica_n1] o.a.s.c.ShardLeaderElectionContext I 
am the new leader: 
http://127.0.0.1:51278/solr/testCreateShardRepFactor_x_replica_n1/ x
   [junit4]   2> 1805572 INFO  
(zkCallback-2670-thread-2-processing-n:127.0.0.1:51278_solr) 
[n:127.0.0.1:51278_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1805572 INFO  
(zkCallback-2670-thread-1-processing-n:127.0.0.1:51278_solr) 
[n:127.0.0.1:51278_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1805572 INFO  
(zkCallback-2667-thread-1-processing-n:127.0.0.1:51276_solr) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1805572 INFO  
(zkCallback-2667-thread-2-processing-n:127.0.0.1:51276_solr) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1805572 INFO  
(zkCallback-2668-thread-2-processing-n:127.0.0.1:51275_solr) 
[n:127.0.0.1:51275_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1805572 INFO  
(zkCallback-2668-thread-1-processing-n:127.0.0.1:51275_solr) 
[n:127.0.0.1:51275_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1805578 INFO  (qtp861005772-16907) [n:127.0.0.1:51278_solr 
c:testCreateShardRepFactor s:x r:core_node3 
x:testCreateShardRepFactor_x_replica_n1] o.a.s.c.ZkController I am the leader, 
no recovery necessary
   [junit4]   2> 1805581 INFO  (qtp861005772-16907) [n:127.0.0.1:51278_solr 
c:testCreateShardRepFactor s:x r:core_node3 
x:testCreateShardRepFactor_x_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&name=testCreateShardRepFactor_x_replica_n1&action=CREATE&collection=testCreateShardRepFactor&shard=x&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=276
   [junit4]   2> 1805582 INFO  
(OverseerThreadFactory-8585-thread-2-processing-n:127.0.0.1:51276_solr) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.CreateShardCmd Finished create command on 
all shards for collection: testCreateShardRepFactor
   [junit4]   2> 1805586 INFO  (qtp861005772-16892) [n:127.0.0.1:51278_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CREATESHARD&collection=testCreateShardRepFactor&shard=x&wt=javabin&version=2}
 status=0 QTime=1528
   [junit4]   2> 1805588 INFO  
(TEST-CustomCollectionTest.testCreateShardRepFactor-seed#[1F5FA23FD37598F7]) [  
  ] o.a.s.SolrTestCaseJ4 ###Ending testCreateShardRepFactor
   [junit4]   2> 1805627 INFO  
(TEST-CustomCollectionTest.testRouteFieldForImplicitRouter-seed#[1F5FA23FD37598F7])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testRouteFieldForImplicitRouter
   [junit4]   2> 1805629 INFO  
(TEST-CustomCollectionTest.testRouteFieldForImplicitRouter-seed#[1F5FA23FD37598F7])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1805630 INFO  (qtp861005772-16921) [n:127.0.0.1:51278_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=testCreateShardRepFactor&action=DELETE&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 1805633 INFO  
(OverseerThreadFactory-8585-thread-3-processing-n:127.0.0.1:51276_solr) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 1805633 INFO  
(OverseerCollectionConfigSetProcessor-98352515211657225-127.0.0.1:51276_solr-n_0000000000)
 [n:127.0.0.1:51276_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1805634 INFO  (qtp589082623-16898) [n:127.0.0.1:51275_solr    
] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.testCreateShardRepFactor.a.replica_n1, tag=null
   [junit4]   2> 1805634 INFO  (qtp861005772-16922) [n:127.0.0.1:51278_solr    
] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.testCreateShardRepFactor.x.replica_n1, tag=null
   [junit4]   2> 1805634 INFO  (qtp1564584449-16910) [n:127.0.0.1:51276_solr    
] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.testCreateShardRepFactor.b.replica_n1, tag=null
   [junit4]   2> 1805687 INFO  
(zkCallback-2670-thread-1-processing-n:127.0.0.1:51278_solr) 
[n:127.0.0.1:51278_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1805687 INFO  
(zkCallback-2668-thread-1-processing-n:127.0.0.1:51275_solr) 
[n:127.0.0.1:51275_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1805687 INFO  
(zkCallback-2668-thread-2-processing-n:127.0.0.1:51275_solr) 
[n:127.0.0.1:51275_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1805687 INFO  
(zkCallback-2667-thread-2-processing-n:127.0.0.1:51276_solr) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1805687 INFO  
(zkCallback-2670-thread-2-processing-n:127.0.0.1:51278_solr) 
[n:127.0.0.1:51278_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1805687 INFO  
(zkCallback-2667-thread-1-processing-n:127.0.0.1:51276_solr) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testCreateShardRepFactor/state.json] for collection 
[testCreateShardRepFactor] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1805691 INFO  (qtp589082623-16898) [n:127.0.0.1:51275_solr    
] o.a.s.c.SolrCore [testCreateShardRepFactor_a_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4be67cab
   [junit4]   2> 1805691 INFO  (qtp589082623-16898) [n:127.0.0.1:51275_solr    
] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.testCreateShardRepFactor.a.replica_n1, tag=1273396395
   [junit4]   2> 1805692 INFO  (qtp589082623-16898) [n:127.0.0.1:51275_solr    
] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.testCreateShardRepFactor.a.leader, tag=1273396395
   [junit4]   2> 1805692 INFO  (qtp861005772-16922) [n:127.0.0.1:51278_solr    
] o.a.s.c.SolrCore [testCreateShardRepFactor_x_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@a105d69
   [junit4]   2> 1805692 INFO  (qtp1564584449-16910) [n:127.0.0.1:51276_solr    
] o.a.s.c.SolrCore [testCreateShardRepFactor_b_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2aa3ab24
   [junit4]   2> 1805692 INFO  (qtp861005772-16922) [n:127.0.0.1:51278_solr    
] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.testCreateShardRepFactor.x.replica_n1, tag=168844649
   [junit4]   2> 1805692 INFO  (qtp861005772-16922) [n:127.0.0.1:51278_solr    
] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.testCreateShardRepFactor.x.leader, tag=168844649
   [junit4]   2> 1805692 INFO  (qtp1564584449-16910) [n:127.0.0.1:51276_solr    
] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.testCreateShardRepFactor.b.replica_n1, tag=715369252
   [junit4]   2> 1805692 INFO  (qtp1564584449-16910) [n:127.0.0.1:51276_solr    
] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.testCreateShardRepFactor.b.leader, tag=715369252
   [junit4]   2> 1805694 INFO  (qtp589082623-16898) [n:127.0.0.1:51275_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=testCreateShardRepFactor_a_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=60
   [junit4]   2> 1805695 INFO  (qtp1564584449-16910) [n:127.0.0.1:51276_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=testCreateShardRepFactor_b_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=61
   [junit4]   2> 1805695 INFO  (qtp861005772-16922) [n:127.0.0.1:51278_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=testCreateShardRepFactor_x_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=61
   [junit4]   2> 1806425 INFO  (qtp861005772-16921) [n:127.0.0.1:51278_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=testCreateShardRepFactor&action=DELETE&wt=javabin&version=2} 
status=0 QTime=794
   [junit4]   2> 1806426 INFO  (qtp861005772-16889) [n:127.0.0.1:51278_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
shards=a,b,c,d&replicationFactor=4&collection.configName=conf&maxShardsPerNode=5&router.field=shard_s&name=withShardField&router.name=implicit&nrtReplicas=4&action=CREATE&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1806429 INFO  
(OverseerThreadFactory-8585-thread-4-processing-n:127.0.0.1:51276_solr) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
withShardField
   [junit4]   2> 1806430 INFO  
(OverseerCollectionConfigSetProcessor-98352515211657225-127.0.0.1:51276_solr-n_0000000000)
 [n:127.0.0.1:51276_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1806642 INFO  
(OverseerStateUpdate-98352515211657225-127.0.0.1:51276_solr-n_0000000000) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"withShardField",
   [junit4]   2>   "shard":"a",
   [junit4]   2>   "core":"withShardField_a_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:51278/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1806646 INFO  
(OverseerStateUpdate-98352515211657225-127.0.0.1:51276_solr-n_0000000000) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"withShardField",
   [junit4]   2>   "shard":"a",
   [junit4]   2>   "core":"withShardField_a_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:51275/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1806649 INFO  
(OverseerStateUpdate-98352515211657225-127.0.0.1:51276_solr-n_0000000000) 
[n:127.0.0.1:51276_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_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:51276/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1806653 INFO  
(OverseerStateUpdate-98352515211657225-127.0.0.1:51276_solr-n_0000000000) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"withShardField",
   [junit4]   2>   "shard":"a",
   [junit4]   2>   "core":"withShardField_a_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:51277/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1806656 INFO  
(OverseerStateUpdate-98352515211657225-127.0.0.1:51276_solr-n_0000000000) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"withShardField",
   [junit4]   2>   "shard":"b",
   [junit4]   2>   "core":"withShardField_b_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:51278/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1806659 INFO  
(OverseerStateUpdate-98352515211657225-127.0.0.1:51276_solr-n_0000000000) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"withShardField",
   [junit4]   2>   "shard":"b",
   [junit4]   2>   "core":"withShardField_b_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:51275/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1806662 INFO  
(OverseerStateUpdate-98352515211657225-127.0.0.1:51276_solr-n_0000000000) 
[n:127.0.0.1:51276_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_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:51276/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1806665 INFO  
(OverseerStateUpdate-98352515211657225-127.0.0.1:51276_solr-n_0000000000) 
[n:127.0.0.1:51276_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":"http://127.0.0.1:51277/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1806668 INFO  
(OverseerStateUpdate-98352515211657225-127.0.0.1:51276_solr-n_0000000000) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"withShardField",
   [junit4]   2>   "shard":"c",
   [junit4]   2>   "core":"withShardField_c_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:51278/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1806674 INFO  
(OverseerStateUpdate-98352515211657225-127.0.0.1:51276_solr-n_0000000000) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"withShardField",
   [junit4]   2>   "shard":"c",
   [junit4]   2>   "core":"withShardField_c_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:51275/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1806677 INFO  
(OverseerStateUpdate-98352515211657225-127.0.0.1:51276_solr-n_0000000000) 
[n:127.0.0.1:51276_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_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:51276/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1806680 INFO  
(OverseerStateUpdate-98352515211657225-127.0.0.1:51276_solr-n_0000000000) 
[n:127.0.0.1:51276_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_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:51277/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1806684 INFO  
(OverseerStateUpdate-98352515211657225-127.0.0.1:51276_solr-n_0000000000) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"withShardField",
   [junit4]   2>   "shard":"d",
   [junit4]   2>   "core":"withShardField_d_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:51278/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1806687 INFO  
(OverseerStateUpdate-98352515211657225-127.0.0.1:51276_solr-n_0000000000) 
[n:127.0.0.1:51276_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"withShardField",
   [junit4]   2>   "shard":"d",
   [junit4]   2>   "core":"withShardField_d_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:51275/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1806690 INFO  
(OverseerStateUpdate-98352515211657225-127.0.0.1:51276_solr-n_0000000000) 
[n:127.0.0.1:51276_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_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:51276/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1806693 INFO  
(OverseerStateUpdate-98352515211657225-127.0.0.1:51276_solr-n_0000000000) 
[n:127.0.0.1:51276_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_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:51277/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1806881 INFO  (qtp861005772-16891) [n:127.0.0.1:51278_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node1&collection.configName=conf&newCollection=true&name=withShardField_a_replica_n1&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1806881 INFO  (qtp1564584449-16912) [n:127.0.0.1:51276_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_n3&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1806883 INFO  (qtp861005772-16893) [n:127.0.0.1:51278_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=withShardField_b_replica_n1&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1806885 INFO  (qtp861005772-16907) [n:127.0.0.1:51278_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node9&collection.configName=conf&newCollection=true&name=withShardField_c_replica_n1&action=CREATE&numShards=4&collection=withShardField&shard=c&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1806887 INFO  (qtp861005772-16892) [n:127.0.0.1:51278_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node13&collection.configName=conf&newCollection=true&name=withShardField_d_replica_n1&action=CREATE&numShards=4&collection=withShardField&shard=d&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1806888 INFO  (qtp589082623-16899) [n:127.0.0.1:51275_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=withShardField_a_replica_n2&action=CREATE&numShards=4&collection=withShardField&shard=a&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1806888 INFO  (qtp375274300-16905) [n:127.0.0.1:51277_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node8&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> 1806889 INFO  (qtp589082623-16900) [n:127.0.0.1:51275_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=withShardField_b_replica_n2&action=CREATE&numShards=4&collection=withShardField&shard=b&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1806889 INFO  (qtp375274300-16905) [n:127.0.0.1:51277_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1806889 INFO  (qtp375274300-16906) [n:127.0.0.1:51277_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node12&collection.configName=conf&newCollection=true&name=withShardField_c_replica_n4&action=CREA

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

xtHandler Stopped o.e.j.s.ServletContextHandler@1ca430ef{/solr,null,UNAVAILABLE}
   [junit4]   2> 1888019 INFO  (jetty-closer-2649-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3f032b5{/solr,null,UNAVAILABLE}
   [junit4]   2> 1889529 WARN  
(zkCallback-2668-thread-2-processing-n:127.0.0.1:51275_solr) 
[n:127.0.0.1:51275_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1889530 INFO  (jetty-closer-2649-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4a5ad684{/solr,null,UNAVAILABLE}
   [junit4]   2> 1889532 ERROR 
(SUITE-CustomCollectionTest-seed#[1F5FA23FD37598F7]-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> 1889533 INFO  
(SUITE-CustomCollectionTest-seed#[1F5FA23FD37598F7]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:51273 51273
   [junit4]   2> 1889565 INFO  (Thread-3888) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:51273 51273
   [junit4]   2> 1889797 WARN  (Thread-3888) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        9       /solr/configs/conf
   [junit4]   2>        9       /solr/clusterprops.json
   [junit4]   2>        9       /solr/aliases.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/collections/routeFieldColl/state.json
   [junit4]   2>        4       /solr/collections/implicitcoll/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        32      /solr/collections/withShardField/state.json
   [junit4]   2>        25      
/solr/collections/testCreateShardRepFactor/state.json
   [junit4]   2>        24      /solr/collections/implicitcoll/state.json
   [junit4]   2>        12      /solr/collections/routeFieldColl/state.json
   [junit4]   2>        9       /solr/clusterstate.json
   [junit4]   2>        2       
/solr/collections/withShardField/leader_elect/b/election/98352515211657226-core_node6-n_0000000000
   [junit4]   2>        2       
/solr/collections/withShardField/leader_elect/a/election/98352515211657225-core_node3-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        31      /solr/collections
   [junit4]   2>        9       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest_1F5FA23FD37598F7-001
   [junit4]   2> Jul 22, 2017 4:19:32 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{shard_s=FSTOrd50, _version_=PostingsFormat(name=Direct), 
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
 docValues:{_version_=DocValuesFormat(name=Asserting)}, 
maxPointsInLeafNode=328, maxMBSortInHeap=7.0043729362679485, 
sim=RandomSimilarity(queryNorm=true): {}, locale=zh-TW, 
timezone=America/Goose_Bay
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_131 
(64-bit)/cpus=3,threads=1,free=123543688,total=500293632
   [junit4]   2> NOTE: All tests run in this JVM: [TestLegacyFieldReuse, 
TestSSLRandomization, TestPHPSerializedResponseWriter, TestUpdate, 
DeleteInactiveReplicaTest, OverseerTaskQueueTest, SolrIndexSplitterTest, 
ResponseHeaderTest, OverseerCollectionConfigSetProcessorTest, 
TestLMDirichletSimilarityFactory, TestCloudPseudoReturnFields, 
TestSolrFieldCacheBean, ResourceLoaderTest, AddBlockUpdateTest, 
TestCollationFieldDocValues, SolrCLIZkUtilsTest, TestSort, 
RecoveryAfterSoftCommitTest, DistributedFacetPivotWhiteBoxTest, 
TestTlogReplica, TestSQLHandlerNonCloud, BooleanFieldTest, 
TestNumericTokenStream, TestSurroundQueryParser, DocValuesTest, 
TestOmitPositions, TestReplicationHandler, SolrMetricReporterTest, 
ChaosMonkeyNothingIsSafeTest, TestDocBasedVersionConstraints, 
TestSortByMinMaxFunction, TestLFUCache, ReplicaListTransformerTest, 
HighlighterConfigTest, RegexBoostProcessorTest, 
TestFieldTypeCollectionResource, ReturnFieldsTest, 
DistributedFacetPivotSmallAdvancedTest, TestExactSharedStatsCache, 
BufferStoreTest, RequestHandlersTest, TestPullReplica, TestRandomDVFaceting, 
TestEmbeddedSolrServerSchemaAPI, TestFaceting, 
TestTolerantUpdateProcessorRandomCloud, TestBinaryResponseWriter, 
TestFieldCollectionResource, UninvertDocValuesMergePolicyTest, RulesTest, 
TestReRankQParserPlugin, DateMathParserTest, BasicDistributedZkTest, 
TestTolerantSearch, TestGraphTermsQParserPlugin, TestFoldingMultitermQuery, 
TestExclusionRuleCollectionAccess, RequiredFieldsTest, StressHdfsTest, 
SoftAutoCommitTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
DirectSolrConnectionTest, CoreAdminCreateDiscoverTest, SortSpecParsingTest, 
FastVectorHighlighterTest, SolrCoreMetricManagerTest, TestUtils, 
TestChildDocTransformer, ConnectionReuseTest, TestShortCircuitedRequests, 
ImplicitSnitchTest, TestCoreContainer, SparseHLLTest, TestWriterPerf, 
TestFieldCacheSort, TestFunctionQuery, 
TestOverriddenPrefixQueryForCustomFieldType, 
ChaosMonkeySafeLeaderWithPullReplicasTest, 
BigEndianAscendingWordSerializerTest, TestRuleBasedAuthorizationPlugin, 
MoveReplicaHDFSUlogDirTest, TestGroupingSearch, ClusterStateTest, 
QueryElevationComponentTest, SimpleMLTQParserTest, TestUnifiedSolrHighlighter, 
SolrTestCaseJ4Test, MetricsHandlerTest, AsyncCallRequestStatusResponseTest, 
TestDFRSimilarityFactory, LeaderFailureAfterFreshStartTest, 
XmlUpdateRequestHandlerTest, HdfsRestartWhileUpdatingTest, TestMacroExpander, 
CoreAdminHandlerTest, SimpleFacetsTest, TestRTimerTree, TestCSVResponseWriter, 
HdfsChaosMonkeyNothingIsSafeTest, DistributedQueryComponentOptimizationTest, 
ForceLeaderTest, TestIBSimilarityFactory, TestNumericRangeQuery32, 
CreateCollectionCleanupTest, TestAtomicUpdateErrorCases, 
TestBlendedInfixSuggestions, CursorMarkTest, TestBulkSchemaConcurrent, 
HLLSerializationTest, SolrXmlInZkTest, SyncSliceTest, 
TestHighlightDedupGrouping, TestClusterProperties, 
TestSubQueryTransformerCrossCore, AliasIntegrationTest, 
TestGraphMLResponseWriter, PrimitiveFieldTypeTest, 
TestCursorMarkWithoutUniqueKey, HdfsDirectoryFactoryTest, IndexSchemaTest, 
XsltUpdateRequestHandlerTest, TestRestManager, TestCustomStream, 
DirectoryFactoryTest, TestComplexPhraseQParserPlugin, 
TestManagedSchemaThreadSafety, TestLockTree, TestMaxScoreQueryParser, 
TestMinMaxOnMultiValuedField, CollectionTooManyReplicasTest, 
TestFieldSortValues, TestDynamicFieldCollectionResource, 
TestFieldCacheVsDocValues, TestPhraseSuggestions, 
TestRandomCollapseQParserPlugin, UniqFieldsUpdateProcessorFactoryTest, 
TestManagedResource, HdfsCollectionsAPIDistributedZkTest, 
DistributedExpandComponentTest, StatsReloadRaceTest, 
DistributedSpellCheckComponentTest, TestPerFieldSimilarityWithDefaultOverride, 
TestScoreJoinQPNoScore, TestLRUStatsCache, TestCloudDeleteByQuery, 
TestSimpleTextCodec, TestConfigSetImmutable, TimeZoneUtilsTest, 
TestCloudNestedDocsSort, TestStressInPlaceUpdates, 
DocExpirationUpdateProcessorFactoryTest, JvmMetricsTest, SSLMigrationTest, 
BlockJoinFacetSimpleTest, TestSerializedLuceneMatchVersion, TestInitParams, 
TestUseDocValuesAsStored, TestSweetSpotSimilarityFactory, 
SpatialHeatmapFacetsTest, TestInPlaceUpdatesStandalone, 
TestLeaderInitiatedRecoveryThread, WordBreakSolrSpellCheckerTest, 
TestIndexingPerformance, BlockJoinFacetDistribTest, PrimUtilsTest, 
TestSchemaNameResource, ParsingFieldUpdateProcessorsTest, CdcrBootstrapTest, 
IndexBasedSpellCheckerTest, TestSolrCloudWithHadoopAuthPlugin, 
SortByFunctionTest, DeleteShardTest, AtomicUpdateProcessorFactoryTest, 
NumericFieldsTest, UnloadDistributedZkTest, BasicZkTest, RecoveryZkTest, 
ClusterStateUpdateTest, TestRandomFaceting, TestZkChroot, ZkCLITest, 
ShardRoutingCustomTest, TestDistributedSearch, TestHashPartitioner, 
ZkControllerTest, TestStressReorder, TestStressVersions, TestRangeQuery, 
TestSolr4Spatial, SpellCheckComponentTest, TestFiltering, TestLazyCores, 
TestBadConfig, HighlighterTest, SignatureUpdateProcessorFactoryTest, 
SpellCheckCollatorTest, SolrRequestParserTest, SuggesterTSTTest, 
SpatialFilterTest, TestCSVLoader, SolrCoreCheckLockOnStartupTest, 
TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest, 
TestRemoteStreaming, DistanceFunctionTest, SolrInfoBeanTest, 
TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, 
PathHierarchyTokenizerFactoryTest, FieldAnalysisRequestHandlerTest, 
MBeansHandlerTest, TestAnalyzedSuggestions, PingRequestHandlerTest, 
SOLR749Test, TestQuerySenderListener, AlternateDirectoryTest, 
TestSolrIndexConfig, TestQuerySenderNoQuery, ResponseLogComponentTest, 
BadComponentTest, TestMergePolicyConfig, TestSolrDeletionPolicy2, 
MultiTermTest, TestDocSet, TestBinaryField, TestSearchPerf, MinimalSchemaTest, 
TestElisionMultitermQuery, OutputWriterTest, TestFuzzyAnalyzedSuggestions, 
TestSolrCoreProperties, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, 
SpellPossibilityIteratorTest, TestCodecSupport, TestXIncludeConfig, 
EchoParamsTest, TestFastWriter, ScriptEngineTest, URLClassifyProcessorTest, 
TestFastLRUCache, PreAnalyzedFieldTest, TestSystemIdResolver, DateFieldTest, 
SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, TestSolrJ, 
TestLRUCache, SliceStateTest, UUIDFieldTest, CircularListTest, 
DistributedMLTComponentTest, CursorPagingTest, 
TestEmbeddedSolrServerConstructors, TestJettySolrRunner, 
CdcrReplicationHandlerTest, CdcrVersionReplicationTest, CleanupOldIndexTest, 
CloudExitableDirectoryReaderTest, CollectionReloadTest, 
CollectionStateFormat2Test, CollectionsAPIAsyncDistributedZkTest, 
ConfigSetsAPITest, CustomCollectionTest]
   [junit4] Completed [502/727 (1!)] on J0 in 89.84s, 4 tests, 2 errors <<< 
FAILURES!

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

Reply via email to