Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/752/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test

Error Message:
Expected 2 of 3 replicas to be active but only found 1; 
[core_node5:{"core":"c8n_1x3_lf_shard1_replica_n2","base_url":"http://127.0.0.1:40591/dt_e/b","node_name":"127.0.0.1:40591_dt_e%2Fb","state":"active","type":"NRT","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/29)={   
"pullReplicas":"0",   "replicationFactor":"1",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node4":{           "state":"down",           
"base_url":"http://127.0.0.1:34155/dt_e/b";,           
"core":"c8n_1x3_lf_shard1_replica_n1",           
"node_name":"127.0.0.1:34155_dt_e%2Fb",           "type":"NRT"},         
"core_node5":{           "core":"c8n_1x3_lf_shard1_replica_n2",           
"base_url":"http://127.0.0.1:40591/dt_e/b";,           
"node_name":"127.0.0.1:40591_dt_e%2Fb",           "state":"active",           
"type":"NRT",           "leader":"true"},         "core_node6":{           
"core":"c8n_1x3_lf_shard1_replica_n3",           
"base_url":"http://127.0.0.1:44521/dt_e/b";,           
"node_name":"127.0.0.1:44521_dt_e%2Fb",           "state":"down",           
"type":"NRT"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",  
 "autoAddReplicas":"false",   "nrtReplicas":"3",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 
1; 
[core_node5:{"core":"c8n_1x3_lf_shard1_replica_n2","base_url":"http://127.0.0.1:40591/dt_e/b","node_name":"127.0.0.1:40591_dt_e%2Fb","state":"active","type":"NRT","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/29)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node4":{
          "state":"down",
          "base_url":"http://127.0.0.1:34155/dt_e/b";,
          "core":"c8n_1x3_lf_shard1_replica_n1",
          "node_name":"127.0.0.1:34155_dt_e%2Fb",
          "type":"NRT"},
        "core_node5":{
          "core":"c8n_1x3_lf_shard1_replica_n2",
          "base_url":"http://127.0.0.1:40591/dt_e/b";,
          "node_name":"127.0.0.1:40591_dt_e%2Fb",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node6":{
          "core":"c8n_1x3_lf_shard1_replica_n3",
          "base_url":"http://127.0.0.1:44521/dt_e/b";,
          "node_name":"127.0.0.1:44521_dt_e%2Fb",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"3",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([722F7E28E6E9F474:FA7B41F24815998C]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:169)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv

Error Message:
java.lang.RuntimeException: Error from server at 
http://127.0.0.1:36183/solr/test_col: Async exception during distributed 
update: Error from server at 
http://127.0.0.1:33353/solr/test_col_shard1_replica_n1: Server Error    
request: 
http://127.0.0.1:33353/solr/test_col_shard1_replica_n1/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A36183%2Fsolr%2Ftest_col_shard1_replica_n2%2F&wt=javabin&version=2
 Remote error message: Failed synchronous update on shard StdNode: 
http://127.0.0.1:36183/solr/test_col_shard1_replica_n2/ update: 
org.apache.solr.client.solrj.request.UpdateRequest@483243bc

Stack Trace:
java.util.concurrent.ExecutionException: java.lang.RuntimeException: Error from 
server at http://127.0.0.1:36183/solr/test_col: Async exception during 
distributed update: Error from server at 
http://127.0.0.1:33353/solr/test_col_shard1_replica_n1: Server Error



request: 
http://127.0.0.1:33353/solr/test_col_shard1_replica_n1/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A36183%2Fsolr%2Ftest_col_shard1_replica_n2%2F&wt=javabin&version=2
Remote error message: Failed synchronous update on shard StdNode: 
http://127.0.0.1:36183/solr/test_col_shard1_replica_n2/ update: 
org.apache.solr.client.solrj.request.UpdateRequest@483243bc
        at 
__randomizedtesting.SeedInfo.seed([722F7E28E6E9F474:443B1C6E6CB4CE65]: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:283)
        at 
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv(TestStressCloudBlindAtomicUpdates.java:195)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: Error from server at 
http://127.0.0.1:36183/solr/test_col: Async exception during distributed 
update: Error from server at 
http://127.0.0.1:33353/solr/test_col_shard1_replica_n1: Server Error



request: 
http://127.0.0.1:33353/solr/test_col_shard1_replica_n1/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A36183%2Fsolr%2Ftest_col_shard1_replica_n2%2F&wt=javabin&version=2
Remote error message: Failed synchronous update on shard StdNode: 
http://127.0.0.1:36183/solr/test_col_shard1_replica_n2/ update: 
org.apache.solr.client.solrj.request.UpdateRequest@483243bc
        at 
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:411)
        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:188)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        ... 1 more
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:36183/solr/test_col: Async exception during 
distributed update: Error from server at 
http://127.0.0.1:33353/solr/test_col_shard1_replica_n1: Server Error



request: 
http://127.0.0.1:33353/solr/test_col_shard1_replica_n1/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A36183%2Fsolr%2Ftest_col_shard1_replica_n2%2F&wt=javabin&version=2
Remote error message: Failed synchronous update on shard StdNode: 
http://127.0.0.1:36183/solr/test_col_shard1_replica_n2/ update: 
org.apache.solr.client.solrj.request.UpdateRequest@483243bc
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:183)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:200)
        at 
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.doRandomAtomicUpdate(TestStressCloudBlindAtomicUpdates.java:370)
        at 
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:399)
        ... 6 more




Build Log:
[...truncated 12516 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_722F7E28E6E9F474-001/init-core-data-001
   [junit4]   2> 796222 WARN  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[722F7E28E6E9F474]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=8 numCloses=8
   [junit4]   2> 796222 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[722F7E28E6E9F474]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 796224 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[722F7E28E6E9F474]-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> 796224 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[722F7E28E6E9F474]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 796224 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[722F7E28E6E9F474]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_722F7E28E6E9F474-001/tempDir-001
   [junit4]   2> 796224 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[722F7E28E6E9F474]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 796224 INFO  (Thread-1836) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 796225 INFO  (Thread-1836) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 796226 ERROR (Thread-1836) [    ] 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> 796325 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[722F7E28E6E9F474]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:36559
   [junit4]   2> 796341 INFO  (jetty-launcher-1238-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 796341 INFO  (jetty-launcher-1238-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 796343 INFO  (jetty-launcher-1238-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 796347 INFO  (jetty-launcher-1238-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 796359 INFO  (jetty-launcher-1238-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4e4beb41{/solr,null,AVAILABLE}
   [junit4]   2> 796371 INFO  (jetty-launcher-1238-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6185f60a{/solr,null,AVAILABLE}
   [junit4]   2> 796371 INFO  (jetty-launcher-1238-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@788e36a3{HTTP/1.1,[http/1.1]}{127.0.0.1:33353}
   [junit4]   2> 796371 INFO  (jetty-launcher-1238-thread-1) [    ] 
o.e.j.s.Server Started @798134ms
   [junit4]   2> 796371 INFO  (jetty-launcher-1238-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33353}
   [junit4]   2> 796371 ERROR (jetty-launcher-1238-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 796371 INFO  (jetty-launcher-1238-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 796371 INFO  (jetty-launcher-1238-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 796371 INFO  (jetty-launcher-1238-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 796371 INFO  (jetty-launcher-1238-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-05T21:27:45.006Z
   [junit4]   2> 796376 INFO  (jetty-launcher-1238-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5360e2ed{HTTP/1.1,[http/1.1]}{127.0.0.1:33191}
   [junit4]   2> 796376 INFO  (jetty-launcher-1238-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1e5e79ae{/solr,null,AVAILABLE}
   [junit4]   2> 796376 INFO  (jetty-launcher-1238-thread-2) [    ] 
o.e.j.s.Server Started @798139ms
   [junit4]   2> 796376 INFO  (jetty-launcher-1238-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33191}
   [junit4]   2> 796376 ERROR (jetty-launcher-1238-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 796376 INFO  (jetty-launcher-1238-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 796376 INFO  (jetty-launcher-1238-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 796376 INFO  (jetty-launcher-1238-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 796376 INFO  (jetty-launcher-1238-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-05T21:27:45.011Z
   [junit4]   2> 796379 INFO  (jetty-launcher-1238-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 796386 INFO  (jetty-launcher-1238-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@681bbe3b{HTTP/1.1,[http/1.1]}{127.0.0.1:36183}
   [junit4]   2> 796386 INFO  (jetty-launcher-1238-thread-3) [    ] 
o.e.j.s.Server Started @798150ms
   [junit4]   2> 796386 INFO  (jetty-launcher-1238-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6fd266b4{/solr,null,AVAILABLE}
   [junit4]   2> 796387 INFO  (jetty-launcher-1238-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36183}
   [junit4]   2> 796387 ERROR (jetty-launcher-1238-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 796387 INFO  (jetty-launcher-1238-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6c1e80aa{HTTP/1.1,[http/1.1]}{127.0.0.1:44021}
   [junit4]   2> 796387 INFO  (jetty-launcher-1238-thread-4) [    ] 
o.e.j.s.Server Started @798150ms
   [junit4]   2> 796387 INFO  (jetty-launcher-1238-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 796387 INFO  (jetty-launcher-1238-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44021}
   [junit4]   2> 796387 INFO  (jetty-launcher-1238-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 796387 INFO  (jetty-launcher-1238-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 796387 ERROR (jetty-launcher-1238-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 796387 INFO  (jetty-launcher-1238-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-05T21:27:45.022Z
   [junit4]   2> 796387 INFO  (jetty-launcher-1238-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 796387 INFO  (jetty-launcher-1238-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 796387 INFO  (jetty-launcher-1238-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 796387 INFO  (jetty-launcher-1238-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-05T21:27:45.022Z
   [junit4]   2> 796388 INFO  (jetty-launcher-1238-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 796395 INFO  (jetty-launcher-1238-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 796399 INFO  (jetty-launcher-1238-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 796403 INFO  (jetty-launcher-1238-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36559/solr
   [junit4]   2> 796411 INFO  (jetty-launcher-1238-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36559/solr
   [junit4]   2> 796419 INFO  (jetty-launcher-1238-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36559/solr
   [junit4]   2> 796420 INFO  (jetty-launcher-1238-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36559/solr
   [junit4]   2> 796422 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 0x15f8e150bdc0008, 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> 796423 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 0x15f8e150bdc0009, 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> 796429 INFO  (jetty-launcher-1238-thread-1) 
[n:127.0.0.1:33353_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 796429 INFO  (jetty-launcher-1238-thread-2) 
[n:127.0.0.1:33191_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 796429 INFO  (jetty-launcher-1238-thread-1) 
[n:127.0.0.1:33353_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:33353_solr
   [junit4]   2> 796430 INFO  (jetty-launcher-1238-thread-3) 
[n:127.0.0.1:36183_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 796430 INFO  (jetty-launcher-1238-thread-2) 
[n:127.0.0.1:33191_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33191_solr
   [junit4]   2> 796430 INFO  (jetty-launcher-1238-thread-1) 
[n:127.0.0.1:33353_solr    ] o.a.s.c.Overseer Overseer 
(id=98953937869864970-127.0.0.1:33353_solr-n_0000000000) starting
   [junit4]   2> 796431 INFO  
(zkCallback-1260-thread-1-processing-n:127.0.0.1:36183_solr) 
[n:127.0.0.1:36183_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 796431 INFO  
(zkCallback-1259-thread-1-processing-n:127.0.0.1:33353_solr) 
[n:127.0.0.1:33353_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 796431 INFO  (jetty-launcher-1238-thread-3) 
[n:127.0.0.1:36183_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36183_solr
   [junit4]   2> 796432 INFO  
(zkCallback-1259-thread-1-processing-n:127.0.0.1:33353_solr) 
[n:127.0.0.1:33353_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 796434 INFO  
(zkCallback-1260-thread-1-processing-n:127.0.0.1:36183_solr) 
[n:127.0.0.1:36183_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 796434 INFO  
(zkCallback-1261-thread-1-processing-n:127.0.0.1:33191_solr) 
[n:127.0.0.1:33191_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 796435 INFO  (jetty-launcher-1238-thread-1) 
[n:127.0.0.1:33353_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33353_solr
   [junit4]   2> 796436 INFO  
(zkCallback-1261-thread-1-processing-n:127.0.0.1:33191_solr) 
[n:127.0.0.1:33191_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 796438 INFO  
(zkCallback-1259-thread-1-processing-n:127.0.0.1:33353_solr) 
[n:127.0.0.1:33353_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 796465 INFO  
(zkCallback-1260-thread-1-processing-n:127.0.0.1:36183_solr) 
[n:127.0.0.1:36183_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 796485 INFO  (jetty-launcher-1238-thread-4) 
[n:127.0.0.1:44021_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 796495 INFO  (jetty-launcher-1238-thread-4) 
[n:127.0.0.1:44021_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 796495 INFO  (jetty-launcher-1238-thread-4) 
[n:127.0.0.1:44021_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44021_solr
   [junit4]   2> 796526 INFO  (jetty-launcher-1238-thread-3) 
[n:127.0.0.1:36183_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36183.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7fedece3
   [junit4]   2> 796527 INFO  
(zkCallback-1261-thread-1-processing-n:127.0.0.1:33191_solr) 
[n:127.0.0.1:33191_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 796527 INFO  
(zkCallback-1260-thread-1-processing-n:127.0.0.1:36183_solr) 
[n:127.0.0.1:36183_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 796527 INFO  
(zkCallback-1259-thread-1-processing-n:127.0.0.1:33353_solr) 
[n:127.0.0.1:33353_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 796531 INFO  
(zkCallback-1249-thread-1-processing-n:127.0.0.1:44021_solr) 
[n:127.0.0.1:44021_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 796535 INFO  (jetty-launcher-1238-thread-3) 
[n:127.0.0.1:36183_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36183.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7fedece3
   [junit4]   2> 796536 INFO  (jetty-launcher-1238-thread-3) 
[n:127.0.0.1:36183_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36183.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7fedece3
   [junit4]   2> 796537 INFO  (jetty-launcher-1238-thread-3) 
[n:127.0.0.1:36183_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_722F7E28E6E9F474-001/tempDir-001/node3/.
   [junit4]   2> 796537 INFO  (jetty-launcher-1238-thread-1) 
[n:127.0.0.1:33353_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33353.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7fedece3
   [junit4]   2> 796542 INFO  (jetty-launcher-1238-thread-1) 
[n:127.0.0.1:33353_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33353.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7fedece3
   [junit4]   2> 796542 INFO  (jetty-launcher-1238-thread-1) 
[n:127.0.0.1:33353_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33353.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7fedece3
   [junit4]   2> 796543 INFO  (jetty-launcher-1238-thread-1) 
[n:127.0.0.1:33353_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_722F7E28E6E9F474-001/tempDir-001/node1/.
   [junit4]   2> 796544 INFO  (jetty-launcher-1238-thread-2) 
[n:127.0.0.1:33191_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33191.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7fedece3
   [junit4]   2> 796551 INFO  (jetty-launcher-1238-thread-2) 
[n:127.0.0.1:33191_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33191.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7fedece3
   [junit4]   2> 796551 INFO  (jetty-launcher-1238-thread-2) 
[n:127.0.0.1:33191_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33191.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7fedece3
   [junit4]   2> 796552 INFO  (jetty-launcher-1238-thread-2) 
[n:127.0.0.1:33191_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_722F7E28E6E9F474-001/tempDir-001/node2/.
   [junit4]   2> 796577 INFO  (jetty-launcher-1238-thread-4) 
[n:127.0.0.1:44021_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44021.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7fedece3
   [junit4]   2> 796587 INFO  (jetty-launcher-1238-thread-4) 
[n:127.0.0.1:44021_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44021.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7fedece3
   [junit4]   2> 796587 INFO  (jetty-launcher-1238-thread-4) 
[n:127.0.0.1:44021_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44021.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7fedece3
   [junit4]   2> 796589 INFO  (jetty-launcher-1238-thread-4) 
[n:127.0.0.1:44021_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_722F7E28E6E9F474-001/tempDir-001/node4/.
   [junit4]   2> 796629 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[722F7E28E6E9F474]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 796629 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[722F7E28E6E9F474]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36559/solr ready
   [junit4]   2> 796743 INFO  (qtp79768942-8015) [n:127.0.0.1:33191_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&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 796744 INFO  
(OverseerThreadFactory-4394-thread-1-processing-n:127.0.0.1:33353_solr) 
[n:127.0.0.1:33353_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
test_col
   [junit4]   2> 796849 INFO  
(OverseerStateUpdate-98953937869864970-127.0.0.1:33353_solr-n_0000000000) 
[n:127.0.0.1:33353_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"test_col_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:33353/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 796850 INFO  
(OverseerStateUpdate-98953937869864970-127.0.0.1:33353_solr-n_0000000000) 
[n:127.0.0.1:33353_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"test_col_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36183/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 796851 INFO  
(OverseerStateUpdate-98953937869864970-127.0.0.1:33353_solr-n_0000000000) 
[n:127.0.0.1:33353_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"test_col_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:33191/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 796852 INFO  
(OverseerStateUpdate-98953937869864970-127.0.0.1:33353_solr-n_0000000000) 
[n:127.0.0.1:33353_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"test_col_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44021/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 797055 INFO  (qtp79768942-7996) [n:127.0.0.1:33191_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node7&name=test_col_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 797056 INFO  (qtp1508570956-8003) [n:127.0.0.1:36183_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node5&name=test_col_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 797056 INFO  (qtp1289989348-8014) [n:127.0.0.1:33353_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node3&name=test_col_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 797056 INFO  (qtp79768942-7996) [n:127.0.0.1:33191_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 797056 INFO  (qtp1063664941-8031) [n:127.0.0.1:44021_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node8&name=test_col_shard2_replica_n6&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 797056 INFO  (qtp1508570956-8003) [n:127.0.0.1:36183_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 797056 INFO  (qtp1289989348-8014) [n:127.0.0.1:33353_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 797056 INFO  (qtp1063664941-8031) [n:127.0.0.1:44021_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 797162 INFO  
(zkCallback-1261-thread-1-processing-n:127.0.0.1:33191_solr) 
[n:127.0.0.1:33191_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> 797162 INFO  
(zkCallback-1259-thread-1-processing-n:127.0.0.1:33353_solr) 
[n:127.0.0.1:33353_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> 797162 INFO  
(zkCallback-1261-thread-2-processing-n:127.0.0.1:33191_solr) 
[n:127.0.0.1:33191_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> 797162 INFO  
(zkCallback-1260-thread-1-processing-n:127.0.0.1:36183_solr) 
[n:127.0.0.1:36183_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> 797162 INFO  
(zkCallback-1260-thread-2-processing-n:127.0.0.1:36183_solr) 
[n:127.0.0.1:36183_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> 797162 INFO  
(zkCallback-1249-thread-1-processing-n:127.0.0.1:44021_solr) 
[n:127.0.0.1:44021_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> 797162 INFO  
(zkCallback-1259-thread-2-processing-n:127.0.0.1:33353_solr) 
[n:127.0.0.1:33353_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> 797163 INFO  
(zkCallback-1249-thread-2-processing-n:127.0.0.1:44021_solr) 
[n:127.0.0.1:44021_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> 798068 INFO  (qtp1508570956-8003) [n:127.0.0.1:36183_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 798068 INFO  (qtp1063664941-8031) [n:127.0.0.1:44021_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 798072 INFO  (qtp1289989348-8014) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 798073 INFO  (qtp79768942-7996) [n:127.0.0.1:33191_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 798095 INFO  (qtp1508570956-8003) [n:127.0.0.1:36183_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.s.IndexSchema [test_col_shard1_replica_n2] Schema 
name=minimal-atomic-stress
   [junit4]   2> 798096 INFO  (qtp1508570956-8003) [n:127.0.0.1:36183_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field 
id
   [junit4]   2> 798096 INFO  (qtp1508570956-8003) [n:127.0.0.1:36183_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard1_replica_n2' using 
configuration from collection test_col, trusted=true
   [junit4]   2> 798097 INFO  (qtp1508570956-8003) [n:127.0.0.1:36183_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36183.solr.core.test_col.shard1.replica_n2' (registry 
'solr.core.test_col.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7fedece3
   [junit4]   2> 798097 INFO  (qtp1063664941-8031) [n:127.0.0.1:44021_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.s.IndexSchema [test_col_shard2_replica_n6] Schema 
name=minimal-atomic-stress
   [junit4]   2> 798097 INFO  (qtp1508570956-8003) [n:127.0.0.1:36183_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 798097 INFO  (qtp1508570956-8003) [n:127.0.0.1:36183_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.SolrCore 
[[test_col_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_722F7E28E6E9F474-001/tempDir-001/node3/test_col_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_722F7E28E6E9F474-001/tempDir-001/node3/./test_col_shard1_replica_n2/data/]
   [junit4]   2> 798098 INFO  (qtp1063664941-8031) [n:127.0.0.1:44021_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field 
id
   [junit4]   2> 798098 INFO  (qtp1063664941-8031) [n:127.0.0.1:44021_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard2_replica_n6' using 
configuration from collection test_col, trusted=true
   [junit4]   2> 798098 INFO  (qtp1289989348-8014) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.s.IndexSchema [test_col_shard1_replica_n1] Schema 
name=minimal-atomic-stress
   [junit4]   2> 798099 INFO  (qtp1063664941-8031) [n:127.0.0.1:44021_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44021.solr.core.test_col.shard2.replica_n6' (registry 
'solr.core.test_col.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7fedece3
   [junit4]   2> 798099 INFO  (qtp1063664941-8031) [n:127.0.0.1:44021_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 798099 INFO  (qtp1508570956-8003) [n:127.0.0.1:36183_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3002969825803268]
   [junit4]   2> 798100 INFO  (qtp1289989348-8014) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field 
id
   [junit4]   2> 798100 INFO  (qtp1289989348-8014) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard1_replica_n1' using 
configuration from collection test_col, trusted=true
   [junit4]   2> 798100 INFO  (qtp1289989348-8014) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33353.solr.core.test_col.shard1.replica_n1' (registry 
'solr.core.test_col.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7fedece3
   [junit4]   2> 798100 INFO  (qtp1289989348-8014) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 798100 INFO  (qtp1289989348-8014) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.SolrCore 
[[test_col_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_722F7E28E6E9F474-001/tempDir-001/node1/test_col_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_722F7E28E6E9F474-001/tempDir-001/node1/./test_col_shard1_replica_n1/data/]
   [junit4]   2> 798101 INFO  (qtp1063664941-8031) [n:127.0.0.1:44021_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.SolrCore 
[[test_col_shard2_replica_n6] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_722F7E28E6E9F474-001/tempDir-001/node4/test_col_shard2_replica_n6],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_722F7E28E6E9F474-001/tempDir-001/node4/./test_col_shard2_replica_n6/data/]
   [junit4]   2> 798101 INFO  (qtp79768942-7996) [n:127.0.0.1:33191_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.s.IndexSchema [test_col_shard2_replica_n4] Schema 
name=minimal-atomic-stress
   [junit4]   2> 798102 WARN  (qtp1508570956-8003) [n:127.0.0.1:36183_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
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> 798102 INFO  (qtp1289989348-8014) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3002969825803268]
   [junit4]   2> 798103 INFO  (qtp79768942-7996) [n:127.0.0.1:33191_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field 
id
   [junit4]   2> 798104 WARN  (qtp1289989348-8014) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
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> 798104 INFO  (qtp1063664941-8031) [n:127.0.0.1:44021_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3002969825803268]
   [junit4]   2> 798105 INFO  (qtp79768942-7996) [n:127.0.0.1:33191_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard2_replica_n4' using 
configuration from collection test_col, trusted=true
   [junit4]   2> 798106 INFO  (qtp79768942-7996) [n:127.0.0.1:33191_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33191.solr.core.test_col.shard2.replica_n4' (registry 
'solr.core.test_col.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7fedece3
   [junit4]   2> 798106 INFO  (qtp79768942-7996) [n:127.0.0.1:33191_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 798106 WARN  (qtp1063664941-8031) [n:127.0.0.1:44021_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
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> 798106 INFO  (qtp79768942-7996) [n:127.0.0.1:33191_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.SolrCore 
[[test_col_shard2_replica_n4] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_722F7E28E6E9F474-001/tempDir-001/node2/test_col_shard2_replica_n4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_722F7E28E6E9F474-001/tempDir-001/node2/./test_col_shard2_replica_n4/data/]
   [junit4]   2> 798108 INFO  (qtp79768942-7996) [n:127.0.0.1:33191_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3002969825803268]
   [junit4]   2> 798110 WARN  (qtp79768942-7996) [n:127.0.0.1:33191_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
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> 798134 INFO  (qtp1289989348-8014) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 798134 INFO  (qtp1289989348-8014) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 798135 INFO  (qtp1289989348-8014) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 798135 INFO  (qtp1289989348-8014) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 798137 INFO  (qtp1289989348-8014) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=19, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=63.4169921875, 
floorSegmentMB=0.5673828125, forceMergeDeletesPctAllowed=22.99631453183259, 
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 798137 INFO  (qtp1289989348-8014) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@18aaf8f6[test_col_shard1_replica_n1] main]
   [junit4]   2> 798138 INFO  (qtp1289989348-8014) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 798138 INFO  (qtp1289989348-8014) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
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> 798138 INFO  (qtp1063664941-8031) [n:127.0.0.1:44021_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 798138 INFO  (qtp1508570956-8003) [n:127.0.0.1:36183_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 798139 INFO  (qtp1063664941-8031) [n:127.0.0.1:44021_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 798139 INFO  (qtp1508570956-8003) [n:127.0.0.1:36183_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 798139 INFO  (qtp1289989348-8014) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 798139 INFO  
(searcherExecutor-4405-thread-1-processing-n:127.0.0.1:33353_solr 
x:test_col_shard1_replica_n1 s:shard1 c:test_col r:core_node3) 
[n:127.0.0.1:33353_solr c:test_col s:shard1 r:core_node3 
x:test_col_shard1_replica_n1] o.a.s.c.SolrCore [test_col_shard1_replica_n1] 
Registered new searcher Searcher@18aaf8f6[test_col_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 798139 INFO  (qtp1289989348-8014) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1583263007924813824
   [junit4]   2> 798140 INFO  (qtp1063664941-8031) [n:127.0.0.1:44021_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 798140 INFO  (qtp1063664941-8031) [n:127.0.0.1:44021_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 798140 INFO  (qtp1508570956-8003) [n:127.0.0.1:36183_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 798140 INFO  (qtp1508570956-8003) [n:127.0.0.1:36183_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 798141 INFO  (qtp1063664941-8031) [n:127.0.0.1:44021_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=19, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=63.4169921875, 
floorSegmentMB=0.5673828125, forceMergeDeletesPctAllowed=22.99631453183259, 
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 798141 INFO  (qtp1508570956-8003) [n:127.0.0.1:36183_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=19, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=63.4169921875, 
floorSegmentMB=0.5673828125, forceMergeDeletesPctAllowed=22.99631453183259, 
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 798141 INFO  (qtp1063664941-8031) [n:127.0.0.1:44021_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3064e968[test_col_shard2_replica_n6] main]
   [junit4]   2> 798141 INFO  (qtp1508570956-8003) [n:127.0.0.1:36183_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2a2ac0b5[test_col_shard1_replica_n2] main]
   [junit4]   2> 798142 INFO  (qtp1063664941-8031) [n:127.0.0.1:44021_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 798142 INFO  (qtp1063664941-8031) [n:127.0.0.1:44021_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
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> 798142 INFO  (qtp1508570956-8003) [n:127.0.0.1:36183_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 798142 INFO  (qtp1063664941-8031) [n:127.0.0.1:44021_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 798143 INFO  (qtp1508570956-8003) [n:127.0.0.1:36183_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
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> 798143 INFO  (qtp79768942-7996) [n:127.0.0.1:33191_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 798143 INFO  (qtp79768942-7996) [n:127.0.0.1:33191_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 798143 INFO  (qtp1508570956-8003) [n:127.0.0.1:36183_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 798143 INFO  (qtp1508570956-8003) [n:127.0.0.1:36183_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1583263007929008128
   [junit4]   2> 798144 INFO  (qtp79768942-7996) [n:127.0.0.1:33191_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 798144 INFO  (qtp79768942-7996) [n:127.0.0.1:33191_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 798144 INFO  
(searcherExecutor-4404-thread-1-processing-n:127.0.0.1:44021_solr 
x:test_col_shard2_replica_n6 s:shard2 c:test_col r:core_node8) 
[n:127.0.0.1:44021_solr c:test_col s:shard2 r:core_node8 
x:test_col_shard2_replica_n6] o.a.s.c.SolrCore [test_col_shard2_replica_n6] 
Registered new searcher Searcher@3064e968[test_col_shard2_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 798144 INFO  (qtp1063664941-8031) [n:127.0.0.1:44021_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1583263007930056704
   [junit4]   2> 798144 INFO  (qtp1289989348-8014) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 798145 INFO  (qtp79768942-7996) [n:127.0.0.1:33191_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=19, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=63.4169921875, 
floorSegmentMB=0.5673828125, forceMergeDeletesPctAllowed=22.99631453183259, 
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 798145 INFO  (qtp79768942-7996) [n:127.0.0.1:33191_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@434a2118[test_col_shard2_replica_n4] main]
   [junit4]   2> 798145 INFO  (qtp79768942-7996) [n:127.0.0.1:33191_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 798145 INFO  
(searcherExecutor-4403-thread-1-processing-n:127.0.0.1:36183_solr 
x:test_col_shard1_replica_n2 s:shard1 c:test_col r:core_node5) 
[n:127.0.0.1:36183_solr c:test_col s:shard1 r:core_node5 
x:test_col_shard1_replica_n2] o.a.s.c.SolrCore [test_col_shard1_replica_n2] 
Registered new searcher Searcher@2a2ac0b5[test_col_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 798145 INFO  (qtp79768942-7996) [n:127.0.0.1:33191_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
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> 798146 INFO  (qtp79768942-7996) [n:127.0.0.1:33191_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 798147 INFO  
(searcherExecutor-4406-thread-1-processing-n:127.0.0.1:33191_solr 
x:test_col_shard2_replica_n4 s:shard2 c:test_col r:core_node7) 
[n:127.0.0.1:33191_solr c:test_col s:shard2 r:core_node7 
x:test_col_shard2_replica_n4] o.a.s.c.SolrCore [test_col_shard2_replica_n4] 
Registered new searcher Searcher@434a2118[test_col_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 798147 INFO  (qtp1063664941-8031) [n:127.0.0.1:44021_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 798147 INFO  (qtp79768942-7996) [n:127.0.0.1:33191_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1583263007933202432
   [junit4]   2> 798248 INFO  
(zkCallback-1260-thread-1-processing-n:127.0.0.1:36183_solr) 
[n:127.0.0.1:36183_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> 798248 INFO  
(zkCallback-1259-thread-2-processing-n:127.0.0.1:33353_solr) 
[n:127.0.0.1:33353_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> 798248 INFO  
(zkCallback-1260-thread-2-processing-n:127.0.0.1:36183_solr) 
[n:127.0.0.1:36183_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> 798248 INFO  
(zkCallback-1249-thread-1-processing-n:127.0.0.1:44021_solr) 
[n:127.0.0.1:44021_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> 798248 INFO  
(zkCallback-1261-thread-1-processing-n:127.0.0.1:33191_solr) 
[n:127.0.0.1:33191_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> 798248 INFO  
(zkCallback-1261-thread-2-processing-n:127.0.0.1:33191_solr) 
[n:127.0.0.1:33191_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> 798248 INFO  
(zkCallback-1249-thread-2-processing-n:127.0.0.1:44021_solr) 
[n:127.0.0.1:44021_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> 798248 INFO  
(zkCallback-1259-thread-1-processing-n:127.0.0.1:33353_solr) 
[n:127.0.0.1:33353_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> 798645 INFO  (qtp1289989348-8014) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 798645 INFO  (qtp1289989348-8014) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 798645 INFO  (qtp1289989348-8014) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:33353/solr/test_col_shard1_replica_n1/
   [junit4]   2> 798645 INFO  (qtp1289989348-8014) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.PeerSync 
PeerSync: core=test_col_shard1_replica_n1 url=http://127.0.0.1:33353/solr START 
replicas=[http://127.0.0.1:36183/solr/test_col_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 798647 INFO  (qtp1508570956-8008) [n:127.0.0.1:36183_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.c.S.Request [test_col_shard1_replica_n2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 798647 INFO  (qtp1063664941-8031) [n:127.0.0.1:44021_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 798647 INFO  (qtp1063664941-8031) [n:127.0.0.1:44021_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 798647 INFO  (qtp1063664941-8031) [n:127.0.0.1:44021_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:44021/solr/test_col_shard2_replica_n6/
   [junit4]   2> 798648 INFO  (qtp1063664941-8031) [n:127.0.0.1:44021_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.PeerSync 
PeerSync: core=test_col_shard2_replica_n6 url=http://127.0.0.1:44021/solr START 
replicas=[http://127.0.0.1:33191/solr/test_col_shard2_replica_n4/] nUpdates=100
   [junit4]   2> 798649 INFO  (qtp79768942-8012) [n:127.0.0.1:33191_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.c.S.Request [test_col_shard2_replica_n4]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 798946 INFO  (qtp1289989348-8014) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.PeerSync 
PeerSync: core=test_col_shard1_replica_n1 url=http://127.0.0.1:33353/solr DONE. 
 We have no versions.  sync failed.
   [junit4]   2> 798946 INFO  (qtp1289989348-8014) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 798946 INFO  (qtp1289989348-8014) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 798946 INFO  (qtp1289989348-8014) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 798948 INFO  (qtp1289989348-8014) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:33353/solr/test_col_shard1_replica_n1/ shard1
   [junit4]   2> 798948 INFO  (qtp1063664941-8031) [n:127.0.0.1:44021_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.PeerSync 
PeerSync: core=test_col_shard2_replica_n6 url=http://127.0.0.1:44021/solr DONE. 
 We have no versions.  sync failed.
   [junit4]   2> 798948 INFO  (qtp1063664941-8031) [n:127.0.0.1:44021_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 798948 INFO  (qtp1063664941-8031) [n:127.0.0.1:44021_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
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> 798948 INFO  (qtp1063664941-8031) [n:127.0.0.1:44021_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 798949 INFO  (qtp1063664941-8031) [n:127.0.0.1:44021_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:44021/solr/test_col_shard2_replica_n6/ shard2
   [junit4]   2> 799050 INFO  
(zkCallback-1259-thread-1-processing-n:127.0.0.1:33353_solr) 
[n:127.0.0.1:33353_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> 799050 INFO  
(zkCallback-1260-thread-2-processing-n:127.0.0.1:36183_solr) 
[n:127.0.0.1:36183_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> 799050 INFO  
(zkCallback-1259-thread-2-processing-n:127.0.0.1:33353_solr) 
[n:127.0.0.1:33353_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> 799050 INFO  
(zkCallback-1260-thread-1-processing-n:127.0.0.1:36183_solr) 
[n:127.0.0.1:36183_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> 799050 INFO  
(zkCallback-1261-thread-1-processing-n:127.0.0.1:33191_solr) 
[n:127.0.0.1:33191_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> 799050 INFO  
(zkCallback-1261-thread-2-processing-n:127.0.0.1:33191_solr) 
[n:127.0.0.1:33191_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> 799050 INFO  
(zkCallback-1249-thread-2-processing-n:127.0.0.1:44021_solr) 
[n:127.0.0.1:44021_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> 799050 INFO  
(zkCallback-1249-thread-1-processing-n:127.0.0.1:44021_solr) 
[n:127.0.0.1:44021_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> 799098 INFO  (qtp1289989348-8014) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 799100 INFO  (qtp1063664941-8031) [n:127.0.0.1:44021_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 799106 INFO  (qtp1063664941-8031) [n:127.0.0.1:44021_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node8&name=test_col_shard2_replica_n6&action=CREATE&numShards=2&shard=shard2&wt=javabin}
 status=0 QTime=2050
   [junit4]   2> 799106 INFO  (qtp1289989348-8014) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node3&name=test_col_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin}
 status=0 QTime=2050
   [junit4]   2> 799148 INFO  (qtp1508570956-8003) [n:127.0.0.1:36183_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node5&name=test_col_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin}
 status=0 QTime=2092
   [junit4]   2> 799150 INFO  (qtp79768942-7996) [n:127.0.0.1:33191_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node7&name=test_col_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&wt=javabin}
 status=0 QTime=2095
   [junit4]   2> 799153 INFO  (qtp79768942-8015) [n:127.0.0.1:33191_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> 799251 INFO  
(zkCallback-1260-thread-1-processing-n:127.0.0.1:36183_solr) 
[n:127.0.0.1:36183_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> 799251 INFO  
(zkCallback-1259-thread-2-processing-n:127.0.0.1:33353_solr) 
[n:127.0.0.1:33353_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> 799251 INFO  
(zkCallback-1249-thread-1-processing-n:127.0.0.1:44021_solr) 
[n:127.0.0.1:44021_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> 799251 INFO  
(zkCallback-1260-thread-2-processing-n:127.0.0.1:36183_solr) 
[n:127.0.0.1:36183_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> 799251 INFO  
(zkCallback-1249-thread-2-processing-n:127.0.0.1:44021_solr) 
[n:127.0.0.1:44021_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> 799251 INFO  
(zkCallback-1261-thread-2-processing-n:127.0.0.1:33191_solr) 
[n:127.0.0.1:33191_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> 799251 INFO  
(zkCallback-1261-thread-1-processing-n:127.0.0.1:33191_solr) 
[n:127.0.0.1:33191_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> 799251 INFO  
(zkCallback-1259-thread-1-processing-n:127.0.0.1:33353_solr) 
[n:127.0.0.1:33353_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> 800153 INFO  (qtp79768942-8015) [n:127.0.0.1:33191_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&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=3410
   [junit4]   2> 800154 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[722F7E28E6E9F474]-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_node3 rstate:active live:true
   [junit4]   1> replica:core_node5 rstate:active live:true
   [junit4]   1> replica:core_node7 rstate:active live:true
   [junit4]   1> replica:core_node8 rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   2> 800154 INFO  
(SUITE-TestStressCloudBlindAtomicUpdates-seed#[722F7E28E6E9F474]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: test_col
   [junit4]   2> 800159 INFO  (qtp1289989348-8018) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.c.S.Request [test_col_shard1_replica_n1]  webapp=/solr 
path=/schema/fieldtypes/long params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 800180 INFO  
(TEST-TestStressCloudBlindAtomicUpdates.test_dv-seed#[722F7E28E6E9F474]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test_dv
   [junit4]   2> 800187 INFO  (qtp79768942-8016) [n:127.0.0.1:33191_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n4]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&_version_=-1583263010069151744&distrib.from=http://127.0.0.1:44021/solr/test_col_shard2_replica_n6/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1583263010069151744)} 0 1
   [junit4]   2> 800188 INFO  (qtp1063664941-8033) [n:127.0.0.1:44021_solr 
c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n6]  webapp=/solr 
path=/update 
params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:33353/solr/test_col_shard1_replica_n1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1583263010069151744)} 0 4
   [junit4]   2> 800188 INFO  (qtp1508570956-7998) [n:127.0.0.1:36183_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&_version_=-1583263010066006016&distrib.from=http://127.0.0.1:33353/solr/test_col_shard1_replica_n1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1583263010066006016)} 0 4
   [junit4]   2> 800188 INFO  (qtp1289989348-7997) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{deleteByQuery=*:* 
(-1583263010066006016)} 0 7
   [junit4]   2> 800190 INFO  (qtp1289989348-8013) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1583263010075443200,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 800190 INFO  (qtp1508570956-8008) [n:127.0.0.1:36183_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1583263010075443200,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 800190 WARN  (qtp1289989348-8013) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the 
entire index! Use with care.
   [junit4]   2> 800190 WARN  (qtp1508570956-8008) [n:127.0.0.1:36183_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the 
entire index! Use with care.
   [junit4]   2> 800190 INFO  (qtp1289989348-8013) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 800190 INFO  (qtp1508570956-8008) [n:127.0.0.1:36183_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 800190 INFO  (qtp1289989348-8013) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 800190 INFO  (qtp1508570956-8008) [n:127.0.0.1:36183_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 800190 INFO  (qtp1508570956-8008) [n:127.0.0.1:36183_solr 
c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&optimize=true&maxSegments=1&waitSearcher=true&openSearcher=true&distrib.from=http://127.0.0.1:44021/solr/test_col_shard2_replica_n6/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{optimize=}
 0 0
   [junit4]   2> 800190 INFO  (qtp1289989348-8013) [n:127.0.0.1:33353_solr 
c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&optimize=true&maxSegments=1&waitSearcher=true&openSearcher=true&distrib.from=http://127.0.0.1:44021/solr/test_col_shard2_replica_n6/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{optimize=}
 0 0
   [junit4]   2> 800191 INFO  (qtp79768942-8012) [n:127.0.0.1:33191_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1583263010076491776,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 800191 WARN  (qtp79768942-8012) [n:127.0.0.1:33191_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the 
entire index! Use with care.
   [junit4]   2> 800191 INFO  (qtp79768942-8012) [n:127.0.0.1:33191_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 800191 INFO  (qtp79768942-8012) [n:127.0.0.1:33191_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 800191 INFO  (qtp79768942-8012) [n:127.0.0.1:33191_solr 
c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.

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

2>      2       
/solr/overseer_elect/election/98953984095158276-127.0.0.1:34155_dt_e%2Fb-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/live_nodes
   [junit4]   2>        6       /solr/collections
   [junit4]   2>        3       /solr/overseer/queue
   [junit4]   2>        3       /solr/overseer/collection-queue-work
   [junit4]   2>        3       /solr/overseer/queue-work
   [junit4]   2>        2       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 
   [junit4]   2> 1630671 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[722F7E28E6E9F474]) [    ] 
o.a.s.c.SocketProxy Closing 6 connections to: http://127.0.0.1:40591/dt_e/b, 
target: http://127.0.0.1:44887/dt_e/b
   [junit4]   2> 1630671 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[722F7E28E6E9F474]) [    ] 
o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:34155/dt_e/b, 
target: http://127.0.0.1:45555/dt_e/b
   [junit4]   2> 1630671 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[722F7E28E6E9F474]) [    ] 
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:44521/dt_e/b, 
target: http://127.0.0.1:34341/dt_e/b
   [junit4]   2> 1630671 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[722F7E28E6E9F474]) [    ] 
o.a.s.c.SocketProxy Closing 6 connections to: http://127.0.0.1:43771/dt_e/b, 
target: http://127.0.0.1:43657/dt_e/b
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test 
-Dtests.seed=722F7E28E6E9F474 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=ja-JP-u-ca-japanese-x-lvariant-JP 
-Dtests.timezone=Europe/Vilnius -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE  129s J1 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected 2 of 3 
replicas to be active but only found 1; 
[core_node5:{"core":"c8n_1x3_lf_shard1_replica_n2","base_url":"http://127.0.0.1:40591/dt_e/b","node_name":"127.0.0.1:40591_dt_e%2Fb","state":"active","type":"NRT","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/29)={
   [junit4]    >   "pullReplicas":"0",
   [junit4]    >   "replicationFactor":"1",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node4":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:34155/dt_e/b";,
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_n1",
   [junit4]    >           "node_name":"127.0.0.1:34155_dt_e%2Fb",
   [junit4]    >           "type":"NRT"},
   [junit4]    >         "core_node5":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_n2",
   [junit4]    >           "base_url":"http://127.0.0.1:40591/dt_e/b";,
   [junit4]    >           "node_name":"127.0.0.1:40591_dt_e%2Fb",
   [junit4]    >           "state":"active",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node6":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_n3",
   [junit4]    >           "base_url":"http://127.0.0.1:44521/dt_e/b";,
   [junit4]    >           "node_name":"127.0.0.1:44521_dt_e%2Fb",
   [junit4]    >           "state":"down",
   [junit4]    >           "type":"NRT"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false",
   [junit4]    >   "nrtReplicas":"3",
   [junit4]    >   "tlogReplicas":"0"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([722F7E28E6E9F474:FA7B41F24815998C]:0)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:169)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_722F7E28E6E9F474-001
   [junit4]   2> NOTE: test params are: 
codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST,
 chunkSize=3, maxDocsPerChunk=2, blockSize=333), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, 
chunkSize=3, blockSize=333)), sim=RandomSimilarity(queryNorm=false): {}, 
locale=ja-JP-u-ca-japanese-x-lvariant-JP, timezone=Europe/Vilnius
   [junit4]   2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=8,threads=1,free=161191472,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestCloudJSONFacetJoinDomain, TestLazyCores, TestAtomicUpdateErrorCases, 
ShowFileRequestHandlerTest, TestSolrCloudSnapshots, TestHdfsUpdateLog, 
ChangedSchemaMergeTest, TestRTGBase, QueryResultKeyTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, TestJsonRequest, 
CloudExitableDirectoryReaderTest, TestNumericRangeQuery32, 
TestTolerantUpdateProcessorCloud, TestLRUStatsCache, TestConfigSetImmutable, 
DistribDocExpirationUpdateProcessorTest, CheckHdfsIndexTest, 
DistributedFacetExistsSmallTest, TestSolrQueryResponse, TestWriterPerf, 
TestSSLRandomization, TestHttpShardHandlerFactory, 
TestSchemaSimilarityResource, TermVectorComponentDistributedTest, 
TestFastWriter, DeleteLastCustomShardedReplicaTest, TestNamedUpdateProcessors, 
RegexBoostProcessorTest, TestSolr4Spatial, TestSolrQueryParser, 
MoreLikeThisHandlerTest, StressHdfsTest, HttpTriggerListenerTest, 
TestCloudRecovery, SolrMetricsIntegrationTest, CursorMarkTest, 
TestStressLucene, TriLevelCompositeIdRoutingTest, 
SchemaVersionSpecificBehaviorTest, HdfsRestartWhileUpdatingTest, 
ClusterStateUpdateTest, TestAnalyzedSuggestions, 
ConcurrentDeleteAndCreateCollectionTest, CoreAdminCreateDiscoverTest, 
TestSolrCoreParser, TestMultiWordSynonyms, TestPayloadCheckQParserPlugin, 
ConvertedLegacyTest, DeleteShardTest, TestNestedDocsSort, 
ClassificationUpdateProcessorIntegrationTest, 
SpellCheckCollatorWithCollapseTest, TestSurroundQueryParser, 
PingRequestHandlerTest, TestCollectionAPI, TestRemoteStreaming, 
TestRandomFlRTGCloud, LukeRequestHandlerTest, SolrCloudReportersTest, 
TestImplicitCoreProperties, RollingRestartTest, TestCustomDocTransformer, 
SuggestComponentTest, BadIndexSchemaTest, SignatureUpdateProcessorFactoryTest, 
TestQuerySenderNoQuery, TestNRTOpen, BlockCacheTest, TestDistribIDF, 
DistributedIntervalFacetingTest, TestDeleteCollectionOnDownNodes, 
TestStressRecovery, ExplicitHLLTest, TestLegacyNumericRangeQueryBuilder, 
LegacyCloudClusterPropTest, TestSizeLimitedDistributedMap, 
TestBulkSchemaConcurrent, TestFieldCacheSortRandom, 
TestRuleBasedAuthorizationPlugin, TestHdfsBackupRestoreCore, 
TestStressUserVersions, SolrIndexConfigTest, PreAnalyzedUpdateProcessorTest, 
CachingDirectoryFactoryTest, SubstringBytesRefFilterTest, 
OverriddenZkACLAndCredentialsProvidersTest, ZkCLITest, 
CollectionTooManyReplicasTest, HdfsTlogReplayBufferedWhileIndexingTest, 
SynonymTokenizerTest, TestSlowCompositeReaderWrapper, 
AutoAddReplicasIntegrationTest, TestFieldCollectionResource, 
TestLuceneMatchVersion, SolrCoreMetricManagerTest, TestCollationFieldDocValues, 
TestStressReorder, HttpSolrCallGetCoreTest, TestDocSet, TestJmxIntegration, 
CdcrUpdateLogTest, TestXIncludeConfig, TestObjectReleaseTracker, 
PathHierarchyTokenizerFactoryTest, TestReplicaProperties, 
DocExpirationUpdateProcessorFactoryTest, TestStreamBody, DocValuesMissingTest, 
TestTestInjection, SolrIndexMetricsTest, MultiThreadedOCPTest, 
ShardRoutingTest, TestFastLRUCache, TestFileDictionaryLookup, TestApiFramework, 
PrimUtilsTest, RulesTest, FacetPivotSmallTest, 
LeaderFailureAfterFreshStartTest, NotRequiredUniqueKeyTest, HLLUtilTest, 
ZkSolrClientTest, TestReload, TestStressVersions, SolrCoreTest, 
QueryElevationComponentTest, PeerSyncTest, SolrIndexSplitterTest, 
SimplePostToolTest, SuggesterFSTTest, SolrRequestParserTest, SuggesterTSTTest, 
SuggesterTest, TestCSVLoader, SolrCoreCheckLockOnStartupTest, 
QueryEqualityTest, DocValuesMultiTest, TestSolrDeletionPolicy1, 
DebugComponentTest, DocumentAnalysisRequestHandlerTest, TestOmitPositions, 
XmlUpdateRequestHandlerTest, TestValueSourceCache, FastVectorHighlighterTest, 
IndexSchemaTest, ReturnFieldsTest, TestCSVResponseWriter, 
UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, 
BinaryUpdateRequestHandlerTest, TestPHPSerializedResponseWriter, 
CSVRequestHandlerTest, SearchHandlerTest, HighlighterConfigTest, SOLR749Test, 
TestQuerySenderListener, AlternateDirectoryTest, TestSolrIndexConfig, 
CopyFieldTest, BadComponentTest, TestMergePolicyConfig, MultiTermTest, 
SampleTest, NumericFieldsTest, OutputWriterTest, TestFuzzyAnalyzedSuggestions, 
ExternalFileFieldSortTest, TestSolrCoreProperties, TestPostingsSolrHighlighter, 
TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCharFilters, 
EchoParamsTest, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, 
TestPerFieldSimilarity, TestLMJelinekMercerSimilarityFactory, 
TestIBSimilarityFactory, TestBM25SimilarityFactory, TestFastOutputStream, 
OpenExchangeRatesOrgProviderTest, DateMathParserTest, 
ChaosMonkeyNothingIsSafeTest, AssignTest, AsyncCallRequestStatusResponseTest, 
BaseCdcrDistributedZkTest, CdcrBootstrapTest, CreateCollectionCleanupTest, 
DeleteNodeTest, DistribJoinFromCollectionTest, DistributedVersionInfoTest, 
LeaderElectionContextKeyTest, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [535/747 (2!)] on J1 in 129.27s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to