Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/420/

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

Error Message:
Waiting for collection testSimple1 null Live Nodes: [127.0.0.1:44185_solr, 
127.0.0.1:57170_solr] Last available state: 
DocCollection(testSimple1//collections/testSimple1/state.json/18)={   
"pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{      
 "range":"80000000-ffffffff",       "state":"active",       "replicas":{        
 "core_node5":{           "core":"testSimple1_shard1_replica_n2",           
"base_url":"https://127.0.0.1:57170/solr";,           
"node_name":"127.0.0.1:57170_solr",           "state":"active",           
"type":"NRT",           "leader":"true"},         "core_node12":{           
"core":"testSimple1_shard1_replica_n11",           
"base_url":"https://127.0.0.1:57170/solr";,           
"node_name":"127.0.0.1:57170_solr",           "state":"active",           
"type":"NRT"}}},     "shard2":{       "range":"0-7fffffff",       
"state":"active",       "replicas":{         "core_node8":{           
"core":"testSimple1_shard2_replica_n6",           
"base_url":"https://127.0.0.1:57170/solr";,           
"node_name":"127.0.0.1:57170_solr",           "state":"active",           
"type":"NRT",           "leader":"true"},         "core_node10":{           
"core":"testSimple1_shard2_replica_n9",           
"base_url":"https://127.0.0.1:56194/solr";,           
"node_name":"127.0.0.1:56194_solr",           "state":"down",           
"type":"NRT"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",  
 "autoAddReplicas":"true",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Waiting for collection testSimple1
null
Live Nodes: [127.0.0.1:44185_solr, 127.0.0.1:57170_solr]
Last available state: 
DocCollection(testSimple1//collections/testSimple1/state.json/18)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node5":{
          "core":"testSimple1_shard1_replica_n2",
          "base_url":"https://127.0.0.1:57170/solr";,
          "node_name":"127.0.0.1:57170_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node12":{
          "core":"testSimple1_shard1_replica_n11",
          "base_url":"https://127.0.0.1:57170/solr";,
          "node_name":"127.0.0.1:57170_solr",
          "state":"active",
          "type":"NRT"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node8":{
          "core":"testSimple1_shard2_replica_n6",
          "base_url":"https://127.0.0.1:57170/solr";,
          "node_name":"127.0.0.1:57170_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node10":{
          "core":"testSimple1_shard2_replica_n9",
          "base_url":"https://127.0.0.1:56194/solr";,
          "node_name":"127.0.0.1:56194_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([74EAC4E7B215683B:4C59E01995E6BCEA]: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:103)
        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.HdfsAutoAddReplicasIntegrationTest.testSimple

Error Message:
Waiting for collection testSimple1 null Live Nodes: [127.0.0.1:36497_solr, 
127.0.0.1:46527_solr] Last available state: 
DocCollection(testSimple1//collections/testSimple1/state.json/17)={   
"pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{      
 "range":"80000000-ffffffff",       "state":"active",       "replicas":{        
 "core_node3":{           
"dataDir":"hdfs://localhost:51437/data/testSimple1/core_node3/data/",           
"base_url":"http://127.0.0.1:46527/solr";,           
"node_name":"127.0.0.1:46527_solr",           "type":"NRT",           
"ulogDir":"hdfs://localhost:51437/data/testSimple1/core_node3/data/tlog",       
    "core":"testSimple1_shard1_replica_n1",           "shared_storage":"true",  
         "state":"active"},         "core_node5":{           
"dataDir":"hdfs://localhost:51437/data/testSimple1/core_node5/data/",           
"base_url":"http://127.0.0.1:46527/solr";,           
"node_name":"127.0.0.1:46527_solr",           "type":"NRT",           
"ulogDir":"hdfs://localhost:51437/data/testSimple1/core_node5/data/tlog",       
    "core":"testSimple1_shard1_replica_n2",           "shared_storage":"true",  
         "state":"active",           "leader":"true"}}},     "shard2":{       
"range":"0-7fffffff",       "state":"active",       "replicas":{         
"core_node7":{           
"dataDir":"hdfs://localhost:51437/data/testSimple1/core_node7/data/",           
"base_url":"http://127.0.0.1:53883/solr";,           
"node_name":"127.0.0.1:53883_solr",           "type":"NRT",           
"ulogDir":"hdfs://localhost:51437/data/testSimple1/core_node7/data/tlog",       
    "core":"testSimple1_shard2_replica_n4",           "shared_storage":"true",  
         "state":"down"},         "core_node8":{           
"dataDir":"hdfs://localhost:51437/data/testSimple1/core_node8/data/",           
"base_url":"http://127.0.0.1:46527/solr";,           
"node_name":"127.0.0.1:46527_solr",           "type":"NRT",           
"ulogDir":"hdfs://localhost:51437/data/testSimple1/core_node8/data/tlog",       
    "core":"testSimple1_shard2_replica_n6",           "shared_storage":"true",  
         "state":"active",           "leader":"true"}}}},   
"router":{"name":"compositeId"},   "maxShardsPerNode":"2",   
"autoAddReplicas":"true",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Waiting for collection testSimple1
null
Live Nodes: [127.0.0.1:36497_solr, 127.0.0.1:46527_solr]
Last available state: 
DocCollection(testSimple1//collections/testSimple1/state.json/17)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "dataDir":"hdfs://localhost:51437/data/testSimple1/core_node3/data/",
          "base_url":"http://127.0.0.1:46527/solr";,
          "node_name":"127.0.0.1:46527_solr",
          "type":"NRT",
          
"ulogDir":"hdfs://localhost:51437/data/testSimple1/core_node3/data/tlog",
          "core":"testSimple1_shard1_replica_n1",
          "shared_storage":"true",
          "state":"active"},
        "core_node5":{
          "dataDir":"hdfs://localhost:51437/data/testSimple1/core_node5/data/",
          "base_url":"http://127.0.0.1:46527/solr";,
          "node_name":"127.0.0.1:46527_solr",
          "type":"NRT",
          
"ulogDir":"hdfs://localhost:51437/data/testSimple1/core_node5/data/tlog",
          "core":"testSimple1_shard1_replica_n2",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          "dataDir":"hdfs://localhost:51437/data/testSimple1/core_node7/data/",
          "base_url":"http://127.0.0.1:53883/solr";,
          "node_name":"127.0.0.1:53883_solr",
          "type":"NRT",
          
"ulogDir":"hdfs://localhost:51437/data/testSimple1/core_node7/data/tlog",
          "core":"testSimple1_shard2_replica_n4",
          "shared_storage":"true",
          "state":"down"},
        "core_node8":{
          "dataDir":"hdfs://localhost:51437/data/testSimple1/core_node8/data/",
          "base_url":"http://127.0.0.1:46527/solr";,
          "node_name":"127.0.0.1:46527_solr",
          "type":"NRT",
          
"ulogDir":"hdfs://localhost:51437/data/testSimple1/core_node8/data/tlog",
          "core":"testSimple1_shard2_replica_n6",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([74EAC4E7B215683B:4C59E01995E6BCEA]: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:103)
        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 13967 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_74EAC4E7B215683B-001/init-core-data-001
   [junit4]   2> 2009394 WARN  
(SUITE-AutoAddReplicasIntegrationTest-seed#[74EAC4E7B215683B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=24 numCloses=24
   [junit4]   2> 2009394 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[74EAC4E7B215683B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2009395 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[74EAC4E7B215683B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2009396 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[74EAC4E7B215683B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2009396 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[74EAC4E7B215683B]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_74EAC4E7B215683B-001/tempDir-001
   [junit4]   2> 2009396 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[74EAC4E7B215683B]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2009396 INFO  (Thread-6805) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2009396 INFO  (Thread-6805) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2009398 ERROR (Thread-6805) [    ] 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> 2009496 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[74EAC4E7B215683B]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:44117
   [junit4]   2> 2009498 INFO  (zkConnectionManagerCallback-6872-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2009502 INFO  (jetty-launcher-6869-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T04:27:37+07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2009502 INFO  (jetty-launcher-6869-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T04:27:37+07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2009502 INFO  (jetty-launcher-6869-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T04:27:37+07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2009504 INFO  (jetty-launcher-6869-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2009504 INFO  (jetty-launcher-6869-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2009504 INFO  (jetty-launcher-6869-thread-2) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2009504 INFO  (jetty-launcher-6869-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2009504 INFO  (jetty-launcher-6869-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2009504 INFO  (jetty-launcher-6869-thread-3) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2009504 INFO  (jetty-launcher-6869-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2009504 INFO  (jetty-launcher-6869-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@20db9601{/solr,null,AVAILABLE}
   [junit4]   2> 2009504 INFO  (jetty-launcher-6869-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2009504 INFO  (jetty-launcher-6869-thread-1) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2009504 INFO  (jetty-launcher-6869-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@509c2c8b{/solr,null,AVAILABLE}
   [junit4]   2> 2009505 INFO  (jetty-launcher-6869-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@cea5861{/solr,null,AVAILABLE}
   [junit4]   2> 2009509 INFO  (jetty-launcher-6869-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@715b8885{SSL,[ssl, 
http/1.1]}{127.0.0.1:57170}
   [junit4]   2> 2009509 INFO  (jetty-launcher-6869-thread-2) [    ] 
o.e.j.s.Server Started @2011529ms
   [junit4]   2> 2009509 INFO  (jetty-launcher-6869-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@70a05a0f{SSL,[ssl, 
http/1.1]}{127.0.0.1:56194}
   [junit4]   2> 2009509 INFO  (jetty-launcher-6869-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=57170}
   [junit4]   2> 2009509 INFO  (jetty-launcher-6869-thread-1) [    ] 
o.e.j.s.Server Started @2011529ms
   [junit4]   2> 2009509 INFO  (jetty-launcher-6869-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1f3ee0c4{SSL,[ssl, 
http/1.1]}{127.0.0.1:44185}
   [junit4]   2> 2009509 INFO  (jetty-launcher-6869-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=56194}
   [junit4]   2> 2009509 INFO  (jetty-launcher-6869-thread-3) [    ] 
o.e.j.s.Server Started @2011529ms
   [junit4]   2> 2009509 ERROR (jetty-launcher-6869-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2009509 ERROR (jetty-launcher-6869-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2009509 INFO  (jetty-launcher-6869-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 2009509 INFO  (jetty-launcher-6869-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 2009509 INFO  (jetty-launcher-6869-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2009509 INFO  (jetty-launcher-6869-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2009509 INFO  (jetty-launcher-6869-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2009509 INFO  (jetty-launcher-6869-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2009510 INFO  (jetty-launcher-6869-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-18T09:42:40.333Z
   [junit4]   2> 2009510 INFO  (jetty-launcher-6869-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-18T09:42:40.334Z
   [junit4]   2> 2009509 INFO  (jetty-launcher-6869-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44185}
   [junit4]   2> 2009510 ERROR (jetty-launcher-6869-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2009510 INFO  (jetty-launcher-6869-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 2009510 INFO  (jetty-launcher-6869-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2009510 INFO  (jetty-launcher-6869-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2009510 INFO  (jetty-launcher-6869-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-18T09:42:40.334Z
   [junit4]   2> 2009511 INFO  (zkConnectionManagerCallback-6876-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2009511 INFO  (zkConnectionManagerCallback-6875-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2009511 INFO  (jetty-launcher-6869-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2009511 INFO  (jetty-launcher-6869-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2009511 INFO  (zkConnectionManagerCallback-6878-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2009513 INFO  (jetty-launcher-6869-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2009518 INFO  (jetty-launcher-6869-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44117/solr
   [junit4]   2> 2009518 INFO  (jetty-launcher-6869-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44117/solr
   [junit4]   2> 2009519 INFO  (jetty-launcher-6869-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44117/solr
   [junit4]   2> 2009521 INFO  (zkConnectionManagerCallback-6885-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2009521 INFO  (zkConnectionManagerCallback-6890-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2009521 INFO  (zkConnectionManagerCallback-6887-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2009523 INFO  
(zkConnectionManagerCallback-6892-thread-1-processing-n:127.0.0.1:56194_solr) 
[n:127.0.0.1:56194_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2009523 INFO  
(zkConnectionManagerCallback-6894-thread-1-processing-n:127.0.0.1:44185_solr) 
[n:127.0.0.1:44185_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2009523 INFO  
(zkConnectionManagerCallback-6896-thread-1-processing-n:127.0.0.1:57170_solr) 
[n:127.0.0.1:57170_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2009598 INFO  (jetty-launcher-6869-thread-2) 
[n:127.0.0.1:57170_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2009599 INFO  (jetty-launcher-6869-thread-2) 
[n:127.0.0.1:57170_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:57170_solr
   [junit4]   2> 2009599 INFO  (jetty-launcher-6869-thread-3) 
[n:127.0.0.1:44185_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2009600 INFO  (jetty-launcher-6869-thread-2) 
[n:127.0.0.1:57170_solr    ] o.a.s.c.Overseer Overseer 
(id=73315811073654793-127.0.0.1:57170_solr-n_0000000000) starting
   [junit4]   2> 2009601 INFO  (jetty-launcher-6869-thread-3) 
[n:127.0.0.1:44185_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44185_solr
   [junit4]   2> 2009617 INFO  
(zkCallback-6895-thread-1-processing-n:127.0.0.1:57170_solr) 
[n:127.0.0.1:57170_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2009622 INFO  
(zkCallback-6893-thread-1-processing-n:127.0.0.1:44185_solr) 
[n:127.0.0.1:44185_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2009627 INFO  (jetty-launcher-6869-thread-1) 
[n:127.0.0.1:56194_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2009628 DEBUG 
(OverseerAutoScalingTriggerThread-73315811073654793-127.0.0.1:57170_solr-n_0000000000)
 [n:127.0.0.1:57170_solr    ] o.a.s.c.a.OverseerTriggerThread Adding 
.autoAddReplicas trigger
   [junit4]   2> 2009629 INFO  (jetty-launcher-6869-thread-2) 
[n:127.0.0.1:57170_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:57170_solr
   [junit4]   2> 2009629 INFO  (jetty-launcher-6869-thread-1) 
[n:127.0.0.1:56194_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2009629 DEBUG 
(OverseerAutoScalingTriggerThread-73315811073654793-127.0.0.1:57170_solr-n_0000000000)
 [n:127.0.0.1:57170_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 1
   [junit4]   2> 2009629 INFO  
(zkCallback-6893-thread-1-processing-n:127.0.0.1:44185_solr) 
[n:127.0.0.1:44185_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2009637 INFO  
(zkCallback-6895-thread-1-processing-n:127.0.0.1:57170_solr) 
[n:127.0.0.1:57170_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2009637 DEBUG 
(OverseerAutoScalingTriggerThread-73315811073654793-127.0.0.1:57170_solr-n_0000000000)
 [n:127.0.0.1:57170_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: 
[127.0.0.1:44185_solr, 127.0.0.1:57170_solr]
   [junit4]   2> 2009637 DEBUG 
(OverseerAutoScalingTriggerThread-73315811073654793-127.0.0.1:57170_solr-n_0000000000)
 [n:127.0.0.1:57170_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 2009637 DEBUG 
(OverseerAutoScalingTriggerThread-73315811073654793-127.0.0.1:57170_solr-n_0000000000)
 [n:127.0.0.1:57170_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 1
   [junit4]   2> 2009638 INFO  (jetty-launcher-6869-thread-1) 
[n:127.0.0.1:56194_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56194_solr
   [junit4]   2> 2009641 INFO  
(zkCallback-6891-thread-1-processing-n:127.0.0.1:56194_solr) 
[n:127.0.0.1:56194_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2009646 INFO  
(zkCallback-6893-thread-1-processing-n:127.0.0.1:44185_solr) 
[n:127.0.0.1:44185_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 2009646 INFO  
(zkCallback-6895-thread-1-processing-n:127.0.0.1:57170_solr) 
[n:127.0.0.1:57170_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 2009646 INFO  
(zkCallback-6891-thread-2-processing-n:127.0.0.1:56194_solr) 
[n:127.0.0.1:56194_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 2009651 DEBUG 
(OverseerAutoScalingTriggerThread-73315811073654793-127.0.0.1:57170_solr-n_0000000000)
 [n:127.0.0.1:57170_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 2009662 DEBUG (ScheduledTrigger-6613-thread-1) 
[n:127.0.0.1:57170_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 2009662 DEBUG 
(OverseerAutoScalingTriggerThread-73315811073654793-127.0.0.1:57170_solr-n_0000000000)
 [n:127.0.0.1:57170_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 2009682 INFO  (jetty-launcher-6869-thread-3) 
[n:127.0.0.1:44185_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44185.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7adf39bb
   [junit4]   2> 2009691 INFO  (jetty-launcher-6869-thread-2) 
[n:127.0.0.1:57170_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57170.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7adf39bb
   [junit4]   2> 2009697 INFO  (jetty-launcher-6869-thread-3) 
[n:127.0.0.1:44185_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44185.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7adf39bb
   [junit4]   2> 2009698 INFO  (jetty-launcher-6869-thread-3) 
[n:127.0.0.1:44185_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44185.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7adf39bb
   [junit4]   2> 2009699 INFO  (jetty-launcher-6869-thread-3) 
[n:127.0.0.1:44185_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_74EAC4E7B215683B-001/tempDir-001/node3/.
   [junit4]   2> 2009704 INFO  (jetty-launcher-6869-thread-2) 
[n:127.0.0.1:57170_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57170.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7adf39bb
   [junit4]   2> 2009705 INFO  (jetty-launcher-6869-thread-2) 
[n:127.0.0.1:57170_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57170.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7adf39bb
   [junit4]   2> 2009706 INFO  (jetty-launcher-6869-thread-2) 
[n:127.0.0.1:57170_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_74EAC4E7B215683B-001/tempDir-001/node2/.
   [junit4]   2> 2009735 INFO  (jetty-launcher-6869-thread-1) 
[n:127.0.0.1:56194_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56194.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7adf39bb
   [junit4]   2> 2009742 INFO  (jetty-launcher-6869-thread-1) 
[n:127.0.0.1:56194_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56194.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7adf39bb
   [junit4]   2> 2009742 INFO  (jetty-launcher-6869-thread-1) 
[n:127.0.0.1:56194_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56194.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7adf39bb
   [junit4]   2> 2009743 INFO  (jetty-launcher-6869-thread-1) 
[n:127.0.0.1:56194_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_74EAC4E7B215683B-001/tempDir-001/node1/.
   [junit4]   2> 2009770 INFO  (zkConnectionManagerCallback-6904-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2009772 INFO  (zkConnectionManagerCallback-6908-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2009773 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[74EAC4E7B215683B]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2009774 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[74EAC4E7B215683B]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44117/solr ready
   [junit4]   2> 2009796 INFO  
(TEST-AutoAddReplicasIntegrationTest.testSimple-seed#[74EAC4E7B215683B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 2009834 INFO  (qtp76923726-25638) [n:127.0.0.1:44185_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:44185_solr,127.0.0.1:57170_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2009836 INFO  
(OverseerThreadFactory-6615-thread-1-processing-n:127.0.0.1:57170_solr) 
[n:127.0.0.1:57170_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
testSimple1
   [junit4]   2> 2009943 INFO  
(OverseerStateUpdate-73315811073654793-127.0.0.1:57170_solr-n_0000000000) 
[n:127.0.0.1:57170_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:44185/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2009944 INFO  
(OverseerStateUpdate-73315811073654793-127.0.0.1:57170_solr-n_0000000000) 
[n:127.0.0.1:57170_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:57170/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2009946 INFO  
(OverseerStateUpdate-73315811073654793-127.0.0.1:57170_solr-n_0000000000) 
[n:127.0.0.1:57170_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:44185/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2009948 INFO  
(OverseerStateUpdate-73315811073654793-127.0.0.1:57170_solr-n_0000000000) 
[n:127.0.0.1:57170_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:57170/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2010162 INFO  (qtp76923726-25648) [n:127.0.0.1:44185_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> 2010162 INFO  (qtp76923726-25648) [n:127.0.0.1:44185_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2010163 INFO  (qtp76923726-25644) [n:127.0.0.1:44185_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> 2010190 INFO  (qtp1884053087-25641) [n:127.0.0.1:57170_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> 2010190 INFO  (qtp1884053087-25641) [n:127.0.0.1:57170_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2010195 INFO  (qtp1884053087-25643) [n:127.0.0.1:57170_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> 2010298 INFO  
(zkCallback-6895-thread-1-processing-n:127.0.0.1:57170_solr) 
[n:127.0.0.1:57170_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> 2010298 INFO  
(zkCallback-6893-thread-1-processing-n:127.0.0.1:44185_solr) 
[n:127.0.0.1:44185_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> 2010298 INFO  
(zkCallback-6895-thread-2-processing-n:127.0.0.1:57170_solr) 
[n:127.0.0.1:57170_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> 2010298 INFO  
(zkCallback-6893-thread-2-processing-n:127.0.0.1:44185_solr) 
[n:127.0.0.1:44185_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> 2010663 DEBUG (ScheduledTrigger-6613-thread-1) 
[n:127.0.0.1:57170_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 2011176 INFO  (qtp76923726-25648) [n:127.0.0.1:44185_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> 2011183 INFO  (qtp76923726-25644) [n:127.0.0.1:44185_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> 2011183 INFO  (qtp76923726-25648) [n:127.0.0.1:44185_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> 2011195 INFO  (qtp76923726-25648) [n:127.0.0.1:44185_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> 2011195 INFO  (qtp76923726-25648) [n:127.0.0.1:44185_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> 2011195 INFO  (qtp76923726-25648) [n:127.0.0.1:44185_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44185.solr.core.testSimple1.shard1.replica_n1' (registry 
'solr.core.testSimple1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7adf39bb
   [junit4]   2> 2011195 INFO  (qtp76923726-25648) [n:127.0.0.1:44185_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2011195 INFO  (qtp76923726-25648) [n:127.0.0.1:44185_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 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_74EAC4E7B215683B-001/tempDir-001/node3/testSimple1_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_74EAC4E7B215683B-001/tempDir-001/node3/./testSimple1_shard1_replica_n1/data/]
   [junit4]   2> 2011198 INFO  (qtp76923726-25644) [n:127.0.0.1:44185_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> 2011199 INFO  (qtp1884053087-25641) [n:127.0.0.1:57170_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> 2011199 INFO  (qtp76923726-25644) [n:127.0.0.1:44185_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> 2011200 INFO  (qtp76923726-25644) [n:127.0.0.1:44185_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> 2011200 INFO  (qtp76923726-25644) [n:127.0.0.1:44185_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44185.solr.core.testSimple1.shard2.replica_n4' (registry 
'solr.core.testSimple1.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7adf39bb
   [junit4]   2> 2011200 INFO  (qtp76923726-25644) [n:127.0.0.1:44185_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2011200 INFO  (qtp76923726-25644) [n:127.0.0.1:44185_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 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_74EAC4E7B215683B-001/tempDir-001/node3/testSimple1_shard2_replica_n4],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_74EAC4E7B215683B-001/tempDir-001/node3/./testSimple1_shard2_replica_n4/data/]
   [junit4]   2> 2011205 INFO  (qtp1884053087-25641) [n:127.0.0.1:57170_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> 2011207 INFO  (qtp1884053087-25641) [n:127.0.0.1:57170_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> 2011207 INFO  (qtp1884053087-25641) [n:127.0.0.1:57170_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> 2011207 INFO  (qtp1884053087-25641) [n:127.0.0.1:57170_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57170.solr.core.testSimple1.shard1.replica_n2' (registry 
'solr.core.testSimple1.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7adf39bb
   [junit4]   2> 2011212 INFO  (qtp1884053087-25643) [n:127.0.0.1:57170_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> 2011214 INFO  (qtp1884053087-25641) [n:127.0.0.1:57170_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2011214 INFO  (qtp1884053087-25641) [n:127.0.0.1:57170_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 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_74EAC4E7B215683B-001/tempDir-001/node2/testSimple1_shard1_replica_n2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_74EAC4E7B215683B-001/tempDir-001/node2/./testSimple1_shard1_replica_n2/data/]
   [junit4]   2> 2011219 INFO  (qtp1884053087-25643) [n:127.0.0.1:57170_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> 2011221 INFO  (qtp1884053087-25643) [n:127.0.0.1:57170_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> 2011221 INFO  (qtp1884053087-25643) [n:127.0.0.1:57170_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> 2011221 INFO  (qtp1884053087-25643) [n:127.0.0.1:57170_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57170.solr.core.testSimple1.shard2.replica_n6' (registry 
'solr.core.testSimple1.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7adf39bb
   [junit4]   2> 2011221 INFO  (qtp1884053087-25643) [n:127.0.0.1:57170_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2011222 INFO  (qtp1884053087-25643) [n:127.0.0.1:57170_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 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_74EAC4E7B215683B-001/tempDir-001/node2/testSimple1_shard2_replica_n6],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_74EAC4E7B215683B-001/tempDir-001/node2/./testSimple1_shard2_replica_n6/data/]
   [junit4]   2> 2011247 INFO  (qtp76923726-25644) [n:127.0.0.1:44185_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> 2011247 INFO  (qtp76923726-25644) [n:127.0.0.1:44185_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> 2011248 INFO  (qtp76923726-25644) [n:127.0.0.1:44185_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2011249 INFO  (qtp76923726-25644) [n:127.0.0.1:44185_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2011251 INFO  (qtp76923726-25644) [n:127.0.0.1:44185_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@242a975[testSimple1_shard2_replica_n4] main]
   [junit4]   2> 2011252 INFO  (qtp76923726-25644) [n:127.0.0.1:44185_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> 2011252 INFO  (qtp76923726-25644) [n:127.0.0.1:44185_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> 2011253 INFO  (qtp76923726-25644) [n:127.0.0.1:44185_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> 2011253 INFO  (qtp76923726-25644) [n:127.0.0.1:44185_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 1592731329706852352
   [junit4]   2> 2011254 INFO  (qtp76923726-25648) [n:127.0.0.1:44185_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> 2011254 INFO  (qtp76923726-25648) [n:127.0.0.1:44185_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> 2011254 INFO  
(searcherExecutor-6623-thread-1-processing-n:127.0.0.1:44185_solr 
x:testSimple1_shard2_replica_n4 s:shard2 c:testSimple1 r:core_node7) 
[n:127.0.0.1:44185_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@242a975[testSimple1_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2011255 INFO  (qtp76923726-25648) [n:127.0.0.1:44185_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2011255 INFO  (qtp76923726-25648) [n:127.0.0.1:44185_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2011256 INFO  (qtp76923726-25648) [n:127.0.0.1:44185_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5c8eccc5[testSimple1_shard1_replica_n1] main]
   [junit4]   2> 2011257 INFO  (qtp76923726-25648) [n:127.0.0.1:44185_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> 2011257 INFO  (qtp76923726-25648) [n:127.0.0.1:44185_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> 2011258 INFO  (qtp76923726-25648) [n:127.0.0.1:44185_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> 2011258 INFO  (qtp76923726-25648) [n:127.0.0.1:44185_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 1592731329712095232
   [junit4]   2> 2011261 INFO  (qtp76923726-25644) [n:127.0.0.1:44185_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 2011262 INFO  
(searcherExecutor-6622-thread-1-processing-n:127.0.0.1:44185_solr 
x:testSimple1_shard1_replica_n1 s:shard1 c:testSimple1 r:core_node3) 
[n:127.0.0.1:44185_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@5c8eccc5[testSimple1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2011263 INFO  (qtp1884053087-25641) [n:127.0.0.1:57170_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> 2011263 INFO  (qtp1884053087-25641) [n:127.0.0.1:57170_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> 2011264 INFO  (qtp1884053087-25641) [n:127.0.0.1:57170_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2011264 INFO  (qtp76923726-25648) [n:127.0.0.1:44185_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> 2011264 INFO  (qtp1884053087-25641) [n:127.0.0.1:57170_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2011281 INFO  (qtp1884053087-25641) [n:127.0.0.1:57170_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@365a42b5[testSimple1_shard1_replica_n2] main]
   [junit4]   2> 2011282 INFO  (qtp1884053087-25641) [n:127.0.0.1:57170_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> 2011283 INFO  (qtp1884053087-25641) [n:127.0.0.1:57170_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> 2011283 INFO  (qtp1884053087-25641) [n:127.0.0.1:57170_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> 2011284 INFO  
(searcherExecutor-6624-thread-1-processing-n:127.0.0.1:57170_solr 
x:testSimple1_shard1_replica_n2 s:shard1 c:testSimple1 r:core_node5) 
[n:127.0.0.1:57170_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@365a42b5[testSimple1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2011284 INFO  (qtp1884053087-25641) [n:127.0.0.1:57170_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 1592731329739358208
   [junit4]   2> 2011290 INFO  (qtp1884053087-25643) [n:127.0.0.1:57170_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> 2011290 INFO  (qtp1884053087-25643) [n:127.0.0.1:57170_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> 2011291 INFO  (qtp1884053087-25643) [n:127.0.0.1:57170_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2011291 INFO  (qtp1884053087-25643) [n:127.0.0.1:57170_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2011292 INFO  (qtp1884053087-25643) [n:127.0.0.1:57170_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@50629c38[testSimple1_shard2_replica_n6] main]
   [junit4]   2> 2011293 INFO  (qtp1884053087-25643) [n:127.0.0.1:57170_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> 2011293 INFO  (qtp1884053087-25643) [n:127.0.0.1:57170_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> 2011294 INFO  (qtp1884053087-25643) [n:127.0.0.1:57170_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> 2011294 INFO  
(searcherExecutor-6625-thread-1-processing-n:127.0.0.1:57170_solr 
x:testSimple1_shard2_replica_n6 s:shard2 c:testSimple1 r:core_node8) 
[n:127.0.0.1:57170_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@50629c38[testSimple1_shard2_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2011294 INFO  (qtp1884053087-25643) [n:127.0.0.1:57170_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 1592731329749843968
   [junit4]   2> 2011365 INFO  
(zkCallback-6895-thread-2-processing-n:127.0.0.1:57170_solr) 
[n:127.0.0.1:57170_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> 2011365 INFO  
(zkCallback-6895-thread-1-processing-n:127.0.0.1:57170_solr) 
[n:127.0.0.1:57170_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> 2011365 INFO  
(zkCallback-6893-thread-1-processing-n:127.0.0.1:44185_solr) 
[n:127.0.0.1:44185_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> 2011365 INFO  
(zkCallback-6893-thread-2-processing-n:127.0.0.1:44185_solr) 
[n:127.0.0.1:44185_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> 2011664 DEBUG (ScheduledTrigger-6613-thread-2) 
[n:127.0.0.1:57170_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 2011761 INFO  (qtp76923726-25644) [n:127.0.0.1:44185_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> 2011761 INFO  (qtp76923726-25644) [n:127.0.0.1:44185_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> 2011761 INFO  (qtp76923726-25644) [n:127.0.0.1:44185_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:44185/solr/testSimple1_shard2_replica_n4/
   [junit4]   2> 2011762 INFO  (qtp76923726-25644) [n:127.0.0.1:44185_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:44185/solr START 
replicas=[https://127.0.0.1:57170/solr/testSimple1_shard2_replica_n6/] 
nUpdates=100
   [junit4]   2> 2011764 INFO  (qtp76923726-25648) [n:127.0.0.1:44185_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> 2011764 INFO  (qtp76923726-25648) [n:127.0.0.1:44185_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> 2011764 INFO  (qtp76923726-25648) [n:127.0.0.1:44185_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:44185/solr/testSimple1_shard1_replica_n1/
   [junit4]   2> 2011765 INFO  (qtp76923726-25648) [n:127.0.0.1:44185_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:44185/solr START 
replicas=[https://127.0.0.1:57170/solr/testSimple1_shard1_replica_n2/] 
nUpdates=100
   [junit4]   2> 2011770 INFO  (qtp1884053087-25642) [n:127.0.0.1:57170_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=4
   [junit4]   2> 2011771 INFO  (qtp1884053087-25646) [n:127.0.0.1:57170_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> 2012062 INFO  (qtp76923726-25644) [n:127.0.0.1:44185_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:44185/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 2012062 INFO  (qtp76923726-25644) [n:127.0.0.1:44185_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> 2012062 INFO  (qtp76923726-25644) [n:127.0.0.1:44185_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> 2012063 INFO  (qtp76923726-25644) [n:127.0.0.1:44185_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> 2012065 INFO  (qtp76923726-25648) [n:127.0.0.1:44185_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:44185/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 2012065 INFO  (qtp76923726-25648) [n:127.0.0.1:44185_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> 2012065 INFO  (qtp76923726-25648) [n:127.0.0.1:44185_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> 2012065 INFO  (qtp76923726-25648) [n:127.0.0.1:44185_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> 2012065 INFO  (qtp76923726-25644) [n:127.0.0.1:44185_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:44185/solr/testSimple1_shard2_replica_n4/ shard2
   [junit4]   2> 2012068 INFO  (qtp76923726-25648) [n:127.0.0.1:44185_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:44185/solr/testSimple1_shard1_replica_n1/ shard1
   [junit4]   2> 2012170 INFO  
(zkCallback-6895-thread-3-processing-n:127.0.0.1:57170_solr) 
[n:127.0.0.1:57170_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> 2012170 INFO  
(zkCallback-6895-thread-2-processing-n:127.0.0.1:57170_solr) 
[n:127.0.0.1:57170_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> 2012170 INFO  
(zkCallback-6893-thread-1-processing-n:127.0.0.1:44185_solr) 
[n:127.0.0.1:44185_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> 2012170 INFO  
(zkCallback-6893-thread-2-processing-n:127.0.0.1:44185_solr) 
[n:127.0.0.1:44185_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> 2012216 INFO  (qtp76923726-25644) [n:127.0.0.1:44185_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> 2012218 INFO  (qtp76923726-25644) [n:127.0.0.1:44185_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=2054
   [junit4]   2> 2012219 INFO  (qtp76923726-25648) [n:127.0.0.1:44185_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> 2012221 INFO  (qtp76923726-25648) [n:127.0.0.1:44185_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=2059
   [junit4]   2> 2012291 INFO  (qtp1884053087-25641) [n:127.0.0.1:57170_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=2100
   [junit4]   2> 2012300 INFO  (qtp1884053087-25643) [n:127.0.0.1:57170_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=2104
   [junit4]   2> 2012302 INFO  (qtp76923726-25638) [n:127.0.0.1:44185_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> 2012401 INFO  
(zkCallback-6895-thread-3-processing-n:127.0.0.1:57170_solr) 
[n:127.0.0.1:57170_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> 2012401 INFO  
(zkCallback-6893-thread-2-processing-n:127.0.0.1:44185_solr) 
[n:127.0.0.1:44185_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> 2012401 INFO  
(zkCallback-6893-thread-1-processing-n:127.0.0.1:44185_solr) 
[n:127.0.0.1:44185_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> 2012401 INFO  
(zkCallback-6895-thread-2-processing-n:127.0.0.1:57170_solr) 
[n:127.0.0.1:57170_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> 2012665 DEBUG (ScheduledTrigger-6613-thread-1) 
[n:127.0.0.1:57170_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 2013302 INFO  (qtp76923726-25638) [n:127.0.0.1:44185_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:44185_solr,127.0.0.1:57170_solr&wt=javabin&version=2}
 status=0 QTime=3467
   [junit4]   2> 2013303 INFO  (qtp76923726-25635) [n:127.0.0.1:44185_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=false&name=testSimple2&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:57170_solr,127.0.0.1:56194_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2013304 INFO  
(OverseerThreadFactory-6615-thread-2-processing-n:127.0.0.1:57170_solr) 
[n:127.0.0.1:57170_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
testSimple2
   [junit4]   2> 2013306 INFO  
(OverseerCollectionConfigSetProcessor-73315811073654793-127.0.0.1:57170_solr-n_0000000000)
 [n:127.0.0.1:57170_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> 2013511 INFO  
(OverseerStateUpdate-73315811073654793-127.0.0.1:57170_solr-n_0000000000) 
[n:127.0.0.1:57170_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:56194/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2013512 INFO  
(OverseerStateUpdate-73315811073654793-127.0.0.1:57170_solr-n_0000000000) 
[n:127.0.0.1:57170_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:57170/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2013514 INFO  
(OverseerStateUpdate-73315811073654793-127.0.0.1:57170_solr-n_0000000000) 
[n:127.0.0.1:57170_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple2_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:56194/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2013516 INFO  
(OverseerStateUpdate-73315811073654793-127.0.0.1:57170_solr-n_0000000000) 
[n:127.0.0.1:57170_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple2_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:57170/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2013665 DEBUG (ScheduledTrigger-6613-thread-1) 
[n:127.0.0.1:57170_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 2013718 INFO  (qtp1884053087-25637) [n:127.0.0.1:57170_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2013718 INFO  (qtp1884053087-25649) [n:127.0.0.1:57170_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple2_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple2&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2013747 INFO  (qtp1938036937-25653) [n:127.0.0.1:56194_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=2&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2013747 INFO  (qtp1938036937-25653) [n:127.0.0.1:56194_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2013754 INFO  (qtp1938036937-25645) [n:127.0.0.1:56194_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple2_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple2&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2013856 INFO  
(zkCallback-6895-thread-2-processing-n:127.0.0.1:57170_solr) 
[n:127.0.0.1:57170_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> 2013856 INFO  
(zkCallback-6891-thread-1-processing-n:127.0.0.1:56194_solr) 
[n:127.0.0.1:56194_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> 2013856 INFO  
(zkCallback-6891-thread-2-processing-n:127.0.0.1:56194_solr) 
[n:127.0.0.1:56194_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> 2013856 INFO  
(zkCallback-6895-thread-3-processing-n:127.0.0.1:57170_solr) 
[n:127.0.0.1:57170_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> 2014665 DEBUG (ScheduledTrigger-6613-thread-1) 
[n:127.0.0.1:57170_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 2014728 INFO  (qtp1884053087-25637) [n:127.0.0.1:57170_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 2014729 INFO  (qtp1884053087-25649) [n:127.0.0.1:57170_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 2014734 INFO  (qtp1884053087-25637) [n:127.0.0.1:57170_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.s.IndexSchema [testSimple2_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 2014735 INFO  (qtp1884053087-25649) [n:127.0.0.1:57170_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.s.IndexSchema [testSimple2_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 2014737 INFO  (qtp1884053087-25649) [n:127.0.0.1:57170_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2014737 INFO  (qtp1884053087-25649) [n:127.0.0.1:57170_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard2_replica_n6' using 
configuration from collection testSimple2, trusted=true
   [junit4]   2> 2014737 INFO  (qtp1884053087-25637) [n:127.0.0.1:57170_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2014737 INFO  (qtp1884053087-25649) [n:127.0.0.1:57170_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57170.solr.core.testSimple2.shard2.replica_n6' (registry 
'solr.core.testSimple2.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7adf39bb
   [junit4]   2> 2014737 INFO  (qtp1884053087-25637) [n:127.0.0.1:57170_solr 
c:testSimple2 s:shard1 r:core_node5 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> 2014738 INFO  (qtp1884053087-25649) [n:127.0.0.1:57170_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2014738 INFO  (qtp1884053087-25649) [n:127.0.0.1:57170_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.c.SolrCore [[testSimple2_shard2_replica_n6] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_74EAC4E7B215683B-001/tempDir-001/node2/testSimple2_shard2_replica_n6],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_74EAC4E7B215683B-001/tempDir-001/node2/./testSimple2_shard2_replica_n6/data/]
   [junit4]   2> 2014738 INFO  (qtp1884053087-25637) [n:127.0.0.1:57170_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57170.solr.core.testSimple2.shard1.replica_n2' (registry 
'solr.core.testSimple2.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7adf39bb
   [junit4]   2> 2014738 INFO  (qtp1884053087-25637) [n:127.0.0.1:57170_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2014738 INFO  (qtp1884053087-25637) [n:127.0.0.1:57170_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.c.SolrCore [[testSimple2_shard1_replica_n2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_74EAC4E7B215683B-001/tempDir-001/node2/testSimple2_shard1_replica_n2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_74EAC4E7B215683B-001/tempDir-001/node2/./testSimple2_shard1_replica_n2/data/]
   [junit4]   2> 2014755 INFO  (qtp1938036937-25653) [n:127.0.0.1:56194_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> 2014767 INFO  (qtp1938036937-25645) [n:127.0.0.1:56194_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 2014767 INFO  (qtp1938036937-25653) [n:127.0.0.1:56194_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> 2014789 INFO  (qtp1938036937-25645) [n:127.0.0.1:56194_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.s.IndexSchema [testSimple2_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 2014790 INFO  (qtp1938036937-25653) [n:127.0.0.1:56194_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> 2014790 INFO  (qtp1938036937-25653) [n:127.0.0.1:56194_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> 2014791 INFO  (qtp1938036937-25653) [n:127.0.0.1:56194_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56194.solr.core.testSimple2.shard1.replica_n1' (registry 
'solr.core.testSimple2.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7adf39bb
   [junit4]   2> 2014791 INFO  (qtp1938036937-25653) [n:127.0.0.1:56194_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2014791 INFO  (qtp1938036937-25653) [n:127.0.0.1:56194_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 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_74EAC4E7B215683B-001/tempDir-001/node1/testSimple2_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_74EAC4E7B215683B-001/tempDir-001/node1/./testSimple2_shard1_replica_n1/data/]
   [junit4]   2> 2014791 INFO  (qtp1938036937-25645) [n:127.0.0.1:56194_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2014791 INFO  (qtp1938036937-25645) [n:127.0.0.1:56194_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard2_replica_n4' using 
configuration from collection testSimple2, trusted=true
   [junit4]   2> 2014791 INFO  (qtp1938036937-25645) [n:127.0.0.1:56194_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56194.solr.core.testSimple2.shard2.replica_n4' (registry 
'solr.core.testSimple2.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7adf39bb
   [junit4]   2> 2014792 INFO  (qtp1938036937-25645) [n:127.0.0.1:56194_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2014792 INFO  (qtp1938036937-25645) [n:127.0.0.1:56194_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.c.SolrCore [[testSimple2_shard2_replica_n4] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_74EAC4E7B215683B-001/tempDir-001/node1/testSimple2_shard2_replica_n4],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_74EAC4E7B215683B-001/tempDir-001/node1/./testSimple2_shard2_replica_n4/data/]
   [junit4]   2> 2014803 INFO  (qtp1884053087-25649) [n:127.0.0.1:57170_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2014803 INFO  (qtp1884053087-25649) [n:127.0.0.1:57170_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2014804 INFO  (qtp1884053087-25649) [n:127.0.0.1:57170_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2014804 INFO  (qtp1884053087-25649) [n:127.0.0.1:57170_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2014807 INFO  (qtp1884053087-25649) [n:127.0.0.1:57170_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6f72f562[testSimple2_shard2_replica_n6] main]
   [junit4]   2> 2014808 INFO  (qtp1884053087-25649) [n:127.0.0.1:57170_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2014808 INFO  (qtp1884053087-25649) [n:127.0.0.1:57170_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2014809 INFO  (qtp1884053087-25649) [n:127.0.0.1:57170_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replic

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

.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 2292649 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[74EAC4E7B215683B]-worker) [    
] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 2292650 WARN  (842260157@qtp-1724756539-1 - Acceptor0 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:32986) [    ] 
o.a.h.h.HttpServer2 HttpServer Acceptor: isRunning is false. Rechecking.
   [junit4]   2> 2292650 WARN  (842260157@qtp-1724756539-1 - Acceptor0 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:32986) [    ] 
o.a.h.h.HttpServer2 HttpServer Acceptor: isRunning is false
   [junit4]   2> 2292750 WARN  (DataNode: 
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_74EAC4E7B215683B-001/tempDir-002/hdfsBaseDir/data/data3/,
 
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_74EAC4E7B215683B-001/tempDir-002/hdfsBaseDir/data/data4/]]
  heartbeating to localhost/127.0.0.1:51437) [    ] 
o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager 
interrupted
   [junit4]   2> 2292750 WARN  (DataNode: 
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_74EAC4E7B215683B-001/tempDir-002/hdfsBaseDir/data/data3/,
 
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_74EAC4E7B215683B-001/tempDir-002/hdfsBaseDir/data/data4/]]
  heartbeating to localhost/127.0.0.1:51437) [    ] o.a.h.h.s.d.DataNode Ending 
block pool service for: Block pool BP-1665436892-10.41.0.5-1518947101566 
(Datanode Uuid b8e0d589-f6ab-41f9-99d9-ab4302d16a06) service to 
localhost/127.0.0.1:51437
   [junit4]   2> 2292756 WARN  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[74EAC4E7B215683B]-worker) [    
] o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 2292762 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[74EAC4E7B215683B]-worker) [    
] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 2292863 WARN  (DataNode: 
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_74EAC4E7B215683B-001/tempDir-002/hdfsBaseDir/data/data1/,
 
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_74EAC4E7B215683B-001/tempDir-002/hdfsBaseDir/data/data2/]]
  heartbeating to localhost/127.0.0.1:51437) [    ] 
o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager 
interrupted
   [junit4]   2> 2292863 WARN  (DataNode: 
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_74EAC4E7B215683B-001/tempDir-002/hdfsBaseDir/data/data1/,
 
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_74EAC4E7B215683B-001/tempDir-002/hdfsBaseDir/data/data2/]]
  heartbeating to localhost/127.0.0.1:51437) [    ] o.a.h.h.s.d.DataNode Ending 
block pool service for: Block pool BP-1665436892-10.41.0.5-1518947101566 
(Datanode Uuid 121cff58-6469-40a2-815c-5f41a98017ba) service to 
localhost/127.0.0.1:51437
   [junit4]   2> 2292873 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[74EAC4E7B215683B]-worker) [    
] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 2292989 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[74EAC4E7B215683B]-worker) [    
] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39046 39046
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_74EAC4E7B215683B-001
   [junit4]   2> Feb 18, 2018 9:47:24 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 34 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1320, maxMBSortInHeap=7.924247976132104, 
sim=RandomSimilarity(queryNorm=false): {}, locale=th, timezone=Africa/Timbuktu
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=2,free=213039944,total=519045120
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestCursorMarkWithoutUniqueKey, TestRecovery, MoveReplicaHDFSFailoverTest, 
TestPayloadScoreQParserPlugin, InfixSuggestersTest, SearchHandlerTest, 
TestLegacyFieldCache, MultiThreadedOCPTest, QueryElevationComponentTest, 
ResourceLoaderTest, TestSQLHandlerNonCloud, SuggesterFSTTest, SuggesterTest, 
TestSearchPerf, BasicZkTest, HLLSerializationTest, PrimUtilsTest, 
RequiredFieldsTest, UUIDUpdateProcessorFallbackTest, TestMaxTokenLenTokenizer, 
TestRuleBasedAuthorizationPlugin, TestConfigOverlay, TestNoOpRegenerator, 
TestBM25SimilarityFactory, TestMiniSolrCloudClusterSSL, 
CollectionStateFormat2Test, TestRandomRequestDistribution, HttpPartitionTest, 
FieldMutatingUpdateProcessorTest, TestPullReplica, TestFoldingMultitermQuery, 
TestDeleteCollectionOnDownNodes, TestSchemaManager, 
TestGenericDistributedQueue, SpatialHeatmapFacetsTest, 
FastVectorHighlighterTest, TestDynamicFieldCollectionResource, TestLRUCache, 
LegacyCloudClusterPropTest, CSVRequestHandlerTest, TestDistribIDF, 
DistributedFacetPivotLargeTest, DistributedFacetSimpleRefinementLongTailTest, 
CoreMergeIndexesAdminHandlerTest, TestTolerantUpdateProcessorCloud, 
TestJsonRequest, TestFastLRUCache, SliceStateTest, HdfsBasicDistributedZk2Test, 
ConfigSetsAPITest, TestEmbeddedSolrServerAdminHandler, 
DistributedIntervalFacetingTest, TestConfigSets, SortSpecParsingTest, 
DeleteNodeTest, DistributedDebugComponentTest, BadCopyFieldTest, 
TestSchemaVersionResource, SolrCoreTest, SaslZkACLProviderTest, BlockCacheTest, 
PeerSyncTest, DistributedMLTComponentTest, SolrIndexMetricsTest, 
TestSizeLimitedDistributedMap, ZkStateReaderTest, 
TestPartialUpdateDeduplication, UpdateLogTest, DistributedFacetPivotSmallTest, 
TestHdfsUpdateLog, TestInfoStreamLogging, CollectionReloadTest, 
AutoscalingHistoryHandlerTest, RestartWhileUpdatingTest, SolrJmxReporterTest, 
SoftAutoCommitTest, NodeLostTriggerTest, TestCloudPivotFacet, 
TestDistributedGrouping, FileUtilsTest, HdfsChaosMonkeySafeLeaderTest, 
TestSolrCloudWithKerberosAlt, TestTrieFacet, TestFuzzyAnalyzedSuggestions, 
SmileWriterTest, TestSmileRequest, TestPostingsSolrHighlighter, 
PKIAuthenticationIntegrationTest, TestCoreBackup, SampleTest, 
TestReversedWildcardFilterFactory, TestSolrFieldCacheBean, TestSolr4Spatial, 
TestNamedUpdateProcessors, SolrGangliaReporterTest, SimplePostToolTest, 
ZkControllerTest, TestPolicyCloud, TestSolrJ, TestLRUStatsCache, 
TestLegacyField, TestSurroundQueryParser, HdfsThreadLeakTest, 
TestLocalFSCloudBackupRestore, TestSSLRandomization, ShardRoutingCustomTest, 
TestLegacyTerms, DeleteStatusTest, TestManagedStopFilterFactory, 
TestRestManager, PrimitiveFieldTypeTest, HdfsDirectoryTest, BadComponentTest, 
DirectUpdateHandlerOptimizeTest, HdfsWriteToMultipleCollectionsTest, 
TestPivotHelperCode, EnumFieldTest, TestBulkSchemaConcurrent, SOLR749Test, 
TestFieldResource, CoreSorterTest, TestReqParamsAPI, 
OverriddenZkACLAndCredentialsProvidersTest, TestNodeLostTrigger, TestZkChroot, 
SchemaVersionSpecificBehaviorTest, SyncSliceTest, OpenCloseCoreStressTest, 
LeaderElectionIntegrationTest, ShardRoutingTest, ClusterStateUpdateTest, 
TestRandomFaceting, ZkSolrClientTest, TestHashPartitioner, 
DistributedSpellCheckComponentTest, TestReload, DistributedTermsComponentTest, 
SimpleFacetsTest, TestGroupingSearch, BadIndexSchemaTest, TestFunctionQuery, 
TestBadConfig, TestIndexSearcher, HighlighterTest, 
SignatureUpdateProcessorFactoryTest, CoreAdminHandlerTest, DocValuesTest, 
DefaultValueUpdateProcessorTest, TestRemoteStreaming, TestSolrDeletionPolicy1, 
XsltUpdateRequestHandlerTest, LukeRequestHandlerTest, 
DocumentAnalysisRequestHandlerTest, FileBasedSpellCheckerTest, 
XmlUpdateRequestHandlerTest, DocumentBuilderTest, TestValueSourceCache, 
PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, 
IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, IndexSchemaTest, 
TestCollationField, ReturnFieldsTest, MBeansHandlerTest, 
TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, 
TestSolrIndexConfig, CopyFieldTest, ResponseLogComponentTest, 
SolrIndexConfigTest, TestStressRecovery, PreAnalyzedFieldTest, 
TestSystemIdResolver, DOMUtilTest, ClusterStateTest, TestDocumentBuilder, 
ZkNodePropsTest, SystemInfoHandlerTest, TestRTGBase, CursorPagingTest, 
SolrTestCaseJ4Test, TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, 
TestTolerantSearch, TestLuceneIndexBackCompat, TestEmbeddedSolrServerSchemaAPI, 
TestJettySolrRunner, AddReplicaTest, AliasIntegrationTest, 
AsyncCallRequestStatusResponseTest, CollectionsAPISolrJTest, 
LIRRollingUpdatesTest, ReplaceNodeNoTargetTest, RollingRestartTest, 
TestCloudPseudoReturnFields, TestCloudSearcherWarming, TestRandomFlRTGCloud, 
TestSkipOverseerOperations, TestTolerantUpdateProcessorRandomCloud, 
TlogReplayBufferedWhileIndexingTest, ZkFailoverTest, 
CollectionsAPIDistributedZkTest, TestHdfsCloudBackupRestore, 
AutoAddReplicasPlanActionTest, AutoScalingHandlerTest, ComputePlanActionTest, 
ExecutePlanActionTest, HdfsAutoAddReplicasIntegrationTest]
   [junit4] Completed [607/777 (2!)] on J1 in 152.79s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to