You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2017/05/07 22:45:25 UTC

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_131) - Build # 19579 - Unstable!

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

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:42054/solr/test_col: Failed synchronous update on shard StdNode: http://127.0.0.1:38065/solr/test_col_shard1_replica1/ update: org.apache.solr.client.solrj.request.UpdateRequest@51144778

Stack Trace:
java.util.concurrent.ExecutionException: java.lang.RuntimeException: Error from server at http://127.0.0.1:42054/solr/test_col: Failed synchronous update on shard StdNode: http://127.0.0.1:38065/solr/test_col_shard1_replica1/ update: org.apache.solr.client.solrj.request.UpdateRequest@51144778
	at __randomizedtesting.SeedInfo.seed([D4803C454DF81D97:E2945E03C7A52786]: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:748)
Caused by: java.lang.RuntimeException: Error from server at http://127.0.0.1:42054/solr/test_col: Failed synchronous update on shard StdNode: http://127.0.0.1:38065/solr/test_col_shard1_replica1/ update: org.apache.solr.client.solrj.request.UpdateRequest@51144778
	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:42054/solr/test_col: Failed synchronous update on shard StdNode: http://127.0.0.1:38065/solr/test_col_shard1_replica1/ update: org.apache.solr.client.solrj.request.UpdateRequest@51144778
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:627)
	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 11908 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D4803C454DF81D97-001/init-core-data-001
   [junit4]   2> 854780 WARN  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[D4803C454DF81D97]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=14 numCloses=14
   [junit4]   2> 854780 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[D4803C454DF81D97]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 854781 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[D4803C454DF81D97]-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> 854782 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[D4803C454DF81D97]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D4803C454DF81D97-001/tempDir-001
   [junit4]   2> 854782 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[D4803C454DF81D97]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 854782 INFO  (Thread-1618) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 854782 INFO  (Thread-1618) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 854783 ERROR (Thread-1618) [    ] 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> 854882 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[D4803C454DF81D97]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:44438
   [junit4]   2> 854886 INFO  (jetty-launcher-1576-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 854886 INFO  (jetty-launcher-1576-thread-3) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 854886 INFO  (jetty-launcher-1576-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 854886 INFO  (jetty-launcher-1576-thread-4) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 854887 INFO  (jetty-launcher-1576-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@70201e57{/solr,null,AVAILABLE}
   [junit4]   2> 854888 INFO  (jetty-launcher-1576-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@208b705d{/solr,null,AVAILABLE}
   [junit4]   2> 854888 INFO  (jetty-launcher-1576-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@337fce04{/solr,null,AVAILABLE}
   [junit4]   2> 854888 INFO  (jetty-launcher-1576-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@61f0fc95{/solr,null,AVAILABLE}
   [junit4]   2> 854888 INFO  (jetty-launcher-1576-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3c3079a4{HTTP/1.1,[http/1.1]}{127.0.0.1:42054}
   [junit4]   2> 854888 INFO  (jetty-launcher-1576-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6f1f13c7{HTTP/1.1,[http/1.1]}{127.0.0.1:36813}
   [junit4]   2> 854889 INFO  (jetty-launcher-1576-thread-4) [    ] o.e.j.s.Server Started @856577ms
   [junit4]   2> 854889 INFO  (jetty-launcher-1576-thread-2) [    ] o.e.j.s.Server Started @856577ms
   [junit4]   2> 854889 INFO  (jetty-launcher-1576-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42054}
   [junit4]   2> 854889 INFO  (jetty-launcher-1576-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36813}
   [junit4]   2> 854889 INFO  (jetty-launcher-1576-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3b780387{HTTP/1.1,[http/1.1]}{127.0.0.1:41847}
   [junit4]   2> 854888 INFO  (jetty-launcher-1576-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@68efe1d7{HTTP/1.1,[http/1.1]}{127.0.0.1:38065}
   [junit4]   2> 854889 INFO  (jetty-launcher-1576-thread-1) [    ] o.e.j.s.Server Started @856577ms
   [junit4]   2> 854889 INFO  (jetty-launcher-1576-thread-3) [    ] o.e.j.s.Server Started @856577ms
   [junit4]   2> 854889 INFO  (jetty-launcher-1576-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41847}
   [junit4]   2> 854889 INFO  (jetty-launcher-1576-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38065}
   [junit4]   2> 854889 ERROR (jetty-launcher-1576-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 854889 ERROR (jetty-launcher-1576-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 854889 ERROR (jetty-launcher-1576-thread-3) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 854889 INFO  (jetty-launcher-1576-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 854889 INFO  (jetty-launcher-1576-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 854889 INFO  (jetty-launcher-1576-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 854890 INFO  (jetty-launcher-1576-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 854890 INFO  (jetty-launcher-1576-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 854890 INFO  (jetty-launcher-1576-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 854890 INFO  (jetty-launcher-1576-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-07T22:07:03.957Z
   [junit4]   2> 854890 INFO  (jetty-launcher-1576-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-07T22:07:03.957Z
   [junit4]   2> 854889 ERROR (jetty-launcher-1576-thread-4) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 854889 INFO  (jetty-launcher-1576-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 854890 INFO  (jetty-launcher-1576-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 854890 INFO  (jetty-launcher-1576-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 854890 INFO  (jetty-launcher-1576-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 854890 INFO  (jetty-launcher-1576-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 854890 INFO  (jetty-launcher-1576-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 854890 INFO  (jetty-launcher-1576-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-07T22:07:03.957Z
   [junit4]   2> 854890 INFO  (jetty-launcher-1576-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-07T22:07:03.957Z
   [junit4]   2> 854894 INFO  (jetty-launcher-1576-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 854894 INFO  (jetty-launcher-1576-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 854894 INFO  (jetty-launcher-1576-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 854894 INFO  (jetty-launcher-1576-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 854900 INFO  (jetty-launcher-1576-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44438/solr
   [junit4]   2> 854901 INFO  (jetty-launcher-1576-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44438/solr
   [junit4]   2> 854901 INFO  (jetty-launcher-1576-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44438/solr
   [junit4]   2> 854903 INFO  (jetty-launcher-1576-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44438/solr
   [junit4]   2> 854905 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 0x15be4f3a2aa0006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 854906 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 0x15be4f3a2aa0007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 854918 INFO  (jetty-launcher-1576-thread-2) [n:127.0.0.1:36813_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 854918 INFO  (jetty-launcher-1576-thread-4) [n:127.0.0.1:42054_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 854918 INFO  (jetty-launcher-1576-thread-1) [n:127.0.0.1:41847_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 854918 INFO  (jetty-launcher-1576-thread-3) [n:127.0.0.1:38065_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 854919 INFO  (jetty-launcher-1576-thread-2) [n:127.0.0.1:36813_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36813_solr
   [junit4]   2> 854920 INFO  (jetty-launcher-1576-thread-4) [n:127.0.0.1:42054_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42054_solr
   [junit4]   2> 854920 INFO  (jetty-launcher-1576-thread-3) [n:127.0.0.1:38065_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38065_solr
   [junit4]   2> 854920 INFO  (jetty-launcher-1576-thread-1) [n:127.0.0.1:41847_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41847_solr
   [junit4]   2> 854920 INFO  (jetty-launcher-1576-thread-2) [n:127.0.0.1:36813_solr    ] o.a.s.c.Overseer Overseer (id=97923551975833610-127.0.0.1:36813_solr-n_0000000000) starting
   [junit4]   2> 854921 INFO  (zkCallback-1596-thread-1-processing-n:127.0.0.1:36813_solr) [n:127.0.0.1:36813_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 854922 INFO  (zkCallback-1598-thread-1-processing-n:127.0.0.1:41847_solr) [n:127.0.0.1:41847_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 854922 INFO  (zkCallback-1595-thread-1-processing-n:127.0.0.1:38065_solr) [n:127.0.0.1:38065_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 854922 INFO  (zkCallback-1597-thread-1-processing-n:127.0.0.1:42054_solr) [n:127.0.0.1:42054_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 854930 INFO  (zkCallback-1596-thread-1-processing-n:127.0.0.1:36813_solr) [n:127.0.0.1:36813_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 854942 INFO  (zkCallback-1598-thread-2-processing-n:127.0.0.1:41847_solr) [n:127.0.0.1:41847_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 854945 INFO  (jetty-launcher-1576-thread-2) [n:127.0.0.1:36813_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36813_solr
   [junit4]   2> 854946 INFO  (zkCallback-1596-thread-1-processing-n:127.0.0.1:36813_solr) [n:127.0.0.1:36813_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 854956 INFO  (zkCallback-1597-thread-1-processing-n:127.0.0.1:42054_solr) [n:127.0.0.1:42054_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 854956 INFO  (zkCallback-1598-thread-2-processing-n:127.0.0.1:41847_solr) [n:127.0.0.1:41847_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 854956 INFO  (zkCallback-1595-thread-1-processing-n:127.0.0.1:38065_solr) [n:127.0.0.1:38065_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 855028 INFO  (jetty-launcher-1576-thread-4) [n:127.0.0.1:42054_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42054.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@236db922
   [junit4]   2> 855030 INFO  (jetty-launcher-1576-thread-1) [n:127.0.0.1:41847_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41847.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@236db922
   [junit4]   2> 855032 INFO  (jetty-launcher-1576-thread-2) [n:127.0.0.1:36813_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36813.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@236db922
   [junit4]   2> 855032 INFO  (jetty-launcher-1576-thread-4) [n:127.0.0.1:42054_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42054.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@236db922
   [junit4]   2> 855032 INFO  (jetty-launcher-1576-thread-4) [n:127.0.0.1:42054_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42054.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@236db922
   [junit4]   2> 855033 INFO  (jetty-launcher-1576-thread-4) [n:127.0.0.1:42054_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D4803C454DF81D97-001/tempDir-001/node4/.
   [junit4]   2> 855035 INFO  (jetty-launcher-1576-thread-1) [n:127.0.0.1:41847_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41847.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@236db922
   [junit4]   2> 855035 INFO  (jetty-launcher-1576-thread-1) [n:127.0.0.1:41847_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41847.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@236db922
   [junit4]   2> 855037 INFO  (jetty-launcher-1576-thread-1) [n:127.0.0.1:41847_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D4803C454DF81D97-001/tempDir-001/node1/.
   [junit4]   2> 855039 INFO  (jetty-launcher-1576-thread-2) [n:127.0.0.1:36813_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36813.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@236db922
   [junit4]   2> 855039 INFO  (jetty-launcher-1576-thread-2) [n:127.0.0.1:36813_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36813.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@236db922
   [junit4]   2> 855039 INFO  (jetty-launcher-1576-thread-2) [n:127.0.0.1:36813_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D4803C454DF81D97-001/tempDir-001/node2/.
   [junit4]   2> 855073 INFO  (jetty-launcher-1576-thread-3) [n:127.0.0.1:38065_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38065.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@236db922
   [junit4]   2> 855076 INFO  (jetty-launcher-1576-thread-3) [n:127.0.0.1:38065_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38065.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@236db922
   [junit4]   2> 855077 INFO  (jetty-launcher-1576-thread-3) [n:127.0.0.1:38065_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38065.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@236db922
   [junit4]   2> 855078 INFO  (jetty-launcher-1576-thread-3) [n:127.0.0.1:38065_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D4803C454DF81D97-001/tempDir-001/node3/.
   [junit4]   2> 855142 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[D4803C454DF81D97]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 855142 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[D4803C454DF81D97]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44438/solr ready
   [junit4]   2> 855300 INFO  (qtp2039091309-9010) [n:127.0.0.1:42054_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> 855303 INFO  (OverseerThreadFactory-3621-thread-1-processing-n:127.0.0.1:36813_solr) [n:127.0.0.1:36813_solr    ] o.a.s.c.CreateCollectionCmd Create collection test_col
   [junit4]   2> 855406 INFO  (qtp2039091309-9015) [n:127.0.0.1:42054_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> 855420 INFO  (qtp1971955653-8996) [n:127.0.0.1:41847_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> 855420 INFO  (qtp1477253334-9009) [n:127.0.0.1:38065_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> 855420 INFO  (qtp2039091309-9015) [n:127.0.0.1:42054_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 855420 INFO  (qtp1971955653-8996) [n:127.0.0.1:41847_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 855420 INFO  (qtp1477253334-9009) [n:127.0.0.1:38065_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 855422 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_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> 855422 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 855525 INFO  (zkCallback-1597-thread-1-processing-n:127.0.0.1:42054_solr) [n:127.0.0.1:42054_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> 855525 INFO  (zkCallback-1598-thread-2-processing-n:127.0.0.1:41847_solr) [n:127.0.0.1:41847_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> 855525 INFO  (zkCallback-1596-thread-2-processing-n:127.0.0.1:36813_solr) [n:127.0.0.1:36813_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> 855525 INFO  (zkCallback-1595-thread-1-processing-n:127.0.0.1:38065_solr) [n:127.0.0.1:38065_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> 856431 WARN  (qtp125847054-9008) [n:127.0.0.1:36813_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> 856431 WARN  (qtp2039091309-9015) [n:127.0.0.1:42054_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> 856434 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 856434 INFO  (qtp2039091309-9015) [n:127.0.0.1:42054_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 856435 WARN  (qtp1477253334-9009) [n:127.0.0.1:38065_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> 856435 WARN  (qtp1971955653-8996) [n:127.0.0.1:41847_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> 856436 INFO  (qtp1477253334-9009) [n:127.0.0.1:38065_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 856436 INFO  (qtp1971955653-8996) [n:127.0.0.1:41847_solr c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 856443 INFO  (qtp2039091309-9015) [n:127.0.0.1:42054_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> 856443 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_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> 856445 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_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> 856445 INFO  (qtp2039091309-9015) [n:127.0.0.1:42054_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> 856445 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_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> 856445 INFO  (qtp2039091309-9015) [n:127.0.0.1:42054_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> 856446 INFO  (qtp2039091309-9015) [n:127.0.0.1:42054_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42054.solr.core.test_col.shard1.replica2' (registry 'solr.core.test_col.shard1.replica2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@236db922
   [junit4]   2> 856446 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36813.solr.core.test_col.shard2.replica2' (registry 'solr.core.test_col.shard2.replica2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@236db922
   [junit4]   2> 856446 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 856446 INFO  (qtp2039091309-9015) [n:127.0.0.1:42054_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 856446 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.c.SolrCore [[test_col_shard2_replica2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D4803C454DF81D97-001/tempDir-001/node2/test_col_shard2_replica2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D4803C454DF81D97-001/tempDir-001/node2/./test_col_shard2_replica2/data/]
   [junit4]   2> 856446 INFO  (qtp2039091309-9015) [n:127.0.0.1:42054_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.c.SolrCore [[test_col_shard1_replica2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D4803C454DF81D97-001/tempDir-001/node4/test_col_shard1_replica2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D4803C454DF81D97-001/tempDir-001/node4/./test_col_shard1_replica2/data/]
   [junit4]   2> 856448 INFO  (qtp2039091309-9015) [n:127.0.0.1:42054_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 856448 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 856450 INFO  (qtp1971955653-8996) [n:127.0.0.1:41847_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> 856450 INFO  (qtp1477253334-9009) [n:127.0.0.1:38065_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> 856450 WARN  (qtp2039091309-9015) [n:127.0.0.1:42054_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> 856452 INFO  (qtp1477253334-9009) [n:127.0.0.1:38065_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> 856452 INFO  (qtp1971955653-8996) [n:127.0.0.1:41847_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> 856452 INFO  (qtp1477253334-9009) [n:127.0.0.1:38065_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> 856452 INFO  (qtp1971955653-8996) [n:127.0.0.1:41847_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> 856452 INFO  (qtp1971955653-8996) [n:127.0.0.1:41847_solr c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41847.solr.core.test_col.shard2.replica1' (registry 'solr.core.test_col.shard2.replica1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@236db922
   [junit4]   2> 856452 INFO  (qtp1477253334-9009) [n:127.0.0.1:38065_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38065.solr.core.test_col.shard1.replica1' (registry 'solr.core.test_col.shard1.replica1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@236db922
   [junit4]   2> 856453 INFO  (qtp1971955653-8996) [n:127.0.0.1:41847_solr c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 856453 INFO  (qtp1477253334-9009) [n:127.0.0.1:38065_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 856453 INFO  (qtp1971955653-8996) [n:127.0.0.1:41847_solr c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.c.SolrCore [[test_col_shard2_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D4803C454DF81D97-001/tempDir-001/node1/test_col_shard2_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D4803C454DF81D97-001/tempDir-001/node1/./test_col_shard2_replica1/data/]
   [junit4]   2> 856453 INFO  (qtp1477253334-9009) [n:127.0.0.1:38065_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.c.SolrCore [[test_col_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D4803C454DF81D97-001/tempDir-001/node3/test_col_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D4803C454DF81D97-001/tempDir-001/node3/./test_col_shard1_replica1/data/]
   [junit4]   2> 856470 WARN  (qtp125847054-9008) [n:127.0.0.1:36813_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> 856470 INFO  (qtp1971955653-8996) [n:127.0.0.1:41847_solr c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 856471 INFO  (qtp1477253334-9009) [n:127.0.0.1:38065_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 856473 WARN  (qtp1477253334-9009) [n:127.0.0.1:38065_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> 856473 WARN  (qtp1971955653-8996) [n:127.0.0.1:41847_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> 856503 INFO  (qtp2039091309-9015) [n:127.0.0.1:42054_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> 856503 INFO  (qtp2039091309-9015) [n:127.0.0.1:42054_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> 856504 INFO  (qtp2039091309-9015) [n:127.0.0.1:42054_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 856504 INFO  (qtp2039091309-9015) [n:127.0.0.1:42054_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 856505 INFO  (qtp2039091309-9015) [n:127.0.0.1:42054_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=41, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6683558794057507]
   [junit4]   2> 856505 INFO  (qtp2039091309-9015) [n:127.0.0.1:42054_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@46abcaeb[test_col_shard1_replica2] main]
   [junit4]   2> 856505 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_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> 856505 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_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> 856506 INFO  (qtp2039091309-9015) [n:127.0.0.1:42054_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> 856506 INFO  (qtp2039091309-9015) [n:127.0.0.1:42054_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> 856507 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 856507 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 856507 INFO  (qtp2039091309-9015) [n:127.0.0.1:42054_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 856508 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_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=41, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6683558794057507]
   [junit4]   2> 856508 INFO  (searcherExecutor-3631-thread-1-processing-n:127.0.0.1:42054_solr x:test_col_shard1_replica2 s:shard1 c:test_col) [n:127.0.0.1:42054_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.c.SolrCore [test_col_shard1_replica2] Registered new searcher Searcher@46abcaeb[test_col_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 856508 INFO  (qtp2039091309-9015) [n:127.0.0.1:42054_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 1566776833422131200
   [junit4]   2> 856508 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@86c6aa2[test_col_shard2_replica2] main]
   [junit4]   2> 856509 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_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> 856509 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_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> 856509 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 856511 INFO  (searcherExecutor-3630-thread-1-processing-n:127.0.0.1:36813_solr x:test_col_shard2_replica2 s:shard2 c:test_col) [n:127.0.0.1:36813_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.c.SolrCore [test_col_shard2_replica2] Registered new searcher Searcher@86c6aa2[test_col_shard2_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 856511 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_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 1566776833425276928
   [junit4]   2> 856512 INFO  (qtp2039091309-9015) [n:127.0.0.1:42054_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 856515 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_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> 856532 INFO  (qtp1477253334-9009) [n:127.0.0.1:38065_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> 856532 INFO  (qtp1971955653-8996) [n:127.0.0.1:41847_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> 856532 INFO  (qtp1477253334-9009) [n:127.0.0.1:38065_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> 856532 INFO  (qtp1971955653-8996) [n:127.0.0.1:41847_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> 856534 INFO  (qtp1477253334-9009) [n:127.0.0.1:38065_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 856534 INFO  (qtp1971955653-8996) [n:127.0.0.1:41847_solr c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 856534 INFO  (qtp1477253334-9009) [n:127.0.0.1:38065_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 856534 INFO  (qtp1971955653-8996) [n:127.0.0.1:41847_solr c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 856536 INFO  (qtp1971955653-8996) [n:127.0.0.1:41847_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=41, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6683558794057507]
   [junit4]   2> 856536 INFO  (qtp1477253334-9009) [n:127.0.0.1:38065_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=41, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6683558794057507]
   [junit4]   2> 856536 INFO  (qtp1971955653-8996) [n:127.0.0.1:41847_solr c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6ad6a549[test_col_shard2_replica1] main]
   [junit4]   2> 856536 INFO  (qtp1477253334-9009) [n:127.0.0.1:38065_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@45a3501a[test_col_shard1_replica1] main]
   [junit4]   2> 856538 INFO  (qtp1477253334-9009) [n:127.0.0.1:38065_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> 856538 INFO  (qtp1971955653-8996) [n:127.0.0.1:41847_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> 856538 INFO  (qtp1477253334-9009) [n:127.0.0.1:38065_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> 856538 INFO  (qtp1971955653-8996) [n:127.0.0.1:41847_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> 856539 INFO  (qtp1477253334-9009) [n:127.0.0.1:38065_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 856539 INFO  (qtp1971955653-8996) [n:127.0.0.1:41847_solr c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 856539 INFO  (qtp1971955653-8996) [n:127.0.0.1:41847_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 1566776833454637056
   [junit4]   2> 856540 INFO  (searcherExecutor-3632-thread-1-processing-n:127.0.0.1:38065_solr x:test_col_shard1_replica1 s:shard1 c:test_col) [n:127.0.0.1:38065_solr c:test_col s:shard1  x:test_col_shard1_replica1] o.a.s.c.SolrCore [test_col_shard1_replica1] Registered new searcher Searcher@45a3501a[test_col_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 856541 INFO  (searcherExecutor-3633-thread-1-processing-n:127.0.0.1:41847_solr x:test_col_shard2_replica1 s:shard2 c:test_col) [n:127.0.0.1:41847_solr c:test_col s:shard2  x:test_col_shard2_replica1] o.a.s.c.SolrCore [test_col_shard2_replica1] Registered new searcher Searcher@6ad6a549[test_col_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 856541 INFO  (qtp1477253334-9009) [n:127.0.0.1:38065_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 1566776833456734208
   [junit4]   2> 856616 INFO  (zkCallback-1597-thread-1-processing-n:127.0.0.1:42054_solr) [n:127.0.0.1:42054_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> 856616 INFO  (zkCallback-1598-thread-2-processing-n:127.0.0.1:41847_solr) [n:127.0.0.1:41847_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> 856616 INFO  (zkCallback-1596-thread-2-processing-n:127.0.0.1:36813_solr) [n:127.0.0.1:36813_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> 856616 INFO  (zkCallback-1595-thread-1-processing-n:127.0.0.1:38065_solr) [n:127.0.0.1:38065_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> 857013 INFO  (qtp2039091309-9015) [n:127.0.0.1:42054_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 857013 INFO  (qtp2039091309-9015) [n:127.0.0.1:42054_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 857013 INFO  (qtp2039091309-9015) [n:127.0.0.1:42054_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:42054/solr/test_col_shard1_replica2/
   [junit4]   2> 857013 INFO  (qtp2039091309-9015) [n:127.0.0.1:42054_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=test_col_shard1_replica2 url=http://127.0.0.1:42054/solr START replicas=[http://127.0.0.1:38065/solr/test_col_shard1_replica1/] nUpdates=100
   [junit4]   2> 857013 INFO  (qtp2039091309-9015) [n:127.0.0.1:42054_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=test_col_shard1_replica2 url=http://127.0.0.1:42054/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 857015 INFO  (qtp1477253334-9017) [n:127.0.0.1:38065_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica1] o.a.s.c.S.Request [test_col_shard1_replica1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 857015 INFO  (qtp2039091309-9015) [n:127.0.0.1:42054_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 857015 INFO  (qtp2039091309-9015) [n:127.0.0.1:42054_solr c:test_col s:shard1  x:test_col_shard1_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> 857015 INFO  (qtp2039091309-9015) [n:127.0.0.1:42054_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 857015 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 857015 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_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> 857015 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_solr c:test_col s:shard2  x:test_col_shard2_replica2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:36813/solr/test_col_shard2_replica2/
   [junit4]   2> 857015 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_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:36813/solr START replicas=[http://127.0.0.1:41847/solr/test_col_shard2_replica1/] nUpdates=100
   [junit4]   2> 857016 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_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:36813/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 857017 INFO  (qtp1971955653-9005) [n:127.0.0.1:41847_solr c:test_col s:shard2 r:core_node2 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> 857017 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_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> 857017 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_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> 857017 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_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> 857018 INFO  (qtp2039091309-9015) [n:127.0.0.1:42054_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:42054/solr/test_col_shard1_replica2/ shard1
   [junit4]   2> 857019 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_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:36813/solr/test_col_shard2_replica2/ shard2
   [junit4]   2> 857120 INFO  (zkCallback-1595-thread-1-processing-n:127.0.0.1:38065_solr) [n:127.0.0.1:38065_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> 857120 INFO  (zkCallback-1596-thread-2-processing-n:127.0.0.1:36813_solr) [n:127.0.0.1:36813_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> 857120 INFO  (zkCallback-1598-thread-2-processing-n:127.0.0.1:41847_solr) [n:127.0.0.1:41847_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> 857120 INFO  (zkCallback-1597-thread-1-processing-n:127.0.0.1:42054_solr) [n:127.0.0.1:42054_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> 857168 INFO  (qtp2039091309-9015) [n:127.0.0.1:42054_solr c:test_col s:shard1  x:test_col_shard1_replica2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 857169 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_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> 857170 INFO  (qtp2039091309-9015) [n:127.0.0.1:42054_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=1763
   [junit4]   2> 857171 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_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=1748
   [junit4]   2> 857272 INFO  (zkCallback-1596-thread-2-processing-n:127.0.0.1:36813_solr) [n:127.0.0.1:36813_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> 857272 INFO  (zkCallback-1595-thread-1-processing-n:127.0.0.1:38065_solr) [n:127.0.0.1:38065_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> 857272 INFO  (zkCallback-1598-thread-2-processing-n:127.0.0.1:41847_solr) [n:127.0.0.1:41847_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> 857272 INFO  (zkCallback-1597-thread-1-processing-n:127.0.0.1:42054_solr) [n:127.0.0.1:42054_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> 857544 INFO  (qtp1971955653-8996) [n:127.0.0.1:41847_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=2123
   [junit4]   2> 857545 INFO  (qtp1477253334-9009) [n:127.0.0.1:38065_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=2125
   [junit4]   2> 857547 INFO  (qtp2039091309-9010) [n:127.0.0.1:42054_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> 857647 INFO  (zkCallback-1596-thread-2-processing-n:127.0.0.1:36813_solr) [n:127.0.0.1:36813_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> 857647 INFO  (zkCallback-1598-thread-2-processing-n:127.0.0.1:41847_solr) [n:127.0.0.1:41847_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> 857647 INFO  (zkCallback-1595-thread-1-processing-n:127.0.0.1:38065_solr) [n:127.0.0.1:38065_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> 857647 INFO  (zkCallback-1597-thread-1-processing-n:127.0.0.1:42054_solr) [n:127.0.0.1:42054_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> 858547 INFO  (qtp2039091309-9010) [n:127.0.0.1:42054_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=3246
   [junit4]   2> 858547 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[D4803C454DF81D97]-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_node3 rstate:active live:true
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> replica:core_node4 rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   2> 858548 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[D4803C454DF81D97]-worker) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: test_col
   [junit4]   2> 858552 INFO  (qtp1971955653-8985) [n:127.0.0.1:41847_solr c:test_col s:shard2 r:core_node2 x:test_col_shard2_replica1] o.a.s.c.S.Request [test_col_shard2_replica1]  webapp=/solr path=/schema/fieldtypes/long params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 858573 INFO  (TEST-TestStressCloudBlindAtomicUpdates.test_dv_stored-seed#[D4803C454DF81D97]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test_dv_stored
   [junit4]   2> 858579 INFO  (qtp1971955653-8983) [n:127.0.0.1:41847_solr c:test_col s:shard2 r:core_node2 x:test_col_shard2_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&_version_=-1566776835589537792&distrib.from=http://127.0.0.1:36813/solr/test_col_shard2_replica2/&wt=javabin&version=2}{deleteByQuery=*:* (-1566776835589537792)} 0 1
   [junit4]   2> 858579 INFO  (qtp1477253334-8990) [n:127.0.0.1:38065_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&_version_=-1566776835590586368&distrib.from=http://127.0.0.1:42054/solr/test_col_shard1_replica2/&wt=javabin&version=2}{deleteByQuery=*:* (-1566776835590586368)} 0 0
   [junit4]   2> 858579 INFO  (qtp2039091309-8992) [n:127.0.0.1:42054_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:36813/solr/test_col_shard2_replica2/&wt=javabin&version=2}{deleteByQuery=*:* (-1566776835590586368)} 0 3
   [junit4]   2> 858580 INFO  (qtp125847054-9016) [n:127.0.0.1:36813_solr c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1566776835589537792)} 0 5
   [junit4]   2> 858581 INFO  (qtp1477253334-8995) [n:127.0.0.1:38065_solr c:test_col s:shard1 r:core_node3 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> 858581 WARN  (qtp1477253334-8995) [n:127.0.0.1:38065_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica1] o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the entire index! Use with care.
   [junit4]   2> 858581 INFO  (qtp2039091309-8999) [n:127.0.0.1:42054_solr c:test_col s:shard1 r:core_node1 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> 858581 WARN  (qtp2039091309-8999) [n:127.0.0.1:42054_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica2] o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the entire index! Use with care.
   [junit4]   2> 858581 INFO  (qtp1477253334-8995) [n:127.0.0.1:38065_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 858581 INFO  (qtp2039091309-8999) [n:127.0.0.1:42054_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica2] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 858581 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_solr c:test_col s:shard2 r:core_node4 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> 858582 WARN  (qtp125847054-9008) [n:127.0.0.1:36813_solr c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica2] o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the entire index! Use with care.
   [junit4]   2> 858581 INFO  (qtp1971955653-8987) [n:127.0.0.1:41847_solr c:test_col s:shard2 r:core_node2 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> 858582 INFO  (qtp1477253334-8995) [n:127.0.0.1:38065_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 858582 WARN  (qtp1971955653-8987) [n:127.0.0.1:41847_solr c:test_col s:shard2 r:core_node2 x:test_col_shard2_replica1] o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the entire index! Use with care.
   [junit4]   2> 858582 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_solr c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica2] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 858582 INFO  (qtp1971955653-8987) [n:127.0.0.1:41847_solr c:test_col s:shard2 r:core_node2 x:test_col_shard2_replica1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 858582 INFO  (qtp2039091309-8999) [n:127.0.0.1:42054_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 858582 INFO  (qtp1477253334-8995) [n:127.0.0.1:38065_solr c:test_col s:shard1 r:core_node3 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:42054/solr/test_col_shard1_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{optimize=} 0 1
   [junit4]   2> 858583 INFO  (qtp1971955653-8987) [n:127.0.0.1:41847_solr c:test_col s:shard2 r:core_node2 x:test_col_shard2_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 858583 INFO  (qtp2039091309-8999) [n:127.0.0.1:42054_solr c:test_col s:shard1 r:core_node1 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:42054/solr/test_col_shard1_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{optimize=} 0 1
   [junit4]   2> 858583 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_solr c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 858583 INFO  (qtp1971955653-8987) [n:127.0.0.1:41847_solr c:test_col s:shard2 r:core_node2 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:42054/solr/test_col_shard1_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{optimize=} 0 1
   [junit4]   2> 858583 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_solr c:test_col s:shard2 r:core_node4 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:42054/solr/test_col_shard1_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{optimize=} 0 1
   [junit4]   2> 858583 INFO  (qtp2039091309-9011) [n:127.0.0.1:42054_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr path=/update params={_stateVer_=test_col:5&optimize=true&maxSegments=1&waitSearcher=true&wt=javabin&version=2}{optimize=} 0 3
   [junit4]   2> 858584 INFO  (qtp1971955653-9005) [n:127.0.0.1:41847_solr c:test_col s:shard2 r:core_node2 x:test_col_shard2_replica1] o.a.s.c.S.Request [test_col_shard2_replica1]  webapp=/solr path=/schema/fields/long_dv_stored params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 858584 INFO  (TEST-TestStressCloudBlindAtomicUpdates.test_dv_stored-seed#[D4803C454DF81D97]) [    ] o.a.s.c.TestStressCloudBlindAtomicUpdates Testing long_dv_stored: numDocsToCheck=120, numDocsInIndex=120, incr=1
   [junit4]   2> 858587 INFO  (qtp1477253334-9017) [n:127.0.0.1:38065_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:42054/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[0 (1566776835600023552)]} 0 0
   [junit4]   2> 858587 INFO  (qtp2039091309-9010) [n:127.0.0.1:42054_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 (1566776835600023552)]} 0 2
   [junit4]   2> 858588 INFO  (qtp1477253334-9009) [n:127.0.0.1:38065_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:42054/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[1 (1566776835602120704)]} 0 0
   [junit4]   2> 858588 INFO  (qtp2039091309-9003) [n:127.0.0.1:42054_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 (1566776835602120704)]} 0 0
   [junit4]   2> 858591 INFO  (qtp1971955653-8996) [n:127.0.0.1:41847_solr c:test_col s:shard2 r:core_node2 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:36813/solr/test_col_shard2_replica2/&wt=javabin&version=2}{add=[2 (1566776835603169280)]} 0 0
   [junit4]   2> 858591 INFO  (qtp125847054-8989) [n:127.0.0.1:36813_solr c:test_col s:shard2 r:core_node4 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 (1566776835603169280)]} 0 2
   [junit4]   2> 858592 INFO  (qtp1971955653-8991) [n:127.0.0.1:41847_solr c:test_col s:shard2 r:core_node2 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:36813/solr/test_col_shard2_replica2/&wt=javabin&version=2}{add=[3 (1566776835606315008)]} 0 0
   [junit4]   2> 858592 INFO  (qtp125847054-9016) [n:127.0.0.1:36813_solr c:test_col s:shard2 r:core_node4 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 (1566776835606315008)]} 0 0
   [junit4]   2> 858593 INFO  (qtp1477253334-8990) [n:127.0.0.1:38065_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:42054/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[4 (1566776835607363584)]} 0 0
   [junit4]   2> 858593 INFO  (qtp2039091309-8999) [n:127.0.0.1:42054_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4 (1566776835607363584)]} 0 0
   [junit4]   2> 858594 INFO  (qtp1971955653-8987) [n:127.0.0.1:41847_solr c:test_col s:shard2 r:core_node2 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:36813/solr/test_col_shard2_replica2/&wt=javabin&version=2}{add=[5 (1566776835608412160)]} 0 0
   [junit4]   2> 858594 INFO  (qtp125847054-8997) [n:127.0.0.1:36813_solr c:test_col s:shard2 r:core_node4 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 (1566776835608412160)]} 0 0
   [junit4]   2> 858595 INFO  (qtp1971955653-9005) [n:127.0.0.1:41847_solr c:test_col s:shard2 r:core_node2 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:36813/solr/test_col_shard2_replica2/&wt=javabin&version=2}{add=[6 (1566776835609460736)]} 0 0
   [junit4]   2> 858595 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_solr c:test_col s:shard2 r:core_node4 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 (1566776835609460736)]} 0 0
   [junit4]   2> 858595 INFO  (qtp1971955653-8996) [n:127.0.0.1:41847_solr c:test_col s:shard2 r:core_node2 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:36813/solr/test_col_shard2_replica2/&wt=javabin&version=2}{add=[7 (1566776835610509312)]} 0 0
   [junit4]   2> 858596 INFO  (qtp125847054-8989) [n:127.0.0.1:36813_solr c:test_col s:shard2 r:core_node4 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 (1566776835610509312)]} 0 0
   [junit4]   2> 858596 INFO  (qtp1477253334-8995) [n:127.0.0.1:38065_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:42054/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[8 (1566776835611557888)]} 0 0
   [junit4]   2> 858596 INFO  (qtp2039091309-9011) [n:127.0.0.1:42054_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[8 (1566776835611557888)]} 0 0
   [junit4]   2> 858597 INFO  (qtp1971955653-8991) [n:127.0.0.1:41847_solr c:test_col s:shard2 r:core_node2 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:36813/solr/test_col_shard2_replica2/&wt=javabin&version=2}{add=[9 (1566776835612606464)]} 0 0
   [junit4]   2> 858597 INFO  (qtp125847054-9016) [n:127.0.0.1:36813_solr c:test_col s:shard2 r:core_node4 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 (1566776835612606464)]} 0 0
   [junit4]   2> 858598 INFO  (qtp1477253334-9017) [n:127.0.0.1:38065_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:42054/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[10 (1566776835613655040)]} 0 0
   [junit4]   2> 858598 INFO  (qtp2039091309-9010) [n:127.0.0.1:42054_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[10 (1566776835613655040)]} 0 0
   [junit4]   2> 858599 INFO  (qtp1477253334-9009) [n:127.0.0.1:38065_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:42054/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[11 (1566776835614703616)]} 0 0
   [junit4]   2> 858599 INFO  (qtp2039091309-9003) [n:127.0.0.1:42054_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[11 (1566776835614703616)]} 0 0
   [junit4]   2> 858600 INFO  (qtp1477253334-8990) [n:127.0.0.1:38065_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:42054/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[12 (1566776835614703617)]} 0 0
   [junit4]   2> 858600 INFO  (qtp2039091309-8999) [n:127.0.0.1:42054_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[12 (1566776835614703617)]} 0 0
   [junit4]   2> 858601 INFO  (qtp1477253334-8995) [n:127.0.0.1:38065_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:42054/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[13 (1566776835615752192)]} 0 0
   [junit4]   2> 858601 INFO  (qtp2039091309-9011) [n:127.0.0.1:42054_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[13 (1566776835615752192)]} 0 0
   [junit4]   2> 858602 INFO  (qtp1477253334-9017) [n:127.0.0.1:38065_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:42054/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[14 (1566776835617849344)]} 0 0
   [junit4]   2> 858603 INFO  (qtp2039091309-9010) [n:127.0.0.1:42054_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[14 (1566776835617849344)]} 0 0
   [junit4]   2> 858603 INFO  (qtp1477253334-9009) [n:127.0.0.1:38065_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:42054/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[15 (1566776835618897920)]} 0 0
   [junit4]   2> 858603 INFO  (qtp2039091309-9003) [n:127.0.0.1:42054_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[15 (1566776835618897920)]} 0 0
   [junit4]   2> 858604 INFO  (qtp1477253334-8990) [n:127.0.0.1:38065_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:42054/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[16 (1566776835619946496)]} 0 0
   [junit4]   2> 858604 INFO  (qtp2039091309-8999) [n:127.0.0.1:42054_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[16 (1566776835619946496)]} 0 0
   [junit4]   2> 858605 INFO  (qtp1971955653-8987) [n:127.0.0.1:41847_solr c:test_col s:shard2 r:core_node2 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:36813/solr/test_col_shard2_replica2/&wt=javabin&version=2}{add=[17 (1566776835620995072)]} 0 0
   [junit4]   2> 858605 INFO  (qtp125847054-8997) [n:127.0.0.1:36813_solr c:test_col s:shard2 r:core_node4 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 (1566776835620995072)]} 0 0
   [junit4]   2> 858606 INFO  (qtp1971955653-8987) [n:127.0.0.1:41847_solr c:test_col s:shard2 r:core_node2 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:36813/solr/test_col_shard2_replica2/&wt=javabin&version=2}{add=[18 (1566776835622043648)]} 0 0
   [junit4]   2> 858606 INFO  (qtp125847054-9008) [n:127.0.0.1:36813_solr c:test_col s:shard2 r:core_node4 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 (1566776835622043648)]} 0 0
   [junit4]   2> 858607 INFO  (qtp1971955653-8996) [n:127.0.0.1:41847_solr c:test_col s:shard2 r:core_node2 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:36813/solr/test_col_shard2_replica2/&wt=javabin&version=2}{add=[19 (1566776835623092224)]} 0 0
   [junit4]   2> 858607 INFO  (qtp125847054-8989) [n:127.0.0.1:36813_solr c:test_col s:shard2 r:core_node4 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 (1566776835623092224)]} 0 0
   [junit4]   2> 858608 INFO  (qtp1477253334-8995) [n:127.0.0.1:38065_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:42054/solr/test_col_shard1_replica2/&wt=javabin&version=2}{add=[20 (1566776835624140800)]} 0 0
   [junit4]   2> 858608 INFO  (qtp2039091309-9011) [n:127.0.0.1:42054_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[20 (1566776835624140800)]} 0 0
   [junit4]   2> 858609 INFO  (qtp1971955653-8991) [n:127.0.

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

570455
   [junit4]   2> 871665 INFO  (coreCloseExecutor-3651-thread-1) [n:127.0.0.1:38065_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.test_col.shard1.replica1, tag=376421175
   [junit4]   2> 871665 INFO  (coreCloseExecutor-3652-thread-1) [n:127.0.0.1:36813_solr c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.test_col.shard2.replica2, tag=2106579065
   [junit4]   2> 871666 INFO  (coreCloseExecutor-3653-thread-1) [n:127.0.0.1:42054_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.test_col.shard1.replica2, tag=674788382
   [junit4]   2> 871673 INFO  (coreCloseExecutor-3650-thread-1) [n:127.0.0.1:41847_solr c:test_col s:shard2 r:core_node2 x:test_col_shard2_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.test_col.shard2.leader, tag=1824570455
   [junit4]   2> 871674 INFO  (coreCloseExecutor-3651-thread-1) [n:127.0.0.1:38065_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.test_col.shard1.leader, tag=376421175
   [junit4]   2> 871674 INFO  (coreCloseExecutor-3652-thread-1) [n:127.0.0.1:36813_solr c:test_col s:shard2 r:core_node4 x:test_col_shard2_replica2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.test_col.shard2.leader, tag=2106579065
   [junit4]   2> 871674 INFO  (coreCloseExecutor-3653-thread-1) [n:127.0.0.1:42054_solr c:test_col s:shard1 r:core_node1 x:test_col_shard1_replica2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.test_col.shard1.leader, tag=674788382
   [junit4]   2> 871675 INFO  (zkCallback-1597-thread-1-processing-n:127.0.0.1:42054_solr) [n:127.0.0.1:42054_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 871675 INFO  (zkCallback-1596-thread-2-processing-n:127.0.0.1:36813_solr) [n:127.0.0.1:36813_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 871675 INFO  (jetty-closer-1577-thread-3) [    ] o.a.s.c.Overseer Overseer (id=97923551975833610-127.0.0.1:36813_solr-n_0000000000) closing
   [junit4]   2> 871675 INFO  (OverseerStateUpdate-97923551975833610-127.0.0.1:36813_solr-n_0000000000) [n:127.0.0.1:36813_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:36813_solr
   [junit4]   2> 871676 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 0x15be4f3a2aa000a, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 873175 WARN  (zkCallback-1595-thread-1-processing-n:127.0.0.1:38065_solr) [n:127.0.0.1:38065_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 873175 WARN  (zkCallback-1598-thread-2-processing-n:127.0.0.1:41847_solr) [n:127.0.0.1:41847_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 873176 WARN  (zkCallback-1596-thread-2-processing-n:127.0.0.1:36813_solr) [n:127.0.0.1:36813_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 873176 WARN  (zkCallback-1597-thread-1-processing-n:127.0.0.1:42054_solr) [n:127.0.0.1:42054_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 873176 INFO  (jetty-closer-1577-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@61f0fc95{/solr,null,UNAVAILABLE}
   [junit4]   2> 873176 INFO  (jetty-closer-1577-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@70201e57{/solr,null,UNAVAILABLE}
   [junit4]   2> 873177 INFO  (jetty-closer-1577-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@337fce04{/solr,null,UNAVAILABLE}
   [junit4]   2> 873177 INFO  (jetty-closer-1577-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@208b705d{/solr,null,UNAVAILABLE}
   [junit4]   2> 873178 ERROR (SUITE-TestStressCloudBlindAtomicUpdates-seed#[D4803C454DF81D97]-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> 873178 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[D4803C454DF81D97]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44438 44438
   [junit4]   2> 878194 INFO  (Thread-1618) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44438 44438
   [junit4]   2> 878194 WARN  (Thread-1618) [    ] 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> 878195 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[D4803C454DF81D97]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_D4803C454DF81D97-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {long_stored_idx=PostingsFormat(name=LuceneVarGapDocFreqInterval), long_dv_idx=PostingsFormat(name=Asserting), id=PostingsFormat(name=LuceneVarGapFixedInterval), long_dv_stored_idx=PostingsFormat(name=Asserting)}, docValues:{_version_=DocValuesFormat(name=Direct), long_dv_idx=DocValuesFormat(name=Lucene70), long_dv_stored=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Asserting), long_dv=DocValuesFormat(name=Lucene70), long_dv_stored_idx=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=453, maxMBSortInHeap=6.731090070900557, sim=RandomSimilarity(queryNorm=false): {}, locale=hi, timezone=America/North_Dakota/New_Salem
   [junit4]   2> NOTE: Linux 4.4.0-75-generic amd64/Oracle Corporation 1.8.0_131 (64-bit)/cpus=12,threads=1,free=190783040,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [DirectUpdateHandlerTest, BooleanFieldTest, TestTolerantSearch, ClassificationUpdateProcessorTest, TestCopyFieldCollectionResource, TestComponentsName, UnloadDistributedZkTest, ActionThrottleTest, TestUtils, TestMinMaxOnMultiValuedField, TestGraphMLResponseWriter, TestCloudManagedSchema, TestStressUserVersions, EchoParamsTest, TestShardHandlerFactory, TestFastOutputStream, SolrCoreMetricManagerTest, TestRawResponseWriter, MultiThreadedOCPTest, TestBinaryField, BlockDirectoryTest, CdcrReplicationDistributedZkTest, PKIAuthenticationIntegrationTest, TestAnalyzeInfixSuggestions, TestSolrConfigHandlerCloud, TestCustomSort, TestDistribIDF, TestSchemaManager, DirectUpdateHandlerOptimizeTest, TestIndexSearcher, ExplicitHLLTest, TestCollationField, FieldAnalysisRequestHandlerTest, SolrCoreCheckLockOnStartupTest, DocValuesMultiTest, LeaderElectionTest, CheckHdfsIndexTest, AtomicUpdatesTest, DebugComponentTest, DistributedSuggestComponentTest, LeaderFailureAfterFreshStartTest, OpenExchangeRatesOrgProviderTest, TestCoreDiscovery, ExternalFileFieldSortTest, DeleteLastCustomShardedReplicaTest, TestSolrCoreParser, TestFreeTextSuggestions, TestStressReorder, BasicDistributedZk2Test, HdfsThreadLeakTest, TestConfigSets, DistributedFacetPivotLongTailTest, TestPHPSerializedResponseWriter, NoCacheHeaderTest, TermVectorComponentDistributedTest, TestInPlaceUpdatesDistrib, TestSimpleQParserPlugin, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestCollapseQParserPlugin, TestFieldCollectionResource, TestRequestForwarding, TestCloudDeleteByQuery, SolrJmxReporterTest, BlockJoinFacetSimpleTest, RankQueryTest, CdcrVersionReplicationTest, CoreMergeIndexesAdminHandlerTest, TestUseDocValuesAsStored2, TestReversedWildcardFilterFactory, TestGroupingSearch, JsonValidatorTest, CursorMarkTest, CurrencyFieldXmlFileTest, TestCollationFieldDocValues, HdfsLockFactoryTest, TestCSVResponseWriter, TestRuleBasedAuthorizationPlugin, TestDistributedMissingSort, AutoCommitTest, StatsComponentTest, TestLeaderElectionZkExpiry, TestQuerySenderNoQuery, JavabinLoaderTest, CoreAdminHandlerTest, CollectionTooManyReplicasTest, TestInitParams, ChaosMonkeyNothingIsSafeTest, TestConfig, TestFieldCacheReopen, PluginInfoTest, TestCustomDocTransformer, TestSubQueryTransformerDistrib, DistribDocExpirationUpdateProcessorTest, AsyncCallRequestStatusResponseTest, ShowFileRequestHandlerTest, TestMultiWordSynonyms, DataDrivenBlockJoinTest, TestPhraseSuggestions, V2ApiIntegrationTest, AddBlockUpdateTest, TestStressCloudBlindAtomicUpdates]
   [junit4] Completed [278/709 (1!)] on J2 in 23.43s, 5 tests, 1 error <<< FAILURES!

[...truncated 44818 lines...]