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

3 tests failed.
FAILED:  
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple

Error Message:
Waiting for collection testSimple2 null Live Nodes: [127.0.0.1:36651_solr, 
127.0.0.1:37083_solr] Last available state: 
DocCollection(testSimple2//collections/testSimple2/state.json/19)={   
"pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{      
 "range":"80000000-ffffffff",       "state":"active",       "replicas":{        
 "core_node3":{           "core":"testSimple2_shard1_replica_n1",           
"base_url":"https://127.0.0.1:36651/solr";,           
"node_name":"127.0.0.1:36651_solr",           "state":"active",           
"type":"NRT",           "leader":"true"},         "core_node5":{           
"core":"testSimple2_shard1_replica_n2",           
"base_url":"https://127.0.0.1:41869/solr";,           
"node_name":"127.0.0.1:41869_solr",           "state":"down",           
"type":"NRT"}}},     "shard2":{       "range":"0-7fffffff",       
"state":"active",       "replicas":{         "core_node7":{           
"core":"testSimple2_shard2_replica_n4",           
"base_url":"https://127.0.0.1:36651/solr";,           
"node_name":"127.0.0.1:36651_solr",           "state":"active",           
"type":"NRT",           "leader":"true"},         "core_node8":{           
"core":"testSimple2_shard2_replica_n6",           
"base_url":"https://127.0.0.1:41869/solr";,           
"node_name":"127.0.0.1:41869_solr",           "state":"down",           
"type":"NRT"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",  
 "autoAddReplicas":"true",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Waiting for collection testSimple2
null
Live Nodes: [127.0.0.1:36651_solr, 127.0.0.1:37083_solr]
Last available state: 
DocCollection(testSimple2//collections/testSimple2/state.json/19)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"testSimple2_shard1_replica_n1",
          "base_url":"https://127.0.0.1:36651/solr";,
          "node_name":"127.0.0.1:36651_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node5":{
          "core":"testSimple2_shard1_replica_n2",
          "base_url":"https://127.0.0.1:41869/solr";,
          "node_name":"127.0.0.1:41869_solr",
          "state":"down",
          "type":"NRT"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          "core":"testSimple2_shard2_replica_n4",
          "base_url":"https://127.0.0.1:36651/solr";,
          "node_name":"127.0.0.1:36651_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node8":{
          "core":"testSimple2_shard2_replica_n6",
          "base_url":"https://127.0.0.1:41869/solr";,
          "node_name":"127.0.0.1:41869_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([DE649989A4D59B3B:E6D7BD7783264FEA]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
        at 
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:126)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple

Error Message:
No live SolrServers available to handle this 
request:[https://127.0.0.1:35387/solr]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request:[https://127.0.0.1:35387/solr]
        at 
__randomizedtesting.SeedInfo.seed([DE649989A4D59B3B:E6D7BD7783264FEA]:0)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple(AutoAddReplicasPlanActionTest.java:110)
        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: org.apache.solr.client.solrj.SolrServerException: IOException 
occured when talking to server at: https://127.0.0.1:35387/solr
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
        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.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        ... 44 more
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:35387 failed to 
respond
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
        ... 48 more


FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testListeners

Error Message:


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




Build Log:
[...truncated 12582 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_DE649989A4D59B3B-001/init-core-data-001
   [junit4]   2> 941125 WARN  
(SUITE-AutoAddReplicasPlanActionTest-seed#[DE649989A4D59B3B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 941125 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[DE649989A4D59B3B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 941126 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[DE649989A4D59B3B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 941127 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[DE649989A4D59B3B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 941127 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[DE649989A4D59B3B]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_DE649989A4D59B3B-001/tempDir-001
   [junit4]   2> 941127 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[DE649989A4D59B3B]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 941127 INFO  (Thread-1258) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 941127 INFO  (Thread-1258) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 941129 ERROR (Thread-1258) [    ] 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> 941227 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[DE649989A4D59B3B]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:43039
   [junit4]   2> 941229 INFO  (zkConnectionManagerCallback-1611-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 941233 INFO  (jetty-launcher-1608-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T14:27:37-07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 941233 INFO  (jetty-launcher-1608-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T14:27:37-07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 941233 INFO  (jetty-launcher-1608-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T14:27:37-07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 941249 INFO  (jetty-launcher-1608-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 941249 INFO  (jetty-launcher-1608-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 941249 INFO  (jetty-launcher-1608-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 941249 INFO  (jetty-launcher-1608-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 941249 INFO  (jetty-launcher-1608-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 941249 INFO  (jetty-launcher-1608-thread-1) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 941249 INFO  (jetty-launcher-1608-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 941249 INFO  (jetty-launcher-1608-thread-2) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 941249 INFO  (jetty-launcher-1608-thread-3) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 941249 INFO  (jetty-launcher-1608-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6590cf80{/solr,null,AVAILABLE}
   [junit4]   2> 941252 INFO  (jetty-launcher-1608-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7aaf1275{/solr,null,AVAILABLE}
   [junit4]   2> 941252 INFO  (jetty-launcher-1608-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@554f6411{SSL,[ssl, 
http/1.1]}{127.0.0.1:35387}
   [junit4]   2> 941252 INFO  (jetty-launcher-1608-thread-1) [    ] 
o.e.j.s.Server Started @942886ms
   [junit4]   2> 941252 INFO  (jetty-launcher-1608-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35387}
   [junit4]   2> 941252 ERROR (jetty-launcher-1608-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 941253 INFO  (jetty-launcher-1608-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 941253 INFO  (jetty-launcher-1608-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 941253 INFO  (jetty-launcher-1608-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 941253 INFO  (jetty-launcher-1608-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-28T04:54:23.839Z
   [junit4]   2> 941255 INFO  (jetty-launcher-1608-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3f7f317d{/solr,null,AVAILABLE}
   [junit4]   2> 941257 INFO  (jetty-launcher-1608-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@72f19bf0{SSL,[ssl, 
http/1.1]}{127.0.0.1:46859}
   [junit4]   2> 941258 INFO  (jetty-launcher-1608-thread-2) [    ] 
o.e.j.s.Server Started @942891ms
   [junit4]   2> 941258 INFO  (jetty-launcher-1608-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46859}
   [junit4]   2> 941258 ERROR (jetty-launcher-1608-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 941258 INFO  (jetty-launcher-1608-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 941258 INFO  (jetty-launcher-1608-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 941258 INFO  (jetty-launcher-1608-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 941258 INFO  (jetty-launcher-1608-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-28T04:54:23.844Z
   [junit4]   2> 941259 INFO  (zkConnectionManagerCallback-1613-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 941259 INFO  (jetty-launcher-1608-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 941265 INFO  (jetty-launcher-1608-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@3cfd3473{SSL,[ssl, 
http/1.1]}{127.0.0.1:38859}
   [junit4]   2> 941265 INFO  (jetty-launcher-1608-thread-3) [    ] 
o.e.j.s.Server Started @942898ms
   [junit4]   2> 941265 INFO  (jetty-launcher-1608-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38859}
   [junit4]   2> 941265 ERROR (jetty-launcher-1608-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 941265 INFO  (jetty-launcher-1608-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 941265 INFO  (jetty-launcher-1608-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 941265 INFO  (jetty-launcher-1608-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 941265 INFO  (jetty-launcher-1608-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-28T04:54:23.851Z
   [junit4]   2> 941267 INFO  (zkConnectionManagerCallback-1615-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 941268 INFO  (jetty-launcher-1608-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 941277 INFO  (zkConnectionManagerCallback-1617-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 941277 INFO  (jetty-launcher-1608-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 941278 INFO  (jetty-launcher-1608-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43039/solr
   [junit4]   2> 941282 INFO  (zkConnectionManagerCallback-1621-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 941282 INFO  (jetty-launcher-1608-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43039/solr
   [junit4]   2> 941289 INFO  (jetty-launcher-1608-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43039/solr
   [junit4]   2> 941290 INFO  (zkConnectionManagerCallback-1626-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 941291 INFO  (zkConnectionManagerCallback-1631-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 941291 INFO  
(zkConnectionManagerCallback-1628-thread-1-processing-n:127.0.0.1:35387_solr) 
[n:127.0.0.1:35387_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 941292 INFO  
(zkConnectionManagerCallback-1633-thread-1-processing-n:127.0.0.1:46859_solr) 
[n:127.0.0.1:46859_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 941293 INFO  
(zkConnectionManagerCallback-1635-thread-1-processing-n:127.0.0.1:38859_solr) 
[n:127.0.0.1:38859_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 941328 INFO  (jetty-launcher-1608-thread-3) 
[n:127.0.0.1:38859_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 941329 INFO  (jetty-launcher-1608-thread-2) 
[n:127.0.0.1:46859_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 941329 INFO  (jetty-launcher-1608-thread-1) 
[n:127.0.0.1:35387_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 941329 INFO  (jetty-launcher-1608-thread-3) 
[n:127.0.0.1:38859_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:38859_solr
   [junit4]   2> 941329 INFO  (jetty-launcher-1608-thread-2) 
[n:127.0.0.1:46859_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46859_solr
   [junit4]   2> 941329 INFO  (jetty-launcher-1608-thread-1) 
[n:127.0.0.1:35387_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35387_solr
   [junit4]   2> 941330 INFO  (jetty-launcher-1608-thread-3) 
[n:127.0.0.1:38859_solr    ] o.a.s.c.Overseer Overseer 
(id=99425665922760713-127.0.0.1:38859_solr-n_0000000000) starting
   [junit4]   2> 941333 INFO  
(zkCallback-1632-thread-1-processing-n:127.0.0.1:46859_solr) 
[n:127.0.0.1:46859_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 941335 INFO  
(zkCallback-1634-thread-1-processing-n:127.0.0.1:38859_solr) 
[n:127.0.0.1:38859_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 941359 INFO  
(zkCallback-1627-thread-1-processing-n:127.0.0.1:35387_solr) 
[n:127.0.0.1:35387_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 941369 INFO  (jetty-launcher-1608-thread-3) 
[n:127.0.0.1:38859_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38859_solr
   [junit4]   2> 941374 INFO  
(zkCallback-1632-thread-1-processing-n:127.0.0.1:46859_solr) 
[n:127.0.0.1:46859_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 941374 INFO  
(zkCallback-1634-thread-1-processing-n:127.0.0.1:38859_solr) 
[n:127.0.0.1:38859_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 941377 INFO  
(zkCallback-1627-thread-1-processing-n:127.0.0.1:35387_solr) 
[n:127.0.0.1:35387_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 941403 INFO  (jetty-launcher-1608-thread-2) 
[n:127.0.0.1:46859_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46859.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38b55dee
   [junit4]   2> 941404 INFO  (jetty-launcher-1608-thread-1) 
[n:127.0.0.1:35387_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35387.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38b55dee
   [junit4]   2> 941409 INFO  (jetty-launcher-1608-thread-1) 
[n:127.0.0.1:35387_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35387.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38b55dee
   [junit4]   2> 941410 INFO  (jetty-launcher-1608-thread-2) 
[n:127.0.0.1:46859_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46859.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38b55dee
   [junit4]   2> 941410 INFO  (jetty-launcher-1608-thread-1) 
[n:127.0.0.1:35387_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35387.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38b55dee
   [junit4]   2> 941411 INFO  (jetty-launcher-1608-thread-2) 
[n:127.0.0.1:46859_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46859.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38b55dee
   [junit4]   2> 941411 INFO  (jetty-launcher-1608-thread-2) 
[n:127.0.0.1:46859_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_DE649989A4D59B3B-001/tempDir-001/node2/.
   [junit4]   2> 941411 INFO  (jetty-launcher-1608-thread-1) 
[n:127.0.0.1:35387_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_DE649989A4D59B3B-001/tempDir-001/node1/.
   [junit4]   2> 941421 INFO  (jetty-launcher-1608-thread-3) 
[n:127.0.0.1:38859_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38859.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38b55dee
   [junit4]   2> 941427 INFO  (jetty-launcher-1608-thread-3) 
[n:127.0.0.1:38859_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38859.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38b55dee
   [junit4]   2> 941427 INFO  (jetty-launcher-1608-thread-3) 
[n:127.0.0.1:38859_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38859.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38b55dee
   [junit4]   2> 941428 INFO  (jetty-launcher-1608-thread-3) 
[n:127.0.0.1:38859_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_DE649989A4D59B3B-001/tempDir-001/node3/.
   [junit4]   2> 941465 INFO  (zkConnectionManagerCallback-1643-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 941467 INFO  (zkConnectionManagerCallback-1647-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 941468 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[DE649989A4D59B3B]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 941468 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[DE649989A4D59B3B]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43039/solr ready
   [junit4]   2> 941478 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[DE649989A4D59B3B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 941493 INFO  (qtp1650781697-6989) [n:127.0.0.1:38859_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:35387_solr,127.0.0.1:46859_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 941494 INFO  
(OverseerThreadFactory-3204-thread-1-processing-n:127.0.0.1:38859_solr) 
[n:127.0.0.1:38859_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
testSimple1
   [junit4]   2> 941598 INFO  
(OverseerStateUpdate-99425665922760713-127.0.0.1:38859_solr-n_0000000000) 
[n:127.0.0.1:38859_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:46859/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 941598 INFO  
(OverseerStateUpdate-99425665922760713-127.0.0.1:38859_solr-n_0000000000) 
[n:127.0.0.1:38859_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35387/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 941602 INFO  
(OverseerStateUpdate-99425665922760713-127.0.0.1:38859_solr-n_0000000000) 
[n:127.0.0.1:38859_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:46859/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 941603 INFO  
(OverseerStateUpdate-99425665922760713-127.0.0.1:38859_solr-n_0000000000) 
[n:127.0.0.1:38859_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35387/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 941825 INFO  (qtp1186723207-6983) [n:127.0.0.1:46859_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 941827 INFO  (qtp1186723207-6983) [n:127.0.0.1:46859_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 941827 INFO  (qtp1186723207-6987) [n:127.0.0.1:46859_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 941830 INFO  (qtp817711666-6990) [n:127.0.0.1:35387_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 941831 INFO  (qtp817711666-6990) [n:127.0.0.1:35387_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 941834 INFO  (qtp817711666-6985) [n:127.0.0.1:35387_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 941936 INFO  
(zkCallback-1627-thread-1-processing-n:127.0.0.1:35387_solr) 
[n:127.0.0.1:35387_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 941936 INFO  
(zkCallback-1632-thread-1-processing-n:127.0.0.1:46859_solr) 
[n:127.0.0.1:46859_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 941936 INFO  
(zkCallback-1627-thread-2-processing-n:127.0.0.1:35387_solr) 
[n:127.0.0.1:35387_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 942836 INFO  (qtp1186723207-6983) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 942836 INFO  (qtp1186723207-6987) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 942836 INFO  (qtp817711666-6990) [n:127.0.0.1:35387_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 942842 INFO  (qtp1186723207-6987) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.s.IndexSchema [testSimple1_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 942842 INFO  (qtp1186723207-6983) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.s.IndexSchema [testSimple1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 942842 INFO  (qtp817711666-6990) [n:127.0.0.1:35387_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.s.IndexSchema [testSimple1_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 942842 INFO  (qtp817711666-6985) [n:127.0.0.1:35387_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 942844 INFO  (qtp1186723207-6987) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 942844 INFO  (qtp1186723207-6987) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n4' using 
configuration from collection testSimple1, trusted=true
   [junit4]   2> 942844 INFO  (qtp817711666-6990) [n:127.0.0.1:35387_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 942844 INFO  (qtp817711666-6990) [n:127.0.0.1:35387_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n6' using 
configuration from collection testSimple1, trusted=true
   [junit4]   2> 942845 INFO  (qtp1186723207-6983) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 942845 INFO  (qtp1186723207-6983) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n1' using 
configuration from collection testSimple1, trusted=true
   [junit4]   2> 942845 INFO  (qtp1186723207-6987) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46859.solr.core.testSimple1.shard2.replica_n4' (registry 
'solr.core.testSimple1.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38b55dee
   [junit4]   2> 942845 INFO  (qtp817711666-6990) [n:127.0.0.1:35387_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35387.solr.core.testSimple1.shard2.replica_n6' (registry 
'solr.core.testSimple1.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38b55dee
   [junit4]   2> 942845 INFO  (qtp1186723207-6987) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 942845 INFO  (qtp817711666-6990) [n:127.0.0.1:35387_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 942845 INFO  (qtp1186723207-6987) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SolrCore [[testSimple1_shard2_replica_n4] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_DE649989A4D59B3B-001/tempDir-001/node2/testSimple1_shard2_replica_n4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_DE649989A4D59B3B-001/tempDir-001/node2/./testSimple1_shard2_replica_n4/data/]
   [junit4]   2> 942845 INFO  (qtp817711666-6990) [n:127.0.0.1:35387_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.SolrCore [[testSimple1_shard2_replica_n6] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_DE649989A4D59B3B-001/tempDir-001/node1/testSimple1_shard2_replica_n6],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_DE649989A4D59B3B-001/tempDir-001/node1/./testSimple1_shard2_replica_n6/data/]
   [junit4]   2> 942845 INFO  (qtp1186723207-6983) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46859.solr.core.testSimple1.shard1.replica_n1' (registry 
'solr.core.testSimple1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38b55dee
   [junit4]   2> 942845 INFO  (qtp1186723207-6983) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 942845 INFO  (qtp1186723207-6983) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_DE649989A4D59B3B-001/tempDir-001/node2/testSimple1_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_DE649989A4D59B3B-001/tempDir-001/node2/./testSimple1_shard1_replica_n1/data/]
   [junit4]   2> 942848 INFO  (qtp817711666-6985) [n:127.0.0.1:35387_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.s.IndexSchema [testSimple1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 942850 INFO  (qtp817711666-6985) [n:127.0.0.1:35387_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 942850 INFO  (qtp817711666-6985) [n:127.0.0.1:35387_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n2' using 
configuration from collection testSimple1, trusted=true
   [junit4]   2> 942850 INFO  (qtp817711666-6985) [n:127.0.0.1:35387_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35387.solr.core.testSimple1.shard1.replica_n2' (registry 
'solr.core.testSimple1.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38b55dee
   [junit4]   2> 942850 INFO  (qtp817711666-6985) [n:127.0.0.1:35387_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 942850 INFO  (qtp817711666-6985) [n:127.0.0.1:35387_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.SolrCore [[testSimple1_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_DE649989A4D59B3B-001/tempDir-001/node1/testSimple1_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_DE649989A4D59B3B-001/tempDir-001/node1/./testSimple1_shard1_replica_n2/data/]
   [junit4]   2> 942890 INFO  (qtp1186723207-6987) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 942890 INFO  (qtp1186723207-6987) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 942891 INFO  (qtp817711666-6990) [n:127.0.0.1:35387_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 942891 INFO  (qtp817711666-6990) [n:127.0.0.1:35387_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 942891 INFO  (qtp1186723207-6987) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 942891 INFO  (qtp1186723207-6987) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 942891 INFO  (qtp817711666-6990) [n:127.0.0.1:35387_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 942891 INFO  (qtp817711666-6990) [n:127.0.0.1:35387_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 942892 INFO  (qtp1186723207-6987) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@48faab77[testSimple1_shard2_replica_n4] main]
   [junit4]   2> 942892 INFO  (qtp817711666-6990) [n:127.0.0.1:35387_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4532e2a0[testSimple1_shard2_replica_n6] main]
   [junit4]   2> 942892 INFO  (qtp1186723207-6987) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 942893 INFO  (qtp1186723207-6987) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 942893 INFO  (qtp817711666-6990) [n:127.0.0.1:35387_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 942893 INFO  (qtp817711666-6990) [n:127.0.0.1:35387_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 942893 INFO  (qtp1186723207-6987) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 942893 INFO  (qtp817711666-6990) [n:127.0.0.1:35387_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 942894 INFO  
(searcherExecutor-3211-thread-1-processing-n:127.0.0.1:46859_solr 
x:testSimple1_shard2_replica_n4 s:shard2 c:testSimple1 r:core_node7) 
[n:127.0.0.1:46859_solr c:testSimple1 s:shard2 r:core_node7 
x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore 
[testSimple1_shard2_replica_n4] Registered new searcher 
Searcher@48faab77[testSimple1_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 942894 INFO  (qtp1186723207-6987) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1590810656615956480
   [junit4]   2> 942894 INFO  
(searcherExecutor-3212-thread-1-processing-n:127.0.0.1:35387_solr 
x:testSimple1_shard2_replica_n6 s:shard2 c:testSimple1 r:core_node8) 
[n:127.0.0.1:35387_solr c:testSimple1 s:shard2 r:core_node8 
x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore 
[testSimple1_shard2_replica_n6] Registered new searcher 
Searcher@4532e2a0[testSimple1_shard2_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 942894 INFO  (qtp817711666-6990) [n:127.0.0.1:35387_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1590810656615956480
   [junit4]   2> 942894 INFO  (qtp817711666-6985) [n:127.0.0.1:35387_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 942895 INFO  (qtp1186723207-6983) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 942895 INFO  (qtp817711666-6985) [n:127.0.0.1:35387_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 942895 INFO  (qtp1186723207-6983) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 942896 INFO  (qtp817711666-6985) [n:127.0.0.1:35387_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 942896 INFO  (qtp817711666-6985) [n:127.0.0.1:35387_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 942896 INFO  (qtp1186723207-6983) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 942896 INFO  (qtp1186723207-6983) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 942897 INFO  (qtp1186723207-6987) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 942897 INFO  (qtp1186723207-6987) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 942897 INFO  (qtp1186723207-6987) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:46859/solr/testSimple1_shard2_replica_n4/
   [junit4]   2> 942897 INFO  (qtp1186723207-6987) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n4 
url=https://127.0.0.1:46859/solr START 
replicas=[https://127.0.0.1:35387/solr/testSimple1_shard2_replica_n6/] 
nUpdates=100
   [junit4]   2> 942897 INFO  (qtp817711666-6985) [n:127.0.0.1:35387_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1c9d3094[testSimple1_shard1_replica_n2] main]
   [junit4]   2> 942897 INFO  (qtp1186723207-6983) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5e62d132[testSimple1_shard1_replica_n1] main]
   [junit4]   2> 942898 INFO  (qtp817711666-6985) [n:127.0.0.1:35387_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 942898 INFO  (qtp1186723207-6983) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 942898 INFO  (qtp817711666-6985) [n:127.0.0.1:35387_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 942898 INFO  (qtp1186723207-6983) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 942898 INFO  (qtp1186723207-6983) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 942898 INFO  (qtp817711666-6985) [n:127.0.0.1:35387_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 942899 INFO  (qtp1186723207-6983) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1590810656621199360
   [junit4]   2> 942900 INFO  
(searcherExecutor-3213-thread-1-processing-n:127.0.0.1:46859_solr 
x:testSimple1_shard1_replica_n1 s:shard1 c:testSimple1 r:core_node3) 
[n:127.0.0.1:46859_solr c:testSimple1 s:shard1 r:core_node3 
x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore 
[testSimple1_shard1_replica_n1] Registered new searcher 
Searcher@5e62d132[testSimple1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 942901 INFO  (qtp817711666-6981) [n:127.0.0.1:35387_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.S.Request [testSimple1_shard2_replica_n6]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 942901 INFO  
(searcherExecutor-3214-thread-1-processing-n:127.0.0.1:35387_solr 
x:testSimple1_shard1_replica_n2 s:shard1 c:testSimple1 r:core_node5) 
[n:127.0.0.1:35387_solr c:testSimple1 s:shard1 r:core_node5 
x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore 
[testSimple1_shard1_replica_n2] Registered new searcher 
Searcher@1c9d3094[testSimple1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 942901 INFO  (qtp817711666-6985) [n:127.0.0.1:35387_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1590810656623296512
   [junit4]   2> 942903 INFO  (qtp1186723207-6983) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_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> 943004 INFO  
(zkCallback-1627-thread-1-processing-n:127.0.0.1:35387_solr) 
[n:127.0.0.1:35387_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 943004 INFO  
(zkCallback-1627-thread-2-processing-n:127.0.0.1:35387_solr) 
[n:127.0.0.1:35387_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 943004 INFO  
(zkCallback-1632-thread-1-processing-n:127.0.0.1:46859_solr) 
[n:127.0.0.1:46859_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 943198 INFO  (qtp1186723207-6987) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n4 
url=https://127.0.0.1:46859/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 943198 INFO  (qtp1186723207-6987) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 943198 INFO  (qtp1186723207-6987) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
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> 943198 INFO  (qtp1186723207-6987) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 943200 INFO  (qtp1186723207-6987) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:46859/solr/testSimple1_shard2_replica_n4/ shard2
   [junit4]   2> 943301 INFO  
(zkCallback-1627-thread-2-processing-n:127.0.0.1:35387_solr) 
[n:127.0.0.1:35387_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 943301 INFO  
(zkCallback-1627-thread-1-processing-n:127.0.0.1:35387_solr) 
[n:127.0.0.1:35387_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 943301 INFO  
(zkCallback-1632-thread-1-processing-n:127.0.0.1:46859_solr) 
[n:127.0.0.1:46859_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 943351 INFO  (qtp1186723207-6987) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 943352 INFO  (qtp1186723207-6987) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1524
   [junit4]   2> 943403 INFO  (qtp1186723207-6983) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 943403 INFO  (qtp1186723207-6983) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 943403 INFO  (qtp1186723207-6983) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:46859/solr/testSimple1_shard1_replica_n1/
   [junit4]   2> 943404 INFO  (qtp1186723207-6983) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n1 
url=https://127.0.0.1:46859/solr START 
replicas=[https://127.0.0.1:35387/solr/testSimple1_shard1_replica_n2/] 
nUpdates=100
   [junit4]   2> 943404 INFO  (qtp817711666-7065) [n:127.0.0.1:35387_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.S.Request [testSimple1_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> 943452 INFO  
(zkCallback-1632-thread-1-processing-n:127.0.0.1:46859_solr) 
[n:127.0.0.1:46859_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 943453 INFO  
(zkCallback-1627-thread-2-processing-n:127.0.0.1:35387_solr) 
[n:127.0.0.1:35387_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 943453 INFO  
(zkCallback-1627-thread-1-processing-n:127.0.0.1:35387_solr) 
[n:127.0.0.1:35387_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 943704 INFO  (qtp1186723207-6983) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n1 
url=https://127.0.0.1:46859/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 943704 INFO  (qtp1186723207-6983) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 943704 INFO  (qtp1186723207-6983) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_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> 943704 INFO  (qtp1186723207-6983) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 943706 INFO  (qtp1186723207-6983) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:46859/solr/testSimple1_shard1_replica_n1/ shard1
   [junit4]   2> 943807 INFO  
(zkCallback-1632-thread-1-processing-n:127.0.0.1:46859_solr) 
[n:127.0.0.1:46859_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 943807 INFO  
(zkCallback-1627-thread-2-processing-n:127.0.0.1:35387_solr) 
[n:127.0.0.1:35387_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 943807 INFO  
(zkCallback-1627-thread-1-processing-n:127.0.0.1:35387_solr) 
[n:127.0.0.1:35387_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 943856 INFO  (qtp1186723207-6983) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 943858 INFO  (qtp1186723207-6983) [n:127.0.0.1:46859_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2032
   [junit4]   2> 943898 INFO  (qtp817711666-6990) [n:127.0.0.1:35387_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2067
   [junit4]   2> 943917 INFO  (qtp817711666-6985) [n:127.0.0.1:35387_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2083
   [junit4]   2> 943919 INFO  (qtp1650781697-6989) [n:127.0.0.1:38859_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> 944006 INFO  
(zkCallback-1627-thread-1-processing-n:127.0.0.1:35387_solr) 
[n:127.0.0.1:35387_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 944006 INFO  
(zkCallback-1632-thread-1-processing-n:127.0.0.1:46859_solr) 
[n:127.0.0.1:46859_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 944006 INFO  
(zkCallback-1627-thread-2-processing-n:127.0.0.1:35387_solr) 
[n:127.0.0.1:35387_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 944919 INFO  (qtp1650781697-6989) [n:127.0.0.1:38859_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:35387_solr,127.0.0.1:46859_solr&wt=javabin&version=2}
 status=0 QTime=3426
   [junit4]   2> 944920 INFO  (qtp1650781697-6984) [n:127.0.0.1:38859_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&autoAddReplicas=false&name=testSimple2&nrtReplicas=2&action=CREATE&numShards=1&createNodeSet=127.0.0.1:46859_solr,127.0.0.1:38859_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 944921 INFO  
(OverseerThreadFactory-3204-thread-2-processing-n:127.0.0.1:38859_solr) 
[n:127.0.0.1:38859_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
testSimple2
   [junit4]   2> 944921 INFO  
(OverseerCollectionConfigSetProcessor-99425665922760713-127.0.0.1:38859_solr-n_0000000000)
 [n:127.0.0.1:38859_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 945124 INFO  
(OverseerStateUpdate-99425665922760713-127.0.0.1:38859_solr-n_0000000000) 
[n:127.0.0.1:38859_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple2_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:46859/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 945125 INFO  
(OverseerStateUpdate-99425665922760713-127.0.0.1:38859_solr-n_0000000000) 
[n:127.0.0.1:38859_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple2_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38859/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 945327 INFO  (qtp1186723207-7061) [n:127.0.0.1:46859_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n1&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 945328 INFO  (qtp1650781697-6986) [n:127.0.0.1:38859_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n2&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 945329 INFO  (qtp1650781697-6986) [n:127.0.0.1:38859_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 945431 INFO  
(zkCallback-1632-thread-1-processing-n:127.0.0.1:46859_solr) 
[n:127.0.0.1:46859_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 945431 INFO  
(zkCallback-1634-thread-1-processing-n:127.0.0.1:38859_solr) 
[n:127.0.0.1:38859_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 945431 INFO  
(zkCallback-1634-thread-2-processing-n:127.0.0.1:38859_solr) 
[n:127.0.0.1:38859_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 945431 INFO  
(zkCallback-1632-thread-2-processing-n:127.0.0.1:46859_solr) 
[n:127.0.0.1:46859_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 946339 INFO  (qtp1650781697-6986) [n:127.0.0.1:38859_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 946339 INFO  (qtp1186723207-7061) [n:127.0.0.1:46859_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 946347 INFO  (qtp1186723207-7061) [n:127.0.0.1:46859_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.s.IndexSchema [testSimple2_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 946347 INFO  (qtp1650781697-6986) [n:127.0.0.1:38859_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.s.IndexSchema [testSimple2_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 946350 INFO  (qtp1186723207-7061) [n:127.0.0.1:46859_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 946350 INFO  (qtp1186723207-7061) [n:127.0.0.1:46859_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n1' using 
configuration from collection testSimple2, trusted=true
   [junit4]   2> 946350 INFO  (qtp1650781697-6986) [n:127.0.0.1:38859_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 946350 INFO  (qtp1650781697-6986) [n:127.0.0.1:38859_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n2' using 
configuration from collection testSimple2, trusted=true
   [junit4]   2> 946350 INFO  (qtp1186723207-7061) [n:127.0.0.1:46859_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46859.solr.core.testSimple2.shard1.replica_n1' (registry 
'solr.core.testSimple2.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38b55dee
   [junit4]   2> 946350 INFO  (qtp1186723207-7061) [n:127.0.0.1:46859_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 946350 INFO  (qtp1650781697-6986) [n:127.0.0.1:38859_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38859.solr.core.testSimple2.shard1.replica_n2' (registry 
'solr.core.testSimple2.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38b55dee
   [junit4]   2> 946350 INFO  (qtp1186723207-7061) [n:127.0.0.1:46859_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.c.SolrCore [[testSimple2_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_DE649989A4D59B3B-001/tempDir-001/node2/testSimple2_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_DE649989A4D59B3B-001/tempDir-001/node2/./testSimple2_shard1_replica_n1/data/]
   [junit4]   2> 946351 INFO  (qtp1650781697-6986) [n:127.0.0.1:38859_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 946351 INFO  (qtp1650781697-6986) [n:127.0.0.1:38859_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.c.SolrCore [[testSimple2_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_DE649989A4D59B3B-001/tempDir-001/node3/testSimple2_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_DE649989A4D59B3B-001/tempDir-001/node3/./testSimple2_shard1_replica_n2/data/]
   [junit4]   2> 946409 INFO  (qtp1650781697-6986) [n:127.0.0.1:38859_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 946409 INFO  (qtp1650781697-6986) [n:127.0.0.1:38859_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 946411 INFO  (qtp1650781697-6986) [n:127.0.0.1:38859_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 946411 INFO  (qtp1650781697-6986) [n:127.0.0.1:38859_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 946412 INFO  (qtp1186723207-7061) [n:127.0.0.1:46859_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 946412 INFO  (qtp1650781697-6986) [n:127.0.0.1:38859_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@46b76e8b[testSimple2_shard1_replica_n2] main]
   [junit4]   2> 946412 INFO  (qtp1186723207-7061) [n:127.0.0.1:46859_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 946413 INFO  (qtp1650781697-6986) [n:127.0.0.1:38859_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 946413 INFO  (qtp1186723207-7061) [n:127.0.0.1:46859_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 946413 INFO  (qtp1186723207-7061) [n:127.0.0.1:46859_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 946413 INFO  (qtp1650781697-6986) [n:127.0.0.1:38859_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 946414 INFO  (qtp1650781697-6986) [n:127.0.0.1:38859_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 946415 INFO  (qtp1186723207-7061) [n:127.0.0.1:46859_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@59515ce7[testSimple2_shard1_replica_n1] main]
   [junit4]   2> 946415 INFO  
(searcherExecutor-3232-thread-1-processing-n:127.0.0.1:38859_solr 
x:testSimple2_shard1_replica_n2 s:shard1 c:testSimple2 r:core_node4) 
[n:127.0.0.1:38859_solr c:testSimple2 s:shard1 r:core_node4 
x:testSimple2_shard1_replica_n2] o.a.s.c.SolrCore 
[testSimple2_shard1_replica_n2] Registered new searcher 
Searcher@46b76e8b[testSimple2_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 946415 INFO  (qtp1650781697-6986) [n:127.0.0.1:38859_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1590810660307992576
   [junit4]   2> 946416 INFO  (qtp1186723207-7061) [n:127.0.0.1:46859_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 946416 INFO  (qtp1186723207-7061) [n:127.0.0.1:46859_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 946417 INFO  (qtp1186723207-7061) [n:127.0.0.1:46859_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 946417 INFO  (qtp1186723207-7061) [n:127.0.0.1:46859_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1590810660310089728
   [junit4]   2> 946419 INFO  (qtp1650781697-6986) [n:127.0.0.1:38859_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 946419 INFO  
(searcherExecutor-3231-thread-1-processing-n:127.0.0.1:46859_solr 
x:testSimple2_shard1_replica_n1 s:shard1 c:testSimple2 r:core_node3) 
[n:127.0.0.1:46859_solr c:testSimple2 s:shard1 r:core_node3 
x:testSimple2_shard1_replica_n1] o.a.s.c.SolrCore 
[testSimple2_shard1_replica_n1] Registered new searcher 
Searcher@59515ce7[testSimple2_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 946526 INFO  
(zkCallback-1632-thread-2-processing-n:127.0.0.1:46859_solr) 
[n:127.0.0.1:46859_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 946526 INFO  
(zkCallback-1632-thread-1-processing-n:127.0.0.1:46859_solr) 
[n:127.0.0.1:46859_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 946526 INFO  
(zkCallback-1634-thread-3-processing-n:127.0.0.1:38859_solr) 
[n:127.0.0.1:38859_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 946526 INFO  
(zkCallback-1634-thread-2-processing-n:127.0.0.1:38859_solr) 
[n:127.0.0.1:38859_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple2/state.json] for collection [testSimple2] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 946920 INFO  (qtp1650781697-6986) [n:127.0.0.1:38859_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 946920 INFO  (qtp1650781697-6986) [n:127.0.0.1:38859_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 946920 INFO  (qtp1650781697-6986) [n:127.0.0.1:38859_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:38859/solr/testSimple2_shard1_replica_n2/
   [junit4]   2> 946920 INFO  (qtp1650781697-6986) [n:127.0.0.1:38859_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=testSimple2_shard1_replica_n2 
url=https://127.0.0.1:38859/solr START 
replicas=[https://127.0.0.1:46859/solr/testSimple2_shard1_replica_n1/] 
nUpdates=100
   [junit4]   2> 946925 INFO  (qtp1186723207-6978) [n:127.0.0.1:46859_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.c.S.Request [testSimple2_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 947220 INFO  (qtp1650781697-6986) [n:127.0.0.1:38859_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=testSimple2_shard1_replica_n2 
url=https://127.0.0.1:38859/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 947221 INFO  (qtp1650781697-6986) [n:127.0.0.1:38859_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 947221 INFO  (qtp1650781697-6986) [n:127.0.0.1:38859_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 
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> 947221 INFO  (qtp1650781697-6986) [n:127.0.0.1:38859_solr 
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_

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

$2(ZkController.java:879)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.lambda$refreshLiveNodes$1(ZkStateReader.java:704)
   [junit4]   2>        at 
java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4649)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.refreshLiveNodes(ZkStateReader.java:703)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.access$900(ZkStateReader.java:72)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.refreshAndWatch(ZkStateReader.java:1090)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.process(ZkStateReader.java:1085)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$1(SolrZkClient.java:268)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2710218 INFO  (jetty-closer-10094-thread-8) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1e4142d1{/solr,null,UNAVAILABLE}
   [junit4]   2> 2710218 INFO  (jetty-closer-10094-thread-8) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 2710219 ERROR 
(SUITE-TriggerIntegrationTest-seed#[DE649989A4D59B3B]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2710219 INFO  
(SUITE-TriggerIntegrationTest-seed#[DE649989A4D59B3B]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:37757 37757
   [junit4]   2> 2716165 INFO  (Thread-9724) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:37757 37757
   [junit4]   2> 2716166 WARN  (Thread-9724) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        21      /solr/aliases.json
   [junit4]   2>        20      /solr/security.json
   [junit4]   2>        9       /solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        132     /solr/collections/collection1/state.json
   [junit4]   2>        37      /solr/collections/testMetricTrigger/state.json
   [junit4]   2>        21      /solr/clusterprops.json
   [junit4]   2>        21      /solr/clusterstate.json
   [junit4]   2>        6       /solr/autoscaling.json
   [junit4]   2>        3       
/solr/overseer_elect/election/99425767923908649-127.0.0.1:45637_solr-n_0000000012
   [junit4]   2>        2       
/solr/overseer_elect/election/99425767923908640-127.0.0.1:37723_solr-n_0000000009
   [junit4]   2>        2       
/solr/overseer_elect/election/99425767923908613-127.0.0.1:45187_solr-n_0000000001
   [junit4]   2>        2       
/solr/overseer_elect/election/99425767923908646-127.0.0.1:45403_solr-n_0000000011
   [junit4]   2>        2       
/solr/overseer_elect/election/99425767923908662-127.0.0.1:39859_solr-n_0000000016
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard1/election/99425767923908640-core_node10-n_0000000004
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard1/election/99425767923908622-core_node3-n_0000000000
   [junit4]   2>        2       
/solr/overseer_elect/election/99425767923908631-127.0.0.1:39265_solr-n_0000000006
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        21      /solr/live_nodes
   [junit4]   2>        21      /solr/collections
   [junit4]   2>        6       /solr/overseer/queue-work
   [junit4]   2>        6       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        6       /solr/overseer/collection-queue-work
   [junit4]   2>        5       /solr/overseer/queue
   [junit4]   2>        2       /solr/autoscaling/events/node_lost_triggerMR
   [junit4]   2>        2       /solr/autoscaling/events/node_added_triggerCTOOR
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_DE649989A4D59B3B-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{id=PostingsFormat(name=Memory), x_s=PostingsFormat(name=LuceneFixedGap)}, 
docValues:{}, maxPointsInLeafNode=1680, maxMBSortInHeap=5.584786682786445, 
sim=RandomSimilarity(queryNorm=true): {}, locale=nl, timezone=SystemV/MST7MDT
   [junit4]   2> NOTE: Linux 4.13.0-31-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=8,threads=1,free=164358328,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: 
[WordBreakSolrSpellCheckerTest, LeaderInitiatedRecoveryOnShardRestartTest, 
TimeZoneUtilsTest, HdfsWriteToMultipleCollectionsTest, TestInitParams, 
TestDynamicLoading, ClassificationUpdateProcessorIntegrationTest, 
NodeAddedTriggerTest, TestSegmentSorting, TestBadConfig, SystemLogListenerTest, 
TestUpdate, CoreSorterTest, TestSlowCompositeReaderWrapper, TestSolrXml, 
RequestLoggingTest, ConnectionManagerTest, TestSQLHandler, TestFieldSortValues, 
SimpleCollectionCreateDeleteTest, TestMinMaxOnMultiValuedField, 
MoreLikeThisHandlerTest, TestLMJelinekMercerSimilarityFactory, 
TestCloudDeleteByQuery, SpellCheckComponentTest, TestLFUCache, 
LeaderElectionTest, ClusterStateTest, HdfsDirectoryFactoryTest, 
AnalyticsQueryTest, TestCodecSupport, TestEmbeddedSolrServerConstructors, 
ZkStateReaderTest, MinimalSchemaTest, NoCacheHeaderTest, 
AutoScalingHandlerTest, ConnectionReuseTest, 
HdfsAutoAddReplicasIntegrationTest, TestCoreDiscovery, 
TestManagedResourceStorage, TriLevelCompositeIdRoutingTest, HdfsThreadLeakTest, 
MultiTermTest, DistanceFunctionTest, CdcrReplicationHandlerTest, TestFaceting, 
HLLSerializationTest, DisMaxRequestHandlerTest, SpatialRPTFieldTypeTest, 
CustomHighlightComponentTest, TestQuerySenderListener, 
DocExpirationUpdateProcessorFactoryTest, TestPayloadScoreQParserPlugin, 
CoreAdminRequestStatusTest, ShowFileRequestHandlerTest, TestPointFields, 
RecoveryZkTest, BasicDistributedZk2Test, TestTolerantSearch, TestJsonRequest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestSolrQueryResponse, 
UpdateLogTest, TestStressLiveNodes, TestRuleBasedAuthorizationPlugin, 
CollectionsAPIAsyncDistributedZkTest, TestConfigReload, 
StatelessScriptUpdateProcessorFactoryTest, TestNodeAddedTrigger, 
TestSolrConfigHandlerConcurrent, TestSchemaSimilarityResource, 
TestSolrCLIRunExample, DocValuesTest, TestCloudPivotFacet, 
TestExclusionRuleCollectionAccess, TestLazyCores, LargeFieldTest, 
RestartWhileUpdatingTest, TestUseDocValuesAsStored, TestManagedSchema, 
TestOnReconnectListenerSupport, TestRealTimeGet, TestConfigSetsAPIExclusivity, 
PreAnalyzedFieldManagedSchemaCloudTest, TestCoreContainer, 
CoreAdminHandlerTest, TestHdfsCloudBackupRestore, SearchHandlerTest, 
TestValueSourceCache, URLClassifyProcessorTest, DateMathParserTest, 
DocValuesMultiTest, TestStressReorder, TestUninvertingReader, V2StandaloneTest, 
AnalysisAfterCoreReloadTest, TestDistribIDF, 
ShufflingReplicaListTransformerTest, DistributedQueryComponentCustomSortTest, 
UUIDUpdateProcessorFallbackTest, NotRequiredUniqueKeyTest, 
DistribCursorPagingTest, NumericFieldsTest, TestShardHandlerFactory, 
MetricsHandlerTest, HdfsRecoveryZkTest, 
TestPerFieldSimilarityWithDefaultOverride, CircularListTest, 
ResponseLogComponentTest, SuggesterTSTTest, ConvertedLegacyTest, 
TestHdfsUpdateLog, TestFileDictionaryLookup, SolrCmdDistributorTest, 
SpellPossibilityIteratorTest, TestAtomicUpdateErrorCases, 
PreAnalyzedUpdateProcessorTest, CacheHeaderTest, TestJmxIntegration, 
SaslZkACLProviderTest, TestExecutePlanAction, HttpSolrCallGetCoreTest, 
TestComplexPhraseLeadingWildcard, ChaosMonkeySafeLeaderTest, 
UnloadDistributedZkTest, FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, 
TestZkChroot, TestRandomDVFaceting, ShardRoutingCustomTest, 
TestDistributedSearch, DistributedTermsComponentTest, StatsComponentTest, 
QueryElevationComponentTest, PeerSyncTest, TestFunctionQuery, 
TestIndexSearcher, DistributedQueryElevationComponentTest, SimplePostToolTest, 
SignatureUpdateProcessorFactoryTest, TestFoldingMultitermQuery, 
TestStressLucene, TestTrie, SpatialFilterTest, SuggesterWFSTTest, 
TestCSVLoader, FieldMutatingUpdateProcessorTest, 
TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, 
TestSolrDeletionPolicy1, IndexBasedSpellCheckerTest, TestQueryUtils, 
TestWriterPerf, TestReversedWildcardFilterFactory, FileBasedSpellCheckerTest, 
PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, 
TestSolrQueryParser, IndexSchemaRuntimeFieldTest, TestCollationField, 
ReturnFieldsTest, TestAnalyzedSuggestions, TestPartialUpdateDeduplication, 
PingRequestHandlerTest, TestXIncludeConfig, TestPerFieldSimilarity, 
TestBM25SimilarityFactory, TestFastOutputStream, ChaosMonkeyNothingIsSafeTest, 
CollectionsAPISolrJTest, DistributedQueueTest, 
LeaderFailoverAfterPartitionTest, LegacyCloudClusterPropTest, 
MissingSegmentRecoveryTest, MoveReplicaHDFSTest, 
OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, 
PeerSyncReplicationTest, TestAuthenticationFramework, TestCloudInspectUtil, 
TestCloudRecovery, TestClusterProperties, TestConfigSetsAPI, 
TestDownShardTolerantSearch, TestLeaderElectionWithEmptyReplica, 
TestRandomFlRTGCloud, TestRebalanceLeaders, TestRequestForwarding, 
TestSSLRandomization, TestSolrCloudWithDelegationTokens, 
TestSolrCloudWithSecureImpersonation, TestTolerantUpdateProcessorCloud, 
TestTolerantUpdateProcessorRandomCloud, TestUtilizeNode, ZkFailoverTest, 
TestRequestStatusCollectionAPI, ExecutePlanActionTest, MetricTriggerTest, 
NodeLostTriggerTest, SearchRateTriggerTest, TriggerIntegrationTest]
   [junit4] Completed [598/769 (3!)] on J2 in 218.75s, 14 tests, 1 failure <<< 
FAILURES!

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

Reply via email to