Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1509/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC

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

Error Message:
Waiting for collection testSimple1 null Live Nodes: [127.0.0.1:39388_solr, 
127.0.0.1:40952_solr] Last available state: 
DocCollection(testSimple1//collections/testSimple1/state.json/23)={   
"pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{      
 "range":"80000000-ffffffff",       "state":"active",       "replicas":{        
 "core_node3":{           "core":"testSimple1_shard1_replica_n1",           
"base_url":"http://127.0.0.1:34157/solr";,           
"node_name":"127.0.0.1:34157_solr",           "state":"down",           
"type":"NRT"},         "core_node12":{           
"core":"testSimple1_shard1_replica_n11",           
"base_url":"http://127.0.0.1:39388/solr";,           
"node_name":"127.0.0.1:39388_solr",           "state":"active",           
"type":"NRT",           "leader":"true"}}},     "shard2":{       
"range":"0-7fffffff",       "state":"active",       "replicas":{         
"core_node7":{           "core":"testSimple1_shard2_replica_n4",           
"base_url":"http://127.0.0.1:34157/solr";,           
"node_name":"127.0.0.1:34157_solr",           "state":"down",           
"type":"NRT"},         "core_node10":{           
"core":"testSimple1_shard2_replica_n9",           
"base_url":"http://127.0.0.1:39388/solr";,           
"node_name":"127.0.0.1:39388_solr",           "state":"active",           
"type":"NRT",           "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:39388_solr, 127.0.0.1:40952_solr]
Last available state: 
DocCollection(testSimple1//collections/testSimple1/state.json/23)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"testSimple1_shard1_replica_n1",
          "base_url":"http://127.0.0.1:34157/solr";,
          "node_name":"127.0.0.1:34157_solr",
          "state":"down",
          "type":"NRT"},
        "core_node12":{
          "core":"testSimple1_shard1_replica_n11",
          "base_url":"http://127.0.0.1:39388/solr";,
          "node_name":"127.0.0.1:39388_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          "core":"testSimple1_shard2_replica_n4",
          "base_url":"http://127.0.0.1:34157/solr";,
          "node_name":"127.0.0.1:34157_solr",
          "state":"down",
          "type":"NRT"},
        "core_node10":{
          "core":"testSimple1_shard2_replica_n9",
          "base_url":"http://127.0.0.1:39388/solr";,
          "node_name":"127.0.0.1:39388_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([9A9D8E2EDD50D0F5:A22EAAD0FAA30424]: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:124)
        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 11659 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_9A9D8E2EDD50D0F5-001/init-core-data-001
   [junit4]   2> 54174 WARN  
(SUITE-AutoAddReplicasIntegrationTest-seed#[9A9D8E2EDD50D0F5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=19 numCloses=19
   [junit4]   2> 54174 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[9A9D8E2EDD50D0F5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 54176 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[9A9D8E2EDD50D0F5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 54176 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[9A9D8E2EDD50D0F5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 54177 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[9A9D8E2EDD50D0F5]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_9A9D8E2EDD50D0F5-001/tempDir-001
   [junit4]   2> 54178 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[9A9D8E2EDD50D0F5]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 54178 INFO  (Thread-129) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 54178 INFO  (Thread-129) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 54181 ERROR (Thread-129) [    ] 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> 54278 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[9A9D8E2EDD50D0F5]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:46582
   [junit4]   2> 54286 INFO  (jetty-launcher-701-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 54291 INFO  (jetty-launcher-701-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7ac6095b{/solr,null,AVAILABLE}
   [junit4]   2> 54298 INFO  (jetty-launcher-701-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@98f968b{HTTP/1.1,[http/1.1]}{127.0.0.1:34157}
   [junit4]   2> 54298 INFO  (jetty-launcher-701-thread-2) [    ] 
o.e.j.s.Server Started @56310ms
   [junit4]   2> 54298 INFO  (jetty-launcher-701-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34157}
   [junit4]   2> 54298 ERROR (jetty-launcher-701-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 54298 INFO  (jetty-launcher-701-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 54298 INFO  (jetty-launcher-701-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 54298 INFO  (jetty-launcher-701-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 54298 INFO  (jetty-launcher-701-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-03T10:49:09.392Z
   [junit4]   2> 54305 INFO  (jetty-launcher-701-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 54307 INFO  (jetty-launcher-701-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 54312 INFO  (jetty-launcher-701-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1e6c263b{/solr,null,AVAILABLE}
   [junit4]   2> 54314 INFO  (jetty-launcher-701-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 54317 INFO  (jetty-launcher-701-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7d508f54{/solr,null,AVAILABLE}
   [junit4]   2> 54318 INFO  (jetty-launcher-701-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@15dd427d{HTTP/1.1,[http/1.1]}{127.0.0.1:39388}
   [junit4]   2> 54318 INFO  (jetty-launcher-701-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7be2c693{HTTP/1.1,[http/1.1]}{127.0.0.1:40952}
   [junit4]   2> 54318 INFO  (jetty-launcher-701-thread-3) [    ] 
o.e.j.s.Server Started @56330ms
   [junit4]   2> 54318 INFO  (jetty-launcher-701-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40952}
   [junit4]   2> 54318 ERROR (jetty-launcher-701-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 54318 INFO  (jetty-launcher-701-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 54318 INFO  (jetty-launcher-701-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 54318 INFO  (jetty-launcher-701-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 54318 INFO  (jetty-launcher-701-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-03T10:49:09.412Z
   [junit4]   2> 54333 INFO  (jetty-launcher-701-thread-1) [    ] 
o.e.j.s.Server Started @56330ms
   [junit4]   2> 54333 INFO  (jetty-launcher-701-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39388}
   [junit4]   2> 54333 ERROR (jetty-launcher-701-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 54333 INFO  (jetty-launcher-701-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 54333 INFO  (jetty-launcher-701-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 54333 INFO  (jetty-launcher-701-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 54333 INFO  (jetty-launcher-701-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-03T10:49:09.427Z
   [junit4]   2> 54348 INFO  (jetty-launcher-701-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 54354 INFO  (jetty-launcher-701-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46582/solr
   [junit4]   2> 54354 INFO  (jetty-launcher-701-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 54358 INFO  (jetty-launcher-701-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46582/solr
   [junit4]   2> 54377 INFO  (jetty-launcher-701-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46582/solr
   [junit4]   2> 54502 INFO  (jetty-launcher-701-thread-1) 
[n:127.0.0.1:39388_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 54503 INFO  (jetty-launcher-701-thread-1) 
[n:127.0.0.1:39388_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:39388_solr
   [junit4]   2> 54504 INFO  (jetty-launcher-701-thread-2) 
[n:127.0.0.1:34157_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 54505 INFO  (jetty-launcher-701-thread-1) 
[n:127.0.0.1:39388_solr    ] o.a.s.c.Overseer Overseer 
(id=98940102198755337-127.0.0.1:39388_solr-n_0000000000) starting
   [junit4]   2> 54509 INFO  (jetty-launcher-701-thread-2) 
[n:127.0.0.1:34157_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34157_solr
   [junit4]   2> 54528 INFO  
(zkCallback-714-thread-1-processing-n:127.0.0.1:34157_solr) 
[n:127.0.0.1:34157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 54528 INFO  
(zkCallback-718-thread-1-processing-n:127.0.0.1:39388_solr) 
[n:127.0.0.1:39388_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 54536 INFO  (jetty-launcher-701-thread-3) 
[n:127.0.0.1:40952_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 54540 DEBUG 
(OverseerAutoScalingTriggerThread-98940102198755337-127.0.0.1:39388_solr-n_0000000000)
 [n:127.0.0.1:39388_solr    ] o.a.s.c.a.OverseerTriggerThread Adding 
.autoAddReplicas trigger
   [junit4]   2> 54541 INFO  (jetty-launcher-701-thread-3) 
[n:127.0.0.1:40952_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 54545 DEBUG 
(OverseerAutoScalingTriggerThread-98940102198755337-127.0.0.1:39388_solr-n_0000000000)
 [n:127.0.0.1:39388_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 1
   [junit4]   2> 54546 INFO  (jetty-launcher-701-thread-3) 
[n:127.0.0.1:40952_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40952_solr
   [junit4]   2> 54582 INFO  
(zkCallback-714-thread-1-processing-n:127.0.0.1:34157_solr) 
[n:127.0.0.1:34157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 54582 INFO  
(zkCallback-713-thread-1-processing-n:127.0.0.1:40952_solr) 
[n:127.0.0.1:40952_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 54592 DEBUG 
(OverseerAutoScalingTriggerThread-98940102198755337-127.0.0.1:39388_solr-n_0000000000)
 [n:127.0.0.1:39388_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: 
[127.0.0.1:34157_solr]
   [junit4]   2> 54592 DEBUG 
(OverseerAutoScalingTriggerThread-98940102198755337-127.0.0.1:39388_solr-n_0000000000)
 [n:127.0.0.1:39388_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 54592 DEBUG 
(OverseerAutoScalingTriggerThread-98940102198755337-127.0.0.1:39388_solr-n_0000000000)
 [n:127.0.0.1:39388_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 1
   [junit4]   2> 54592 INFO  
(zkCallback-718-thread-1-processing-n:127.0.0.1:39388_solr) 
[n:127.0.0.1:39388_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 54592 INFO  (jetty-launcher-701-thread-1) 
[n:127.0.0.1:39388_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39388_solr
   [junit4]   2> 54603 INFO  
(zkCallback-714-thread-1-processing-n:127.0.0.1:34157_solr) 
[n:127.0.0.1:34157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 54603 INFO  
(zkCallback-713-thread-1-processing-n:127.0.0.1:40952_solr) 
[n:127.0.0.1:40952_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 54613 INFO  
(zkCallback-718-thread-1-processing-n:127.0.0.1:39388_solr) 
[n:127.0.0.1:39388_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 54644 DEBUG 
(OverseerAutoScalingTriggerThread-98940102198755337-127.0.0.1:39388_solr-n_0000000000)
 [n:127.0.0.1:39388_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 54644 DEBUG 
(OverseerAutoScalingTriggerThread-98940102198755337-127.0.0.1:39388_solr-n_0000000000)
 [n:127.0.0.1:39388_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 54644 DEBUG (ScheduledTrigger-545-thread-1) 
[n:127.0.0.1:39388_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: [127.0.0.1:34157_solr, 
127.0.0.1:40952_solr, 127.0.0.1:39388_solr]
   [junit4]   2> 54718 INFO  (jetty-launcher-701-thread-3) 
[n:127.0.0.1:40952_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40952.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e91479b
   [junit4]   2> 54723 INFO  (jetty-launcher-701-thread-3) 
[n:127.0.0.1:40952_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40952.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e91479b
   [junit4]   2> 54723 INFO  (jetty-launcher-701-thread-3) 
[n:127.0.0.1:40952_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40952.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e91479b
   [junit4]   2> 54724 INFO  (jetty-launcher-701-thread-3) 
[n:127.0.0.1:40952_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_9A9D8E2EDD50D0F5-001/tempDir-001/node3/.
   [junit4]   2> 54787 INFO  (jetty-launcher-701-thread-2) 
[n:127.0.0.1:34157_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34157.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e91479b
   [junit4]   2> 54792 INFO  (jetty-launcher-701-thread-2) 
[n:127.0.0.1:34157_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34157.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e91479b
   [junit4]   2> 54792 INFO  (jetty-launcher-701-thread-2) 
[n:127.0.0.1:34157_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34157.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e91479b
   [junit4]   2> 54793 INFO  (jetty-launcher-701-thread-2) 
[n:127.0.0.1:34157_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_9A9D8E2EDD50D0F5-001/tempDir-001/node2/.
   [junit4]   2> 54842 INFO  (jetty-launcher-701-thread-1) 
[n:127.0.0.1:39388_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39388.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e91479b
   [junit4]   2> 54851 INFO  (jetty-launcher-701-thread-1) 
[n:127.0.0.1:39388_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39388.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e91479b
   [junit4]   2> 54851 INFO  (jetty-launcher-701-thread-1) 
[n:127.0.0.1:39388_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39388.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e91479b
   [junit4]   2> 54852 INFO  (jetty-launcher-701-thread-1) 
[n:127.0.0.1:39388_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_9A9D8E2EDD50D0F5-001/tempDir-001/node1/.
   [junit4]   2> 54877 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15f817fad99000a, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 54881 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[9A9D8E2EDD50D0F5]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 54882 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[9A9D8E2EDD50D0F5]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46582/solr ready
   [junit4]   2> 54907 INFO  
(TEST-AutoAddReplicasIntegrationTest.testSimple-seed#[9A9D8E2EDD50D0F5]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 54921 INFO  (qtp461875672-2770) [n:127.0.0.1:34157_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:40952_solr,127.0.0.1:34157_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 54943 INFO  
(OverseerThreadFactory-547-thread-1-processing-n:127.0.0.1:39388_solr) 
[n:127.0.0.1:39388_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
testSimple1
   [junit4]   2> 55075 INFO  
(OverseerStateUpdate-98940102198755337-127.0.0.1:39388_solr-n_0000000000) 
[n:127.0.0.1:39388_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":"http://127.0.0.1:34157/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 55080 INFO  
(OverseerStateUpdate-98940102198755337-127.0.0.1:39388_solr-n_0000000000) 
[n:127.0.0.1:39388_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":"http://127.0.0.1:40952/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 55084 INFO  
(OverseerStateUpdate-98940102198755337-127.0.0.1:39388_solr-n_0000000000) 
[n:127.0.0.1:39388_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":"http://127.0.0.1:34157/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 55087 INFO  
(OverseerStateUpdate-98940102198755337-127.0.0.1:39388_solr-n_0000000000) 
[n:127.0.0.1:39388_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":"http://127.0.0.1:40952/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 55298 INFO  (qtp461875672-2764) [n:127.0.0.1:34157_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> 55298 INFO  (qtp448906520-2785) [n:127.0.0.1:40952_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> 55300 INFO  (qtp461875672-2764) [n:127.0.0.1:34157_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 55301 INFO  (qtp448906520-2785) [n:127.0.0.1:40952_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 55301 INFO  (qtp461875672-2768) [n:127.0.0.1:34157_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> 55306 INFO  (qtp448906520-2787) [n:127.0.0.1:40952_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> 55429 INFO  
(zkCallback-714-thread-1-processing-n:127.0.0.1:34157_solr) 
[n:127.0.0.1:34157_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> 55430 INFO  
(zkCallback-713-thread-1-processing-n:127.0.0.1:40952_solr) 
[n:127.0.0.1:40952_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> 55431 INFO  
(zkCallback-714-thread-2-processing-n:127.0.0.1:34157_solr) 
[n:127.0.0.1:34157_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> 55432 INFO  
(zkCallback-713-thread-2-processing-n:127.0.0.1:40952_solr) 
[n:127.0.0.1:40952_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> 55647 DEBUG (ScheduledTrigger-545-thread-1) 
[n:127.0.0.1:39388_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: [127.0.0.1:34157_solr, 
127.0.0.1:40952_solr, 127.0.0.1:39388_solr]
   [junit4]   2> 56370 INFO  (qtp461875672-2764) [n:127.0.0.1:34157_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 56377 INFO  (qtp461875672-2768) [n:127.0.0.1:34157_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 56378 INFO  (qtp461875672-2764) [n:127.0.0.1:34157_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> 56380 INFO  (qtp461875672-2764) [n:127.0.0.1:34157_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> 56380 INFO  (qtp461875672-2764) [n:127.0.0.1:34157_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> 56382 INFO  (qtp461875672-2764) [n:127.0.0.1:34157_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34157.solr.core.testSimple1.shard1.replica_n1' (registry 
'solr.core.testSimple1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e91479b
   [junit4]   2> 56382 INFO  (qtp461875672-2764) [n:127.0.0.1:34157_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 56382 INFO  (qtp461875672-2764) [n:127.0.0.1:34157_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 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_9A9D8E2EDD50D0F5-001/tempDir-001/node2/testSimple1_shard1_replica_n1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_9A9D8E2EDD50D0F5-001/tempDir-001/node2/./testSimple1_shard1_replica_n1/data/]
   [junit4]   2> 56405 INFO  (qtp448906520-2785) [n:127.0.0.1:40952_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 56419 INFO  (qtp448906520-2787) [n:127.0.0.1:40952_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 56425 INFO  (qtp461875672-2768) [n:127.0.0.1:34157_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> 56426 INFO  (qtp461875672-2768) [n:127.0.0.1:34157_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> 56426 INFO  (qtp461875672-2768) [n:127.0.0.1:34157_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> 56427 INFO  (qtp461875672-2768) [n:127.0.0.1:34157_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34157.solr.core.testSimple1.shard2.replica_n4' (registry 
'solr.core.testSimple1.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e91479b
   [junit4]   2> 56427 INFO  (qtp461875672-2768) [n:127.0.0.1:34157_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 56427 INFO  (qtp461875672-2768) [n:127.0.0.1:34157_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 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_9A9D8E2EDD50D0F5-001/tempDir-001/node2/testSimple1_shard2_replica_n4],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_9A9D8E2EDD50D0F5-001/tempDir-001/node2/./testSimple1_shard2_replica_n4/data/]
   [junit4]   2> 56444 INFO  (qtp448906520-2787) [n:127.0.0.1:40952_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> 56446 INFO  (qtp448906520-2787) [n:127.0.0.1:40952_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> 56446 INFO  (qtp448906520-2787) [n:127.0.0.1:40952_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> 56446 INFO  (qtp448906520-2787) [n:127.0.0.1:40952_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40952.solr.core.testSimple1.shard2.replica_n6' (registry 
'solr.core.testSimple1.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e91479b
   [junit4]   2> 56447 INFO  (qtp448906520-2787) [n:127.0.0.1:40952_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 56447 INFO  (qtp448906520-2787) [n:127.0.0.1:40952_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 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_9A9D8E2EDD50D0F5-001/tempDir-001/node3/testSimple1_shard2_replica_n6],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_9A9D8E2EDD50D0F5-001/tempDir-001/node3/./testSimple1_shard2_replica_n6/data/]
   [junit4]   2> 56478 INFO  (qtp461875672-2764) [n:127.0.0.1:34157_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> 56478 INFO  (qtp461875672-2764) [n:127.0.0.1:34157_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> 56480 INFO  (qtp461875672-2764) [n:127.0.0.1:34157_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 56480 INFO  (qtp461875672-2764) [n:127.0.0.1:34157_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 56480 INFO  (qtp448906520-2785) [n:127.0.0.1:40952_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> 56481 INFO  (qtp461875672-2764) [n:127.0.0.1:34157_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3494d4d7[testSimple1_shard1_replica_n1] main]
   [junit4]   2> 56483 INFO  (qtp448906520-2785) [n:127.0.0.1:40952_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> 56483 INFO  (qtp448906520-2785) [n:127.0.0.1:40952_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> 56483 INFO  (qtp448906520-2785) [n:127.0.0.1:40952_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40952.solr.core.testSimple1.shard1.replica_n2' (registry 
'solr.core.testSimple1.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e91479b
   [junit4]   2> 56484 INFO  (qtp448906520-2785) [n:127.0.0.1:40952_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 56484 INFO  (qtp448906520-2785) [n:127.0.0.1:40952_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 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_9A9D8E2EDD50D0F5-001/tempDir-001/node3/testSimple1_shard1_replica_n2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_9A9D8E2EDD50D0F5-001/tempDir-001/node3/./testSimple1_shard1_replica_n2/data/]
   [junit4]   2> 56528 INFO  (qtp448906520-2787) [n:127.0.0.1:40952_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> 56528 INFO  (qtp448906520-2787) [n:127.0.0.1:40952_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> 56530 INFO  (qtp448906520-2787) [n:127.0.0.1:40952_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 56530 INFO  (qtp448906520-2787) [n:127.0.0.1:40952_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 56549 INFO  (qtp448906520-2785) [n:127.0.0.1:40952_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> 56549 INFO  (qtp448906520-2785) [n:127.0.0.1:40952_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> 56551 INFO  (qtp448906520-2785) [n:127.0.0.1:40952_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 56551 INFO  (qtp448906520-2785) [n:127.0.0.1:40952_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 56553 INFO  (qtp448906520-2787) [n:127.0.0.1:40952_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@329595f7[testSimple1_shard2_replica_n6] main]
   [junit4]   2> 56554 INFO  (qtp448906520-2785) [n:127.0.0.1:40952_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5a9852ab[testSimple1_shard1_replica_n2] main]
   [junit4]   2> 56578 INFO  (qtp461875672-2768) [n:127.0.0.1:34157_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> 56578 INFO  (qtp461875672-2768) [n:127.0.0.1:34157_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> 56580 INFO  (qtp461875672-2768) [n:127.0.0.1:34157_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 56580 INFO  (qtp461875672-2768) [n:127.0.0.1:34157_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 56588 INFO  (qtp461875672-2764) [n:127.0.0.1:34157_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> 56589 INFO  (qtp461875672-2764) [n:127.0.0.1:34157_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> 56590 INFO  (qtp461875672-2764) [n:127.0.0.1:34157_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> 56592 INFO  (qtp461875672-2764) [n:127.0.0.1:34157_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 1583041637710299136
   [junit4]   2> 56598 INFO  
(searcherExecutor-554-thread-1-processing-n:127.0.0.1:34157_solr 
x:testSimple1_shard1_replica_n1 s:shard1 c:testSimple1 r:core_node3) 
[n:127.0.0.1:34157_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@3494d4d7[testSimple1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 56604 INFO  (qtp461875672-2768) [n:127.0.0.1:34157_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@597eb9f6[testSimple1_shard2_replica_n4] main]
   [junit4]   2> 56638 INFO  (qtp461875672-2768) [n:127.0.0.1:34157_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> 56698 DEBUG (ScheduledTrigger-545-thread-2) 
[n:127.0.0.1:39388_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: [127.0.0.1:34157_solr, 
127.0.0.1:40952_solr, 127.0.0.1:39388_solr]
   [junit4]   2> 56699 INFO  (qtp448906520-2787) [n:127.0.0.1:40952_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> 56699 INFO  (qtp448906520-2785) [n:127.0.0.1:40952_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> 56700 INFO  (qtp448906520-2787) [n:127.0.0.1:40952_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> 56700 INFO  (qtp461875672-2768) [n:127.0.0.1:34157_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> 56700 INFO  (qtp448906520-2787) [n:127.0.0.1:40952_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> 56700 INFO  (qtp461875672-2764) [n:127.0.0.1:34157_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=9938ms
   [junit4]   2> 56701 INFO  (qtp448906520-2787) [n:127.0.0.1:40952_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 1583041637824593920
   [junit4]   2> 56701 INFO  (qtp461875672-2768) [n:127.0.0.1:34157_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> 56701 INFO  (qtp461875672-2768) [n:127.0.0.1:34157_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 1583041637824593920
   [junit4]   2> 56702 INFO  (qtp448906520-2785) [n:127.0.0.1:40952_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> 56709 INFO  (qtp448906520-2785) [n:127.0.0.1:40952_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> 56709 INFO  (qtp448906520-2785) [n:127.0.0.1:40952_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 1583041637832982528
   [junit4]   2> 56729 INFO  
(searcherExecutor-556-thread-1-processing-n:127.0.0.1:34157_solr 
x:testSimple1_shard2_replica_n4 s:shard2 c:testSimple1 r:core_node7) 
[n:127.0.0.1:34157_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@597eb9f6[testSimple1_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 56730 INFO  
(searcherExecutor-557-thread-1-processing-n:127.0.0.1:40952_solr 
x:testSimple1_shard2_replica_n6 s:shard2 c:testSimple1 r:core_node8) 
[n:127.0.0.1:40952_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@329595f7[testSimple1_shard2_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 56730 INFO  
(searcherExecutor-561-thread-1-processing-n:127.0.0.1:40952_solr 
x:testSimple1_shard1_replica_n2 s:shard1 c:testSimple1 r:core_node5) 
[n:127.0.0.1:40952_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@5a9852ab[testSimple1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 56734 INFO  (qtp461875672-2768) [n:127.0.0.1:34157_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> 56836 INFO  
(zkCallback-713-thread-1-processing-n:127.0.0.1:40952_solr) 
[n:127.0.0.1:40952_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> 56836 INFO  
(zkCallback-713-thread-2-processing-n:127.0.0.1:40952_solr) 
[n:127.0.0.1:40952_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> 56838 INFO  
(zkCallback-714-thread-1-processing-n:127.0.0.1:34157_solr) 
[n:127.0.0.1:34157_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> 56838 INFO  
(zkCallback-714-thread-2-processing-n:127.0.0.1:34157_solr) 
[n:127.0.0.1:34157_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> 57202 INFO  (qtp461875672-2764) [n:127.0.0.1:34157_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> 57202 INFO  (qtp461875672-2764) [n:127.0.0.1:34157_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> 57202 INFO  (qtp461875672-2764) [n:127.0.0.1:34157_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:34157/solr/testSimple1_shard1_replica_n1/
   [junit4]   2> 57214 INFO  (qtp461875672-2764) [n:127.0.0.1:34157_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=http://127.0.0.1:34157/solr START 
replicas=[http://127.0.0.1:40952/solr/testSimple1_shard1_replica_n2/] 
nUpdates=100
   [junit4]   2> 57225 INFO  (qtp448906520-2792) [n:127.0.0.1:40952_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=3
   [junit4]   2> 57237 INFO  (qtp461875672-2768) [n:127.0.0.1:34157_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> 57237 INFO  (qtp461875672-2768) [n:127.0.0.1:34157_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> 57237 INFO  (qtp461875672-2768) [n:127.0.0.1:34157_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:34157/solr/testSimple1_shard2_replica_n4/
   [junit4]   2> 57238 INFO  (qtp461875672-2768) [n:127.0.0.1:34157_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=http://127.0.0.1:34157/solr START 
replicas=[http://127.0.0.1:40952/solr/testSimple1_shard2_replica_n6/] 
nUpdates=100
   [junit4]   2> 57242 INFO  (qtp448906520-2789) [n:127.0.0.1:40952_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=1
   [junit4]   2> 57515 INFO  (qtp461875672-2764) [n:127.0.0.1:34157_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=http://127.0.0.1:34157/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 57516 INFO  (qtp461875672-2764) [n:127.0.0.1:34157_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> 57516 INFO  (qtp461875672-2764) [n:127.0.0.1:34157_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> 57516 INFO  (qtp461875672-2764) [n:127.0.0.1:34157_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> 57537 INFO  (qtp461875672-2764) [n:127.0.0.1:34157_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:34157/solr/testSimple1_shard1_replica_n1/ shard1
   [junit4]   2> 57539 INFO  (qtp461875672-2768) [n:127.0.0.1:34157_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=http://127.0.0.1:34157/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 57539 INFO  (qtp461875672-2768) [n:127.0.0.1:34157_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> 57539 INFO  (qtp461875672-2768) [n:127.0.0.1:34157_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> 57540 INFO  (qtp461875672-2768) [n:127.0.0.1:34157_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> 57548 INFO  (qtp461875672-2768) [n:127.0.0.1:34157_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:34157/solr/testSimple1_shard2_replica_n4/ shard2
   [junit4]   2> 57650 INFO  
(zkCallback-713-thread-2-processing-n:127.0.0.1:40952_solr) 
[n:127.0.0.1:40952_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> 57650 INFO  
(zkCallback-713-thread-1-processing-n:127.0.0.1:40952_solr) 
[n:127.0.0.1:40952_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> 57651 INFO  
(zkCallback-714-thread-1-processing-n:127.0.0.1:34157_solr) 
[n:127.0.0.1:34157_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> 57651 INFO  
(zkCallback-714-thread-2-processing-n:127.0.0.1:34157_solr) 
[n:127.0.0.1:34157_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> 57654 INFO  (qtp461875672-2768) [n:127.0.0.1:34157_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> 57657 INFO  (qtp461875672-2768) [n:127.0.0.1:34157_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=2356
   [junit4]   2> 57694 INFO  (qtp461875672-2764) [n:127.0.0.1:34157_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> 57697 INFO  (qtp461875672-2764) [n:127.0.0.1:34157_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=2399
   [junit4]   2> 57699 DEBUG (ScheduledTrigger-545-thread-2) 
[n:127.0.0.1:39388_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: [127.0.0.1:34157_solr, 
127.0.0.1:40952_solr, 127.0.0.1:39388_solr]
   [junit4]   2> 57746 INFO  (qtp448906520-2785) [n:127.0.0.1:40952_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=2448
   [junit4]   2> 57749 INFO  (qtp448906520-2787) [n:127.0.0.1:40952_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=2448
   [junit4]   2> 57775 INFO  (qtp461875672-2770) [n:127.0.0.1:34157_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> 57851 INFO  
(zkCallback-714-thread-2-processing-n:127.0.0.1:34157_solr) 
[n:127.0.0.1:34157_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> 57851 INFO  
(zkCallback-713-thread-1-processing-n:127.0.0.1:40952_solr) 
[n:127.0.0.1:40952_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> 57851 INFO  
(zkCallback-713-thread-2-processing-n:127.0.0.1:40952_solr) 
[n:127.0.0.1:40952_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> 57851 INFO  
(zkCallback-714-thread-1-processing-n:127.0.0.1:34157_solr) 
[n:127.0.0.1:34157_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> 58703 DEBUG (ScheduledTrigger-545-thread-2) 
[n:127.0.0.1:39388_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: [127.0.0.1:34157_solr, 
127.0.0.1:40952_solr, 127.0.0.1:39388_solr]
   [junit4]   2> 58775 INFO  (qtp461875672-2770) [n:127.0.0.1:34157_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:40952_solr,127.0.0.1:34157_solr&wt=javabin&version=2}
 status=0 QTime=3854
   [junit4]   2> 58778 INFO  (qtp461875672-2766) [n:127.0.0.1:34157_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:34157_solr,127.0.0.1:39388_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 58785 INFO  
(OverseerCollectionConfigSetProcessor-98940102198755337-127.0.0.1:39388_solr-n_0000000000)
 [n:127.0.0.1:39388_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> 58787 INFO  
(OverseerThreadFactory-547-thread-2-processing-n:127.0.0.1:39388_solr) 
[n:127.0.0.1:39388_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
testSimple2
   [junit4]   2> 59011 INFO  
(OverseerStateUpdate-98940102198755337-127.0.0.1:39388_solr-n_0000000000) 
[n:127.0.0.1:39388_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":"http://127.0.0.1:34157/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 59016 INFO  
(OverseerStateUpdate-98940102198755337-127.0.0.1:39388_solr-n_0000000000) 
[n:127.0.0.1:39388_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":"http://127.0.0.1:39388/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 59018 INFO  
(OverseerStateUpdate-98940102198755337-127.0.0.1:39388_solr-n_0000000000) 
[n:127.0.0.1:39388_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_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34157/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 59023 INFO  
(OverseerStateUpdate-98940102198755337-127.0.0.1:39388_solr-n_0000000000) 
[n:127.0.0.1:39388_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":"http://127.0.0.1:39388/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 59220 INFO  (qtp461875672-2767) [n:127.0.0.1:34157_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_n3&action=CREATE&numShards=2&collection=testSimple2&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 59222 INFO  (qtp1061074310-2777) [n:127.0.0.1:39388_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_n4&action=CREATE&numShards=2&collection=testSimple2&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 59223 INFO  (qtp1061074310-2777) [n:127.0.0.1:39388_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 59228 INFO  (qtp1061074310-2778) [n:127.0.0.1:39388_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node6&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> 59229 INFO  (qtp461875672-2771) [n:127.0.0.1:34157_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_n1&action=CREATE&numShards=2&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 59342 INFO  
(zkCallback-714-thread-1-processing-n:127.0.0.1:34157_solr) 
[n:127.0.0.1:34157_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> 59342 INFO  
(zkCallback-718-thread-1-processing-n:127.0.0.1:39388_solr) 
[n:127.0.0.1:39388_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> 59342 INFO  
(zkCallback-714-thread-2-processing-n:127.0.0.1:34157_solr) 
[n:127.0.0.1:34157_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> 59343 INFO  
(zkCallback-718-thread-2-processing-n:127.0.0.1:39388_solr) 
[n:127.0.0.1:39388_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> 59704 DEBUG (ScheduledTrigger-545-thread-2) 
[n:127.0.0.1:39388_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: [127.0.0.1:34157_solr, 
127.0.0.1:40952_solr, 127.0.0.1:39388_solr]
   [junit4]   2> 60250 INFO  (qtp461875672-2771) [n:127.0.0.1:34157_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 60257 INFO  (qtp1061074310-2778) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard1 r:core_node6 x:testSimple2_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 60287 INFO  (qtp461875672-2767) [n:127.0.0.1:34157_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 60290 INFO  (qtp461875672-2771) [n:127.0.0.1:34157_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n1] 
o.a.s.s.IndexSchema [testSimple2_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 60290 INFO  (qtp1061074310-2777) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 60293 INFO  (qtp1061074310-2778) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard1 r:core_node6 x:testSimple2_shard1_replica_n2] 
o.a.s.s.IndexSchema [testSimple2_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 60293 INFO  (qtp461875672-2771) [n:127.0.0.1:34157_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 60294 INFO  (qtp461875672-2771) [n:127.0.0.1:34157_solr 
c:testSimple2 s:shard1 r:core_node5 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> 60294 INFO  (qtp461875672-2771) [n:127.0.0.1:34157_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34157.solr.core.testSimple2.shard1.replica_n1' (registry 
'solr.core.testSimple2.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e91479b
   [junit4]   2> 60294 INFO  (qtp461875672-2771) [n:127.0.0.1:34157_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 60294 INFO  (qtp461875672-2771) [n:127.0.0.1:34157_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n1] 
o.a.s.c.SolrCore [[testSimple2_shard1_replica_n1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_9A9D8E2EDD50D0F5-001/tempDir-001/node2/testSimple2_shard1_replica_n1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_9A9D8E2EDD50D0F5-001/tempDir-001/node2/./testSimple2_shard1_replica_n1/data/]
   [junit4]   2> 60295 INFO  (qtp1061074310-2778) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard1 r:core_node6 x:testSimple2_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 60295 INFO  (qtp1061074310-2778) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard1 r:core_node6 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> 60295 INFO  (qtp1061074310-2778) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard1 r:core_node6 x:testSimple2_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39388.solr.core.testSimple2.shard1.replica_n2' (registry 
'solr.core.testSimple2.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e91479b
   [junit4]   2> 60295 INFO  (qtp1061074310-2778) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard1 r:core_node6 x:testSimple2_shard1_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 60295 INFO  (qtp1061074310-2778) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard1 r:core_node6 x:testSimple2_shard1_replica_n2] 
o.a.s.c.SolrCore [[testSimple2_shard1_replica_n2] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_9A9D8E2EDD50D0F5-001/tempDir-001/node1/testSimple2_shard1_replica_n2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_9A9D8E2EDD50D0F5-001/tempDir-001/node1/./testSimple2_shard1_replica_n2/data/]
   [junit4]   2> 60296 INFO  (qtp1061074310-2777) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n4] 
o.a.s.s.IndexSchema [testSimple2_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 60298 INFO  (qtp1061074310-2777) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n4] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 60298 INFO  (qtp1061074310-2777) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard2 r:core_node8 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> 60298 INFO  (qtp1061074310-2777) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39388.solr.core.testSimple2.shard2.replica_n4' (registry 
'solr.core.testSimple2.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e91479b
   [junit4]   2> 60298 INFO  (qtp1061074310-2777) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 60298 INFO  (qtp1061074310-2777) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n4] 
o.a.s.c.SolrCore [[testSimple2_shard2_replica_n4] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_9A9D8E2EDD50D0F5-001/tempDir-001/node1/testSimple2_shard2_replica_n4],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_9A9D8E2EDD50D0F5-001/tempDir-001/node1/./testSimple2_shard2_replica_n4/data/]
   [junit4]   2> 60310 INFO  (qtp461875672-2767) [n:127.0.0.1:34157_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n3] 
o.a.s.s.IndexSchema [testSimple2_shard2_replica_n3] Schema name=minimal
   [junit4]   2> 60312 INFO  (qtp461875672-2767) [n:127.0.0.1:34157_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n3] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 60312 INFO  (qtp461875672-2767) [n:127.0.0.1:34157_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n3] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard2_replica_n3' using 
configuration from collection testSimple2, trusted=true
   [junit4]   2> 60312 INFO  (qtp461875672-2767) [n:127.0.0.1:34157_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34157.solr.core.testSimple2.shard2.replica_n3' (registry 
'solr.core.testSimple2.shard2.replica_n3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1e91479b
   [junit4]   2> 60312 INFO  (qtp461875672-2767) [n:127.0.0.1:34157_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n3] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 60312 INFO  (qtp461875672-2767) [n:127.0.0.1:34157_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n3] 
o.a.s.c.SolrCore [[testSimple2_shard2_replica_n3] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_9A9D8E2EDD50D0F5-001/tempDir-001/node2/testSimple2_shard2_replica_n3],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_9A9D8E2EDD50D0F5-001/tempDir-001/node2/./testSimple2_shard2_replica_n3/data/]
   [junit4]   2> 60351 INFO  (qtp1061074310-2778) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard1 r:core_node6 x:testSimple2_shard1_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 60351 INFO  (qtp1061074310-2777) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n4] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 60351 INFO  (qtp1061074310-2778) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard1 r:core_node6 x:testSimple2_shard1_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 60351 INFO  (qtp1061074310-2777) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n4] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 60353 INFO  (qtp1061074310-2778) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard1 r:core_node6 x:testSimple2_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 60353 INFO  (qtp1061074310-2777) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 60353 INFO  (qtp1061074310-2778) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard1 r:core_node6 x:testSimple2_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 60353 INFO  (qtp1061074310-2777) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 60354 INFO  (qtp1061074310-2777) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@267b46c5[testSimple2_shard2_replica_n4] main]
   [junit4]   2> 60354 INFO  (qtp1061074310-2778) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard1 r:core_node6 x:testSimple2_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1b6df7a3[testSimple2_shard1_replica_n2] main]
   [junit4]   2> 60355 INFO  (qtp1061074310-2777) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 60356 INFO  (qtp1061074310-2777) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 60356 INFO  (qtp1061074310-2777) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 60357 INFO  (qtp1061074310-2777) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n4] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1583041641658187776
   [junit4]   2> 60362 INFO  (qtp1061074310-2777) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_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> 60363 INFO  
(searcherExecutor-576-thread-1-processing-n:127.0.0.1:39388_solr 
x:testSimple2_shard2_replica_n4 s:shard2 c:testSimple2 r:core_node8) 
[n:127.0.0.1:39388_solr c:testSimple2 s:shard2 r:core_node8 
x:testSimple2_shard2_replica_n4] o.a.s.c.SolrCore 
[testSimple2_shard2_replica_n4] Registered new searcher 
Searcher@267b46c5[testSimple2_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 60364 INFO  (qtp1061074310-2778) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard1 r:core_node6 x:testSimple2_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 60364 INFO  (qtp1061074310-2778) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard1 r:core_node6 x:testSimple2_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 60364 INFO  (qtp1061074310-2778) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard1 r:core_node6 x:testSimple2_shard1_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 60365 INFO  (qtp1061074310-2778) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard1 r:core_node6 x:testSimple2_shard1_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1583041641666576384
   [junit4]   2> 60367 INFO  
(searcherExecutor-575-thread-1-processing-n:127.0.0.1:39388_solr 
x:testSimple2_shard1_replica_n2 s:shard1 c:testSimple2 r:core_node6) 
[n:127.0.0.1:39388_solr c:testSimple2 s:shard1 r:core_node6 
x:testSimple2_shard1_replica_n2] o.a.s.c.SolrCore 
[testSimple2_shard1_replica_n2] Registered new searcher 
Searcher@1b6df7a3[testSimple2_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 60371 INFO  (qtp1061074310-2778) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard1 r:core_node6 x:testSimple2_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 60383 INFO  (qtp461875672-2771) [n:127.0.0.1:34157_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 60383 INFO  (qtp461875672-2771) [n:127.0.0.1:34157_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 60385 INFO  (qtp461875672-2771) [n:127.0.0.1:34157_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 60385 INFO  (qtp461875672-2771) [n:127.0.0.1:34157_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 60386 INFO  (qtp461875672-2771) [n:127.0.0.1:34157_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7c4ee0dc[testSimple2_shard1_replica_n1] main]
   [junit4]   2> 60387 INFO  (qtp461875672-2767) [n:127.0.0.1:34157_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n3] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 60387 INFO  (qtp461875672-2767) [n:127.0.0.1:34157_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n3] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 60388 INFO  (qtp461875672-2771) [n:127.0.0.1:34157_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 60389 INFO  (qtp461875672-2771) [n:127.0.0.1:34157_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 60389 INFO  (qtp461875672-2767) [n:127.0.0.1:34157_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 60389 INFO  (qtp461875672-2767) [n:127.0.0.1:34157_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 60389 INFO  (qtp461875672-2771) [n:127.0.0.1:34157_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 60389 INFO  (qtp461875672-2771) [n:127.0.0.1:34157_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1583041641691742208
   [junit4]   2> 60391 INFO  (qtp461875672-2767) [n:127.0.0.1:34157_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n3] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@318a5f31[testSimple2_shard2_replica_n3] main]
   [junit4]   2> 60392 INFO  
(searcherExecutor-574-thread-1-processing-n:127.0.0.1:34157_solr 
x:testSimple2_shard1_replica_n1 s:shard1 c:testSimple2 r:core_node5) 
[n:127.0.0.1:34157_solr c:testSimple2 s:shard1 r:core_node5 
x:testSimple2_shard1_replica_n1] o.a.s.c.SolrCore 
[testSimple2_shard1_replica_n1] Registered new searcher 
Searcher@7c4ee0dc[testSimple2_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 60393 INFO  (qtp461875672-2767) [n:127.0.0.1:34157_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n3] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 60393 INFO  (qtp461875672-2767) [n:127.0.0.1:34157_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n3] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 60394 INFO  (qtp461875672-2767) [n:127.0.0.1:34157_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n3] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 60395 INFO  
(searcherExecutor-577-thread-1-processing-n:127.0.0.1:34157_solr 
x:testSimple2_shard2_replica_n3 s:shard2 c:testSimple2 r:core_node7) 
[n:127.0.0.1:34157_solr c:testSimple2 s:shard2 r:core_node7 
x:testSimple2_shard2_replica_n3] o.a.s.c.SolrCore 
[testSimple2_shard2_replica_n3] Registered new searcher 
Searcher@318a5f31[testSimple2_shard2_replica_n3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 60395 INFO  (qtp461875672-2767) [n:127.0.0.1:34157_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n3] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1583041641698033664
   [junit4]   2> 60474 INFO  
(zkCallback-718-thread-2-processing-n:127.0.0.1:39388_solr) 
[n:127.0.0.1:39388_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> 60474 INFO  
(zkCallback-718-thread-3-processing-n:127.0.0.1:39388_solr) 
[n:127.0.0.1:39388_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> 60475 INFO  
(zkCallback-714-thread-1-processing-n:127.0.0.1:34157_solr) 
[n:127.0.0.1:34157_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> 60475 INFO  
(zkCallback-714-thread-2-processing-n:127.0.0.1:34157_solr) 
[n:127.0.0.1:34157_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> 60704 DEBUG (ScheduledTrigger-545-thread-2) 
[n:127.0.0.1:39388_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: [127.0.0.1:34157_solr, 
127.0.0.1:40952_solr, 127.0.0.1:39388_solr]
   [junit4]   2> 60864 INFO  (qtp1061074310-2777) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 60864 INFO  (qtp1061074310-2777) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 60864 INFO  (qtp1061074310-2777) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n4] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:39388/solr/testSimple2_shard2_replica_n4/
   [junit4]   2> 60864 INFO  (qtp1061074310-2777) [n:127.0.0.1:39388_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n4] 
o.a.s.u.PeerSync PeerSync: core=testSimple2_shard2_replica_n4 
url=http://127.0.0.1:39388/solr START 
replicas=[http://127.0.0.1:34157/solr/testSimple2_shard2_replica_n3/] 
nUpdates=100
   [junit4]   2> 60870 INFO  (qtp461875672-2768) [n:127.0.0.1:34157_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n3] 
o.a.s.c.S.Request [testSimple2_shard2_replica_n3]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=2
   [junit4]   2> 60873 INFO  (qtp1061074310-2778) [n:127.0.0.1:

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

 2> 205826 DEBUG (ScheduledTrigger-677-thread-1) [n:127.0.0.1:40952_solr    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: []
   [junit4]   2> 206653 INFO  
(recoveryExecutor-731-thread-1-processing-x:testSimple2_shard1_replica_n11 
r:core_node12 
.auto_add_replicas//14f38dcbd82db600Tbt4engsi81pcr62gcqcegmy4k//01035965907261606
 CREATE n:127.0.0.1:40952_solr s:shard1 c:testSimple2) [n:127.0.0.1:40952_solr 
c:testSimple2 s:shard1 r:core_node12 x:testSimple2_shard1_replica_n11] 
o.a.s.c.RecoveryStrategy RecoveryStrategy has been closed
   [junit4]   2> 206653 INFO  
(recoveryExecutor-731-thread-1-processing-x:testSimple2_shard1_replica_n11 
r:core_node12 
.auto_add_replicas//14f38dcbd82db600Tbt4engsi81pcr62gcqcegmy4k//01035965907261606
 CREATE n:127.0.0.1:40952_solr s:shard1 c:testSimple2) [n:127.0.0.1:40952_solr 
c:testSimple2 s:shard1 r:core_node12 x:testSimple2_shard1_replica_n11] 
o.a.s.c.RecoveryStrategy Finished recovery process, successful=[false]
   [junit4]   2> 206653 INFO  
(recoveryExecutor-731-thread-1-processing-x:testSimple2_shard1_replica_n11 
r:core_node12 
.auto_add_replicas//14f38dcbd82db600Tbt4engsi81pcr62gcqcegmy4k//01035965907261606
 CREATE n:127.0.0.1:40952_solr s:shard1 c:testSimple2) [n:127.0.0.1:40952_solr 
c:testSimple2 s:shard1 r:core_node12 x:testSimple2_shard1_replica_n11] 
o.a.s.c.SolrCore [testSimple2_shard1_replica_n11]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@71344187
   [junit4]   2> 206654 INFO  
(recoveryExecutor-731-thread-1-processing-x:testSimple2_shard1_replica_n11 
r:core_node12 
.auto_add_replicas//14f38dcbd82db600Tbt4engsi81pcr62gcqcegmy4k//01035965907261606
 CREATE n:127.0.0.1:40952_solr s:shard1 c:testSimple2) [n:127.0.0.1:40952_solr 
c:testSimple2 s:shard1 r:core_node12 x:testSimple2_shard1_replica_n11] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.testSimple2.shard1.replica_n11, tag=1899250055
   [junit4]   2> 206654 INFO  
(recoveryExecutor-731-thread-1-processing-x:testSimple2_shard1_replica_n11 
r:core_node12 
.auto_add_replicas//14f38dcbd82db600Tbt4engsi81pcr62gcqcegmy4k//01035965907261606
 CREATE n:127.0.0.1:40952_solr s:shard1 c:testSimple2) [n:127.0.0.1:40952_solr 
c:testSimple2 s:shard1 r:core_node12 x:testSimple2_shard1_replica_n11] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@15435c57: rootName = 
solr_40952, domain = solr.core.testSimple2.shard1.replica_n11, service url = 
null, agent id = null] for registry solr.core.testSimple2.shard1.replica_n11 / 
com.codahale.metrics.MetricRegistry@5065c7ea
   [junit4]   2> 206668 INFO  
(recoveryExecutor-731-thread-1-processing-x:testSimple2_shard1_replica_n11 
r:core_node12 
.auto_add_replicas//14f38dcbd82db600Tbt4engsi81pcr62gcqcegmy4k//01035965907261606
 CREATE n:127.0.0.1:40952_solr s:shard1 c:testSimple2) [n:127.0.0.1:40952_solr 
c:testSimple2 s:shard1 r:core_node12 x:testSimple2_shard1_replica_n11] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.testSimple2.shard1.leader, tag=1899250055
   [junit4]   2> 206669 WARN  
(recoveryExecutor-731-thread-1-processing-x:testSimple2_shard1_replica_n11 
r:core_node12 
.auto_add_replicas//14f38dcbd82db600Tbt4engsi81pcr62gcqcegmy4k//01035965907261606
 CREATE n:127.0.0.1:40952_solr s:shard1 c:testSimple2) [n:127.0.0.1:40952_solr 
c:testSimple2 s:shard1 r:core_node12 x:testSimple2_shard1_replica_n11] 
o.a.s.c.RecoveryStrategy Stopping recovery for 
core=[testSimple2_shard1_replica_n11] coreNodeName=[core_node12]
   [junit4]   2> 206677 INFO  (jetty-closer-702-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=98940102198755342-127.0.0.1:40952_solr-n_0000000003) closing
   [junit4]   2> 206678 INFO  
(OverseerStateUpdate-98940102198755342-127.0.0.1:40952_solr-n_0000000003) 
[n:127.0.0.1:40952_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:40952_solr
   [junit4]   2> 206830 DEBUG (ScheduledTrigger-677-thread-1) 
[n:127.0.0.1:40952_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: []
   [junit4]   2> 206904 ERROR 
(OverseerThreadFactory-679-thread-2-processing-n:127.0.0.1:40952_solr) 
[n:127.0.0.1:40952_solr    ] o.a.s.c.OverseerCollectionMessageHandler 
Collection: testSimple2 operation: movereplica 
failed:java.lang.InterruptedException: 
org.apache.solr.cloud.OverseerCollectionMessageHandler@9394eb5 has been closed.
   [junit4]   2>        at 
org.apache.solr.common.SolrCloseableLatch.await(SolrCloseableLatch.java:51)
   [junit4]   2>        at 
org.apache.solr.cloud.MoveReplicaCmd.moveNormalReplica(MoveReplicaCmd.java:220)
   [junit4]   2>        at 
org.apache.solr.cloud.MoveReplicaCmd.moveReplica(MoveReplicaCmd.java:118)
   [junit4]   2>        at 
org.apache.solr.cloud.MoveReplicaCmd.call(MoveReplicaCmd.java:61)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:232)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:464)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 206926 INFO  
(OverseerThreadFactory-679-thread-2-processing-n:127.0.0.1:40952_solr) 
[n:127.0.0.1:40952_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000011 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 206927 WARN  
(OverseerAutoScalingTriggerThread-98940102198755342-127.0.0.1:40952_solr-n_0000000003)
 [n:127.0.0.1:40952_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 206929 DEBUG (jetty-closer-702-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 206936 INFO  (jetty-closer-702-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@340b2eeb{/solr,null,UNAVAILABLE}
   [junit4]   2> 206939 ERROR 
(SUITE-AutoAddReplicasIntegrationTest-seed#[9A9D8E2EDD50D0F5]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 206939 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[9A9D8E2EDD50D0F5]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:46582 46582
   [junit4]   2> 207000 INFO  (Thread-129) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:46582 46582
   [junit4]   2> 207001 WARN  (Thread-129) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/aliases.json
   [junit4]   2>        5       /solr/security.json
   [junit4]   2>        5       /solr/configs/conf
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        52      /solr/collections/testSimple1/state.json
   [junit4]   2>        46      /solr/collections/testSimple2/state.json
   [junit4]   2>        13      /solr/collections/testSimple3/state.json
   [junit4]   2>        6       /solr/clusterstate.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        3       
/solr/collections/testSimple1/leader_elect/shard2/election/98940102198755335-core_node7-n_0000000000
   [junit4]   2>        3       /solr/autoscaling.json
   [junit4]   2>        3       
/solr/collections/testSimple1/leader_elect/shard1/election/98940102198755335-core_node3-n_0000000000
   [junit4]   2>        2       
/solr/overseer_elect/election/98940102198755335-127.0.0.1:34157_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/live_nodes
   [junit4]   2>        6       /solr/collections
   [junit4]   2>        3       /solr/overseer/queue
   [junit4]   2>        3       /solr/overseer/collection-queue-work
   [junit4]   2>        3       /solr/overseer/queue-work
   [junit4]   2>        2       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_9A9D8E2EDD50D0F5-001
   [junit4]   2> Nov 03, 2017 10:51:42 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: 
codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=10041, maxDocsPerChunk=787, blockSize=718), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=10041, blockSize=718)), 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3be05b29),
 locale=ar-SY, timezone=America/Matamoros
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_152 
(64-bit)/cpus=3,threads=1,free=111598760,total=481296384
   [junit4]   2> NOTE: All tests run in this JVM: [CdcrUpdateLogTest, 
TestExtendedDismaxParser, OutOfBoxZkACLAndCredentialsProvidersTest, 
TestNoOpRegenerator, TestHalfAndHalfDocValues, TestBlendedInfixSuggestions, 
TestLegacyFieldReuse, SolrCoreMetricManagerTest, 
TestEmbeddedSolrServerConstructors, TestComponentsName, RequestLoggingTest, 
TestConfig, TestDocSet, DistributedFacetPivotWhiteBoxTest, TestStressLiveNodes, 
TestSolrJ, CopyFieldTest, DistributedExpandComponentTest, SuggestComponentTest, 
TestPostingsSolrHighlighter, TestRTGBase, AutoAddReplicasIntegrationTest]
   [junit4] Completed [40/747 (1!)] on J1 in 153.86s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to