You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/05/07 03:44:29 UTC

[JENKINS] Lucene-Solr-Tests-6.x - Build # 872 - Unstable

Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/872/

1 tests failed.
FAILED:  org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv

Error Message:
java.lang.RuntimeException: Error from server at http://127.0.0.1:41397/solr/test_col: Failed synchronous update on shard StdNode: http://127.0.0.1:46187/solr/test_col_shard2_replica1/ update: org.apache.solr.client.solrj.request.UpdateRequest@7c70f6d5

Stack Trace:
java.util.concurrent.ExecutionException: java.lang.RuntimeException: Error from server at http://127.0.0.1:41397/solr/test_col: Failed synchronous update on shard StdNode: http://127.0.0.1:46187/solr/test_col_shard2_replica1/ update: org.apache.solr.client.solrj.request.UpdateRequest@7c70f6d5
	at __randomizedtesting.SeedInfo.seed([A5CBDED27B0BEC69:93DFBC94F156D678]:0)
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:281)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv(TestStressCloudBlindAtomicUpdates.java:193)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: Error from server at http://127.0.0.1:41397/solr/test_col: Failed synchronous update on shard StdNode: http://127.0.0.1:46187/solr/test_col_shard2_replica1/ update: org.apache.solr.client.solrj.request.UpdateRequest@7c70f6d5
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:409)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:41397/solr/test_col: Failed synchronous update on shard StdNode: http://127.0.0.1:46187/solr/test_col_shard2_replica1/ update: org.apache.solr.client.solrj.request.UpdateRequest@7c70f6d5
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:610)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:177)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.doRandomAtomicUpdate(TestStressCloudBlindAtomicUpdates.java:368)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:397)
	... 6 more




Build Log:
[...truncated 11876 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_A5CBDED27B0BEC69-001/init-core-data-001
   [junit4]   2> 750054 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[A5CBDED27B0BEC69]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 750054 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[A5CBDED27B0BEC69]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=SSL overhead seems to cause OutOfMemory when stress testing)
   [junit4]   2> 750055 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[A5CBDED27B0BEC69]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_A5CBDED27B0BEC69-001/tempDir-001
   [junit4]   2> 750055 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[A5CBDED27B0BEC69]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 750056 INFO  (Thread-1942) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 750056 INFO  (Thread-1942) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 750058 ERROR (Thread-1942) [    ] 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> 750156 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[A5CBDED27B0BEC69]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:38805
   [junit4]   2> 750162 INFO  (jetty-launcher-1288-thread-4) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 750163 INFO  (jetty-launcher-1288-thread-3) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 750163 INFO  (jetty-launcher-1288-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 750163 INFO  (jetty-launcher-1288-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 750166 INFO  (jetty-launcher-1288-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2e9f2b70{/solr,null,AVAILABLE}
   [junit4]   2> 750167 INFO  (jetty-launcher-1288-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@420bcfe1{/solr,null,AVAILABLE}
   [junit4]   2> 750168 INFO  (jetty-launcher-1288-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@62e1de7a{HTTP/1.1,[http/1.1]}{127.0.0.1:37643}
   [junit4]   2> 750168 INFO  (jetty-launcher-1288-thread-3) [    ] o.e.j.s.Server Started @753319ms
   [junit4]   2> 750168 INFO  (jetty-launcher-1288-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37643}
   [junit4]   2> 750168 ERROR (jetty-launcher-1288-thread-3) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 750169 INFO  (jetty-launcher-1288-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 750169 INFO  (jetty-launcher-1288-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 750169 INFO  (jetty-launcher-1288-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 750169 INFO  (jetty-launcher-1288-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-07T03:05:25.249Z
   [junit4]   2> 750175 INFO  (jetty-launcher-1288-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2f032d46{HTTP/1.1,[http/1.1]}{127.0.0.1:37618}
   [junit4]   2> 750175 INFO  (jetty-launcher-1288-thread-2) [    ] o.e.j.s.Server Started @753326ms
   [junit4]   2> 750175 INFO  (jetty-launcher-1288-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37618}
   [junit4]   2> 750175 ERROR (jetty-launcher-1288-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 750175 INFO  (jetty-launcher-1288-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 750175 INFO  (jetty-launcher-1288-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 750176 INFO  (jetty-launcher-1288-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 750176 INFO  (jetty-launcher-1288-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-07T03:05:25.256Z
   [junit4]   2> 750177 INFO  (jetty-launcher-1288-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3dfc12f4{/solr,null,AVAILABLE}
   [junit4]   2> 750177 INFO  (jetty-launcher-1288-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@508aaa61{HTTP/1.1,[http/1.1]}{127.0.0.1:41397}
   [junit4]   2> 750177 INFO  (jetty-launcher-1288-thread-1) [    ] o.e.j.s.Server Started @753328ms
   [junit4]   2> 750177 INFO  (jetty-launcher-1288-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41397}
   [junit4]   2> 750177 ERROR (jetty-launcher-1288-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 750177 INFO  (jetty-launcher-1288-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 750177 INFO  (jetty-launcher-1288-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 750177 INFO  (jetty-launcher-1288-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 750178 INFO  (jetty-launcher-1288-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-07T03:05:25.258Z
   [junit4]   2> 750179 INFO  (jetty-launcher-1288-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 750184 INFO  (jetty-launcher-1288-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@38bcb098{/solr,null,AVAILABLE}
   [junit4]   2> 750185 INFO  (jetty-launcher-1288-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 750186 INFO  (jetty-launcher-1288-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@160bf5e2{HTTP/1.1,[http/1.1]}{127.0.0.1:46187}
   [junit4]   2> 750187 INFO  (jetty-launcher-1288-thread-4) [    ] o.e.j.s.Server Started @753337ms
   [junit4]   2> 750187 INFO  (jetty-launcher-1288-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46187}
   [junit4]   2> 750187 ERROR (jetty-launcher-1288-thread-4) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 750187 INFO  (jetty-launcher-1288-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 750187 INFO  (jetty-launcher-1288-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 750187 INFO  (jetty-launcher-1288-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 750187 INFO  (jetty-launcher-1288-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 750187 INFO  (jetty-launcher-1288-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-07T03:05:25.267Z
   [junit4]   2> 750192 INFO  (jetty-launcher-1288-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 750194 INFO  (jetty-launcher-1288-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 750194 INFO  (jetty-launcher-1288-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38805/solr
   [junit4]   2> 750194 INFO  (jetty-launcher-1288-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38805/solr
   [junit4]   2> 750201 INFO  (jetty-launcher-1288-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 750202 INFO  (jetty-launcher-1288-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38805/solr
   [junit4]   2> 750208 INFO  (jetty-launcher-1288-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 750223 INFO  (jetty-launcher-1288-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 750224 INFO  (jetty-launcher-1288-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38805/solr
   [junit4]   2> 750254 INFO  (jetty-launcher-1288-thread-2) [n:127.0.0.1:37618_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 750259 INFO  (jetty-launcher-1288-thread-1) [n:127.0.0.1:41397_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 750260 INFO  (jetty-launcher-1288-thread-2) [n:127.0.0.1:37618_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37618_solr
   [junit4]   2> 750260 INFO  (jetty-launcher-1288-thread-3) [n:127.0.0.1:37643_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 750261 INFO  (jetty-launcher-1288-thread-2) [n:127.0.0.1:37618_solr    ] o.a.s.c.Overseer Overseer (id=97919062844178442-127.0.0.1:37618_solr-n_0000000000) starting
   [junit4]   2> 750261 INFO  (jetty-launcher-1288-thread-3) [n:127.0.0.1:37643_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37643_solr
   [junit4]   2> 750262 INFO  (jetty-launcher-1288-thread-1) [n:127.0.0.1:41397_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41397_solr
   [junit4]   2> 750264 INFO  (zkCallback-1304-thread-1-processing-n:127.0.0.1:37643_solr) [n:127.0.0.1:37643_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 750264 INFO  (zkCallback-1305-thread-1-processing-n:127.0.0.1:41397_solr) [n:127.0.0.1:41397_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 750264 INFO  (zkCallback-1306-thread-1-processing-n:127.0.0.1:37618_solr) [n:127.0.0.1:37618_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 750271 INFO  (zkCallback-1306-thread-1-processing-n:127.0.0.1:37618_solr) [n:127.0.0.1:37618_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 750271 INFO  (zkCallback-1305-thread-1-processing-n:127.0.0.1:41397_solr) [n:127.0.0.1:41397_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 750271 INFO  (zkCallback-1304-thread-1-processing-n:127.0.0.1:37643_solr) [n:127.0.0.1:37643_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 750275 INFO  (jetty-launcher-1288-thread-4) [n:127.0.0.1:46187_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 750279 INFO  (jetty-launcher-1288-thread-4) [n:127.0.0.1:46187_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 750282 INFO  (jetty-launcher-1288-thread-4) [n:127.0.0.1:46187_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46187_solr
   [junit4]   2> 750283 INFO  (zkCallback-1305-thread-1-processing-n:127.0.0.1:41397_solr) [n:127.0.0.1:41397_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 750283 INFO  (zkCallback-1306-thread-1-processing-n:127.0.0.1:37618_solr) [n:127.0.0.1:37618_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 750283 INFO  (zkCallback-1304-thread-1-processing-n:127.0.0.1:37643_solr) [n:127.0.0.1:37643_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 750291 INFO  (zkCallback-1313-thread-1-processing-n:127.0.0.1:46187_solr) [n:127.0.0.1:46187_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 750296 INFO  (jetty-launcher-1288-thread-2) [n:127.0.0.1:37618_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37618_solr
   [junit4]   2> 750298 INFO  (zkCallback-1304-thread-1-processing-n:127.0.0.1:37643_solr) [n:127.0.0.1:37643_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 750298 INFO  (zkCallback-1313-thread-1-processing-n:127.0.0.1:46187_solr) [n:127.0.0.1:46187_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 750298 INFO  (zkCallback-1305-thread-1-processing-n:127.0.0.1:41397_solr) [n:127.0.0.1:41397_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 750298 INFO  (zkCallback-1306-thread-1-processing-n:127.0.0.1:37618_solr) [n:127.0.0.1:37618_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 750325 INFO  (jetty-launcher-1288-thread-1) [n:127.0.0.1:41397_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_A5CBDED27B0BEC69-001/tempDir-001/node4/.
   [junit4]   2> 750348 INFO  (jetty-launcher-1288-thread-3) [n:127.0.0.1:37643_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_A5CBDED27B0BEC69-001/tempDir-001/node3/.
   [junit4]   2> 750369 INFO  (jetty-launcher-1288-thread-4) [n:127.0.0.1:46187_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_A5CBDED27B0BEC69-001/tempDir-001/node1/.
   [junit4]   2> 750369 INFO  (jetty-launcher-1288-thread-2) [n:127.0.0.1:37618_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_A5CBDED27B0BEC69-001/tempDir-001/node2/.
   [junit4]   2> 752170 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[A5CBDED27B0BEC69]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 752171 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[A5CBDED27B0BEC69]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38805/solr ready
   [junit4]   2> 752561 INFO  (qtp1730325601-7655) [n:127.0.0.1:37618_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&name=test_col&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 752566 INFO  (OverseerThreadFactory-3676-thread-1-processing-n:127.0.0.1:37618_solr) [n:127.0.0.1:37618_solr    ] o.a.s.c.CreateCollectionCmd Create collection test_col
   [junit4]   2> 752684 INFO  (qtp31904493-7672) [n:127.0.0.1:37643_solr    ] o.a.s.h.a.CoreAdminOperation core create command property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard1_replica1&action=CREATE&numShards=2&collection=test_col&shard=shard1&wt=javabin&version=2
   [junit4]   2> 752684 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr    ] o.a.s.h.a.CoreAdminOperation core create command property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard2_replica2&action=CREATE&numShards=2&collection=test_col&shard=shard2&wt=javabin&version=2
   [junit4]   2> 752685 INFO  (qtp31904493-7672) [n:127.0.0.1:37643_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 752685 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 752685 INFO  (qtp1730325601-7657) [n:127.0.0.1:37618_solr    ] o.a.s.h.a.CoreAdminOperation core create command property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard1_replica2&action=CREATE&numShards=2&collection=test_col&shard=shard1&wt=javabin&version=2
   [junit4]   2> 752685 INFO  (qtp1730325601-7657) [n:127.0.0.1:37618_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 752686 INFO  (qtp22925227-7659) [n:127.0.0.1:46187_solr    ] o.a.s.h.a.CoreAdminOperation core create command property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard2_replica1&action=CREATE&numShards=2&collection=test_col&shard=shard2&wt=javabin&version=2
   [junit4]   2> 752686 INFO  (qtp22925227-7659) [n:127.0.0.1:46187_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 752803 INFO  (zkCallback-1305-thread-1-processing-n:127.0.0.1:41397_solr) [n:127.0.0.1:41397_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 752803 INFO  (zkCallback-1313-thread-1-processing-n:127.0.0.1:46187_solr) [n:127.0.0.1:46187_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 752803 INFO  (zkCallback-1304-thread-1-processing-n:127.0.0.1:37643_solr) [n:127.0.0.1:37643_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 752803 INFO  (zkCallback-1306-thread-1-processing-n:127.0.0.1:37618_solr) [n:127.0.0.1:37618_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 753720 WARN  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 753729 WARN  (qtp22925227-7659) [n:127.0.0.1:46187_solr c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 753729 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 753730 WARN  (qtp31904493-7672) [n:127.0.0.1:37643_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 753730 INFO  (qtp22925227-7659) [n:127.0.0.1:46187_solr c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 753730 INFO  (qtp31904493-7672) [n:127.0.0.1:37643_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 753731 WARN  (qtp1730325601-7657) [n:127.0.0.1:37618_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 753732 INFO  (qtp1730325601-7657) [n:127.0.0.1:37618_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 753744 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.s.IndexSchema [test_col_shard2_replica2] Schema name=minimal-atomic-stress
   [junit4]   2> 753744 INFO  (qtp22925227-7659) [n:127.0.0.1:46187_solr c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.s.IndexSchema [test_col_shard2_replica1] Schema name=minimal-atomic-stress
   [junit4]   2> 753745 INFO  (qtp31904493-7672) [n:127.0.0.1:37643_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.s.IndexSchema [test_col_shard1_replica1] Schema name=minimal-atomic-stress
   [junit4]   2> 753745 INFO  (qtp1730325601-7657) [n:127.0.0.1:37618_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.s.IndexSchema [test_col_shard1_replica2] Schema name=minimal-atomic-stress
   [junit4]   2> 753747 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 753747 INFO  (qtp22925227-7659) [n:127.0.0.1:46187_solr c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 753747 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard2_replica2' using configuration from collection test_col, trusted=true
   [junit4]   2> 753747 INFO  (qtp22925227-7659) [n:127.0.0.1:46187_solr c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard2_replica1' using configuration from collection test_col, trusted=true
   [junit4]   2> 753747 INFO  (qtp31904493-7672) [n:127.0.0.1:37643_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 753747 INFO  (qtp31904493-7672) [n:127.0.0.1:37643_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard1_replica1' using configuration from collection test_col, trusted=true
   [junit4]   2> 753747 INFO  (qtp22925227-7659) [n:127.0.0.1:46187_solr c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 753747 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 753747 INFO  (qtp22925227-7659) [n:127.0.0.1:46187_solr c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.c.SolrCore [[test_col_shard2_replica1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_A5CBDED27B0BEC69-001/tempDir-001/node1/test_col_shard2_replica1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_A5CBDED27B0BEC69-001/tempDir-001/node1/./test_col_shard2_replica1/data/]
   [junit4]   2> 753747 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.c.SolrCore [[test_col_shard2_replica2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_A5CBDED27B0BEC69-001/tempDir-001/node4/test_col_shard2_replica2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_A5CBDED27B0BEC69-001/tempDir-001/node4/./test_col_shard2_replica2/data/]
   [junit4]   2> 753747 INFO  (qtp1730325601-7657) [n:127.0.0.1:37618_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 753748 INFO  (qtp1730325601-7657) [n:127.0.0.1:37618_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard1_replica2' using configuration from collection test_col, trusted=true
   [junit4]   2> 753747 INFO  (qtp31904493-7672) [n:127.0.0.1:37643_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 753748 INFO  (qtp31904493-7672) [n:127.0.0.1:37643_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.c.SolrCore [[test_col_shard1_replica1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_A5CBDED27B0BEC69-001/tempDir-001/node3/test_col_shard1_replica1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_A5CBDED27B0BEC69-001/tempDir-001/node3/./test_col_shard1_replica1/data/]
   [junit4]   2> 753748 INFO  (qtp22925227-7659) [n:127.0.0.1:46187_solr c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6296699f
   [junit4]   2> 753748 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6296699f
   [junit4]   2> 753748 INFO  (qtp1730325601-7657) [n:127.0.0.1:37618_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 753748 INFO  (qtp1730325601-7657) [n:127.0.0.1:37618_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.c.SolrCore [[test_col_shard1_replica2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_A5CBDED27B0BEC69-001/tempDir-001/node2/test_col_shard1_replica2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_A5CBDED27B0BEC69-001/tempDir-001/node2/./test_col_shard1_replica2/data/]
   [junit4]   2> 753748 INFO  (qtp31904493-7672) [n:127.0.0.1:37643_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6296699f
   [junit4]   2> 753749 INFO  (qtp1730325601-7657) [n:127.0.0.1:37618_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6296699f
   [junit4]   2> 753750 INFO  (qtp22925227-7659) [n:127.0.0.1:46187_solr c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.13294463339888676]
   [junit4]   2> 753750 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.13294463339888676]
   [junit4]   2> 753751 INFO  (qtp31904493-7672) [n:127.0.0.1:37643_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.13294463339888676]
   [junit4]   2> 753751 INFO  (qtp1730325601-7657) [n:127.0.0.1:37618_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.13294463339888676]
   [junit4]   2> 753762 WARN  (qtp1730325601-7657) [n:127.0.0.1:37618_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 753762 WARN  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 753769 WARN  (qtp31904493-7672) [n:127.0.0.1:37643_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 753777 WARN  (qtp22925227-7659) [n:127.0.0.1:46187_solr c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 753829 INFO  (qtp31904493-7672) [n:127.0.0.1:37643_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 753829 INFO  (qtp31904493-7672) [n:127.0.0.1:37643_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 753830 INFO  (qtp31904493-7672) [n:127.0.0.1:37643_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 753830 INFO  (qtp31904493-7672) [n:127.0.0.1:37643_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 753835 INFO  (qtp31904493-7672) [n:127.0.0.1:37643_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1819516401, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 753836 INFO  (qtp31904493-7672) [n:127.0.0.1:37643_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@52499f1c[test_col_shard1_replica1] main]
   [junit4]   2> 753837 INFO  (qtp31904493-7672) [n:127.0.0.1:37643_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 753837 INFO  (qtp31904493-7672) [n:127.0.0.1:37643_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 753837 INFO  (qtp31904493-7672) [n:127.0.0.1:37643_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 753838 INFO  (qtp31904493-7672) [n:127.0.0.1:37643_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566705009471520768
   [junit4]   2> 753839 INFO  (qtp1730325601-7657) [n:127.0.0.1:37618_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 753839 INFO  (qtp1730325601-7657) [n:127.0.0.1:37618_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 753841 INFO  (searcherExecutor-3687-thread-1-processing-n:127.0.0.1:37643_solr x:test_col_shard1_replica1 s:shard1 c:test_col) [n:127.0.0.1:37643_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.c.SolrCore [test_col_shard1_replica1] Registered new searcher Searcher@52499f1c[test_col_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 753841 INFO  (qtp1730325601-7657) [n:127.0.0.1:37618_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 753841 INFO  (qtp1730325601-7657) [n:127.0.0.1:37618_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 753842 INFO  (qtp1730325601-7657) [n:127.0.0.1:37618_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1819516401, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 753842 INFO  (qtp1730325601-7657) [n:127.0.0.1:37618_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@4cb4166a[test_col_shard1_replica2] main]
   [junit4]   2> 753843 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 753843 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 753844 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 753844 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 753844 INFO  (qtp1730325601-7657) [n:127.0.0.1:37618_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 753845 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1819516401, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 753845 INFO  (qtp31904493-7672) [n:127.0.0.1:37643_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 753845 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@3b6e627e[test_col_shard2_replica2] main]
   [junit4]   2> 753847 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 753847 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 753847 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 753847 INFO  (qtp1730325601-7657) [n:127.0.0.1:37618_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 753848 INFO  (qtp1730325601-7657) [n:127.0.0.1:37618_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 753848 INFO  (searcherExecutor-3685-thread-1-processing-n:127.0.0.1:41397_solr x:test_col_shard2_replica2 s:shard2 c:test_col) [n:127.0.0.1:41397_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.c.SolrCore [test_col_shard2_replica2] Registered new searcher Searcher@3b6e627e[test_col_shard2_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 753849 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566705009483055104
   [junit4]   2> 753849 INFO  (searcherExecutor-3688-thread-1-processing-n:127.0.0.1:37618_solr x:test_col_shard1_replica2 s:shard1 c:test_col) [n:127.0.0.1:37618_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.c.SolrCore [test_col_shard1_replica2] Registered new searcher Searcher@4cb4166a[test_col_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 753853 INFO  (qtp1730325601-7657) [n:127.0.0.1:37618_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566705009487249408
   [junit4]   2> 753855 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 753866 INFO  (qtp22925227-7659) [n:127.0.0.1:46187_solr c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 753866 INFO  (qtp22925227-7659) [n:127.0.0.1:46187_solr c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 753868 INFO  (qtp22925227-7659) [n:127.0.0.1:46187_solr c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 753868 INFO  (qtp22925227-7659) [n:127.0.0.1:46187_solr c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 753869 INFO  (qtp22925227-7659) [n:127.0.0.1:46187_solr c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1819516401, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 753870 INFO  (qtp22925227-7659) [n:127.0.0.1:46187_solr c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2065f19b[test_col_shard2_replica1] main]
   [junit4]   2> 753871 INFO  (qtp22925227-7659) [n:127.0.0.1:46187_solr c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 753871 INFO  (qtp22925227-7659) [n:127.0.0.1:46187_solr c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 753871 INFO  (qtp22925227-7659) [n:127.0.0.1:46187_solr c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 753873 INFO  (searcherExecutor-3686-thread-1-processing-n:127.0.0.1:46187_solr x:test_col_shard2_replica1 s:shard2 c:test_col) [n:127.0.0.1:46187_solr c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.c.SolrCore [test_col_shard2_replica1] Registered new searcher Searcher@2065f19b[test_col_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 753873 INFO  (qtp22925227-7659) [n:127.0.0.1:46187_solr c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566705009508220928
   [junit4]   2> 753958 INFO  (zkCallback-1313-thread-1-processing-n:127.0.0.1:46187_solr) [n:127.0.0.1:46187_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 753958 INFO  (zkCallback-1306-thread-1-processing-n:127.0.0.1:37618_solr) [n:127.0.0.1:37618_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 753958 INFO  (zkCallback-1305-thread-1-processing-n:127.0.0.1:41397_solr) [n:127.0.0.1:41397_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 753958 INFO  (zkCallback-1304-thread-1-processing-n:127.0.0.1:37643_solr) [n:127.0.0.1:37643_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 754346 INFO  (qtp31904493-7672) [n:127.0.0.1:37643_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 754346 INFO  (qtp31904493-7672) [n:127.0.0.1:37643_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 754346 INFO  (qtp31904493-7672) [n:127.0.0.1:37643_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:37643/solr/test_col_shard1_replica1/
   [junit4]   2> 754346 INFO  (qtp31904493-7672) [n:127.0.0.1:37643_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.u.PeerSync PeerSync: core=test_col_shard1_replica1 url=http://127.0.0.1:37643/solr START replicas=[http://127.0.0.1:37618/solr/test_col_shard1_replica2/] nUpdates=100
   [junit4]   2> 754347 INFO  (qtp31904493-7672) [n:127.0.0.1:37643_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.u.PeerSync PeerSync: core=test_col_shard1_replica1 url=http://127.0.0.1:37643/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 754349 INFO  (qtp1730325601-7662) [n:127.0.0.1:37618_solr c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica2] o.a.s.c.S.Request [test_col_shard1_replica2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 754349 INFO  (qtp31904493-7672) [n:127.0.0.1:37643_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 754349 INFO  (qtp31904493-7672) [n:127.0.0.1:37643_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 754349 INFO  (qtp31904493-7672) [n:127.0.0.1:37643_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 754353 INFO  (qtp31904493-7672) [n:127.0.0.1:37643_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:37643/solr/test_col_shard1_replica1/ shard1
   [junit4]   2> 754363 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 754363 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 754363 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41397/solr/test_col_shard2_replica2/
   [junit4]   2> 754363 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.u.PeerSync PeerSync: core=test_col_shard2_replica2 url=http://127.0.0.1:41397/solr START replicas=[http://127.0.0.1:46187/solr/test_col_shard2_replica1/] nUpdates=100
   [junit4]   2> 754363 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.u.PeerSync PeerSync: core=test_col_shard2_replica2 url=http://127.0.0.1:41397/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 754365 INFO  (qtp22925227-7650) [n:127.0.0.1:46187_solr c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica1] o.a.s.c.S.Request [test_col_shard2_replica1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 754366 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 754366 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 754366 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 754369 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:41397/solr/test_col_shard2_replica2/ shard2
   [junit4]   2> 754474 INFO  (zkCallback-1313-thread-1-processing-n:127.0.0.1:46187_solr) [n:127.0.0.1:46187_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 754476 INFO  (zkCallback-1304-thread-1-processing-n:127.0.0.1:37643_solr) [n:127.0.0.1:37643_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 754476 INFO  (zkCallback-1306-thread-1-processing-n:127.0.0.1:37618_solr) [n:127.0.0.1:37618_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 754476 INFO  (zkCallback-1305-thread-1-processing-n:127.0.0.1:41397_solr) [n:127.0.0.1:41397_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 754504 INFO  (qtp31904493-7672) [n:127.0.0.1:37643_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 754509 INFO  (qtp31904493-7672) [n:127.0.0.1:37643_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard1_replica1&action=CREATE&numShards=2&collection=test_col&shard=shard1&wt=javabin&version=2} status=0 QTime=1825
   [junit4]   2> 754522 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 754527 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard2_replica2&action=CREATE&numShards=2&collection=test_col&shard=shard2&wt=javabin&version=2} status=0 QTime=1842
   [junit4]   2> 754627 INFO  (zkCallback-1305-thread-1-processing-n:127.0.0.1:41397_solr) [n:127.0.0.1:41397_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 754627 INFO  (zkCallback-1313-thread-1-processing-n:127.0.0.1:46187_solr) [n:127.0.0.1:46187_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 754627 INFO  (zkCallback-1306-thread-2-processing-n:127.0.0.1:37618_solr) [n:127.0.0.1:37618_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 754627 INFO  (zkCallback-1304-thread-1-processing-n:127.0.0.1:37643_solr) [n:127.0.0.1:37643_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 754862 INFO  (qtp1730325601-7657) [n:127.0.0.1:37618_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard1_replica2&action=CREATE&numShards=2&collection=test_col&shard=shard1&wt=javabin&version=2} status=0 QTime=2177
   [junit4]   2> 754890 INFO  (qtp22925227-7659) [n:127.0.0.1:46187_solr c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&name=test_col_shard2_replica1&action=CREATE&numShards=2&collection=test_col&shard=shard2&wt=javabin&version=2} status=0 QTime=2204
   [junit4]   2> 754893 INFO  (qtp1730325601-7655) [n:127.0.0.1:37618_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> 754993 INFO  (zkCallback-1305-thread-1-processing-n:127.0.0.1:41397_solr) [n:127.0.0.1:41397_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 754993 INFO  (zkCallback-1313-thread-1-processing-n:127.0.0.1:46187_solr) [n:127.0.0.1:46187_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 754993 INFO  (zkCallback-1304-thread-1-processing-n:127.0.0.1:37643_solr) [n:127.0.0.1:37643_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 754994 INFO  (zkCallback-1306-thread-2-processing-n:127.0.0.1:37618_solr) [n:127.0.0.1:37618_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 755894 INFO  (qtp1730325601-7655) [n:127.0.0.1:37618_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&name=test_col&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=3332
   [junit4]   2> 755894 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[A5CBDED27B0BEC69]-worker) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: test_col failOnTimeout:true timeout (sec):330
   [junit4]   1> -
   [junit4]   1> replica:core_node1 rstate:active live:true
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> replica:core_node3 rstate:active live:true
   [junit4]   1> replica:core_node4 rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   2> 755901 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[A5CBDED27B0BEC69]-worker) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: test_col
   [junit4]   2> 755910 INFO  (qtp31904493-7661) [n:127.0.0.1:37643_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica1] o.a.s.c.S.Request [test_col_shard1_replica1]  webapp=/solr path=/schema/fieldtypes/long params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 755963 INFO  (TEST-TestStressCloudBlindAtomicUpdates.test_dv_stored_idx-seed#[A5CBDED27B0BEC69]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test_dv_stored_idx
   [junit4]   2> 756008 INFO  (qtp1730325601-7662) [n:127.0.0.1:37618_solr c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&_version_=-1566705011702890496&distrib.from=http://127.0.0.1:37643/solr/test_col_shard1_replica1/&wt=javabin&version=2}{deleteByQuery=*:* (-1566705011702890496)} 0 10
   [junit4]   2> 756010 INFO  (qtp22925227-7650) [n:127.0.0.1:46187_solr c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&_version_=-1566705011734347776&distrib.from=http://127.0.0.1:41397/solr/test_col_shard2_replica2/&wt=javabin&version=2}{deleteByQuery=*:* (-1566705011734347776)} 0 1
   [junit4]   2> 756010 INFO  (qtp1421354576-7660) [n:127.0.0.1:41397_solr c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:37643/solr/test_col_shard1_replica1/&wt=javabin&version=2}{deleteByQuery=*:* (-1566705011734347776)} 0 14
   [junit4]   2> 756011 INFO  (qtp31904493-7661) [n:127.0.0.1:37643_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1566705011702890496)} 0 46
   [junit4]   2> 756015 INFO  (qtp1730325601-7653) [n:127.0.0.1:37618_solr c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica2] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 756015 WARN  (qtp1730325601-7653) [n:127.0.0.1:37618_solr c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica2] o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the entire index! Use with care.
   [junit4]   2> 756015 INFO  (qtp1730325601-7653) [n:127.0.0.1:37618_solr c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica2] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 756015 INFO  (qtp1730325601-7653) [n:127.0.0.1:37618_solr c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 756015 INFO  (qtp1730325601-7653) [n:127.0.0.1:37618_solr c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&optimize=true&maxSegments=1&waitSearcher=true&openSearcher=true&distrib.from=http://127.0.0.1:37643/solr/test_col_shard1_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{optimize=} 0 0
   [junit4]   2> 756019 INFO  (qtp31904493-7679) [n:127.0.0.1:37643_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 756019 WARN  (qtp31904493-7679) [n:127.0.0.1:37643_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica1] o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the entire index! Use with care.
   [junit4]   2> 756019 INFO  (qtp31904493-7679) [n:127.0.0.1:37643_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 756019 INFO  (qtp22925227-7668) [n:127.0.0.1:46187_solr c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 756019 WARN  (qtp22925227-7668) [n:127.0.0.1:46187_solr c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica1] o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the entire index! Use with care.
   [junit4]   2> 756019 INFO  (qtp31904493-7679) [n:127.0.0.1:37643_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 756019 INFO  (qtp22925227-7668) [n:127.0.0.1:46187_solr c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 756019 INFO  (qtp31904493-7679) [n:127.0.0.1:37643_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&optimize=true&maxSegments=1&waitSearcher=true&openSearcher=true&distrib.from=http://127.0.0.1:37643/solr/test_col_shard1_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{optimize=} 0 0
   [junit4]   2> 756020 INFO  (qtp22925227-7668) [n:127.0.0.1:46187_solr c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 756020 INFO  (qtp22925227-7668) [n:127.0.0.1:46187_solr c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&optimize=true&maxSegments=1&waitSearcher=true&openSearcher=true&distrib.from=http://127.0.0.1:37643/solr/test_col_shard1_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{optimize=} 0 0
   [junit4]   2> 756020 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica2] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 756020 WARN  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica2] o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the entire index! Use with care.
   [junit4]   2> 756020 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica2] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 756020 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 756020 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&optimize=true&maxSegments=1&waitSearcher=true&openSearcher=true&distrib.from=http://127.0.0.1:37643/solr/test_col_shard1_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{optimize=} 0 0
   [junit4]   2> 756021 INFO  (qtp31904493-7676) [n:127.0.0.1:37643_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=test_col:5&optimize=true&maxSegments=1&waitSearcher=true&wt=javabin&version=2}{optimize=} 0 8
   [junit4]   2> 756022 INFO  (qtp22925227-7670) [n:127.0.0.1:46187_solr c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica1] o.a.s.c.S.Request [test_col_shard2_replica1]  webapp=/solr path=/schema/fields/long_dv_stored_idx params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 756023 INFO  (TEST-TestStressCloudBlindAtomicUpdates.test_dv_stored_idx-seed#[A5CBDED27B0BEC69]) [    ] o.a.s.c.TestStressCloudBlindAtomicUpdates Testing long_dv_stored_idx: numDocsToCheck=98, numDocsInIndex=588, incr=6
   [junit4]   2> 756032 INFO  (qtp1730325601-7664) [n:127.0.0.1:37618_solr c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37643/solr/test_col_shard1_replica1/&wt=javabin&version=2}{add=[0 (1566705011767902208)]} 0 1
   [junit4]   2> 756032 INFO  (qtp31904493-7658) [n:127.0.0.1:37643_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 (1566705011767902208)]} 0 4
   [junit4]   2> 756036 INFO  (qtp1730325601-7656) [n:127.0.0.1:37618_solr c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37643/solr/test_col_shard1_replica1/&wt=javabin&version=2}{add=[1 (1566705011775242240)]} 0 0
   [junit4]   2> 756037 INFO  (qtp31904493-7672) [n:127.0.0.1:37643_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 (1566705011775242240)]} 0 2
   [junit4]   2> 756041 INFO  (qtp22925227-7659) [n:127.0.0.1:46187_solr c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:41397/solr/test_col_shard2_replica2/&wt=javabin&version=2}{add=[2 (1566705011778387968)]} 0 0
   [junit4]   2> 756041 INFO  (qtp1421354576-7685) [n:127.0.0.1:41397_solr c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2 (1566705011778387968)]} 0 3
   [junit4]   2> 756045 INFO  (qtp22925227-7673) [n:127.0.0.1:46187_solr c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:41397/solr/test_col_shard2_replica2/&wt=javabin&version=2}{add=[3 (1566705011783630848)]} 0 0
   [junit4]   2> 756046 INFO  (qtp1421354576-7686) [n:127.0.0.1:41397_solr c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3 (1566705011783630848)]} 0 2
   [junit4]   2> 756051 INFO  (qtp1730325601-7657) [n:127.0.0.1:37618_solr c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37643/solr/test_col_shard1_replica1/&wt=javabin&version=2}{add=[4 (1566705011789922304)]} 0 0
   [junit4]   2> 756051 INFO  (qtp31904493-7661) [n:127.0.0.1:37643_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4 (1566705011789922304)]} 0 3
   [junit4]   2> 756055 INFO  (qtp22925227-7673) [n:127.0.0.1:46187_solr c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:41397/solr/test_col_shard2_replica2/&wt=javabin&version=2}{add=[5 (1566705011794116608)]} 0 0
   [junit4]   2> 756056 INFO  (qtp1421354576-7649) [n:127.0.0.1:41397_solr c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[5 (1566705011794116608)]} 0 2
   [junit4]   2> 756059 INFO  (qtp22925227-7673) [n:127.0.0.1:46187_solr c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:41397/solr/test_col_shard2_replica2/&wt=javabin&version=2}{add=[6 (1566705011799359488)]} 0 0
   [junit4]   2> 756060 INFO  (qtp1421354576-7660) [n:127.0.0.1:41397_solr c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[6 (1566705011799359488)]} 0 2
   [junit4]   2> 756063 INFO  (qtp22925227-7668) [n:127.0.0.1:46187_solr c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:41397/solr/test_col_shard2_replica2/&wt=javabin&version=2}{add=[7 (1566705011802505216)]} 0 0
   [junit4]   2> 756063 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[7 (1566705011802505216)]} 0 2
   [junit4]   2> 756067 INFO  (qtp1730325601-7657) [n:127.0.0.1:37618_solr c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37643/solr/test_col_shard1_replica1/&wt=javabin&version=2}{add=[8 (1566705011806699520)]} 0 0
   [junit4]   2> 756067 INFO  (qtp31904493-7678) [n:127.0.0.1:37643_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[8 (1566705011806699520)]} 0 2
   [junit4]   2> 756071 INFO  (qtp22925227-7668) [n:127.0.0.1:46187_solr c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:41397/solr/test_col_shard2_replica2/&wt=javabin&version=2}{add=[9 (1566705011810893824)]} 0 0
   [junit4]   2> 756071 INFO  (qtp1421354576-7675) [n:127.0.0.1:41397_solr c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[9 (1566705011810893824)]} 0 2
   [junit4]   2> 756075 INFO  (qtp1730325601-7662) [n:127.0.0.1:37618_solr c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37643/solr/test_col_shard1_replica1/&wt=javabin&version=2}{add=[10 (1566705011815088128)]} 0 0
   [junit4]   2> 756075 INFO  (qtp31904493-7679) [n:127.0.0.1:37643_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[10 (1566705011815088128)]} 0 2
   [junit4]   2> 756082 INFO  (qtp1730325601-7653) [n:127.0.0.1:37618_solr c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37643/solr/test_col_shard1_replica1/&wt=javabin&version=2}{add=[11 (1566705011819282432)]} 0 0
   [junit4]   2> 756082 INFO  (qtp31904493-7676) [n:127.0.0.1:37643_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[11 (1566705011819282432)]} 0 4
   [junit4]   2> 756086 INFO  (qtp1730325601-7653) [n:127.0.0.1:37618_solr c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37643/solr/test_col_shard1_replica1/&wt=javabin&version=2}{add=[12 (1566705011826622464)]} 0 0
   [junit4]   2> 756087 INFO  (qtp31904493-7658) [n:127.0.0.1:37643_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[12 (1566705011826622464)]} 0 2
   [junit4]   2> 756094 INFO  (qtp1730325601-7653) [n:127.0.0.1:37618_solr c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37643/solr/test_col_shard1_replica1/&wt=javabin&version=2}{add=[13 (1566705011835011072)]} 0 0
   [junit4]   2> 756095 INFO  (qtp31904493-7672) [n:127.0.0.1:37643_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[13 (1566705011835011072)]} 0 2
   [junit4]   2> 756102 INFO  (qtp1730325601-7655) [n:127.0.0.1:37618_solr c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37643/solr/test_col_shard1_replica1/&wt=javabin&version=2}{add=[14 (1566705011840253952)]} 0 0
   [junit4]   2> 756103 INFO  (qtp31904493-7661) [n:127.0.0.1:37643_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[14 (1566705011840253952)]} 0 6
   [junit4]   2> 756110 INFO  (qtp1730325601-7657) [n:127.0.0.1:37618_solr c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37643/solr/test_col_shard1_replica1/&wt=javabin&version=2}{add=[15 (1566705011851788288)]} 0 0
   [junit4]   2> 756111 INFO  (qtp31904493-7678) [n:127.0.0.1:37643_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[15 (1566705011851788288)]} 0 2
   [junit4]   2> 756114 INFO  (qtp1730325601-7657) [n:127.0.0.1:37618_solr c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37643/solr/test_col_shard1_replica1/&wt=javabin&version=2}{add=[16 (1566705011857031168)]} 0 0
   [junit4]   2> 756115 INFO  (qtp31904493-7679) [n:127.0.0.1:37643_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[16 (1566705011857031168)]} 0 2
   [junit4]   2> 756118 INFO  (qtp22925227-7659) [n:127.0.0.1:46187_solr c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:41397/solr/test_col_shard2_replica2/&wt=javabin&version=2}{add=[17 (1566705011861225472)]} 0 0
   [junit4]   2> 756119 INFO  (qtp1421354576-7685) [n:127.0.0.1:41397_solr c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[17 (1566705011861225472)]} 0 2
   [junit4]   2> 756123 INFO  (qtp22925227-7650) [n:127.0.0.1:46187_solr c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:41397/solr/test_col_shard2_replica2/&wt=javabin&version=2}{add=[18 (1566705011865419776)]} 0 0
   [junit4]   2> 756123 INFO  (qtp1421354576-7686) [n:127.0.0.1:41397_solr c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[18 (1566705011865419776)]} 0 2
   [junit4]   2> 756127 INFO  (qtp22925227-7648) [n:127.0.0.1:46187_solr c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:41397/solr/test_col_shard2_replica2/&wt=javabin&version=2}{add=[19 (1566705011869614080)]} 0 0
   [junit4]   2> 756127 INFO  (qtp1421354576-7649) [n:127.0.0.1:41397_solr c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[19 (1566705011869614080)]} 0 2
   [junit4]   2> 756131 INFO  (qtp1730325601-7664) [n:127.0.0.1:37618_solr c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37643/solr/test_col_shard1_replica1/&wt=javabin&version=2}{add=[20 (1566705011873808384)]} 0 0
   [junit4]   2> 756132 INFO  (qtp31904493-7676) [n:127.0.0.1:37643_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[20 (1566705011873808384)]} 0 2
   [junit4]   2> 756136 INFO  (qtp22925227-7648) [n:127.0.0.1:46187_solr c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:41397/solr/test_col_shard2_replica2/&wt=javabin&version=2}{add=[21 (1566705011879051264)]} 0 0
   [junit4]   2> 756136 INFO  (qtp1421354576-7660) [n:127.0.0.1:41397_solr c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[21 (1566705011879051264)]} 0 2
   [junit4]   2> 756143 INFO  (qtp1730325601-7664) [n:127.0.0.1:37618_solr c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37643/solr/test_col_shard1_replica1/&wt=javabin&version=2}{add=[22 (1566705011883245568)]} 0 0
   [junit4]   2> 756144 INFO  (qtp31904493-7658) [n:127.0.0.1:37643_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[22 (1566705011883245568)]} 0 5
   [junit4]   2> 756148 INFO  (qtp22925227-7670) [n:127.0.0.1:46187_solr c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:41397/solr/test_col_shard2_replica2/&wt=javabin&version=2}{add=[23 (1566705011891634176)]} 0 0
   [junit4]   2> 756148 INFO  (qtp1421354576-7669) [n:127.0.0.1:41397_solr c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[23 (1566705011891634176)]} 0 2
   [junit4]   2> 756152 INFO  (qtp1730325601-7664) [n:127.0.0.1:37618_solr c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37643/solr/test_col_shard1_replica1/&wt=javabin&version=2}{add=[24 (1566705011895828480)]} 0 0
   [junit4]   2> 756152 INFO  (qtp31904493-7672) [n:127.0.0.1:37643_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[24 (1566705011895828480)]} 0 2
   [junit4]   2> 756158 INFO  (qtp22925227-7670) [n:127.0.0.1:46187_solr c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr path=/update params={update.dis

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

des size: [4])
   [junit4]   2> 780128 INFO  (zkCallback-1306-thread-2-processing-n:127.0.0.1:37618_solr) [n:127.0.0.1:37618_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 780148 INFO  (coreCloseExecutor-3707-thread-1) [n:127.0.0.1:37618_solr c:test_col s:shard1 r:core_node2 x:test_col_shard1_replica2] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.test_col.shard1.replica2
   [junit4]   2> 780149 INFO  (jetty-closer-1289-thread-1) [    ] o.a.s.c.Overseer Overseer (id=97919062844178442-127.0.0.1:37618_solr-n_0000000000) closing
   [junit4]   2> 780149 INFO  (OverseerStateUpdate-97919062844178442-127.0.0.1:37618_solr-n_0000000000) [n:127.0.0.1:37618_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:37618_solr
   [junit4]   2> 780160 INFO  (zkCallback-1313-thread-1-processing-n:127.0.0.1:46187_solr) [n:127.0.0.1:46187_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 780160 INFO  (zkCallback-1304-thread-1-processing-n:127.0.0.1:37643_solr) [n:127.0.0.1:37643_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 780160 INFO  (zkCallback-1305-thread-1-processing-n:127.0.0.1:41397_solr) [n:127.0.0.1:41397_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41397_solr
   [junit4]   2> 780163 INFO  (jetty-closer-1289-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 780164 INFO  (jetty-closer-1289-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2e9f2b70{/solr,null,UNAVAILABLE}
   [junit4]   2> 780164 INFO  (zkCallback-1305-thread-2-processing-n:127.0.0.1:41397_solr) [n:127.0.0.1:41397_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 780193 INFO  (coreCloseExecutor-3706-thread-1) [n:127.0.0.1:41397_solr c:test_col s:shard2 r:core_node3 x:test_col_shard2_replica2] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.test_col.shard2.replica2
   [junit4]   2> 780194 INFO  (coreCloseExecutor-3705-thread-1) [n:127.0.0.1:46187_solr c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.test_col.shard2.replica1
   [junit4]   2> 780196 INFO  (zkCallback-1304-thread-1-processing-n:127.0.0.1:37643_solr) [n:127.0.0.1:37643_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 780196 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 0x15be0de6d91000c, 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:745)
   [junit4]   2> 780201 INFO  (coreCloseExecutor-3708-thread-1) [n:127.0.0.1:37643_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.test_col.shard1.replica1
   [junit4]   2> 780202 INFO  (jetty-closer-1289-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 780203 INFO  (jetty-closer-1289-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3dfc12f4{/solr,null,UNAVAILABLE}
   [junit4]   2> 780203 INFO  (zkCallback-1304-thread-1-processing-n:127.0.0.1:37643_solr) [n:127.0.0.1:37643_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 780204 INFO  (zkCallback-1304-thread-2-processing-n:127.0.0.1:37643_solr) [n:127.0.0.1:37643_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37643_solr
   [junit4]   2> 780205 WARN  (zkCallback-1313-thread-2-processing-n:127.0.0.1:46187_solr) [n:127.0.0.1:46187_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 780205 WARN  (zkCallback-1304-thread-1-processing-n:127.0.0.1:37643_solr) [n:127.0.0.1:37643_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 781696 INFO  (jetty-closer-1289-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 781696 INFO  (jetty-closer-1289-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@38bcb098{/solr,null,UNAVAILABLE}
   [junit4]   2> 781705 INFO  (jetty-closer-1289-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 781706 INFO  (jetty-closer-1289-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@420bcfe1{/solr,null,UNAVAILABLE}
   [junit4]   2> 781707 ERROR (SUITE-TestStressCloudBlindAtomicUpdates-seed#[A5CBDED27B0BEC69]-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> 781707 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[A5CBDED27B0BEC69]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:38805 38805
   [junit4]   2> 781806 INFO  (Thread-1942) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:38805 38805
   [junit4]   2> 781807 WARN  (Thread-1942) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/collections/test_col/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> 781807 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[A5CBDED27B0BEC69]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_A5CBDED27B0BEC69-001
   [junit4]   2> May 07, 2017 3:05:56 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene62, sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=es-MX, timezone=Asia/Thimbu
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=4,threads=1,free=148131056,total=526385152
   [junit4]   2> NOTE: All tests run in this JVM: [TestConfigSetsAPIExclusivity, ConnectionReuseTest, TestDocBasedVersionConstraints, MoveReplicaTest, TestOverriddenPrefixQueryForCustomFieldType, HLLUtilTest, TestComplexPhraseLeadingWildcard, ClusterStateUpdateTest, TestCloudNestedDocsSort, CdcrRequestHandlerTest, CollectionsAPIDistributedZkTest, BlockJoinFacetRandomTest, SubstringBytesRefFilterTest, TestFiltering, UpdateRequestProcessorFactoryTest, CollectionsAPISolrJTest, TestXmlQParser, OverseerModifyCollectionTest, TestMiniSolrCloudClusterSSL, TestUnifiedSolrHighlighter, ConvertedLegacyTest, RAMDirectoryFactoryTest, SuggesterFSTTest, ExplicitHLLTest, SolrIndexSplitterTest, TestMissingGroups, TestDynamicLoading, SolrJmxReporterTest, TestAuthorizationFramework, HdfsThreadLeakTest, TestSolrIndexConfig, DistributedFacetPivotSmallTest, IndexBasedSpellCheckerTest, TestLMDirichletSimilarityFactory, TestCloudDeleteByQuery, TestSystemCollAutoCreate, SaslZkACLProviderTest, TestSuggestSpellingConverter, TestJavabinTupleStreamParser, TestStandardQParsers, SpellCheckCollatorTest, SpellingQueryConverterTest, ChangedSchemaMergeTest, TestHighFrequencyDictionaryFactory, TestTrie, TestRawTransformer, TestHalfAndHalfDocValues, SegmentsInfoRequestHandlerTest, AtomicUpdatesTest, EnumFieldTest, TestBlendedInfixSuggestions, MultiTermTest, TestExportWriter, SolrInfoMBeanTest, TestQuerySenderListener, DeleteInactiveReplicaTest, LoggingHandlerTest, TestInPlaceUpdatesDistrib, TestConfigReload, TriLevelCompositeIdRoutingTest, DistributedQueryComponentOptimizationTest, HighlighterTest, DirectSolrConnectionTest, TestSolrQueryParserResource, SchemaVersionSpecificBehaviorTest, DeleteReplicaTest, InfixSuggestersTest, RuleEngineTest, SolrCoreMetricManagerTest, SpatialFilterTest, TestStressVersions, LargeFieldTest, MoreLikeThisHandlerTest, DistributedQueueTest, TestReqParamsAPI, MetricsHandlerTest, BasicAuthIntegrationTest, CoreSorterTest, TestFieldCacheSanityChecker, TermsComponentTest, BufferStoreTest, TestWordDelimiterFilterFactory, JsonValidatorTest, SmileWriterTest, SpellCheckComponentTest, TolerantUpdateProcessorTest, SpatialRPTFieldTypeTest, IndexSchemaRuntimeFieldTest, AnalyticsMergeStrategyTest, SpatialHeatmapFacetsTest, TestRTGBase, SolrIndexConfigTest, DistributedFacetPivotLargeTest, TestDistributedGrouping, HdfsDirectoryFactoryTest, TestCursorMarkWithoutUniqueKey, TestSolrCloudWithDelegationTokens, ZkStateReaderTest, TestStressCloudBlindAtomicUpdates]
   [junit4] Completed [267/711 (1!)] on J1 in 32.02s, 5 tests, 1 error <<< FAILURES!

[...truncated 44925 lines...]

[JENKINS] Lucene-Solr-Tests-6.x - Build # 873 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/873/

2 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
Error from server at http://127.0.0.1:42032/solr/awhollynewcollection_0: Expected mime type application/octet-stream but got text/html. <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 510 </title> </head> <body> <h2>HTTP ERROR: 510</h2> <p>Problem accessing /solr/awhollynewcollection_0/select. Reason: <pre>    {metadata={error-class=org.apache.solr.common.SolrException,root-error-class=org.apache.solr.common.SolrException},msg={&quot;awhollynewcollection_0&quot;:6},code=510}</pre></p> <hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.14.v20161028</a><hr/> </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:42032/solr/awhollynewcollection_0: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 510 </title>
</head>
<body>
<h2>HTTP ERROR: 510</h2>
<p>Problem accessing /solr/awhollynewcollection_0/select. Reason:
<pre>    {metadata={error-class=org.apache.solr.common.SolrException,root-error-class=org.apache.solr.common.SolrException},msg={&quot;awhollynewcollection_0&quot;:6},code=510}</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.14.v20161028</a><hr/>
</body>
</html>

	at __randomizedtesting.SeedInfo.seed([FD58D75E367F9ADC:B52DA3EA304CB549]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:578)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:447)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:388)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1383)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1134)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1237)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1237)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1237)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1237)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1237)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1073)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:522)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.core.TestDynamicLoading.testDynamicLoading

Error Message:
Could not get expected value  'org.apache.solr.core.BlobStoreTestRequestHandler' for path 'overlay/requestHandler/\/test1/class' full output: {   "responseHeader":{     "status":0,     "QTime":0},   "overlay":{     "znodeVersion":0,     "runtimeLib":{"colltest":{         "name":"colltest",         "version":1}}}},  from server:  null

Stack Trace:
java.lang.AssertionError: Could not get expected value  'org.apache.solr.core.BlobStoreTestRequestHandler' for path 'overlay/requestHandler/\/test1/class' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "overlay":{
    "znodeVersion":0,
    "runtimeLib":{"colltest":{
        "name":"colltest",
        "version":1}}}},  from server:  null
	at __randomizedtesting.SeedInfo.seed([FD58D75E367F9ADC:2515FA09C1A23F7C]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:556)
	at org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:97)
	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 org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11577 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_FD58D75E367F9ADC-001/init-core-data-001
   [junit4]   2> 345604 WARN  (SUITE-CollectionsAPIDistributedZkTest-seed#[FD58D75E367F9ADC]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 345604 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[FD58D75E367F9ADC]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 345606 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[FD58D75E367F9ADC]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 345606 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[FD58D75E367F9ADC]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_FD58D75E367F9ADC-001/tempDir-001
   [junit4]   2> 345607 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[FD58D75E367F9ADC]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 345607 INFO  (Thread-1452) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 345607 INFO  (Thread-1452) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 345609 ERROR (Thread-1452) [    ] 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> 345707 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[FD58D75E367F9ADC]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:56231
   [junit4]   2> 345714 INFO  (jetty-launcher-280-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 345714 INFO  (jetty-launcher-280-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 345717 INFO  (jetty-launcher-280-thread-3) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 345718 INFO  (jetty-launcher-280-thread-4) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 345729 INFO  (jetty-launcher-280-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3ecc2d74{/solr,null,AVAILABLE}
   [junit4]   2> 345730 INFO  (jetty-launcher-280-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@115e3cea{/solr,null,AVAILABLE}
   [junit4]   2> 345730 INFO  (jetty-launcher-280-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7465ccbd{/solr,null,AVAILABLE}
   [junit4]   2> 345731 INFO  (jetty-launcher-280-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3ed9ae0d{HTTP/1.1,[http/1.1]}{127.0.0.1:42032}
   [junit4]   2> 345731 INFO  (jetty-launcher-280-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3e9ccd62{/solr,null,AVAILABLE}
   [junit4]   2> 345731 INFO  (jetty-launcher-280-thread-3) [    ] o.e.j.s.Server Started @348820ms
   [junit4]   2> 345731 INFO  (jetty-launcher-280-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42032}
   [junit4]   2> 345731 INFO  (jetty-launcher-280-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@43a3b11f{HTTP/1.1,[http/1.1]}{127.0.0.1:55883}
   [junit4]   2> 345731 ERROR (jetty-launcher-280-thread-3) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 345731 INFO  (jetty-launcher-280-thread-4) [    ] o.e.j.s.Server Started @348820ms
   [junit4]   2> 345732 INFO  (jetty-launcher-280-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55883}
   [junit4]   2> 345732 INFO  (jetty-launcher-280-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 345732 INFO  (jetty-launcher-280-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 345732 INFO  (jetty-launcher-280-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 345732 INFO  (jetty-launcher-280-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-07T10:51:00.710Z
   [junit4]   2> 345732 ERROR (jetty-launcher-280-thread-4) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 345732 INFO  (jetty-launcher-280-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 345732 INFO  (jetty-launcher-280-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 345732 INFO  (jetty-launcher-280-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 345732 INFO  (jetty-launcher-280-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-07T10:51:00.710Z
   [junit4]   2> 345733 INFO  (jetty-launcher-280-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@489c868{HTTP/1.1,[http/1.1]}{127.0.0.1:52084}
   [junit4]   2> 345733 INFO  (jetty-launcher-280-thread-1) [    ] o.e.j.s.Server Started @348822ms
   [junit4]   2> 345733 INFO  (jetty-launcher-280-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52084}
   [junit4]   2> 345733 ERROR (jetty-launcher-280-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 345733 INFO  (jetty-launcher-280-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 345733 INFO  (jetty-launcher-280-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 345733 INFO  (jetty-launcher-280-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 345733 INFO  (jetty-launcher-280-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-07T10:51:00.711Z
   [junit4]   2> 345736 INFO  (jetty-launcher-280-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@e1d7ca3{HTTP/1.1,[http/1.1]}{127.0.0.1:49548}
   [junit4]   2> 345736 INFO  (jetty-launcher-280-thread-2) [    ] o.e.j.s.Server Started @348825ms
   [junit4]   2> 345736 INFO  (jetty-launcher-280-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49548}
   [junit4]   2> 345737 ERROR (jetty-launcher-280-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 345737 INFO  (jetty-launcher-280-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 345737 INFO  (jetty-launcher-280-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 345738 INFO  (jetty-launcher-280-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 345738 INFO  (jetty-launcher-280-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-07T10:51:00.716Z
   [junit4]   2> 345747 INFO  (jetty-launcher-280-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 345752 INFO  (jetty-launcher-280-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 345752 INFO  (jetty-launcher-280-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 345755 INFO  (jetty-launcher-280-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 345760 INFO  (jetty-launcher-280-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 345760 INFO  (jetty-launcher-280-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 345761 INFO  (jetty-launcher-280-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 345763 INFO  (jetty-launcher-280-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56231/solr
   [junit4]   2> 345763 INFO  (jetty-launcher-280-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56231/solr
   [junit4]   2> 345764 INFO  (jetty-launcher-280-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 345765 INFO  (jetty-launcher-280-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56231/solr
   [junit4]   2> 345770 INFO  (jetty-launcher-280-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56231/solr
   [junit4]   2> 345775 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 0x15be288b06a0005, 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:745)
   [junit4]   2> 345780 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 0x15be288b06a0008, 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:745)
   [junit4]   2> 345808 INFO  (jetty-launcher-280-thread-3) [n:127.0.0.1:42032_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 345808 INFO  (jetty-launcher-280-thread-2) [n:127.0.0.1:49548_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 345809 INFO  (jetty-launcher-280-thread-4) [n:127.0.0.1:55883_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 345810 INFO  (jetty-launcher-280-thread-3) [n:127.0.0.1:42032_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42032_solr
   [junit4]   2> 345810 INFO  (jetty-launcher-280-thread-1) [n:127.0.0.1:52084_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 345811 INFO  (jetty-launcher-280-thread-2) [n:127.0.0.1:49548_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49548_solr
   [junit4]   2> 345811 INFO  (jetty-launcher-280-thread-4) [n:127.0.0.1:55883_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55883_solr
   [junit4]   2> 345812 INFO  (jetty-launcher-280-thread-3) [n:127.0.0.1:42032_solr    ] o.a.s.c.Overseer Overseer (id=97920893621764107-127.0.0.1:42032_solr-n_0000000000) starting
   [junit4]   2> 345813 INFO  (zkCallback-301-thread-1-processing-n:127.0.0.1:42032_solr) [n:127.0.0.1:42032_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 345813 INFO  (zkCallback-302-thread-1-processing-n:127.0.0.1:52084_solr) [n:127.0.0.1:52084_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 345814 INFO  (zkCallback-300-thread-1-processing-n:127.0.0.1:55883_solr) [n:127.0.0.1:55883_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 345814 INFO  (zkCallback-299-thread-1-processing-n:127.0.0.1:49548_solr) [n:127.0.0.1:49548_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 345819 INFO  (zkCallback-301-thread-1-processing-n:127.0.0.1:42032_solr) [n:127.0.0.1:42032_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 345819 INFO  (jetty-launcher-280-thread-1) [n:127.0.0.1:52084_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52084_solr
   [junit4]   2> 345819 INFO  (zkCallback-302-thread-1-processing-n:127.0.0.1:52084_solr) [n:127.0.0.1:52084_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 345829 INFO  (zkCallback-300-thread-1-processing-n:127.0.0.1:55883_solr) [n:127.0.0.1:55883_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 345829 INFO  (zkCallback-299-thread-1-processing-n:127.0.0.1:49548_solr) [n:127.0.0.1:49548_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 345830 INFO  (zkCallback-300-thread-1-processing-n:127.0.0.1:55883_solr) [n:127.0.0.1:55883_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 345830 INFO  (zkCallback-299-thread-1-processing-n:127.0.0.1:49548_solr) [n:127.0.0.1:49548_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 345830 INFO  (zkCallback-301-thread-1-processing-n:127.0.0.1:42032_solr) [n:127.0.0.1:42032_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 345833 INFO  (zkCallback-302-thread-1-processing-n:127.0.0.1:52084_solr) [n:127.0.0.1:52084_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 345848 INFO  (jetty-launcher-280-thread-3) [n:127.0.0.1:42032_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42032_solr
   [junit4]   2> 345850 INFO  (zkCallback-302-thread-1-processing-n:127.0.0.1:52084_solr) [n:127.0.0.1:52084_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 345850 INFO  (zkCallback-299-thread-1-processing-n:127.0.0.1:49548_solr) [n:127.0.0.1:49548_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 345850 INFO  (zkCallback-300-thread-1-processing-n:127.0.0.1:55883_solr) [n:127.0.0.1:55883_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 345851 INFO  (zkCallback-301-thread-1-processing-n:127.0.0.1:42032_solr) [n:127.0.0.1:42032_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 345893 INFO  (jetty-launcher-280-thread-1) [n:127.0.0.1:52084_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_FD58D75E367F9ADC-001/tempDir-001/node1/.
   [junit4]   2> 345894 INFO  (jetty-launcher-280-thread-2) [n:127.0.0.1:49548_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_FD58D75E367F9ADC-001/tempDir-001/node2/.
   [junit4]   2> 345945 INFO  (jetty-launcher-280-thread-4) [n:127.0.0.1:55883_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_FD58D75E367F9ADC-001/tempDir-001/node4/.
   [junit4]   2> 346047 INFO  (jetty-launcher-280-thread-3) [n:127.0.0.1:42032_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_FD58D75E367F9ADC-001/tempDir-001/node3/.
   [junit4]   2> 346427 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[FD58D75E367F9ADC]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 346428 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[FD58D75E367F9ADC]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56231/solr ready
   [junit4]   2> 346460 INFO  (TEST-CollectionsAPIDistributedZkTest.addReplicaTest-seed#[FD58D75E367F9ADC]) [    ] o.a.s.SolrTestCaseJ4 ###Starting addReplicaTest
   [junit4]   2> 346462 INFO  (TEST-CollectionsAPIDistributedZkTest.addReplicaTest-seed#[FD58D75E367F9ADC]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 346466 INFO  (qtp1252115228-2959) [n:127.0.0.1:49548_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=4&name=addReplicaColl&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 346469 INFO  (OverseerThreadFactory-910-thread-1-processing-n:127.0.0.1:42032_solr) [n:127.0.0.1:42032_solr    ] o.a.s.c.CreateCollectionCmd Create collection addReplicaColl
   [junit4]   2> 346592 INFO  (qtp1319591647-2969) [n:127.0.0.1:55883_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard1_replica1&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard1&wt=javabin&version=2
   [junit4]   2> 346592 INFO  (qtp964985582-2971) [n:127.0.0.1:42032_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard2_replica2&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard2&wt=javabin&version=2
   [junit4]   2> 346592 INFO  (qtp1252115228-2960) [n:127.0.0.1:49548_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard1_replica2&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard1&wt=javabin&version=2
   [junit4]   2> 346592 INFO  (qtp1319591647-2969) [n:127.0.0.1:55883_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 346592 INFO  (qtp1252115228-2960) [n:127.0.0.1:49548_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 346592 INFO  (qtp595425843-2954) [n:127.0.0.1:52084_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard2_replica1&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard2&wt=javabin&version=2
   [junit4]   2> 346593 INFO  (qtp595425843-2954) [n:127.0.0.1:52084_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 346593 INFO  (qtp964985582-2971) [n:127.0.0.1:42032_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 346703 INFO  (zkCallback-302-thread-1-processing-n:127.0.0.1:52084_solr) [n:127.0.0.1:52084_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 346703 INFO  (zkCallback-300-thread-1-processing-n:127.0.0.1:55883_solr) [n:127.0.0.1:55883_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 346703 INFO  (zkCallback-299-thread-1-processing-n:127.0.0.1:49548_solr) [n:127.0.0.1:49548_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 346703 INFO  (zkCallback-301-thread-2-processing-n:127.0.0.1:42032_solr) [n:127.0.0.1:42032_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 347618 INFO  (qtp1319591647-2969) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 347618 INFO  (qtp1252115228-2960) [n:127.0.0.1:49548_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 347618 INFO  (qtp595425843-2954) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 347627 INFO  (qtp964985582-2971) [n:127.0.0.1:42032_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 347627 INFO  (qtp595425843-2954) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.s.IndexSchema [addReplicaColl_shard2_replica1] Schema name=minimal
   [junit4]   2> 347627 INFO  (qtp1319591647-2969) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.s.IndexSchema [addReplicaColl_shard1_replica1] Schema name=minimal
   [junit4]   2> 347631 INFO  (qtp595425843-2954) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 347631 INFO  (qtp595425843-2954) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard2_replica1' using configuration from collection addReplicaColl, trusted=true
   [junit4]   2> 347631 INFO  (qtp1319591647-2969) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 347631 INFO  (qtp1319591647-2969) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard1_replica1' using configuration from collection addReplicaColl, trusted=true
   [junit4]   2> 347631 INFO  (qtp595425843-2954) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 347631 INFO  (qtp1319591647-2969) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 347631 INFO  (qtp595425843-2954) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.c.SolrCore [[addReplicaColl_shard2_replica1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_FD58D75E367F9ADC-001/tempDir-001/node1/addReplicaColl_shard2_replica1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_FD58D75E367F9ADC-001/tempDir-001/node1/./addReplicaColl_shard2_replica1/data/]
   [junit4]   2> 347631 INFO  (qtp1319591647-2969) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.c.SolrCore [[addReplicaColl_shard1_replica1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_FD58D75E367F9ADC-001/tempDir-001/node4/addReplicaColl_shard1_replica1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_FD58D75E367F9ADC-001/tempDir-001/node4/./addReplicaColl_shard1_replica1/data/]
   [junit4]   2> 347636 INFO  (qtp964985582-2971) [n:127.0.0.1:42032_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.s.IndexSchema [addReplicaColl_shard2_replica2] Schema name=minimal
   [junit4]   2> 347636 INFO  (qtp1252115228-2960) [n:127.0.0.1:49548_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.s.IndexSchema [addReplicaColl_shard1_replica2] Schema name=minimal
   [junit4]   2> 347639 INFO  (qtp964985582-2971) [n:127.0.0.1:42032_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 347639 INFO  (qtp964985582-2971) [n:127.0.0.1:42032_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard2_replica2' using configuration from collection addReplicaColl, trusted=true
   [junit4]   2> 347640 INFO  (qtp964985582-2971) [n:127.0.0.1:42032_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 347640 INFO  (qtp964985582-2971) [n:127.0.0.1:42032_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.c.SolrCore [[addReplicaColl_shard2_replica2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_FD58D75E367F9ADC-001/tempDir-001/node3/addReplicaColl_shard2_replica2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_FD58D75E367F9ADC-001/tempDir-001/node3/./addReplicaColl_shard2_replica2/data/]
   [junit4]   2> 347645 INFO  (qtp1252115228-2960) [n:127.0.0.1:49548_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 347645 INFO  (qtp1252115228-2960) [n:127.0.0.1:49548_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard1_replica2' using configuration from collection addReplicaColl, trusted=true
   [junit4]   2> 347645 INFO  (qtp1252115228-2960) [n:127.0.0.1:49548_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 347645 INFO  (qtp1252115228-2960) [n:127.0.0.1:49548_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.c.SolrCore [[addReplicaColl_shard1_replica2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_FD58D75E367F9ADC-001/tempDir-001/node2/addReplicaColl_shard1_replica2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_FD58D75E367F9ADC-001/tempDir-001/node2/./addReplicaColl_shard1_replica2/data/]
   [junit4]   2> 347686 INFO  (qtp595425843-2954) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 347686 INFO  (qtp595425843-2954) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 347687 INFO  (qtp964985582-2971) [n:127.0.0.1:42032_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 347687 INFO  (qtp964985582-2971) [n:127.0.0.1:42032_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 347688 INFO  (qtp595425843-2954) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 347688 INFO  (qtp964985582-2971) [n:127.0.0.1:42032_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 347688 INFO  (qtp595425843-2954) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 347688 INFO  (qtp964985582-2971) [n:127.0.0.1:42032_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 347689 INFO  (qtp595425843-2954) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@16d465f[addReplicaColl_shard2_replica1] main]
   [junit4]   2> 347689 INFO  (qtp964985582-2971) [n:127.0.0.1:42032_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@5ef1b3e5[addReplicaColl_shard2_replica2] main]
   [junit4]   2> 347690 INFO  (qtp964985582-2971) [n:127.0.0.1:42032_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 347690 INFO  (qtp964985582-2971) [n:127.0.0.1:42032_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 347690 INFO  (qtp964985582-2971) [n:127.0.0.1:42032_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 347691 INFO  (qtp964985582-2971) [n:127.0.0.1:42032_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566734300132409344
   [junit4]   2> 347693 INFO  (searcherExecutor-921-thread-1-processing-n:127.0.0.1:42032_solr x:addReplicaColl_shard2_replica2 s:shard2 c:addReplicaColl) [n:127.0.0.1:42032_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.c.SolrCore [addReplicaColl_shard2_replica2] Registered new searcher Searcher@5ef1b3e5[addReplicaColl_shard2_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 347693 INFO  (qtp595425843-2954) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 347694 INFO  (qtp595425843-2954) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 347695 INFO  (qtp595425843-2954) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 347696 INFO  (searcherExecutor-919-thread-1-processing-n:127.0.0.1:52084_solr x:addReplicaColl_shard2_replica1 s:shard2 c:addReplicaColl) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.c.SolrCore [addReplicaColl_shard2_replica1] Registered new searcher Searcher@16d465f[addReplicaColl_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 347697 INFO  (qtp964985582-2971) [n:127.0.0.1:42032_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 347697 INFO  (qtp1319591647-2969) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 347697 INFO  (qtp1319591647-2969) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 347698 INFO  (qtp1319591647-2969) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 347698 INFO  (qtp1319591647-2969) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 347699 INFO  (qtp595425843-2954) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566734300140797952
   [junit4]   2> 347699 INFO  (qtp1319591647-2969) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7e22cc36[addReplicaColl_shard1_replica1] main]
   [junit4]   2> 347700 INFO  (qtp1319591647-2969) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 347701 INFO  (qtp1319591647-2969) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 347701 INFO  (qtp1319591647-2969) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 347701 INFO  (searcherExecutor-920-thread-1-processing-n:127.0.0.1:55883_solr x:addReplicaColl_shard1_replica1 s:shard1 c:addReplicaColl) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.c.SolrCore [addReplicaColl_shard1_replica1] Registered new searcher Searcher@7e22cc36[addReplicaColl_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 347701 INFO  (qtp1319591647-2969) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566734300142895104
   [junit4]   2> 347707 INFO  (qtp1319591647-2969) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 347713 INFO  (qtp1252115228-2960) [n:127.0.0.1:49548_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 347713 INFO  (qtp1252115228-2960) [n:127.0.0.1:49548_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 347714 INFO  (qtp1252115228-2960) [n:127.0.0.1:49548_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 347714 INFO  (qtp1252115228-2960) [n:127.0.0.1:49548_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 347715 INFO  (qtp1252115228-2960) [n:127.0.0.1:49548_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@58bcbfbb[addReplicaColl_shard1_replica2] main]
   [junit4]   2> 347716 INFO  (qtp1252115228-2960) [n:127.0.0.1:49548_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 347716 INFO  (qtp1252115228-2960) [n:127.0.0.1:49548_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 347716 INFO  (qtp1252115228-2960) [n:127.0.0.1:49548_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 347716 INFO  (searcherExecutor-922-thread-1-processing-n:127.0.0.1:49548_solr x:addReplicaColl_shard1_replica2 s:shard1 c:addReplicaColl) [n:127.0.0.1:49548_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.c.SolrCore [addReplicaColl_shard1_replica2] Registered new searcher Searcher@58bcbfbb[addReplicaColl_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 347717 INFO  (qtp1252115228-2960) [n:127.0.0.1:49548_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566734300159672320
   [junit4]   2> 347810 INFO  (zkCallback-302-thread-1-processing-n:127.0.0.1:52084_solr) [n:127.0.0.1:52084_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 347810 INFO  (zkCallback-300-thread-1-processing-n:127.0.0.1:55883_solr) [n:127.0.0.1:55883_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 347811 INFO  (zkCallback-301-thread-2-processing-n:127.0.0.1:42032_solr) [n:127.0.0.1:42032_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 347811 INFO  (zkCallback-299-thread-1-processing-n:127.0.0.1:49548_solr) [n:127.0.0.1:49548_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 348197 INFO  (qtp964985582-2971) [n:127.0.0.1:42032_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 348198 INFO  (qtp964985582-2971) [n:127.0.0.1:42032_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 348198 INFO  (qtp964985582-2971) [n:127.0.0.1:42032_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:42032/solr/addReplicaColl_shard2_replica2/
   [junit4]   2> 348198 INFO  (qtp964985582-2971) [n:127.0.0.1:42032_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.u.PeerSync PeerSync: core=addReplicaColl_shard2_replica2 url=http://127.0.0.1:42032/solr START replicas=[http://127.0.0.1:52084/solr/addReplicaColl_shard2_replica1/] nUpdates=100
   [junit4]   2> 348198 INFO  (qtp964985582-2971) [n:127.0.0.1:42032_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.u.PeerSync PeerSync: core=addReplicaColl_shard2_replica2 url=http://127.0.0.1:42032/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 348202 INFO  (qtp595425843-2968) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2 r:core_node3 x:addReplicaColl_shard2_replica1] o.a.s.c.S.Request [addReplicaColl_shard2_replica1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 348202 INFO  (qtp964985582-2971) [n:127.0.0.1:42032_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 348202 INFO  (qtp964985582-2971) [n:127.0.0.1:42032_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 348202 INFO  (qtp964985582-2971) [n:127.0.0.1:42032_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 348206 INFO  (qtp964985582-2971) [n:127.0.0.1:42032_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:42032/solr/addReplicaColl_shard2_replica2/ shard2
   [junit4]   2> 348208 INFO  (qtp1319591647-2969) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 348208 INFO  (qtp1319591647-2969) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 348208 INFO  (qtp1319591647-2969) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:55883/solr/addReplicaColl_shard1_replica1/
   [junit4]   2> 348208 INFO  (qtp1319591647-2969) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.u.PeerSync PeerSync: core=addReplicaColl_shard1_replica1 url=http://127.0.0.1:55883/solr START replicas=[http://127.0.0.1:49548/solr/addReplicaColl_shard1_replica2/] nUpdates=100
   [junit4]   2> 348208 INFO  (qtp1319591647-2969) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.u.PeerSync PeerSync: core=addReplicaColl_shard1_replica1 url=http://127.0.0.1:55883/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 348228 INFO  (qtp1252115228-2962) [n:127.0.0.1:49548_solr c:addReplicaColl s:shard1 r:core_node1 x:addReplicaColl_shard1_replica2] o.a.s.c.S.Request [addReplicaColl_shard1_replica2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 348228 INFO  (qtp1319591647-2969) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 348228 INFO  (qtp1319591647-2969) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 348228 INFO  (qtp1319591647-2969) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 348232 INFO  (qtp1319591647-2969) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:55883/solr/addReplicaColl_shard1_replica1/ shard1
   [junit4]   2> 348336 INFO  (zkCallback-299-thread-1-processing-n:127.0.0.1:49548_solr) [n:127.0.0.1:49548_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 348336 INFO  (zkCallback-300-thread-1-processing-n:127.0.0.1:55883_solr) [n:127.0.0.1:55883_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 348336 INFO  (zkCallback-301-thread-2-processing-n:127.0.0.1:42032_solr) [n:127.0.0.1:42032_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 348336 INFO  (zkCallback-302-thread-1-processing-n:127.0.0.1:52084_solr) [n:127.0.0.1:52084_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 348357 INFO  (qtp964985582-2971) [n:127.0.0.1:42032_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 348361 INFO  (qtp964985582-2971) [n:127.0.0.1:42032_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard2_replica2&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard2&wt=javabin&version=2} status=0 QTime=1770
   [junit4]   2> 348383 INFO  (qtp1319591647-2969) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 348385 INFO  (qtp1319591647-2969) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard1_replica1&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard1&wt=javabin&version=2} status=0 QTime=1795
   [junit4]   2> 348488 INFO  (zkCallback-302-thread-1-processing-n:127.0.0.1:52084_solr) [n:127.0.0.1:52084_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 348488 INFO  (zkCallback-299-thread-1-processing-n:127.0.0.1:49548_solr) [n:127.0.0.1:49548_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 348488 INFO  (zkCallback-301-thread-2-processing-n:127.0.0.1:42032_solr) [n:127.0.0.1:42032_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 348488 INFO  (zkCallback-300-thread-1-processing-n:127.0.0.1:55883_solr) [n:127.0.0.1:55883_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 348706 INFO  (qtp595425843-2954) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard2_replica1&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard2&wt=javabin&version=2} status=0 QTime=2121
   [junit4]   2> 348723 INFO  (qtp1252115228-2960) [n:127.0.0.1:49548_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard1_replica2&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard1&wt=javabin&version=2} status=0 QTime=2130
   [junit4]   2> 348731 INFO  (qtp1252115228-2959) [n:127.0.0.1:49548_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> 348834 INFO  (zkCallback-302-thread-1-processing-n:127.0.0.1:52084_solr) [n:127.0.0.1:52084_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 348834 INFO  (zkCallback-299-thread-1-processing-n:127.0.0.1:49548_solr) [n:127.0.0.1:49548_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 348834 INFO  (zkCallback-301-thread-1-processing-n:127.0.0.1:42032_solr) [n:127.0.0.1:42032_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 348834 INFO  (zkCallback-300-thread-1-processing-n:127.0.0.1:55883_solr) [n:127.0.0.1:55883_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 349732 INFO  (qtp1252115228-2959) [n:127.0.0.1:49548_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=4&name=addReplicaColl&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=3265
   [junit4]   2> 349736 INFO  (qtp1252115228-2956) [n:127.0.0.1:49548_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:55883_solr&action=ADDREPLICA&collection=addReplicaColl&shard=shard1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 349739 INFO  (OverseerCollectionConfigSetProcessor-97920893621764107-127.0.0.1:42032_solr-n_0000000000) [n:127.0.0.1:42032_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> 349740 INFO  (OverseerThreadFactory-910-thread-2-processing-n:127.0.0.1:42032_solr) [n:127.0.0.1:42032_solr    ] o.a.s.c.AddReplicaCmd addReplica() : {
   [junit4]   2>   "collection":"addReplicaColl",
   [junit4]   2>   "node":"127.0.0.1:55883_solr",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "operation":"addreplica"}
   [junit4]   2> 349741 INFO  (OverseerThreadFactory-910-thread-2-processing-n:127.0.0.1:42032_solr) [n:127.0.0.1:42032_solr    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:55883_solr for creating new replica
   [junit4]   2> 349745 INFO  (qtp1319591647-2982) [n:127.0.0.1:55883_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&name=addReplicaColl_shard1_replica3&action=CREATE&collection=addReplicaColl&shard=shard1&wt=javabin&version=2
   [junit4]   2> 349849 INFO  (zkCallback-302-thread-1-processing-n:127.0.0.1:52084_solr) [n:127.0.0.1:52084_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 349849 INFO  (zkCallback-299-thread-1-processing-n:127.0.0.1:49548_solr) [n:127.0.0.1:49548_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 349850 INFO  (zkCallback-300-thread-1-processing-n:127.0.0.1:55883_solr) [n:127.0.0.1:55883_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 349850 INFO  (zkCallback-301-thread-1-processing-n:127.0.0.1:42032_solr) [n:127.0.0.1:42032_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 350761 INFO  (qtp1319591647-2982) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 350770 INFO  (qtp1319591647-2982) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.s.IndexSchema [addReplicaColl_shard1_replica3] Schema name=minimal
   [junit4]   2> 350775 INFO  (qtp1319591647-2982) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 350775 INFO  (qtp1319591647-2982) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard1_replica3' using configuration from collection addReplicaColl, trusted=true
   [junit4]   2> 350776 INFO  (qtp1319591647-2982) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 350776 INFO  (qtp1319591647-2982) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.c.SolrCore [[addReplicaColl_shard1_replica3] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_FD58D75E367F9ADC-001/tempDir-001/node4/addReplicaColl_shard1_replica3], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_FD58D75E367F9ADC-001/tempDir-001/node4/./addReplicaColl_shard1_replica3/data/]
   [junit4]   2> 350876 INFO  (qtp1319591647-2982) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 350876 INFO  (qtp1319591647-2982) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 350878 INFO  (qtp1319591647-2982) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 350878 INFO  (qtp1319591647-2982) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 350886 INFO  (qtp1319591647-2982) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.s.SolrIndexSearcher Opening [Searcher@4c1c01d8[addReplicaColl_shard1_replica3] main]
   [junit4]   2> 350887 INFO  (qtp1319591647-2982) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 350888 INFO  (qtp1319591647-2982) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 350888 INFO  (qtp1319591647-2982) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 350888 INFO  (searcherExecutor-939-thread-1-processing-n:127.0.0.1:55883_solr x:addReplicaColl_shard1_replica3 s:shard1 c:addReplicaColl) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.c.SolrCore [addReplicaColl_shard1_replica3] Registered new searcher Searcher@4c1c01d8[addReplicaColl_shard1_replica3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 350888 INFO  (qtp1319591647-2982) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566734303484706816
   [junit4]   2> 350897 INFO  (qtp1319591647-2982) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.c.ZkController Core needs to recover:addReplicaColl_shard1_replica3
   [junit4]   2> 350906 INFO  (qtp1319591647-2982) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica3] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&name=addReplicaColl_shard1_replica3&action=CREATE&collection=addReplicaColl&shard=shard1&wt=javabin&version=2} status=0 QTime=1161
   [junit4]   2> 350907 INFO  (updateExecutor-288-thread-1-processing-n:127.0.0.1:55883_solr x:addReplicaColl_shard1_replica3 s:shard1 c:addReplicaColl) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica3] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 350915 INFO  (qtp1252115228-2956) [n:127.0.0.1:49548_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:55883_solr&action=ADDREPLICA&collection=addReplicaColl&shard=shard1&wt=javabin&version=2} status=0 QTime=1179
   [junit4]   2> 350921 INFO  (qtp1252115228-2957) [n:127.0.0.1:49548_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params action=ADDREPLICA&collection=addReplicaColl&shard=shard2&wt=javabin&version=2&property.instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_FD58D75E367F9ADC-001/tempDir-002 and sendToOCPQueue=true
   [junit4]   2> 350925 INFO  (OverseerCollectionConfigSetProcessor-97920893621764107-127.0.0.1:42032_solr-n_0000000000) [n:127.0.0.1:42032_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> 350926 INFO  (OverseerThreadFactory-910-thread-3-processing-n:127.0.0.1:42032_solr) [n:127.0.0.1:42032_solr    ] o.a.s.c.AddReplicaCmd addReplica() : {
   [junit4]   2>   "collection":"addReplicaColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "property.instanceDir":"/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_FD58D75E367F9ADC-001/tempDir-002",
   [junit4]   2>   "operation":"addreplica"}
   [junit4]   2> 350937 INFO  (recoveryExecutor-292-thread-1-processing-n:127.0.0.1:55883_solr x:addReplicaColl_shard1_replica3 s:shard1 c:addReplicaColl r:core_node5) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica3] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 350937 INFO  (OverseerThreadFactory-910-thread-3-processing-n:127.0.0.1:42032_solr) [n:127.0.0.1:42032_solr    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:52084_solr for creating new replica
   [junit4]   2> 350938 INFO  (recoveryExecutor-292-thread-1-processing-n:127.0.0.1:55883_solr x:addReplicaColl_shard1_replica3 s:shard1 c:addReplicaColl r:core_node5) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica3] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 350938 INFO  (recoveryExecutor-292-thread-1-processing-n:127.0.0.1:55883_solr x:addReplicaColl_shard1_replica3 s:shard1 c:addReplicaColl r:core_node5) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica3] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[addReplicaColl_shard1_replica3]
   [junit4]   2> 350938 INFO  (recoveryExecutor-292-thread-1-processing-n:127.0.0.1:55883_solr x:addReplicaColl_shard1_replica3 s:shard1 c:addReplicaColl r:core_node5) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica3] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 350938 INFO  (recoveryExecutor-292-thread-1-processing-n:127.0.0.1:55883_solr x:addReplicaColl_shard1_replica3 s:shard1 c:addReplicaColl r:core_node5) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica3] o.a.s.c.RecoveryStrategy Publishing state of core [addReplicaColl_shard1_replica3] as recovering, leader is [http://127.0.0.1:55883/solr/addReplicaColl_shard1_replica1/] and I am [http://127.0.0.1:55883/solr/addReplicaColl_shard1_replica3/]
   [junit4]   2> 350949 INFO  (recoveryExecutor-292-thread-1-processing-n:127.0.0.1:55883_solr x:addReplicaColl_shard1_replica3 s:shard1 c:addReplicaColl r:core_node5) [n:127.0.0.1:55883_solr c:addReplicaColl s:shard1 r:core_node5 x:addReplicaColl_shard1_replica3] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:55883/solr]; [WaitForState: action=PREPRECOVERY&core=addReplicaColl_shard1_replica1&nodeName=127.0.0.1:55883_solr&coreNodeName=core_node5&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 350951 INFO  (qtp595425843-2955) [n:127.0.0.1:52084_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&name=addReplicaColl_shard2_replica3&action=CREATE&collection=addReplicaColl&shard=shard2&wt=javabin&version=2&property.instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_FD58D75E367F9ADC-001/tempDir-002
   [junit4]   2> 350965 INFO  (qtp1319591647-2963) [n:127.0.0.1:55883_solr    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node5, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 350966 INFO  (qtp1319591647-2963) [n:127.0.0.1:55883_solr    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see addReplicaColl_shard1_replica1 (shard1 of addReplicaColl) have state: recovering
   [junit4]   2> 350966 INFO  (qtp1319591647-2963) [n:127.0.0.1:55883_solr    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=addReplicaColl, shard=shard1, thisCore=addReplicaColl_shard1_replica1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:55883_solr, coreNodeName=core_node5, onlyIfActiveCheckResult=false, nodeProps: core_node5:{"core":"addReplicaColl_shard1_replica3","base_url":"http://127.0.0.1:55883/solr","node_name":"127.0.0.1:55883_solr","state":"down"}
   [junit4]   2> 351058 INFO  (zkCallback-302-thread-1-processing-n:127.0.0.1:52084_solr) [n:127.0.0.1:52084_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 351058 INFO  (zkCallback-299-thread-1-processing-n:127.0.0.1:49548_solr) [n:127.0.0.1:49548_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 351058 INFO  (zkCallback-301-thread-1-processing-n:127.0.0.1:42032_solr) [n:127.0.0.1:42032_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 351058 INFO  (zkCallback-300-thread-1-processing-n:127.0.0.1:55883_solr) [n:127.0.0.1:55883_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 351966 INFO  (qtp1319591647-2963) [n:127.0.0.1:55883_solr    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=addReplicaColl, shard=shard1, thisCore=addReplicaColl_shard1_replica1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:55883_solr, coreNodeName=core_node5, onlyIfActiveCheckResult=false, nodeProps: core_node5:{"core":"addReplicaColl_shard1_replica3","base_url":"http://127.0.0.1:55883/solr","node_name":"127.0.0.1:55883_solr","state":"recovering"}
   [junit4]   2> 351967 INFO  (qtp1319591647-2963) [n:127.0.0.1:55883_solr    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node5, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 351967 INFO  (qtp1319591647-2963) [n:127.0.0.1:55883_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:55883_solr&onlyIfLeaderActive=true&core=addReplicaColl_shard1_replica1&coreNodeName=core_node5&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1001
   [junit4]   2> 351983 INFO  (qtp595425843-2955) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 352034 INFO  (qtp595425843-2955) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica3] o.a.s.s.IndexSchema [addReplicaColl_shard2_replica3] Schema name=minimal
   [junit4]   2> 352077 INFO  (qtp595425843-2955) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica3] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 352077 INFO  (qtp595425843-2955) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica3] o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard2_replica3' using configuration from collection addReplicaColl, trusted=true
   [junit4]   2> 352078 INFO  (qtp595425843-2955) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 352078 INFO  (qtp595425843-2955) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica3] o.a.s.c.SolrCore [[addReplicaColl_shard2_replica3] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_FD58D75E367F9ADC-001/tempDir-002], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_FD58D75E367F9ADC-001/tempDir-002/data/]
   [junit4]   2> 352195 INFO  (qtp595425843-2955) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica3] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 352196 INFO  (qtp595425843-2955) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica3] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 352196 INFO  (qtp595425843-2955) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 352197 INFO  (qtp595425843-2955) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 352197 INFO  (qtp595425843-2955) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica3] o.a.s.s.SolrIndexSearcher Opening [Searcher@58a9069b[addReplicaColl_shard2_replica3] main]
   [junit4]   2> 352202 INFO  (qtp595425843-2955) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica3] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 352203 INFO  (qtp595425843-2955) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica3] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 352203 INFO  (qtp595425843-2955) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 352203 INFO  (qtp595425843-2955) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica3] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566734304863584256
   [junit4]   2> 352207 INFO  (qtp595425843-2955) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica3] o.a.s.c.ZkController Core needs to recover:addReplicaColl_shard2_replica3
   [junit4]   2> 352207 INFO  (searcherExecutor-944-thread-1-processing-n:127.0.0.1:52084_solr x:addReplicaColl_shard2_replica3 s:shard2 c:addReplicaColl) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica3] o.a.s.c.SolrCore [addReplicaColl_shard2_replica3] Registered new searcher Searcher@58a9069b[addReplicaColl_shard2_replica3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 352209 INFO  (qtp595425843-2955) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica3] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&name=addReplicaColl_shard2_replica3&action=CREATE&collection=addReplicaColl&shard=shard2&wt=javabin&version=2&property.instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_FD58D75E367F9ADC-001/tempDir-002} status=0 QTime=1258
   [junit4]   2> 352212 INFO  (updateExecutor-294-thread-1-processing-n:127.0.0.1:52084_solr x:addReplicaColl_shard2_replica3 s:shard2 c:addReplicaColl) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2 r:core_node6 x:addReplicaColl_shard2_replica3] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 352212 INFO  (qtp1252115228-2957) [n:127.0.0.1:49548_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=ADDREPLICA&collection=addReplicaColl&shard=shard2&wt=javabin&version=2&property.instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_FD58D75E367F9ADC-001/tempDir-002} status=0 QTime=1291
   [junit4]   2> 352229 INFO  (qtp595425843-2974) [n:127.0.0.1:52084_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={core=addReplicaColl_shard2_replica3&action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 352233 INFO  (qtp1252115228-2961) [n:127.0.0.1:49548_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params name=addReplicaColl_shard2_replica3&action=addreplica&collection=addReplicaColl&shard=shard1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 352241 INFO  (recoveryExecutor-297-thread-1-processing-n:127.0.0.1:52084_solr x:addReplicaColl_shard2_replica3 s:shard2 c:addReplicaColl r:core_node6) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2 r:core_node6 x:addReplicaColl_shard2_replica3] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 352256 INFO  (recoveryExecutor-297-thread-1-processing-n:127.0.0.1:52084_solr x:addReplicaColl_shard2_replica3 s:shard2 c:addReplicaColl r:core_node6) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2 r:core_node6 x:addReplicaColl_shard2_replica3] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 352256 INFO  (recoveryExecutor-297-thread-1-processing-n:127.0.0.1:52084_solr x:addReplicaColl_shard2_replica3 s:shard2 c:addReplicaColl r:core_node6) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2 r:core_node6 x:addReplicaColl_shard2_replica3] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[addReplicaColl_shard2_replica3]
   [junit4]   2> 352256 INFO  (recoveryExecutor-297-thread-1-processing-n:127.0.0.1:52084_solr x:addReplicaColl_shard2_replica3 s:shard2 c:addReplicaColl r:core_node6) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2 r:core_node6 x:addReplicaColl_shard2_replica3] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 352256 INFO  (recoveryExecutor-297-thread-1-processing-n:127.0.0.1:52084_solr x:addReplicaColl_shard2_replica3 s:shard2 c:addReplicaColl r:core_node6) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2 r:core_node6 x:addReplicaColl_shard2_replica3] o.a.s.c.RecoveryStrategy Publishing state of core [addReplicaColl_shard2_replica3] as recovering, leader is [http://127.0.0.1:42032/solr/addReplicaColl_shard2_replica2/] and I am [http://127.0.0.1:52084/solr/addReplicaColl_shard2_replica3/]
   [junit4]   2> 352259 INFO  (recoveryExecutor-297-thread-1-processing-n:127.0.0.1:52084_solr x:addReplicaColl_shard2_replica3 s:shard2 c:addReplicaColl r:core_node6) [n:127.0.0.1:52084_solr c:addReplicaColl s:shard2 r:core_node6 x:addReplicaColl_shard2_replica3] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:42032/solr]; [WaitForState: action=PREPRECOVERY&core=addReplicaColl_shard2_replica2&nodeName=127.0.0.1:52084_solr&coreNodeName=core_node6&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 352259 INFO  (OverseerThreadFactory-910-thread-4-processing-n:127.0.0.1:42032_solr) [n:127.0.0.1:42032_solr    ] o.a.s.c.AddReplicaCmd addReplica() : {
   [junit4]   2>   "collection":"addReplicaColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "name":"addReplicaColl_shard2_replica3",
   [junit4]   2>   "operation":"addreplica"}
   [junit4]   2> 352260 INFO  (OverseerThreadFactory-910-thread-4-processing-n:127.0.0.1:42032_solr) [n:127.0.0.1:42032_solr    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:42032_solr for creating new replica
   [junit4]   2> 352260 ERROR (OverseerThreadFactory-910-thread-4-processing-n:127.0.0.1:42032_solr) [n:127.0.0.1:42032_solr    ] o.a.s.c.OverseerCollectionMessageHandler Collection: addReplicaColl operation: addreplica failed:org.apache.solr.common.SolrException: Another replica with the same core name already exists for this collection
   [junit4]   2> 	at org.apache.solr.cloud.AddReplicaCmd.addReplica(AddReplicaCmd.java:111)
   [junit4]   2> 	at org.apache.solr.cloud.AddReplicaCmd.call(AddReplicaCmd.java:65)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:225)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:464)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 352270 INFO  (OverseerCollectionConfigSetProcessor-97920893621764107-127.0.

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

007 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[FD58D75E367F9ADC]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@6e87c434{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 902007 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[FD58D75E367F9ADC]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@77b41b44{/g_pr/di,null,UNAVAILABLE}
   [junit4]   2> 902009 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[FD58D75E367F9ADC]) [    ] o.a.s.c.ChaosMonkey monkey: stop shard! 44222
   [junit4]   2> 902009 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[FD58D75E367F9ADC]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=891800494
   [junit4]   2> 902016 INFO  (zkCallback-1065-thread-3-processing-n:127.0.0.1:44222_g_pr%2Fdi) [n:127.0.0.1:44222_g_pr%2Fdi    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 902019 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[FD58D75E367F9ADC]) [    ] o.a.s.c.Overseer Overseer (id=97920928446349330-127.0.0.1:44222_g_pr%2Fdi-n_0000000004) closing
   [junit4]   2> 902019 INFO  (OverseerStateUpdate-97920928446349330-127.0.0.1:44222_g_pr%2Fdi-n_0000000004) [n:127.0.0.1:44222_g_pr%2Fdi    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:44222_g_pr%2Fdi
   [junit4]   2> 902056 WARN  (zkCallback-1065-thread-2-processing-n:127.0.0.1:44222_g_pr%2Fdi) [n:127.0.0.1:44222_g_pr%2Fdi c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.SyncStrategy Closed, skipping sync up.
   [junit4]   2> 902056 INFO  (zkCallback-1065-thread-2-processing-n:127.0.0.1:44222_g_pr%2Fdi) [n:127.0.0.1:44222_g_pr%2Fdi c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 902056 INFO  (zkCallback-1065-thread-2-processing-n:127.0.0.1:44222_g_pr%2Fdi) [n:127.0.0.1:44222_g_pr%2Fdi c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6b054c3c
   [junit4]   2> 902112 INFO  (zkCallback-1065-thread-2-processing-n:127.0.0.1:44222_g_pr%2Fdi) [n:127.0.0.1:44222_g_pr%2Fdi c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 903522 WARN  (zkCallback-1065-thread-3-processing-n:127.0.0.1:44222_g_pr%2Fdi) [n:127.0.0.1:44222_g_pr%2Fdi    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 903523 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[FD58D75E367F9ADC]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 903524 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[FD58D75E367F9ADC]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1342934f{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 903524 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[FD58D75E367F9ADC]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@77a1006{/g_pr/di,null,UNAVAILABLE}
   [junit4]   2> 903525 ERROR (TEST-TestDynamicLoading.testDynamicLoading-seed#[FD58D75E367F9ADC]) [    ] 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> 903526 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[FD58D75E367F9ADC]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:58214 58214
   [junit4]   2> 903627 INFO  (Thread-4454) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:58214 58214
   [junit4]   2> 903628 WARN  (Thread-4454) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	15	/solr/configs/conf1
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	4	/solr/overseer/queue
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 	4	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDynamicLoading -Dtests.method=testDynamicLoading -Dtests.seed=FD58D75E367F9ADC -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ar-DZ -Dtests.timezone=Etc/GMT-14 -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 26.6s J1 | TestDynamicLoading.testDynamicLoading <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not get expected value  'org.apache.solr.core.BlobStoreTestRequestHandler' for path 'overlay/requestHandler/\/test1/class' full output: {
   [junit4]    >   "responseHeader":{
   [junit4]    >     "status":0,
   [junit4]    >     "QTime":0},
   [junit4]    >   "overlay":{
   [junit4]    >     "znodeVersion":0,
   [junit4]    >     "runtimeLib":{"colltest":{
   [junit4]    >         "name":"colltest",
   [junit4]    >         "version":1}}}},  from server:  null
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FD58D75E367F9ADC:2515FA09C1A23F7C]:0)
   [junit4]    > 	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:556)
   [junit4]    > 	at org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:97)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 903630 INFO  (SUITE-TestDynamicLoading-seed#[FD58D75E367F9ADC]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_FD58D75E367F9ADC-001
   [junit4]   2> May 07, 2017 11:00:18 AM 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(Lucene62): {}, docValues:{}, maxPointsInLeafNode=1418, maxMBSortInHeap=7.9828556025688275, sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=ar-DZ, timezone=Etc/GMT-14
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=4,threads=1,free=88839800,total=532152320
   [junit4]   2> NOTE: All tests run in this JVM: [TestBulkSchemaAPI, TestInPlaceUpdatesDistrib, TestSolr4Spatial2, TestLuceneMatchVersion, TestStressVersions, TestSweetSpotSimilarityFactory, ChangedSchemaMergeTest, InfixSuggestersTest, TestManagedSchemaThreadSafety, IndexSchemaRuntimeFieldTest, BlockJoinFacetRandomTest, CSVRequestHandlerTest, DistribCursorPagingTest, TestClusterProperties, HighlighterTest, TestSearcherReuse, TestBM25SimilarityFactory, TestQueryUtils, HdfsRecoveryZkTest, TestSearchPerf, HdfsCollectionsAPIDistributedZkTest, TestQueryTypes, HdfsDirectoryFactoryTest, TestOverriddenPrefixQueryForCustomFieldType, DeleteReplicaTest, TestExportWriter, TestUpdate, CoreSorterTest, LoggingHandlerTest, BasicAuthIntegrationTest, TestLMDirichletSimilarityFactory, MetricsHandlerTest, TestCloudPivotFacet, DocValuesTest, HdfsWriteToMultipleCollectionsTest, TestLockTree, LeaderInitiatedRecoveryOnShardRestartTest, TestSolrIndexConfig, CollectionsAPIDistributedZkTest, AtomicUpdatesTest, DirectSolrSpellCheckerTest, TestQuerySenderListener, SolrJmxReporterTest, ClusterStateUpdateTest, TestDistributedGrouping, CleanupOldIndexTest, TestSchemalessBufferedUpdates, SortSpecParsingTest, TestCursorMarkWithoutUniqueKey, SortByFunctionTest, IndexBasedSpellCheckerTest, SubstringBytesRefFilterTest, DistributedFacetPivotLargeTest, TestNonDefinedSimilarityFactory, CopyFieldTest, SpatialRPTFieldTypeTest, LeaderFailoverAfterPartitionTest, SuggesterFSTTest, DistributedIntervalFacetingTest, SearchHandlerTest, ZkCLITest, SimplePostToolTest, ConnectionManagerTest, SolrIndexConfigTest, SolrCloudExampleTest, TermsComponentTest, TestMissingGroups, TestFiltering, TestHighFrequencyDictionaryFactory, AddBlockUpdateTest, TestSolrCoreSnapshots, TestWordDelimiterFilterFactory, TestDocBasedVersionConstraints, SchemaVersionSpecificBehaviorTest, BufferStoreTest, ClassificationUpdateProcessorTest, CheckHdfsIndexTest, RuleEngineTest, TestTrackingShardHandlerFactory, TestUnifiedSolrHighlighter, SolrMetricsIntegrationTest, TestManagedSynonymFilterFactory, ShardRoutingCustomTest, VersionInfoTest, DocumentBuilderTest, TestSuggestSpellingConverter, TestStressCloudBlindAtomicUpdates, TestSurroundQueryParser, RAMDirectoryFactoryTest, CoreAdminRequestStatusTest, SegmentsInfoRequestHandlerTest, TestJsonFacets, SystemInfoHandlerTest, TestHalfAndHalfDocValues, TestFastOutputStream, SolrCoreMetricManagerTest, TestSha256AuthenticationProvider, TestSchemaNameResource, TestExactSharedStatsCache, TestCharFilters, DistributedDebugComponentTest, DistributedTermsComponentTest, HdfsBasicDistributedZkTest, TestDynamicLoading]
   [junit4] Completed [312/711 (2!)] on J1 in 27.17s, 1 test, 1 failure <<< FAILURES!

[...truncated 44715 lines...]