Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21239/
Java: 64bit/jdk-9.0.1 -XX:+UseCompressedOops -XX:+UseParallelGC

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

Error Message:
Waiting for collection testSimple2 null Live Nodes: [127.0.0.1:37377_solr, 
127.0.0.1:43529_solr] Last available state: 
DocCollection(testSimple2//collections/testSimple2/state.json/12)={   
"pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{      
 "range":"80000000-ffffffff",       "state":"active",       "replicas":{        
 "core_node3":{           "core":"testSimple2_shard1_replica_n1",           
"base_url":"https://127.0.0.1:42093/solr";,           
"node_name":"127.0.0.1:42093_solr",           "state":"down",           
"type":"NRT"},         "core_node5":{           
"core":"testSimple2_shard1_replica_n2",           
"base_url":"https://127.0.0.1:43529/solr";,           
"node_name":"127.0.0.1:43529_solr",           "state":"active",           
"type":"NRT",           "leader":"true"}}},     "shard2":{       
"range":"0-7fffffff",       "state":"active",       "replicas":{         
"core_node7":{           "core":"testSimple2_shard2_replica_n4",           
"base_url":"https://127.0.0.1:42093/solr";,           
"node_name":"127.0.0.1:42093_solr",           "state":"down",           
"type":"NRT"},         "core_node8":{           
"core":"testSimple2_shard2_replica_n6",           
"base_url":"https://127.0.0.1:43529/solr";,           
"node_name":"127.0.0.1:43529_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 testSimple2
null
Live Nodes: [127.0.0.1:37377_solr, 127.0.0.1:43529_solr]
Last available state: 
DocCollection(testSimple2//collections/testSimple2/state.json/12)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"testSimple2_shard1_replica_n1",
          "base_url":"https://127.0.0.1:42093/solr";,
          "node_name":"127.0.0.1:42093_solr",
          "state":"down",
          "type":"NRT"},
        "core_node5":{
          "core":"testSimple2_shard1_replica_n2",
          "base_url":"https://127.0.0.1:43529/solr";,
          "node_name":"127.0.0.1:43529_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          "core":"testSimple2_shard2_replica_n4",
          "base_url":"https://127.0.0.1:42093/solr";,
          "node_name":"127.0.0.1:42093_solr",
          "state":"down",
          "type":"NRT"},
        "core_node8":{
          "core":"testSimple2_shard2_replica_n6",
          "base_url":"https://127.0.0.1:43529/solr";,
          "node_name":"127.0.0.1:43529_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([AF375D667B019E79:978479985CF24AA8]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
        at 
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:126)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        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 
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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 12323 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_AF375D667B019E79-001/init-core-data-001
   [junit4]   2> 763578 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[AF375D667B019E79]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 763578 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[AF375D667B019E79]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 763579 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[AF375D667B019E79]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 763579 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[AF375D667B019E79]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_AF375D667B019E79-001/tempDir-001
   [junit4]   2> 763579 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[AF375D667B019E79]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 763579 INFO  (Thread-1607) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 763579 INFO  (Thread-1607) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 763589 ERROR (Thread-1607) [    ] 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> 763684 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[AF375D667B019E79]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:39763
   [junit4]   2> 763701 INFO  (zkConnectionManagerCallback-1619-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 763710 INFO  (jetty-launcher-1616-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 763720 INFO  (jetty-launcher-1616-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 763730 INFO  (jetty-launcher-1616-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 763787 INFO  (jetty-launcher-1616-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1577d8d{/solr,null,AVAILABLE}
   [junit4]   2> 763788 INFO  (jetty-launcher-1616-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@16a841dc{SSL,[ssl, 
http/1.1]}{127.0.0.1:42093}
   [junit4]   2> 763788 INFO  (jetty-launcher-1616-thread-2) [    ] 
o.e.j.s.Server Started @765487ms
   [junit4]   2> 763788 INFO  (jetty-launcher-1616-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42093}
   [junit4]   2> 763788 ERROR (jetty-launcher-1616-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 763789 INFO  (jetty-launcher-1616-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 763789 INFO  (jetty-launcher-1616-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 763789 INFO  (jetty-launcher-1616-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 763792 INFO  (jetty-launcher-1616-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-08T07:05:39.683851Z
   [junit4]   2> 763792 INFO  (jetty-launcher-1616-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@db0bdf{/solr,null,AVAILABLE}
   [junit4]   2> 763801 INFO  (zkConnectionManagerCallback-1621-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 763802 INFO  (jetty-launcher-1616-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 763841 INFO  (jetty-launcher-1616-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@63ec7067{/solr,null,AVAILABLE}
   [junit4]   2> 763841 INFO  (jetty-launcher-1616-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@135860e6{SSL,[ssl, 
http/1.1]}{127.0.0.1:43529}
   [junit4]   2> 763841 INFO  (jetty-launcher-1616-thread-3) [    ] 
o.e.j.s.Server Started @765541ms
   [junit4]   2> 763841 INFO  (jetty-launcher-1616-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43529}
   [junit4]   2> 763842 ERROR (jetty-launcher-1616-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 763842 INFO  (jetty-launcher-1616-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 763842 INFO  (jetty-launcher-1616-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 763842 INFO  (jetty-launcher-1616-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 763842 INFO  (jetty-launcher-1616-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2bb92c07{SSL,[ssl, 
http/1.1]}{127.0.0.1:37377}
   [junit4]   2> 763842 INFO  (jetty-launcher-1616-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-08T07:05:39.733273Z
   [junit4]   2> 763842 INFO  (jetty-launcher-1616-thread-1) [    ] 
o.e.j.s.Server Started @765541ms
   [junit4]   2> 763842 INFO  (jetty-launcher-1616-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37377}
   [junit4]   2> 763842 ERROR (jetty-launcher-1616-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 763842 INFO  (jetty-launcher-1616-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 763842 INFO  (jetty-launcher-1616-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 763842 INFO  (jetty-launcher-1616-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 763842 INFO  (jetty-launcher-1616-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-08T07:05:39.733784Z
   [junit4]   2> 763852 INFO  (jetty-launcher-1616-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39763/solr
   [junit4]   2> 763862 INFO  (zkConnectionManagerCallback-1625-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 763881 INFO  (zkConnectionManagerCallback-1629-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 763942 INFO  (jetty-launcher-1616-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 763881 INFO  (zkConnectionManagerCallback-1623-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 763945 INFO  
(zkConnectionManagerCallback-1631-thread-1-processing-n:127.0.0.1:42093_solr) 
[n:127.0.0.1:42093_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 763945 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 0x160d496c78f0002, 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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 763946 INFO  (jetty-launcher-1616-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 763949 INFO  (jetty-launcher-1616-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39763/solr
   [junit4]   2> 764032 INFO  (zkConnectionManagerCallback-1635-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 764036 INFO  (jetty-launcher-1616-thread-2) 
[n:127.0.0.1:42093_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 764049 INFO  (jetty-launcher-1616-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39763/solr
   [junit4]   2> 764059 INFO  (jetty-launcher-1616-thread-2) 
[n:127.0.0.1:42093_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:42093_solr
   [junit4]   2> 764076 INFO  (jetty-launcher-1616-thread-2) 
[n:127.0.0.1:42093_solr    ] o.a.s.c.Overseer Overseer 
(id=99312935860371461-127.0.0.1:42093_solr-n_0000000000) starting
   [junit4]   2> 764089 INFO  (zkConnectionManagerCallback-1642-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 764093 INFO  
(zkConnectionManagerCallback-1640-thread-1-processing-n:127.0.0.1:37377_solr) 
[n:127.0.0.1:37377_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 764098 INFO  (jetty-launcher-1616-thread-1) 
[n:127.0.0.1:37377_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 764099 INFO  (jetty-launcher-1616-thread-1) 
[n:127.0.0.1:37377_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37377_solr
   [junit4]   2> 764109 DEBUG 
(OverseerAutoScalingTriggerThread-99312935860371461-127.0.0.1:42093_solr-n_0000000000)
 [n:127.0.0.1:42093_solr    ] o.a.s.c.a.OverseerTriggerThread Adding 
.autoAddReplicas trigger
   [junit4]   2> 764111 INFO  (jetty-launcher-1616-thread-2) 
[n:127.0.0.1:42093_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42093_solr
   [junit4]   2> 764111 DEBUG 
(OverseerAutoScalingTriggerThread-99312935860371461-127.0.0.1:42093_solr-n_0000000000)
 [n:127.0.0.1:42093_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 1
   [junit4]   2> 764133 INFO  
(OverseerStateUpdate-99312935860371461-127.0.0.1:42093_solr-n_0000000000) 
[n:127.0.0.1:42093_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 764136 INFO  
(zkCallback-1639-thread-1-processing-n:127.0.0.1:37377_solr) 
[n:127.0.0.1:37377_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 764136 DEBUG 
(OverseerAutoScalingTriggerThread-99312935860371461-127.0.0.1:42093_solr-n_0000000000)
 [n:127.0.0.1:42093_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: 
[127.0.0.1:42093_solr, 127.0.0.1:37377_solr]
   [junit4]   2> 764136 DEBUG 
(OverseerAutoScalingTriggerThread-99312935860371461-127.0.0.1:42093_solr-n_0000000000)
 [n:127.0.0.1:42093_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 764136 DEBUG 
(OverseerAutoScalingTriggerThread-99312935860371461-127.0.0.1:42093_solr-n_0000000000)
 [n:127.0.0.1:42093_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 1
   [junit4]   2> 764150 INFO  
(zkConnectionManagerCallback-1645-thread-1-processing-n:127.0.0.1:43529_solr) 
[n:127.0.0.1:43529_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 764162 INFO  (jetty-launcher-1616-thread-3) 
[n:127.0.0.1:43529_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 764164 INFO  (jetty-launcher-1616-thread-3) 
[n:127.0.0.1:43529_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 764169 INFO  (jetty-launcher-1616-thread-3) 
[n:127.0.0.1:43529_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43529_solr
   [junit4]   2> 764172 DEBUG 
(OverseerAutoScalingTriggerThread-99312935860371461-127.0.0.1:42093_solr-n_0000000000)
 [n:127.0.0.1:42093_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 764177 DEBUG 
(OverseerAutoScalingTriggerThread-99312935860371461-127.0.0.1:42093_solr-n_0000000000)
 [n:127.0.0.1:42093_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 764177 INFO  
(zkCallback-1639-thread-1-processing-n:127.0.0.1:37377_solr) 
[n:127.0.0.1:37377_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 764177 DEBUG (ScheduledTrigger-3022-thread-1) 
[n:127.0.0.1:42093_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 2
   [junit4]   2> 764202 INFO  
(zkCallback-1644-thread-1-processing-n:127.0.0.1:43529_solr) 
[n:127.0.0.1:43529_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 764215 INFO  
(zkCallback-1630-thread-2-processing-n:127.0.0.1:42093_solr) 
[n:127.0.0.1:42093_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 764228 INFO  (jetty-launcher-1616-thread-1) 
[n:127.0.0.1:37377_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37377.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16c4e15c
   [junit4]   2> 764237 INFO  (jetty-launcher-1616-thread-3) 
[n:127.0.0.1:43529_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43529.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16c4e15c
   [junit4]   2> 764239 INFO  (jetty-launcher-1616-thread-2) 
[n:127.0.0.1:42093_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42093.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16c4e15c
   [junit4]   2> 764246 INFO  (jetty-launcher-1616-thread-1) 
[n:127.0.0.1:37377_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37377.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16c4e15c
   [junit4]   2> 764246 INFO  (jetty-launcher-1616-thread-1) 
[n:127.0.0.1:37377_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37377.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16c4e15c
   [junit4]   2> 764248 INFO  (jetty-launcher-1616-thread-1) 
[n:127.0.0.1:37377_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_AF375D667B019E79-001/tempDir-001/node1/.
   [junit4]   2> 764251 INFO  (jetty-launcher-1616-thread-2) 
[n:127.0.0.1:42093_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42093.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16c4e15c
   [junit4]   2> 764251 INFO  (jetty-launcher-1616-thread-2) 
[n:127.0.0.1:42093_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42093.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16c4e15c
   [junit4]   2> 764252 INFO  (jetty-launcher-1616-thread-2) 
[n:127.0.0.1:42093_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_AF375D667B019E79-001/tempDir-001/node3/.
   [junit4]   2> 764253 INFO  (jetty-launcher-1616-thread-3) 
[n:127.0.0.1:43529_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43529.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16c4e15c
   [junit4]   2> 764253 INFO  (jetty-launcher-1616-thread-3) 
[n:127.0.0.1:43529_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43529.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16c4e15c
   [junit4]   2> 764254 INFO  (jetty-launcher-1616-thread-3) 
[n:127.0.0.1:43529_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_AF375D667B019E79-001/tempDir-001/node2/.
   [junit4]   2> 764380 INFO  (zkConnectionManagerCallback-1651-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 764397 INFO  (zkConnectionManagerCallback-1655-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 764397 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[AF375D667B019E79]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 764400 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[AF375D667B019E79]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39763/solr ready
   [junit4]   2> 764416 INFO  
(TEST-AutoAddReplicasIntegrationTest.testSimple-seed#[AF375D667B019E79]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 764448 INFO  (qtp1285390228-7347) [n:127.0.0.1:37377_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:37377_solr,127.0.0.1:42093_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 764465 INFO  
(OverseerThreadFactory-3024-thread-1-processing-n:127.0.0.1:42093_solr) 
[n:127.0.0.1:42093_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
testSimple1
   [junit4]   2> 764571 INFO  
(OverseerStateUpdate-99312935860371461-127.0.0.1:42093_solr-n_0000000000) 
[n:127.0.0.1:42093_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37377/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 764573 INFO  
(OverseerStateUpdate-99312935860371461-127.0.0.1:42093_solr-n_0000000000) 
[n:127.0.0.1:42093_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42093/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 764574 INFO  
(OverseerStateUpdate-99312935860371461-127.0.0.1:42093_solr-n_0000000000) 
[n:127.0.0.1:42093_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37377/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 764576 INFO  
(OverseerStateUpdate-99312935860371461-127.0.0.1:42093_solr-n_0000000000) 
[n:127.0.0.1:42093_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42093/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 764833 INFO  (qtp1285390228-7344) [n:127.0.0.1:37377_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> 764833 INFO  (qtp1285390228-7344) [n:127.0.0.1:37377_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 764837 INFO  (qtp1285390228-7331) [n:127.0.0.1:37377_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> 764865 INFO  (qtp971104217-7340) [n:127.0.0.1:42093_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> 764865 INFO  (qtp971104217-7340) [n:127.0.0.1:42093_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 764873 INFO  (qtp971104217-7334) [n:127.0.0.1:42093_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> 764980 INFO  
(zkCallback-1639-thread-1-processing-n:127.0.0.1:37377_solr) 
[n:127.0.0.1:37377_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> 764981 INFO  
(zkCallback-1630-thread-2-processing-n:127.0.0.1:42093_solr) 
[n:127.0.0.1:42093_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> 765177 DEBUG (ScheduledTrigger-3022-thread-1) 
[n:127.0.0.1:42093_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 765853 INFO  (qtp1285390228-7331) [n:127.0.0.1:37377_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> 765883 INFO  (qtp1285390228-7344) [n:127.0.0.1:37377_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> 765888 INFO  (qtp1285390228-7331) [n:127.0.0.1:37377_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> 765889 INFO  (qtp1285390228-7331) [n:127.0.0.1:37377_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> 765889 INFO  (qtp1285390228-7331) [n:127.0.0.1:37377_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> 765890 INFO  (qtp1285390228-7331) [n:127.0.0.1:37377_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37377.solr.core.testSimple1.shard2.replica_n4' (registry 
'solr.core.testSimple1.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16c4e15c
   [junit4]   2> 765890 INFO  (qtp1285390228-7331) [n:127.0.0.1:37377_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 765890 INFO  (qtp1285390228-7331) [n:127.0.0.1:37377_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SolrCore [[testSimple1_shard2_replica_n4] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_AF375D667B019E79-001/tempDir-001/node1/testSimple1_shard2_replica_n4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_AF375D667B019E79-001/tempDir-001/node1/./testSimple1_shard2_replica_n4/data/]
   [junit4]   2> 765894 INFO  (qtp1285390228-7344) [n:127.0.0.1:37377_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> 765895 INFO  (qtp1285390228-7344) [n:127.0.0.1:37377_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> 765895 INFO  (qtp1285390228-7344) [n:127.0.0.1:37377_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> 765896 INFO  (qtp1285390228-7344) [n:127.0.0.1:37377_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37377.solr.core.testSimple1.shard1.replica_n1' (registry 
'solr.core.testSimple1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16c4e15c
   [junit4]   2> 765896 INFO  (qtp1285390228-7344) [n:127.0.0.1:37377_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 765896 INFO  (qtp1285390228-7344) [n:127.0.0.1:37377_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_AF375D667B019E79-001/tempDir-001/node1/testSimple1_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_AF375D667B019E79-001/tempDir-001/node1/./testSimple1_shard1_replica_n1/data/]
   [junit4]   2> 765904 INFO  (qtp971104217-7334) [n:127.0.0.1:42093_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> 765905 INFO  (qtp971104217-7340) [n:127.0.0.1:42093_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> 765912 INFO  (qtp971104217-7340) [n:127.0.0.1:42093_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> 765914 INFO  (qtp971104217-7340) [n:127.0.0.1:42093_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> 765914 INFO  (qtp971104217-7340) [n:127.0.0.1:42093_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> 765914 INFO  (qtp971104217-7340) [n:127.0.0.1:42093_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42093.solr.core.testSimple1.shard1.replica_n2' (registry 
'solr.core.testSimple1.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16c4e15c
   [junit4]   2> 765914 INFO  (qtp971104217-7340) [n:127.0.0.1:42093_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 765914 INFO  (qtp971104217-7340) [n:127.0.0.1:42093_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.SolrCore [[testSimple1_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_AF375D667B019E79-001/tempDir-001/node3/testSimple1_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_AF375D667B019E79-001/tempDir-001/node3/./testSimple1_shard1_replica_n2/data/]
   [junit4]   2> 765918 INFO  (qtp971104217-7334) [n:127.0.0.1:42093_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> 765919 INFO  (qtp971104217-7334) [n:127.0.0.1:42093_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> 765919 INFO  (qtp971104217-7334) [n:127.0.0.1:42093_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> 765920 INFO  (qtp971104217-7334) [n:127.0.0.1:42093_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42093.solr.core.testSimple1.shard2.replica_n6' (registry 
'solr.core.testSimple1.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16c4e15c
   [junit4]   2> 765920 INFO  (qtp971104217-7334) [n:127.0.0.1:42093_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 765920 INFO  (qtp971104217-7334) [n:127.0.0.1:42093_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.SolrCore [[testSimple1_shard2_replica_n6] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_AF375D667B019E79-001/tempDir-001/node3/testSimple1_shard2_replica_n6],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_AF375D667B019E79-001/tempDir-001/node3/./testSimple1_shard2_replica_n6/data/]
   [junit4]   2> 766044 INFO  (qtp1285390228-7331) [n:127.0.0.1:37377_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> 766044 INFO  (qtp1285390228-7331) [n:127.0.0.1:37377_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> 766045 INFO  (qtp1285390228-7331) [n:127.0.0.1:37377_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 766045 INFO  (qtp1285390228-7331) [n:127.0.0.1:37377_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 766049 INFO  (qtp1285390228-7331) [n:127.0.0.1:37377_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7de8042c[testSimple1_shard2_replica_n4] main]
   [junit4]   2> 766050 INFO  (qtp1285390228-7331) [n:127.0.0.1:37377_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> 766050 INFO  (qtp1285390228-7331) [n:127.0.0.1:37377_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> 766050 INFO  (qtp1285390228-7331) [n:127.0.0.1:37377_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> 766051 INFO  (qtp1285390228-7331) [n:127.0.0.1:37377_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 1589006976356974592
   [junit4]   2> 766053 INFO  
(searcherExecutor-3031-thread-1-processing-n:127.0.0.1:37377_solr 
x:testSimple1_shard2_replica_n4 s:shard2 c:testSimple1 r:core_node7) 
[n:127.0.0.1:37377_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@7de8042c[testSimple1_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 766058 INFO  (qtp1285390228-7331) [n:127.0.0.1:37377_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> 766072 INFO  (qtp971104217-7340) [n:127.0.0.1:42093_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> 766072 INFO  (qtp971104217-7340) [n:127.0.0.1:42093_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> 766074 INFO  (qtp971104217-7340) [n:127.0.0.1:42093_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 766074 INFO  (qtp971104217-7340) [n:127.0.0.1:42093_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 766075 INFO  (qtp971104217-7340) [n:127.0.0.1:42093_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5dc78a0c[testSimple1_shard1_replica_n2] main]
   [junit4]   2> 766076 INFO  (qtp971104217-7340) [n:127.0.0.1:42093_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> 766076 INFO  (qtp971104217-7340) [n:127.0.0.1:42093_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> 766077 INFO  (qtp971104217-7340) [n:127.0.0.1:42093_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> 766077 INFO  (qtp971104217-7340) [n:127.0.0.1:42093_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 1589006976384237568
   [junit4]   2> 766081 INFO  (qtp971104217-7340) [n:127.0.0.1:42093_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_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> 766082 INFO  
(searcherExecutor-3033-thread-1-processing-n:127.0.0.1:42093_solr 
x:testSimple1_shard1_replica_n2 s:shard1 c:testSimple1 r:core_node5) 
[n:127.0.0.1:42093_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@5dc78a0c[testSimple1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 766101 INFO  (qtp1285390228-7344) [n:127.0.0.1:37377_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> 766101 INFO  (qtp1285390228-7344) [n:127.0.0.1:37377_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> 766102 INFO  (qtp1285390228-7344) [n:127.0.0.1:37377_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 766102 INFO  (qtp1285390228-7344) [n:127.0.0.1:37377_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 766103 INFO  (qtp1285390228-7344) [n:127.0.0.1:37377_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@45c52635[testSimple1_shard1_replica_n1] main]
   [junit4]   2> 766104 INFO  (qtp971104217-7334) [n:127.0.0.1:42093_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> 766104 INFO  (qtp971104217-7334) [n:127.0.0.1:42093_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> 766105 INFO  (qtp971104217-7334) [n:127.0.0.1:42093_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 766105 INFO  (qtp971104217-7334) [n:127.0.0.1:42093_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 766107 INFO  (qtp971104217-7334) [n:127.0.0.1:42093_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@282ae24f[testSimple1_shard2_replica_n6] main]
   [junit4]   2> 766107 INFO  (qtp1285390228-7344) [n:127.0.0.1:37377_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> 766108 INFO  (qtp971104217-7334) [n:127.0.0.1:42093_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> 766108 INFO  (qtp1285390228-7344) [n:127.0.0.1:37377_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> 766108 INFO  (qtp971104217-7334) [n:127.0.0.1:42093_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> 766108 INFO  (qtp1285390228-7344) [n:127.0.0.1:37377_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> 766108 INFO  (qtp971104217-7334) [n:127.0.0.1:42093_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> 766108 INFO  (qtp1285390228-7344) [n:127.0.0.1:37377_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 1589006976416743424
   [junit4]   2> 766108 INFO  (qtp971104217-7334) [n:127.0.0.1:42093_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 1589006976416743424
   [junit4]   2> 766114 INFO  
(searcherExecutor-3032-thread-1-processing-n:127.0.0.1:37377_solr 
x:testSimple1_shard1_replica_n1 s:shard1 c:testSimple1 r:core_node3) 
[n:127.0.0.1:37377_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@45c52635[testSimple1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 766115 INFO  
(searcherExecutor-3034-thread-1-processing-n:127.0.0.1:42093_solr 
x:testSimple1_shard2_replica_n6 s:shard2 c:testSimple1 r:core_node8) 
[n:127.0.0.1:42093_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@282ae24f[testSimple1_shard2_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 766182 INFO  
(zkCallback-1639-thread-1-processing-n:127.0.0.1:37377_solr) 
[n:127.0.0.1:37377_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> 766182 INFO  
(zkCallback-1630-thread-2-processing-n:127.0.0.1:42093_solr) 
[n:127.0.0.1:42093_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> 766185 DEBUG (ScheduledTrigger-3022-thread-2) 
[n:127.0.0.1:42093_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 766558 INFO  (qtp1285390228-7331) [n:127.0.0.1:37377_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> 766558 INFO  (qtp1285390228-7331) [n:127.0.0.1:37377_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> 766558 INFO  (qtp1285390228-7331) [n:127.0.0.1:37377_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:37377/solr/testSimple1_shard2_replica_n4/
   [junit4]   2> 766559 INFO  (qtp1285390228-7331) [n:127.0.0.1:37377_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n4 
url=https://127.0.0.1:37377/solr START 
replicas=[https://127.0.0.1:42093/solr/testSimple1_shard2_replica_n6/] 
nUpdates=100
   [junit4]   2> 766569 INFO  (qtp971104217-7427) [n:127.0.0.1:42093_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> 766582 INFO  (qtp971104217-7340) [n:127.0.0.1:42093_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 766582 INFO  (qtp971104217-7340) [n:127.0.0.1:42093_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 766582 INFO  (qtp971104217-7340) [n:127.0.0.1:42093_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:42093/solr/testSimple1_shard1_replica_n2/
   [junit4]   2> 766582 INFO  (qtp971104217-7340) [n:127.0.0.1:42093_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n2 
url=https://127.0.0.1:42093/solr START 
replicas=[https://127.0.0.1:37377/solr/testSimple1_shard1_replica_n1/] 
nUpdates=100
   [junit4]   2> 766586 INFO  (qtp1285390228-7424) [n:127.0.0.1:37377_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.S.Request [testSimple1_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 766862 INFO  (qtp1285390228-7331) [n:127.0.0.1:37377_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n4 
url=https://127.0.0.1:37377/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 766862 INFO  (qtp1285390228-7331) [n:127.0.0.1:37377_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> 766862 INFO  (qtp1285390228-7331) [n:127.0.0.1:37377_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> 766862 INFO  (qtp1285390228-7331) [n:127.0.0.1:37377_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> 766865 INFO  (qtp1285390228-7331) [n:127.0.0.1:37377_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:37377/solr/testSimple1_shard2_replica_n4/ shard2
   [junit4]   2> 766883 INFO  (qtp971104217-7340) [n:127.0.0.1:42093_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n2 
url=https://127.0.0.1:42093/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 766883 INFO  (qtp971104217-7340) [n:127.0.0.1:42093_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 766883 INFO  (qtp971104217-7340) [n:127.0.0.1:42093_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 766883 INFO  (qtp971104217-7340) [n:127.0.0.1:42093_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 766891 INFO  (qtp971104217-7340) [n:127.0.0.1:42093_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:42093/solr/testSimple1_shard1_replica_n2/ shard1
   [junit4]   2> 766996 INFO  
(zkCallback-1639-thread-1-processing-n:127.0.0.1:37377_solr) 
[n:127.0.0.1:37377_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> 766996 INFO  
(zkCallback-1630-thread-2-processing-n:127.0.0.1:42093_solr) 
[n:127.0.0.1:42093_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> 767015 INFO  (qtp1285390228-7331) [n:127.0.0.1:37377_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> 767017 INFO  (qtp1285390228-7331) [n:127.0.0.1:37377_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=2179
   [junit4]   2> 767043 INFO  (qtp971104217-7340) [n:127.0.0.1:42093_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 767044 INFO  (qtp971104217-7340) [n:127.0.0.1:42093_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=2179
   [junit4]   2> 767116 INFO  (qtp1285390228-7344) [n:127.0.0.1:37377_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=2283
   [junit4]   2> 767116 INFO  (qtp971104217-7334) [n:127.0.0.1:42093_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=2242
   [junit4]   2> 767117 INFO  (qtp1285390228-7347) [n:127.0.0.1:37377_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> 767185 DEBUG (ScheduledTrigger-3022-thread-1) 
[n:127.0.0.1:42093_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 767217 INFO  
(zkCallback-1639-thread-1-processing-n:127.0.0.1:37377_solr) 
[n:127.0.0.1:37377_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> 767217 INFO  
(zkCallback-1630-thread-2-processing-n:127.0.0.1:42093_solr) 
[n:127.0.0.1:42093_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> 768117 INFO  (qtp1285390228-7347) [n:127.0.0.1:37377_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:37377_solr,127.0.0.1:42093_solr&wt=javabin&version=2}
 status=0 QTime=3669
   [junit4]   2> 768118 INFO  (qtp1285390228-7329) [n:127.0.0.1:37377_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:42093_solr,127.0.0.1:43529_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 768120 INFO  
(OverseerThreadFactory-3024-thread-2-processing-n:127.0.0.1:42093_solr) 
[n:127.0.0.1:42093_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
testSimple2
   [junit4]   2> 768121 INFO  
(OverseerCollectionConfigSetProcessor-99312935860371461-127.0.0.1:42093_solr-n_0000000000)
 [n:127.0.0.1:42093_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> 768185 DEBUG (ScheduledTrigger-3022-thread-1) 
[n:127.0.0.1:42093_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 768327 INFO  
(OverseerStateUpdate-99312935860371461-127.0.0.1:42093_solr-n_0000000000) 
[n:127.0.0.1:42093_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple2_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42093/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 768328 INFO  
(OverseerStateUpdate-99312935860371461-127.0.0.1:42093_solr-n_0000000000) 
[n:127.0.0.1:42093_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple2_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43529/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 768328 INFO  
(OverseerStateUpdate-99312935860371461-127.0.0.1:42093_solr-n_0000000000) 
[n:127.0.0.1:42093_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple2_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42093/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 768335 INFO  
(OverseerStateUpdate-99312935860371461-127.0.0.1:42093_solr-n_0000000000) 
[n:127.0.0.1:42093_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple2_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43529/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 768546 INFO  (qtp971104217-7342) [n:127.0.0.1:42093_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple2_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple2&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 768552 INFO  (qtp971104217-7333) [n:127.0.0.1:42093_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 768561 INFO  (qtp1633039484-7338) [n:127.0.0.1:43529_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple2_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple2&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 768561 INFO  (qtp1633039484-7338) [n:127.0.0.1:43529_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 768564 INFO  (qtp1633039484-7352) [n:127.0.0.1:43529_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 768674 INFO  
(zkCallback-1644-thread-1-processing-n:127.0.0.1:43529_solr) 
[n:127.0.0.1:43529_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> 768674 INFO  
(zkCallback-1630-thread-2-processing-n:127.0.0.1:42093_solr) 
[n:127.0.0.1:42093_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> 768674 INFO  
(zkCallback-1630-thread-1-processing-n:127.0.0.1:42093_solr) 
[n:127.0.0.1:42093_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> 768674 INFO  
(zkCallback-1644-thread-2-processing-n:127.0.0.1:43529_solr) 
[n:127.0.0.1:43529_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> 768676 INFO  
(zkCallback-1644-thread-3-processing-n:127.0.0.1:43529_solr) 
[n:127.0.0.1:43529_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> 768677 INFO  
(zkCallback-1630-thread-3-processing-n:127.0.0.1:42093_solr) 
[n:127.0.0.1:42093_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> 769186 DEBUG (ScheduledTrigger-3022-thread-1) 
[n:127.0.0.1:42093_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 769576 INFO  (qtp971104217-7342) [n:127.0.0.1:42093_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 769579 INFO  (qtp1633039484-7338) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 769580 INFO  (qtp971104217-7333) [n:127.0.0.1:42093_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 769582 INFO  (qtp1633039484-7352) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 769616 INFO  (qtp1633039484-7338) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.s.IndexSchema [testSimple2_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 769617 INFO  (qtp1633039484-7338) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 769617 INFO  (qtp1633039484-7338) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard2_replica_n6' using 
configuration from collection testSimple2, trusted=true
   [junit4]   2> 769617 INFO  (qtp1633039484-7338) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43529.solr.core.testSimple2.shard2.replica_n6' (registry 
'solr.core.testSimple2.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16c4e15c
   [junit4]   2> 769618 INFO  (qtp1633039484-7338) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 769618 INFO  (qtp1633039484-7338) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.c.SolrCore [[testSimple2_shard2_replica_n6] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_AF375D667B019E79-001/tempDir-001/node2/testSimple2_shard2_replica_n6],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_AF375D667B019E79-001/tempDir-001/node2/./testSimple2_shard2_replica_n6/data/]
   [junit4]   2> 769620 INFO  (qtp971104217-7342) [n:127.0.0.1:42093_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.s.IndexSchema [testSimple2_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 769620 INFO  (qtp971104217-7333) [n:127.0.0.1:42093_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.s.IndexSchema [testSimple2_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 769621 INFO  (qtp971104217-7342) [n:127.0.0.1:42093_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 769622 INFO  (qtp971104217-7342) [n:127.0.0.1:42093_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard2_replica_n4' using 
configuration from collection testSimple2, trusted=true
   [junit4]   2> 769621 INFO  (qtp971104217-7333) [n:127.0.0.1:42093_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 769622 INFO  (qtp971104217-7333) [n:127.0.0.1:42093_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n1' using 
configuration from collection testSimple2, trusted=true
   [junit4]   2> 769622 INFO  (qtp971104217-7333) [n:127.0.0.1:42093_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42093.solr.core.testSimple2.shard1.replica_n1' (registry 
'solr.core.testSimple2.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16c4e15c
   [junit4]   2> 769622 INFO  (qtp971104217-7342) [n:127.0.0.1:42093_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42093.solr.core.testSimple2.shard2.replica_n4' (registry 
'solr.core.testSimple2.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16c4e15c
   [junit4]   2> 769622 INFO  (qtp971104217-7333) [n:127.0.0.1:42093_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 769622 INFO  (qtp971104217-7342) [n:127.0.0.1:42093_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 769622 INFO  (qtp971104217-7333) [n:127.0.0.1:42093_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.c.SolrCore [[testSimple2_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_AF375D667B019E79-001/tempDir-001/node3/testSimple2_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_AF375D667B019E79-001/tempDir-001/node3/./testSimple2_shard1_replica_n1/data/]
   [junit4]   2> 769622 INFO  (qtp971104217-7342) [n:127.0.0.1:42093_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.c.SolrCore [[testSimple2_shard2_replica_n4] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_AF375D667B019E79-001/tempDir-001/node3/testSimple2_shard2_replica_n4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_AF375D667B019E79-001/tempDir-001/node3/./testSimple2_shard2_replica_n4/data/]
   [junit4]   2> 769624 INFO  (qtp1633039484-7352) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.s.IndexSchema [testSimple2_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 769625 INFO  (qtp1633039484-7352) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 769625 INFO  (qtp1633039484-7352) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n2' using 
configuration from collection testSimple2, trusted=true
   [junit4]   2> 769625 INFO  (qtp1633039484-7352) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43529.solr.core.testSimple2.shard1.replica_n2' (registry 
'solr.core.testSimple2.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@16c4e15c
   [junit4]   2> 769626 INFO  (qtp1633039484-7352) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 769626 INFO  (qtp1633039484-7352) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.c.SolrCore [[testSimple2_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_AF375D667B019E79-001/tempDir-001/node2/testSimple2_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_AF375D667B019E79-001/tempDir-001/node2/./testSimple2_shard1_replica_n2/data/]
   [junit4]   2> 769673 INFO  (qtp1633039484-7338) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 769673 INFO  (qtp1633039484-7338) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 769674 INFO  (qtp1633039484-7338) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 769674 INFO  (qtp1633039484-7338) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 769675 INFO  (qtp1633039484-7338) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@c284c14[testSimple2_shard2_replica_n6] main]
   [junit4]   2> 769676 INFO  (qtp1633039484-7338) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 769676 INFO  (qtp1633039484-7338) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 769677 INFO  (qtp1633039484-7338) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 769677 INFO  (qtp1633039484-7338) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1589006980159111168
   [junit4]   2> 769679 INFO  
(searcherExecutor-3051-thread-1-processing-n:127.0.0.1:43529_solr 
x:testSimple2_shard2_replica_n6 s:shard2 c:testSimple2 r:core_node8) 
[n:127.0.0.1:43529_solr c:testSimple2 s:shard2 r:core_node8 
x:testSimple2_shard2_replica_n6] o.a.s.c.SolrCore 
[testSimple2_shard2_replica_n6] Registered new searcher 
Searcher@c284c14[testSimple2_shard2_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 769681 INFO  (qtp1633039484-7338) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 769689 INFO  (qtp971104217-7342) [n:127.0.0.1:42093_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 769689 INFO  (qtp971104217-7342) [n:127.0.0.1:42093_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 769690 INFO  (qtp971104217-7342) [n:127.0.0.1:42093_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 769690 INFO  (qtp971104217-7342) [n:127.0.0.1:42093_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 769692 INFO  (qtp971104217-7342) [n:127.0.0.1:42093_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@60e17fd5[testSimple2_shard2_replica_n4] main]
   [junit4]   2> 769692 INFO  (qtp1633039484-7352) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 769693 INFO  (qtp1633039484-7352) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 769693 INFO  (qtp971104217-7342) [n:127.0.0.1:42093_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 769693 INFO  (qtp971104217-7342) [n:127.0.0.1:42093_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 769694 INFO  (qtp1633039484-7352) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 769694 INFO  (qtp1633039484-7352) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 769694 INFO  (qtp971104217-7342) [n:127.0.0.1:42093_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 769694 INFO  
(searcherExecutor-3052-thread-1-processing-n:127.0.0.1:42093_solr 
x:testSimple2_shard2_replica_n4 s:shard2 c:testSimple2 r:core_node7) 
[n:127.0.0.1:42093_solr c:testSimple2 s:shard2 r:core_node7 
x:testSimple2_shard2_replica_n4] o.a.s.c.SolrCore 
[testSimple2_shard2_replica_n4] Registered new searcher 
Searcher@60e17fd5[testSimple2_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 769694 INFO  (qtp971104217-7342) [n:127.0.0.1:42093_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1589006980176936960
   [junit4]   2> 769695 INFO  (qtp1633039484-7352) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7b81eaab[testSimple2_shard1_replica_n2] main]
   [junit4]   2> 769695 INFO  (qtp1633039484-7352) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 769695 INFO  (qtp1633039484-7352) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 769696 INFO  (qtp1633039484-7352) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 769697 INFO  
(searcherExecutor-3054-thread-1-processing-n:127.0.0.1:43529_solr 
x:testSimple2_shard1_replica_n2 s:shard1 c:testSimple2 r:core_node5) 
[n:127.0.0.1:43529_solr c:testSimple2 s:shard1 r:core_node5 
x:testSimple2_shard1_replica_n2] o.a.s.c.SolrCore 
[testSimple2_shard1_replica_n2] Registered new searcher 
Searcher@7b81eaab[testSimple2_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 769697 INFO  (qtp1633039484-7352) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1589006980180082688
   [junit4]   2> 769700 INFO  (qtp1633039484-7352) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard1 r:core_node5 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> 769703 INFO  (qtp971104217-7333) [n:127.0.0.1:42093_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 769703 INFO  (qtp971104217-7333) [n:127.0.0.1:42093_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 769704 INFO  (qtp971104217-7333) [n:127.0.0.1:42093_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 769704 INFO  (qtp971104217-7333) [n:127.0.0.1:42093_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 769705 INFO  (qtp971104217-7333) [n:127.0.0.1:42093_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@13b38f52[testSimple2_shard1_replica_n1] main]
   [junit4]   2> 769705 INFO  (qtp971104217-7333) [n:127.0.0.1:42093_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 769705 INFO  (qtp971104217-7333) [n:127.0.0.1:42093_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 769706 INFO  (qtp971104217-7333) [n:127.0.0.1:42093_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 769706 INFO  
(searcherExecutor-3053-thread-1-processing-n:127.0.0.1:42093_solr 
x:testSimple2_shard1_replica_n1 s:shard1 c:testSimple2 r:core_node3) 
[n:127.0.0.1:42093_solr c:testSimple2 s:shard1 r:core_node3 
x:testSimple2_shard1_replica_n1] o.a.s.c.SolrCore 
[testSimple2_shard1_replica_n1] Registered new searcher 
Searcher@13b38f52[testSimple2_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 769706 INFO  (qtp971104217-7333) [n:127.0.0.1:42093_solr 
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1589006980189519872
   [junit4]   2> 769801 INFO  
(zkCallback-1644-thread-1-processing-n:127.0.0.1:43529_solr) 
[n:127.0.0.1:43529_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> 769801 INFO  
(zkCallback-1644-thread-2-processing-n:127.0.0.1:43529_solr) 
[n:127.0.0.1:43529_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> 769801 INFO  
(zkCallback-1630-thread-2-processing-n:127.0.0.1:42093_solr) 
[n:127.0.0.1:42093_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> 769801 INFO  
(zkCallback-1630-thread-3-processing-n:127.0.0.1:42093_solr) 
[n:127.0.0.1:42093_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> 769801 INFO  
(zkCallback-1644-thread-3-processing-n:127.0.0.1:43529_solr) 
[n:127.0.0.1:43529_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> 769801 INFO  
(zkCallback-1630-thread-1-processing-n:127.0.0.1:42093_solr) 
[n:127.0.0.1:42093_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> 770182 INFO  (qtp1633039484-7338) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 770182 INFO  (qtp1633039484-7338) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 770182 INFO  (qtp1633039484-7338) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:43529/solr/testSimple2_shard2_replica_n6/
   [junit4]   2> 770182 INFO  (qtp1633039484-7338) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] 
o.a.s.u.PeerSync PeerSync: core=testSimple2_shard2_replica_n6 
url=https://127.0.0.1:43529/solr START 
replicas=[https://127.0.0.1:42093/solr/testSimple2_shard2_replica_n4/] 
nUpdates=100
   [junit4]   2> 770185 INFO  (qtp971104217-7336) [n:127.0.0.1:42093_solr 
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] 
o.a.s.c.S.Request [testSimple2_shard2_replica_n4]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 770186 DEBUG (ScheduledTrigger-3022-thread-1) 
[n:127.0.0.1:42093_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 770201 INFO  (qtp1633039484-7352) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 770201 INFO  (qtp1633039484-7352) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 770201 INFO  (qtp1633039484-7352) [n:127.0.0.1:43529_solr 
c:testSimple2 s:shard1 r:

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

g.apache.solr.metrics.reporters.SolrJmxReporter@382de58: rootName = solr_37377, 
domain = solr.core.testSimple3.shard2.replica_n2, service url = null, agent id 
= null] for registry solr.core.testSimple3.shard2.replica_n2 / 
com.codahale.metrics.MetricRegistry@478dd14c
   [junit4]   2> 907073 INFO  (coreCloseExecutor-3148-thread-3) 
[n:127.0.0.1:43529_solr c:testSimple2 s:shard1 r:core_node5 
x:testSimple2_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testSimple2.shard1.leader, tag=1099899772
   [junit4]   2> 907073 INFO  (coreCloseExecutor-3148-thread-4) 
[n:127.0.0.1:43529_solr c:testSimple2 s:shard2 r:core_node8 
x:testSimple2_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.testSimple2.shard2.replica_n6, tag=614593470
   [junit4]   2> 907073 INFO  (coreCloseExecutor-3148-thread-4) 
[n:127.0.0.1:43529_solr c:testSimple2 s:shard2 r:core_node8 
x:testSimple2_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@42e773b2: rootName = 
solr_43529, domain = solr.core.testSimple2.shard2.replica_n6, service url = 
null, agent id = null] for registry solr.core.testSimple2.shard2.replica_n6 / 
com.codahale.metrics.MetricRegistry@607e778e
   [junit4]   2> 907075 INFO  (coreCloseExecutor-3149-thread-3) 
[n:127.0.0.1:37377_solr c:testSimple3 s:shard2 r:core_node5 
x:testSimple3_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testSimple3.shard2.leader, tag=1119221724
   [junit4]   2> 907075 INFO  (coreCloseExecutor-3149-thread-4) 
[n:127.0.0.1:37377_solr c:testSimple3 s:shard1 r:core_node3 
x:testSimple3_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.testSimple3.shard1.replica_n1, tag=173187873
   [junit4]   2> 907075 INFO  (coreCloseExecutor-3149-thread-4) 
[n:127.0.0.1:37377_solr c:testSimple3 s:shard1 r:core_node3 
x:testSimple3_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@44c8b6fc: rootName = 
solr_37377, domain = solr.core.testSimple3.shard1.replica_n1, service url = 
null, agent id = null] for registry solr.core.testSimple3.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@7d4bbf41
   [junit4]   2> 907078 INFO  (coreCloseExecutor-3148-thread-4) 
[n:127.0.0.1:43529_solr c:testSimple2 s:shard2 r:core_node8 
x:testSimple2_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testSimple2.shard2.leader, tag=614593470
   [junit4]   2> 907078 INFO  (coreCloseExecutor-3148-thread-2) 
[n:127.0.0.1:43529_solr c:testSimple1 s:shard2 r:core_node10 
x:testSimple1_shard2_replica_n9] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testSimple1.shard2.leader, tag=156626696
   [junit4]   2> 907080 INFO  (jetty-closer-1617-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5af02430{/solr,null,UNAVAILABLE}
   [junit4]   2> 907080 INFO  (coreCloseExecutor-3149-thread-5) 
[n:127.0.0.1:37377_solr c:testSimple3 s:shard3 r:core_node6 
x:testSimple3_shard3_replica_n4] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.testSimple3.shard3.replica_n4, tag=687640330
   [junit4]   2> 907080 INFO  (coreCloseExecutor-3149-thread-5) 
[n:127.0.0.1:37377_solr c:testSimple3 s:shard3 r:core_node6 
x:testSimple3_shard3_replica_n4] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1a7f381e: rootName = 
solr_37377, domain = solr.core.testSimple3.shard3.replica_n4, service url = 
null, agent id = null] for registry solr.core.testSimple3.shard3.replica_n4 / 
com.codahale.metrics.MetricRegistry@538ea8bf
   [junit4]   2> 907086 INFO  (coreCloseExecutor-3149-thread-5) 
[n:127.0.0.1:37377_solr c:testSimple3 s:shard3 r:core_node6 
x:testSimple3_shard3_replica_n4] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testSimple3.shard3.leader, tag=687640330
   [junit4]   2> 907086 INFO  (coreCloseExecutor-3149-thread-4) 
[n:127.0.0.1:37377_solr c:testSimple3 s:shard1 r:core_node3 
x:testSimple3_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testSimple3.shard1.leader, tag=173187873
   [junit4]   2> 907087 INFO  (jetty-closer-1617-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=99312935860371463-127.0.0.1:37377_solr-n_0000000001) closing
   [junit4]   2> 907087 INFO  
(OverseerStateUpdate-99312935860371463-127.0.0.1:37377_solr-n_0000000001) 
[n:127.0.0.1:37377_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:37377_solr
   [junit4]   2> 907088 WARN  
(OverseerAutoScalingTriggerThread-99312935860371463-127.0.0.1:37377_solr-n_0000000001)
 [n:127.0.0.1:37377_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 907088 DEBUG (jetty-closer-1617-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 907089 INFO  (jetty-closer-1617-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@db0bdf{/solr,null,UNAVAILABLE}
   [junit4]   2> 907089 ERROR 
(SUITE-AutoAddReplicasIntegrationTest-seed#[AF375D667B019E79]-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> 907090 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[AF375D667B019E79]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:39763 39763
   [junit4]   2> 912964 INFO  (Thread-1607) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:39763 39763
   [junit4]   2> 912964 WARN  (Thread-1607) [    ] 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> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        41      /solr/collections/testSimple2/state.json
   [junit4]   2>        23      /solr/collections/testSimple1/state.json
   [junit4]   2>        9       /solr/collections/testSimple3/state.json
   [junit4]   2>        6       /solr/clusterprops.json
   [junit4]   2>        6       /solr/clusterstate.json
   [junit4]   2>        3       
/solr/overseer_elect/election/99312935860371463-127.0.0.1:37377_solr-n_0000000001
   [junit4]   2>        3       
/solr/collections/testSimple1/leader_elect/shard2/election/99312935860371463-core_node7-n_0000000000
   [junit4]   2>        2       
/solr/collections/testSimple1/leader_elect/shard1/election/99312935860371463-core_node3-n_0000000001
   [junit4]   2>        2       
/solr/collections/testSimple2/leader_elect/shard2/election/99312935860371465-core_node8-n_0000000000
   [junit4]   2>        2       /solr/autoscaling.json
   [junit4]   2>        2       
/solr/collections/testSimple2/leader_elect/shard1/election/99312935860371465-core_node5-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/live_nodes
   [junit4]   2>        6       /solr/collections
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2>        2       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        2       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_AF375D667B019E79-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7b8eb5ff),
 locale=en-TC, timezone=Europe/Astrakhan
   [junit4]   2> NOTE: Linux 4.10.0-40-generic amd64/Oracle Corporation 9.0.1 
(64-bit)/cpus=8,threads=1,free=163824680,total=525336576
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestLeaderInitiatedRecoveryThread, ZkStateReaderTest, 
TestUniqueKeyFieldResource, ForceLeaderTest, FacetPivotSmallTest, 
ResponseLogComponentTest, SubstringBytesRefFilterTest, CursorMarkTest, 
RAMDirectoryFactoryTest, TestFieldTypeResource, 
TestSolrConfigHandlerConcurrent, IndexSchemaRuntimeFieldTest, 
SearchHandlerTest, TriLevelCompositeIdRoutingTest, 
DirectUpdateHandlerOptimizeTest, SolrJmxReporterCloudTest, 
TestXmlQParserPlugin, ComputePlanActionTest, TestManagedResourceStorage, 
URLClassifyProcessorTest, TestTriggerIntegration, 
HdfsWriteToMultipleCollectionsTest, TestConfig, TestDistributedSearch, 
TestCloudPivotFacet, TestQueryUtils, CloneFieldUpdateProcessorFactoryTest, 
TestSolrQueryResponse, TestPullReplica, TestPostingsSolrHighlighter, 
RecoveryAfterSoftCommitTest, TermsComponentTest, TestRandomDVFaceting, 
PrimitiveFieldTypeTest, CursorPagingTest, TestDelegationWithHadoopAuth, 
TestHighlightDedupGrouping, CoreSorterTest, TestSort, TestManagedSchemaAPI, 
NodeLostTriggerTest, SimpleFacetsTest, TestCollectionsAPIViaSolrCloudCluster, 
SegmentsInfoRequestHandlerTest, TestStreamBody, TestRandomRequestDistribution, 
TestJsonFacets, TermVectorComponentTest, TestHttpShardHandlerFactory, 
SolrPluginUtilsTest, AnalysisAfterCoreReloadTest, TestSkipOverseerOperations, 
ResourceLoaderTest, ShufflingReplicaListTransformerTest, TestBinaryField, 
TestInPlaceUpdatesStandalone, LeaderInitiatedRecoveryOnCommitTest, 
MultiTermTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestComponentsName, 
HdfsThreadLeakTest, DeleteReplicaTest, TestNodeLostTrigger, 
TestSolrIndexConfig, PreAnalyzedFieldManagedSchemaCloudTest, 
LeaderElectionContextKeyTest, BasicZkTest, JsonLoaderTest, 
SuggestComponentTest, DateMathParserTest, TestMergePolicyConfig, 
AnalysisErrorHandlingTest, NumberUtilsTest, ActionThrottleTest, 
AutoAddReplicasIntegrationTest]
   [junit4] Completed [211/766 (1!)] on J0 in 149.41s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to