Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.2-Linux/100/
Java: 64bit/jdk-10-ea+32 -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:41471_solr, 
127.0.0.1:42817_solr] Last available state: 
DocCollection(testSimple2//collections/testSimple2/state.json/13)={   
"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:39463/solr";,           
"node_name":"127.0.0.1:39463_solr",           "state":"down",           
"type":"NRT"},         "core_node5":{           
"core":"testSimple2_shard1_replica_n2",           
"base_url":"https://127.0.0.1:41471/solr";,           
"node_name":"127.0.0.1:41471_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:39463/solr";,           
"node_name":"127.0.0.1:39463_solr",           "state":"down",           
"type":"NRT"},         "core_node8":{           
"core":"testSimple2_shard2_replica_n6",           
"base_url":"https://127.0.0.1:41471/solr";,           
"node_name":"127.0.0.1:41471_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:41471_solr, 127.0.0.1:42817_solr]
Last available state: 
DocCollection(testSimple2//collections/testSimple2/state.json/13)={
  "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:39463/solr";,
          "node_name":"127.0.0.1:39463_solr",
          "state":"down",
          "type":"NRT"},
        "core_node5":{
          "core":"testSimple2_shard1_replica_n2",
          "base_url":"https://127.0.0.1:41471/solr";,
          "node_name":"127.0.0.1:41471_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:39463/solr";,
          "node_name":"127.0.0.1:39463_solr",
          "state":"down",
          "type":"NRT"},
        "core_node8":{
          "core":"testSimple2_shard2_replica_n6",
          "base_url":"https://127.0.0.1:41471/solr";,
          "node_name":"127.0.0.1:41471_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([767517D00F9B6281:4EC6332E2868B650]: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:125)
        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 13479 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_767517D00F9B6281-001/init-core-data-001
   [junit4]   2> 2442823 WARN  
(SUITE-AutoAddReplicasIntegrationTest-seed#[767517D00F9B6281]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=608 numCloses=608
   [junit4]   2> 2442823 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[767517D00F9B6281]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2442823 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[767517D00F9B6281]-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> 2442824 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[767517D00F9B6281]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2442824 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[767517D00F9B6281]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_767517D00F9B6281-001/tempDir-001
   [junit4]   2> 2442824 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[767517D00F9B6281]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2442824 INFO  (Thread-6169) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2442824 INFO  (Thread-6169) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2442825 ERROR (Thread-6169) [    ] 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> 2442924 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[767517D00F9B6281]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:38525
   [junit4]   2> 2442926 INFO  (zkConnectionManagerCallback-5917-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2442931 INFO  (jetty-launcher-5914-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2442931 INFO  (jetty-launcher-5914-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2442931 INFO  (jetty-launcher-5914-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2442938 INFO  (jetty-launcher-5914-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@61bdfd5e{/solr,null,AVAILABLE}
   [junit4]   2> 2442938 INFO  (jetty-launcher-5914-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@115ed72b{/solr,null,AVAILABLE}
   [junit4]   2> 2442942 INFO  (jetty-launcher-5914-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@174b531a{/solr,null,AVAILABLE}
   [junit4]   2> 2442943 INFO  (jetty-launcher-5914-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@7f8ea2ce{SSL,[ssl, 
http/1.1]}{127.0.0.1:۴۲۸۱۷}
   [junit4]   2> 2442943 INFO  (jetty-launcher-5914-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@3025b5fb{SSL,[ssl, 
http/1.1]}{127.0.0.1:۴۱۴۷۱}
   [junit4]   2> 2442943 INFO  (jetty-launcher-5914-thread-2) [    ] 
o.e.j.s.Server Started @۲۴۴۴۲۸۲ms
   [junit4]   2> 2442944 INFO  (jetty-launcher-5914-thread-1) [    ] 
o.e.j.s.Server Started @۲۴۴۴۲۸۲ms
   [junit4]   2> 2442944 INFO  (jetty-launcher-5914-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42817}
   [junit4]   2> 2442944 INFO  (jetty-launcher-5914-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41471}
   [junit4]   2> 2442943 INFO  (jetty-launcher-5914-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@9d63585{SSL,[ssl, 
http/1.1]}{127.0.0.1:۳۹۴۶۳}
   [junit4]   2> 2442944 ERROR (jetty-launcher-5914-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2442944 ERROR (jetty-launcher-5914-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2442944 INFO  (jetty-launcher-5914-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.1
   [junit4]   2> 2442944 INFO  (jetty-launcher-5914-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.1
   [junit4]   2> 2442944 INFO  (jetty-launcher-5914-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2442944 INFO  (jetty-launcher-5914-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2442945 INFO  (jetty-launcher-5914-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2442945 INFO  (jetty-launcher-5914-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2442945 INFO  (jetty-launcher-5914-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-22T11:18:40.031170Z
   [junit4]   2> 2442945 INFO  (jetty-launcher-5914-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-22T11:18:40.031255Z
   [junit4]   2> 2442944 INFO  (jetty-launcher-5914-thread-3) [    ] 
o.e.j.s.Server Started @۲۴۴۴۲۸۳ms
   [junit4]   2> 2442945 INFO  (jetty-launcher-5914-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39463}
   [junit4]   2> 2442945 ERROR (jetty-launcher-5914-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2442945 INFO  (jetty-launcher-5914-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.1
   [junit4]   2> 2442946 INFO  (jetty-launcher-5914-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2442946 INFO  (jetty-launcher-5914-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2442946 INFO  (jetty-launcher-5914-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-22T11:18:40.032273Z
   [junit4]   2> 2442946 INFO  (zkConnectionManagerCallback-5919-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2442947 INFO  (zkConnectionManagerCallback-5921-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2442947 INFO  (jetty-launcher-5914-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2442947 INFO  (jetty-launcher-5914-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2442947 INFO  (zkConnectionManagerCallback-5923-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2442948 INFO  (jetty-launcher-5914-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2442953 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 0x1607df24e270002, 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> 2442955 INFO  (jetty-launcher-5914-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38525/solr
   [junit4]   2> 2442955 INFO  (jetty-launcher-5914-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38525/solr
   [junit4]   2> 2442956 INFO  (zkConnectionManagerCallback-5928-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2442956 INFO  (jetty-launcher-5914-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38525/solr
   [junit4]   2> 2442958 INFO  (zkConnectionManagerCallback-5932-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2442966 INFO  (zkConnectionManagerCallback-5935-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2442968 INFO  (zkConnectionManagerCallback-5937-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2442969 INFO  (zkConnectionManagerCallback-5939-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2442974 INFO  (zkConnectionManagerCallback-5941-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2443004 INFO  (jetty-launcher-5914-thread-2) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2443004 INFO  (jetty-launcher-5914-thread-3) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2443004 INFO  (jetty-launcher-5914-thread-1) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2443004 INFO  (jetty-launcher-5914-thread-2) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42817_solr
   [junit4]   2> 2443004 INFO  (jetty-launcher-5914-thread-3) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39463_solr
   [junit4]   2> 2443004 INFO  (jetty-launcher-5914-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41471_solr
   [junit4]   2> 2443004 INFO  (jetty-launcher-5914-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=99217671448887303-127.0.0.1:42817_solr-n_0000000000) starting
   [junit4]   2> 2443010 INFO  (zkCallback-5940-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2443010 INFO  (zkCallback-5936-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2443010 INFO  (zkCallback-5938-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2443013 DEBUG 
(OverseerAutoScalingTriggerThread-99217671448887303-127.0.0.1:42817_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 2443013 INFO  (jetty-launcher-5914-thread-2) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42817_solr
   [junit4]   2> 2443013 DEBUG 
(OverseerAutoScalingTriggerThread-99217671448887303-127.0.0.1:42817_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode 
version 1
   [junit4]   2> 2443013 INFO  (zkCallback-5938-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2443013 INFO  (zkCallback-5940-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2443018 INFO  (zkCallback-5936-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2443018 DEBUG 
(OverseerAutoScalingTriggerThread-99217671448887303-127.0.0.1:42817_solr-n_0000000000)
 [    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:41471_solr, 
127.0.0.1:39463_solr]
   [junit4]   2> 2443018 DEBUG 
(OverseerAutoScalingTriggerThread-99217671448887303-127.0.0.1:42817_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion -1
   [junit4]   2> 2443018 DEBUG 
(OverseerAutoScalingTriggerThread-99217671448887303-127.0.0.1:42817_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 1
   [junit4]   2> 2443018 DEBUG 
(OverseerAutoScalingTriggerThread-99217671448887303-127.0.0.1:42817_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 2443018 DEBUG 
(OverseerAutoScalingTriggerThread-99217671448887303-127.0.0.1:42817_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion 1
   [junit4]   2> 2443018 DEBUG (ScheduledTrigger-9909-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: [127.0.0.1:41471_solr, 127.0.0.1:42817_solr, 
127.0.0.1:39463_solr]
   [junit4]   2> 2443034 INFO  (jetty-launcher-5914-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42817.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44d4c6a4
   [junit4]   2> 2443034 INFO  (jetty-launcher-5914-thread-3) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39463.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44d4c6a4
   [junit4]   2> 2443037 INFO  (jetty-launcher-5914-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41471.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44d4c6a4
   [junit4]   2> 2443039 INFO  (jetty-launcher-5914-thread-3) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39463.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44d4c6a4
   [junit4]   2> 2443039 INFO  (jetty-launcher-5914-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42817.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44d4c6a4
   [junit4]   2> 2443039 INFO  (jetty-launcher-5914-thread-3) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39463.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44d4c6a4
   [junit4]   2> 2443039 INFO  (jetty-launcher-5914-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42817.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44d4c6a4
   [junit4]   2> 2443040 INFO  (jetty-launcher-5914-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_767517D00F9B6281-001/tempDir-001/node2/.
   [junit4]   2> 2443040 INFO  (jetty-launcher-5914-thread-3) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_767517D00F9B6281-001/tempDir-001/node3/.
   [junit4]   2> 2443041 INFO  (jetty-launcher-5914-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41471.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44d4c6a4
   [junit4]   2> 2443041 INFO  (jetty-launcher-5914-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41471.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44d4c6a4
   [junit4]   2> 2443042 INFO  (jetty-launcher-5914-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_767517D00F9B6281-001/tempDir-001/node1/.
   [junit4]   2> 2443080 INFO  (zkConnectionManagerCallback-5947-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2443082 INFO  (zkConnectionManagerCallback-5951-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2443082 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[767517D00F9B6281]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2443083 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[767517D00F9B6281]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38525/solr ready
   [junit4]   2> 2443090 INFO  
(TEST-AutoAddReplicasIntegrationTest.testSimple-seed#[767517D00F9B6281]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 2443096 INFO  (qtp1338997874-25673) [    ] 
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:42817_solr,127.0.0.1:39463_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2443098 INFO  (OverseerThreadFactory-9911-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Create collection testSimple1
   [junit4]   2> 2443203 INFO  
(OverseerStateUpdate-99217671448887303-127.0.0.1:42817_solr-n_0000000000) [    
] 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:42817/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2443204 INFO  
(OverseerStateUpdate-99217671448887303-127.0.0.1:42817_solr-n_0000000000) [    
] 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:39463/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2443205 INFO  
(OverseerStateUpdate-99217671448887303-127.0.0.1:42817_solr-n_0000000000) [    
] 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:42817/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2443207 INFO  
(OverseerStateUpdate-99217671448887303-127.0.0.1:42817_solr-n_0000000000) [    
] 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:39463/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2443416 INFO  (qtp1338997874-25740) [    ] 
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> 2443416 INFO  (qtp1338997874-25670) [    ] 
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> 2443416 INFO  (qtp1338997874-25740) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2443430 INFO  (qtp1338797998-25649) [    ] 
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> 2443430 INFO  (qtp1338797998-25650) [    ] 
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> 2443431 INFO  (qtp1338797998-25649) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2443539 INFO  (zkCallback-5936-thread-1) [    ] 
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> 2443539 INFO  (zkCallback-5938-thread-1) [    ] 
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> 2443539 INFO  (zkCallback-5938-thread-2) [    ] 
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> 2444019 DEBUG (ScheduledTrigger-9909-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: [127.0.0.1:41471_solr, 127.0.0.1:42817_solr, 
127.0.0.1:39463_solr]
   [junit4]   2> 2444433 INFO  (qtp1338997874-25670) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.1
   [junit4]   2> 2444433 INFO  (qtp1338997874-25740) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.1
   [junit4]   2> 2444440 INFO  (qtp1338997874-25740) [    ] o.a.s.s.IndexSchema 
[testSimple1_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 2444440 INFO  (qtp1338997874-25670) [    ] o.a.s.s.IndexSchema 
[testSimple1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 2444443 INFO  (qtp1338997874-25670) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2444443 INFO  (qtp1338997874-25740) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2444444 INFO  (qtp1338797998-25650) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.1
   [junit4]   2> 2444444 INFO  (qtp1338997874-25740) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n6' using 
configuration from collection testSimple1, trusted=true
   [junit4]   2> 2444444 INFO  (qtp1338997874-25670) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n2' using 
configuration from collection testSimple1, trusted=true
   [junit4]   2> 2444445 INFO  (qtp1338997874-25670) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39463.solr.core.testSimple1.shard1.replica_n2' (registry 
'solr.core.testSimple1.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@44d4c6a4
   [junit4]   2> 2444445 INFO  (qtp1338997874-25740) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39463.solr.core.testSimple1.shard2.replica_n6' (registry 
'solr.core.testSimple1.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@44d4c6a4
   [junit4]   2> 2444445 INFO  (qtp1338797998-25649) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.1
   [junit4]   2> 2444445 INFO  (qtp1338997874-25670) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2444445 INFO  (qtp1338997874-25740) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2444445 INFO  (qtp1338997874-25670) [    ] o.a.s.c.SolrCore 
[[testSimple1_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_767517D00F9B6281-001/tempDir-001/node3/testSimple1_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_767517D00F9B6281-001/tempDir-001/node3/./testSimple1_shard1_replica_n2/data/]
   [junit4]   2> 2444445 INFO  (qtp1338997874-25740) [    ] o.a.s.c.SolrCore 
[[testSimple1_shard2_replica_n6] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_767517D00F9B6281-001/tempDir-001/node3/testSimple1_shard2_replica_n6],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_767517D00F9B6281-001/tempDir-001/node3/./testSimple1_shard2_replica_n6/data/]
   [junit4]   2> 2444459 INFO  (qtp1338797998-25650) [    ] o.a.s.s.IndexSchema 
[testSimple1_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 2444460 INFO  (qtp1338797998-25649) [    ] o.a.s.s.IndexSchema 
[testSimple1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2444460 INFO  (qtp1338797998-25650) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2444461 INFO  (qtp1338797998-25650) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n4' using 
configuration from collection testSimple1, trusted=true
   [junit4]   2> 2444461 INFO  (qtp1338797998-25650) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42817.solr.core.testSimple1.shard2.replica_n4' (registry 
'solr.core.testSimple1.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@44d4c6a4
   [junit4]   2> 2444461 INFO  (qtp1338797998-25650) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2444461 INFO  (qtp1338797998-25649) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2444461 INFO  (qtp1338797998-25650) [    ] o.a.s.c.SolrCore 
[[testSimple1_shard2_replica_n4] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_767517D00F9B6281-001/tempDir-001/node2/testSimple1_shard2_replica_n4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_767517D00F9B6281-001/tempDir-001/node2/./testSimple1_shard2_replica_n4/data/]
   [junit4]   2> 2444461 INFO  (qtp1338797998-25649) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n1' using 
configuration from collection testSimple1, trusted=true
   [junit4]   2> 2444462 INFO  (qtp1338797998-25649) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42817.solr.core.testSimple1.shard1.replica_n1' (registry 
'solr.core.testSimple1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@44d4c6a4
   [junit4]   2> 2444462 INFO  (qtp1338797998-25649) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2444462 INFO  (qtp1338797998-25649) [    ] o.a.s.c.SolrCore 
[[testSimple1_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_767517D00F9B6281-001/tempDir-001/node2/testSimple1_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_767517D00F9B6281-001/tempDir-001/node2/./testSimple1_shard1_replica_n1/data/]
   [junit4]   2> 2444489 INFO  (qtp1338797998-25650) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2444489 INFO  (qtp1338797998-25649) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2444489 INFO  (qtp1338797998-25650) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2444489 INFO  (qtp1338797998-25649) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2444489 INFO  (qtp1338797998-25649) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2444489 INFO  (qtp1338797998-25650) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2444490 INFO  (qtp1338797998-25649) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2444490 INFO  (qtp1338797998-25650) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2444490 INFO  (qtp1338797998-25649) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@b9c91a7[testSimple1_shard1_replica_n1] main]
   [junit4]   2> 2444490 INFO  (qtp1338797998-25650) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@361afb1c[testSimple1_shard2_replica_n4] main]
   [junit4]   2> 2444496 INFO  (qtp1338797998-25649) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2444496 INFO  (qtp1338797998-25650) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2444496 INFO  (qtp1338797998-25649) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2444496 INFO  (qtp1338797998-25650) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2444497 INFO  (qtp1338797998-25649) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2444497 INFO  (qtp1338797998-25650) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2444497 INFO  (searcherExecutor-9920-thread-1) [    ] 
o.a.s.c.SolrCore [testSimple1_shard2_replica_n4] Registered new searcher 
Searcher@361afb1c[testSimple1_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2444497 INFO  (searcherExecutor-9921-thread-1) [    ] 
o.a.s.c.SolrCore [testSimple1_shard1_replica_n1] Registered new searcher 
Searcher@b9c91a7[testSimple1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2444497 INFO  (qtp1338797998-25650) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1587482744935415808
   [junit4]   2> 2444497 INFO  (qtp1338797998-25649) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1587482744935415808
   [junit4]   2> 2444500 INFO  (qtp1338797998-25649) [    ] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 2444500 INFO  (qtp1338797998-25650) [    ] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 2444506 INFO  (qtp1338997874-25670) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2444506 INFO  (qtp1338997874-25740) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2444506 INFO  (qtp1338997874-25670) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2444506 INFO  (qtp1338997874-25740) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2444507 INFO  (qtp1338997874-25740) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2444507 INFO  (qtp1338997874-25670) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2444507 INFO  (qtp1338997874-25740) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2444507 INFO  (qtp1338997874-25670) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2444508 INFO  (qtp1338997874-25670) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@41cfcfb3[testSimple1_shard1_replica_n2] main]
   [junit4]   2> 2444508 INFO  (qtp1338997874-25740) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6c419073[testSimple1_shard2_replica_n6] main]
   [junit4]   2> 2444509 INFO  (qtp1338997874-25740) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2444509 INFO  (qtp1338997874-25670) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2444509 INFO  (qtp1338997874-25740) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2444509 INFO  (qtp1338997874-25670) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2444509 INFO  (qtp1338997874-25740) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2444509 INFO  (qtp1338997874-25670) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2444510 INFO  (searcherExecutor-9918-thread-1) [    ] 
o.a.s.c.SolrCore [testSimple1_shard2_replica_n6] Registered new searcher 
Searcher@6c419073[testSimple1_shard2_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2444510 INFO  (searcherExecutor-9919-thread-1) [    ] 
o.a.s.c.SolrCore [testSimple1_shard1_replica_n2] Registered new searcher 
Searcher@41cfcfb3[testSimple1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2444510 INFO  (qtp1338997874-25740) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1587482744949047296
   [junit4]   2> 2444510 INFO  (qtp1338997874-25670) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1587482744949047296
   [junit4]   2> 2444601 INFO  (zkCallback-5936-thread-2) [    ] 
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> 2444601 INFO  (zkCallback-5938-thread-1) [    ] 
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> 2444601 INFO  (zkCallback-5938-thread-2) [    ] 
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> 2445001 INFO  (qtp1338797998-25650) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2445001 INFO  (qtp1338797998-25650) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2445001 INFO  (qtp1338797998-25649) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2445001 INFO  (qtp1338797998-25649) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2445001 INFO  (qtp1338797998-25649) [    ] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:42817/solr/testSimple1_shard1_replica_n1/
   [junit4]   2> 2445001 INFO  (qtp1338797998-25650) [    ] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:42817/solr/testSimple1_shard2_replica_n4/
   [junit4]   2> 2445002 INFO  (qtp1338797998-25650) [    ] o.a.s.u.PeerSync 
PeerSync: core=testSimple1_shard2_replica_n4 url=https://127.0.0.1:42817/solr 
START replicas=[https://127.0.0.1:39463/solr/testSimple1_shard2_replica_n6/] 
nUpdates=100
   [junit4]   2> 2445002 INFO  (qtp1338797998-25649) [    ] o.a.s.u.PeerSync 
PeerSync: core=testSimple1_shard1_replica_n1 url=https://127.0.0.1:42817/solr 
START replicas=[https://127.0.0.1:39463/solr/testSimple1_shard1_replica_n2/] 
nUpdates=100
   [junit4]   2> 2445005 INFO  (qtp1338997874-25651) [    ] o.a.s.c.S.Request 
[testSimple1_shard1_replica_n2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2445005 INFO  (qtp1338997874-25758) [    ] o.a.s.c.S.Request 
[testSimple1_shard2_replica_n6]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2445021 DEBUG (ScheduledTrigger-9909-thread-2) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: [127.0.0.1:41471_solr, 127.0.0.1:42817_solr, 
127.0.0.1:39463_solr]
   [junit4]   2> 2445302 INFO  (qtp1338797998-25650) [    ] o.a.s.u.PeerSync 
PeerSync: core=testSimple1_shard2_replica_n4 url=https://127.0.0.1:42817/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 2445302 INFO  (qtp1338797998-25650) [    ] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 2445302 INFO  (qtp1338797998-25649) [    ] o.a.s.u.PeerSync 
PeerSync: core=testSimple1_shard1_replica_n1 url=https://127.0.0.1:42817/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 2445302 INFO  (qtp1338797998-25649) [    ] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 2445302 INFO  (qtp1338797998-25650) [    ] 
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> 2445303 INFO  (qtp1338797998-25650) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2445303 INFO  (qtp1338797998-25649) [    ] 
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> 2445303 INFO  (qtp1338797998-25649) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2445306 INFO  (qtp1338797998-25649) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:42817/solr/testSimple1_shard1_replica_n1/ shard1
   [junit4]   2> 2445306 INFO  (qtp1338797998-25650) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:42817/solr/testSimple1_shard2_replica_n4/ shard2
   [junit4]   2> 2445408 INFO  (zkCallback-5936-thread-2) [    ] 
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> 2445408 INFO  (zkCallback-5938-thread-1) [    ] 
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> 2445408 INFO  (zkCallback-5938-thread-2) [    ] 
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> 2445457 INFO  (qtp1338797998-25649) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2445457 INFO  (qtp1338797998-25650) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2445465 INFO  (qtp1338797998-25649) [    ] 
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=2035
   [junit4]   2> 2445465 INFO  (qtp1338797998-25650) [    ] 
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=2035
   [junit4]   2> 2445515 INFO  (qtp1338997874-25670) [    ] 
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=2099
   [junit4]   2> 2445515 INFO  (qtp1338997874-25740) [    ] 
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=2099
   [junit4]   2> 2445519 INFO  (qtp1338997874-25673) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 2445616 INFO  (zkCallback-5936-thread-2) [    ] 
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> 2445616 INFO  (zkCallback-5938-thread-2) [    ] 
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> 2445616 INFO  (zkCallback-5938-thread-1) [    ] 
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> 2446022 DEBUG (ScheduledTrigger-9909-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: [127.0.0.1:41471_solr, 127.0.0.1:42817_solr, 
127.0.0.1:39463_solr]
   [junit4]   2> 2446519 INFO  (qtp1338997874-25673) [    ] 
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:42817_solr,127.0.0.1:39463_solr&wt=javabin&version=2}
 status=0 QTime=3422
   [junit4]   2> 2446520 INFO  (qtp1338997874-25648) [    ] 
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:39463_solr,127.0.0.1:41471_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2446522 INFO  (OverseerThreadFactory-9911-thread-2) [    ] 
o.a.s.c.CreateCollectionCmd Create collection testSimple2
   [junit4]   2> 2446522 INFO  
(OverseerCollectionConfigSetProcessor-99217671448887303-127.0.0.1:42817_solr-n_0000000000)
 [    ] 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> 2446729 INFO  
(OverseerStateUpdate-99217671448887303-127.0.0.1:42817_solr-n_0000000000) [    
] 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:39463/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2446730 INFO  
(OverseerStateUpdate-99217671448887303-127.0.0.1:42817_solr-n_0000000000) [    
] 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:41471/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2446731 INFO  
(OverseerStateUpdate-99217671448887303-127.0.0.1:42817_solr-n_0000000000) [    
] 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:39463/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2446732 INFO  
(OverseerStateUpdate-99217671448887303-127.0.0.1:42817_solr-n_0000000000) [    
] 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:41471/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2446934 INFO  (qtp1338997874-25654) [    ] 
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> 2446934 INFO  (qtp1338997874-25672) [    ] 
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> 2446950 INFO  (qtp1188976361-25661) [    ] 
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> 2446950 INFO  (qtp1188976361-25652) [    ] 
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> 2446950 INFO  (qtp1188976361-25661) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2447022 DEBUG (ScheduledTrigger-9909-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: [127.0.0.1:41471_solr, 127.0.0.1:42817_solr, 
127.0.0.1:39463_solr]
   [junit4]   2> 2447054 INFO  (zkCallback-5940-thread-1) [    ] 
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> 2447054 INFO  (zkCallback-5938-thread-1) [    ] 
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> 2447054 INFO  (zkCallback-5940-thread-2) [    ] 
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> 2447054 INFO  (zkCallback-5938-thread-2) [    ] 
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> 2447943 INFO  (qtp1338997874-25654) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.1
   [junit4]   2> 2447943 INFO  (qtp1338997874-25672) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.1
   [junit4]   2> 2447950 INFO  (qtp1338997874-25672) [    ] o.a.s.s.IndexSchema 
[testSimple2_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2447950 INFO  (qtp1338997874-25654) [    ] o.a.s.s.IndexSchema 
[testSimple2_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 2447951 INFO  (qtp1338997874-25672) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2447952 INFO  (qtp1338997874-25654) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2447952 INFO  (qtp1338997874-25672) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n1' using 
configuration from collection testSimple2, trusted=true
   [junit4]   2> 2447952 INFO  (qtp1338997874-25654) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard2_replica_n4' using 
configuration from collection testSimple2, trusted=true
   [junit4]   2> 2447952 INFO  (qtp1338997874-25672) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39463.solr.core.testSimple2.shard1.replica_n1' (registry 
'solr.core.testSimple2.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@44d4c6a4
   [junit4]   2> 2447952 INFO  (qtp1338997874-25654) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39463.solr.core.testSimple2.shard2.replica_n4' (registry 
'solr.core.testSimple2.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@44d4c6a4
   [junit4]   2> 2447952 INFO  (qtp1338997874-25672) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2447952 INFO  (qtp1338997874-25654) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2447953 INFO  (qtp1338997874-25672) [    ] o.a.s.c.SolrCore 
[[testSimple2_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_767517D00F9B6281-001/tempDir-001/node3/testSimple2_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_767517D00F9B6281-001/tempDir-001/node3/./testSimple2_shard1_replica_n1/data/]
   [junit4]   2> 2447953 INFO  (qtp1338997874-25654) [    ] o.a.s.c.SolrCore 
[[testSimple2_shard2_replica_n4] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_767517D00F9B6281-001/tempDir-001/node3/testSimple2_shard2_replica_n4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_767517D00F9B6281-001/tempDir-001/node3/./testSimple2_shard2_replica_n4/data/]
   [junit4]   2> 2447972 INFO  (qtp1188976361-25652) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.1
   [junit4]   2> 2447972 INFO  (qtp1188976361-25661) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.1
   [junit4]   2> 2447977 INFO  (qtp1188976361-25661) [    ] o.a.s.s.IndexSchema 
[testSimple2_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 2447977 INFO  (qtp1188976361-25652) [    ] o.a.s.s.IndexSchema 
[testSimple2_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 2447978 INFO  (qtp1188976361-25661) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2447978 INFO  (qtp1188976361-25652) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2447978 INFO  (qtp1188976361-25661) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard2_replica_n6' using 
configuration from collection testSimple2, trusted=true
   [junit4]   2> 2447978 INFO  (qtp1188976361-25652) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n2' using 
configuration from collection testSimple2, trusted=true
   [junit4]   2> 2447979 INFO  (qtp1188976361-25661) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41471.solr.core.testSimple2.shard2.replica_n6' (registry 
'solr.core.testSimple2.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@44d4c6a4
   [junit4]   2> 2447979 INFO  (qtp1188976361-25652) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41471.solr.core.testSimple2.shard1.replica_n2' (registry 
'solr.core.testSimple2.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@44d4c6a4
   [junit4]   2> 2447979 INFO  (qtp1188976361-25661) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2447979 INFO  (qtp1188976361-25652) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2447979 INFO  (qtp1188976361-25661) [    ] o.a.s.c.SolrCore 
[[testSimple2_shard2_replica_n6] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_767517D00F9B6281-001/tempDir-001/node1/testSimple2_shard2_replica_n6],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_767517D00F9B6281-001/tempDir-001/node1/./testSimple2_shard2_replica_n6/data/]
   [junit4]   2> 2447979 INFO  (qtp1188976361-25652) [    ] o.a.s.c.SolrCore 
[[testSimple2_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_767517D00F9B6281-001/tempDir-001/node1/testSimple2_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_767517D00F9B6281-001/tempDir-001/node1/./testSimple2_shard1_replica_n2/data/]
   [junit4]   2> 2448004 INFO  (qtp1338997874-25672) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2448004 INFO  (qtp1338997874-25672) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2448005 INFO  (qtp1338997874-25672) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2448005 INFO  (qtp1338997874-25672) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2448006 INFO  (qtp1338997874-25672) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7dfef731[testSimple2_shard1_replica_n1] main]
   [junit4]   2> 2448006 INFO  (qtp1338997874-25672) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2448006 INFO  (qtp1338997874-25672) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2448007 INFO  (qtp1338997874-25672) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2448007 INFO  (searcherExecutor-9938-thread-1) [    ] 
o.a.s.c.SolrCore [testSimple2_shard1_replica_n1] Registered new searcher 
Searcher@7dfef731[testSimple2_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2448007 INFO  (qtp1338997874-25672) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1587482748615917568
   [junit4]   2> 2448010 INFO  (qtp1338997874-25672) [    ] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 2448010 INFO  (qtp1188976361-25652) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2448010 INFO  (qtp1188976361-25661) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2448010 INFO  (qtp1188976361-25652) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2448010 INFO  (qtp1188976361-25661) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2448011 INFO  (qtp1188976361-25652) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2448011 INFO  (qtp1188976361-25661) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2448011 INFO  (qtp1188976361-25652) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2448011 INFO  (qtp1188976361-25661) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2448012 INFO  (qtp1188976361-25652) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@45fc0a37[testSimple2_shard1_replica_n2] main]
   [junit4]   2> 2448012 INFO  (qtp1188976361-25661) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@11548371[testSimple2_shard2_replica_n6] main]
   [junit4]   2> 2448012 INFO  (qtp1188976361-25661) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2448012 INFO  (qtp1188976361-25652) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2448012 INFO  (qtp1188976361-25661) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2448012 INFO  (qtp1188976361-25652) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2448013 INFO  (qtp1188976361-25661) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2448013 INFO  (qtp1188976361-25652) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2448013 INFO  (searcherExecutor-9941-thread-1) [    ] 
o.a.s.c.SolrCore [testSimple2_shard1_replica_n2] Registered new searcher 
Searcher@45fc0a37[testSimple2_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2448013 INFO  (searcherExecutor-9940-thread-1) [    ] 
o.a.s.c.SolrCore [testSimple2_shard2_replica_n6] Registered new searcher 
Searcher@11548371[testSimple2_shard2_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2448013 INFO  (qtp1188976361-25652) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1587482748622209024
   [junit4]   2> 2448013 INFO  (qtp1188976361-25661) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1587482748622209024
   [junit4]   2> 2448017 INFO  (qtp1188976361-25661) [    ] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9998ms
   [junit4]   2> 2448019 INFO  (qtp1338997874-25654) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2448019 INFO  (qtp1338997874-25654) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2448019 INFO  (qtp1338997874-25654) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2448019 INFO  (qtp1338997874-25654) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2448020 INFO  (qtp1338997874-25654) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@67abda8c[testSimple2_shard2_replica_n4] main]
   [junit4]   2> 2448020 INFO  (qtp1338997874-25654) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2448020 INFO  (qtp1338997874-25654) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2448021 INFO  (qtp1338997874-25654) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2448021 INFO  (searcherExecutor-9939-thread-1) [    ] 
o.a.s.c.SolrCore [testSimple2_shard2_replica_n4] Registered new searcher 
Searcher@67abda8c[testSimple2_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2448021 INFO  (qtp1338997874-25654) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1587482748630597632
   [junit4]   2> 2448022 DEBUG (ScheduledTrigger-9909-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: [127.0.0.1:41471_solr, 127.0.0.1:42817_solr, 
127.0.0.1:39463_solr]
   [junit4]   2> 2448117 INFO  (zkCallback-5938-thread-2) [    ] 
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> 2448117 INFO  (zkCallback-5938-thread-1) [    ] 
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> 2448117 INFO  (zkCallback-5940-thread-1) [    ] 
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> 2448117 INFO  (zkCallback-5940-thread-2) [    ] 
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> 2448511 INFO  (qtp1338997874-25672) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2448511 INFO  (qtp1338997874-25672) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2448511 INFO  (qtp1338997874-25672) [    ] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:39463/solr/testSimple2_shard1_replica_n1/
   [junit4]   2> 2448511 INFO  (qtp1338997874-25672) [    ] o.a.s.u.PeerSync 
PeerSync: core=testSimple2_shard1_replica_n1 url=https://127.0.0.1:39463/solr 
START replicas=[https://127.0.0.1:41471/solr/testSimple2_shard1_replica_n2/] 
nUpdates=100
   [junit4]   2> 2448516 INFO  (qtp1188976361-25775) [    ] o.a.s.c.S.Request 
[testSimple2_shard1_replica_n2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2448518 INFO  (qtp1188976361-25661) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2448518 INFO  (qtp1188976361-25661) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2448518 INFO  (qtp1188976361-25661) [    ] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:41471/solr/testSimple2_shard2_replica_n6/
   [junit4]   2> 2448519 INFO  (qtp1188976361-25661) [    ] o.a.s.u.PeerSync 
PeerSync: core=testSimple2_shard2_replica_n6 url=https://127.0.0.1:41471/solr 
START replicas=[https://127.0.0.1:39463/solr/testSimple2_shard2_replica_n4/] 
nUpdates=100
   [junit4]   2> 2448521 INFO  (qtp1338997874-25673) [    ] 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> 2448812 INFO  (qtp1338997874-25672) [    ] o.a.s.u.PeerSync 
PeerSync: core=testSimple2_shard1_replica_n1 url=https://127.0.0.1:39463/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 2448812 INFO  (qtp1338997874-25672) [    ] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 2448812 INFO  (qtp1338997874-25672) [    ] 
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> 2448812 INFO  (qtp1338997874-25672) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2448817 INFO  (qtp1338997874-25672) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:39463/solr/testSimple2_shard1_replica_n1/ shard1
   [junit4]   2> 2448819 INFO  (qtp1188976361-25661) [    ] o.a.s.u.PeerSync 
PeerSync: core=testSimple2_shard2_replica_n6 url=https://127.0.0.1:41471/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 2448819 INFO  (qtp1188976361-25661) [    ] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 2448819 INFO  (qtp1188976361-25661) [    ] 
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> 2448819 INFO  (qtp1188976361-25661) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2448822 INFO  (qtp1188976361-25661) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:41471/solr/testSimple2_shard2_replica_n6/ shard2
   [junit4]   2> 2448924 INFO  (zkCallback-5940-thread-1) [    ] 
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> 2448924 INFO  (zkCallback-5938-thread-1) [    ] 
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> 2448924 INFO  (zkCallback-5938-thread-2) [    ] 
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> 2448924 INFO  (zkCallback-5940-thread-2) [    ] 
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> 2448968 INFO  (qtp1338997874-25672) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2448973 INFO  (qtp1188976361-25661) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2448977 INFO  (qtp1338997874-25672) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={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}
 status=0 QTime=2042
   [junit4]   2> 2448977 INFO  (qtp1188976361-25661) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={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}
 status=0 QTime=2026
   [junit4]   2> 2449018 INFO  (qtp1188976361-25652) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={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}
 status=0 QTime=2068
   [junit4]   2> 2449022 DEBUG (ScheduledTrigger-9909-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: [127.0.0.1:41471_solr, 127.0.0.1:42817_solr, 
127.0.0.1:39463_solr]
   [junit4]   2> 2449026 INFO  (qtp1338997874-25654) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={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}
 status=0 QTime=2092
   [junit4]   2> 2449028 INFO  (qtp1338997874-25648) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 2449127 INFO  (zkCallback-5940-thread-2) [    ] 
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> 2449127 INFO  (zkCallback-5938-thread-1) [    ] 
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> 2449127 INFO  (zkCallback-5938-thread-2) [    ] 
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> 2449127 INFO  (zkCallback-5940-thread-1) [    ] 
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> 2450023 DEBUG (ScheduledTrigger-9909-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: [127.0.0.1:41471_solr, 127.0.0.1:42817_solr, 
127.0.0.1:39463_solr]
   [junit4]   2> 2450028 INFO  (qtp1338997874-25648) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=false&name=testSimple2&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:39463_solr,127.0.0.1:41471_solr&wt=javabin&version=2}
 status=0 QTime=3508
   [junit4]   2> 2450029 INFO  (qtp1338997874-25663) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf&maxShardsPerNode=3&autoAddReplicas=false&name=testSimple3&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=127.0.0.1:42817_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2450031 INFO  (OverseerThreadFactory-9911-thread-3) [    ] 
o.a.s.c.CreateCollectionCmd Create collection testSimple3
   [junit4]   2> 2450032 INFO  
(OverseerCollectionConfigSetProcessor-99217671448887303-127.0.0.1:42817_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2450240 INFO  
(OverseerStateUpdate-99217671448887303-127.0.0.1:42817_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple3",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple3_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42817/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2450241 INFO  
(OverseerStateUpdate-99217671448887303-127.0.0.1:42817_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple3",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple3_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42817/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2450241 INFO  
(OverseerStateUpdate-99217671448887303-127.0.0.1:42817_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple3",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"testSimple3_shard3_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42817/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2450444 INFO  (qtp1338797998-25667) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple3_shard1_replica_n1&action=CREATE&numShards=3&collection=testSimple3&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2450444 INFO  (qtp1338797998-25669) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple3_shard2_replica_n2&action=CREATE&numShards=3&collection=testSimple3&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2450445 INFO  (qtp1338797998-25650) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=testSimple3_shard3_replica_n4&action=CREATE&numShards=3&collection=testSimple3&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2450549 INFO  (zkCallback-5936-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple3/state.json] for collection [testSimple3] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2450549 INFO  (zkCallback-5936-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple3/state.json] for collection [testSimple3] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2450549 INFO  (zkCallback-5936-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple3/state.json] for collection [testSimple3] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2451023 DEBUG (ScheduledTrigger-9909-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: [127.0.0.1:41471_solr, 127.0.0.1:42817_solr, 
127.0.0.1:39463_solr]
   [junit4]   2> 2451454 INFO  (qtp1338797998-25669) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.1
   [junit4]   2> 2451455 INFO  (qtp1338797998-25650) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.1
   [junit4]   2> 2451455 INFO  (qtp1338797998-25667) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.1
   [junit4]   2> 2451472 INFO  (qtp1338797998-25669) [    ] o.a.s.s.IndexSchema 
[testSimple3_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 2451473 INFO  (qtp1338797998-25650) [    ] o.a.s.s.IndexSchema 
[testSimple3_shard3_replica_n4] Schema name=minimal
   [junit4]   2> 2451474 INFO  (qtp1338797998-25667) [    ] o.a.s.s.IndexSchema 
[testSimple3_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2451474 INFO  (qtp1338797998-25669) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2451474 INFO  (qtp1338797998-25669) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple3_shard2_replica_n2' using 
configuration from collection testSimple3, trusted=true
   [junit4]   2> 2451475 INFO  (qtp1338797998-25669) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42817.solr.core.testSimple3.shard2.replica_n2' (registry 
'solr.core.testSimple3.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@44d4c6a4
   [junit4]   2> 2451475 INFO  (qtp1338797998-25669) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2451475 INFO  (qtp1338797998-25669) [    ] o.a.s.c.SolrCore 
[[testSimple3_shard2_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_767517D00F9B6281-001/tempDir-001/node2/testSimple3_shard2_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_767517D00F9B6281-001/tempDir-001/node2/./testSimple3_shard2_replica_n2/data/]
   [junit4]   2> 2451475 INFO  (qtp1338797998-25650) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2451475 INFO  (qtp1338797998-25650) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple3_shard3_replica_n4' using 
configuration from collection testSimple3, trusted=true
   [junit4]   2> 2451476 INFO  (qtp1338797998-25667) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2451476 INFO  (qtp1338797998-25667) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple3_shard1_replica_n1' using 
configuration from collection testSimple3, trusted=true
   [junit4]   2> 2451476 INFO  (qtp1338797998-25650) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42817.solr.core.testSimple3.shard3.replica_n4' (registry 
'solr.core.testSimple3.shard3.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@44d4c6a4
   [junit4]   2> 2451476 INFO  (qtp1338797998-25650) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2451476 INFO  (qtp1338797998-25667) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42817.solr.core.testSimple3.shard1.replica_n1' (registry 
'solr.core.testSimple3.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@44d4c6a4
   [junit4]   2> 2451476 INFO  (qtp1338797998-25650) [    ] o.a.s.c.SolrCore 
[[testSimple3_shard3_replica_n4] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_767517D00F9B6281-001/tempDir-001/node2/testSimple3_shard3_replica_n4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_767517D00F9B6281-001/tempDir-001/node2/./testSimple3_shard3_replica_n4/data/]
   [junit4]   2> 2451476 INFO  (qtp1338797998-25667) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2451476 INFO  (qtp1338797998-25667) [    ] o.a.s.c.SolrCore 
[[testSimple3_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_767517D00F9B6281-001/tempDir-001/node2/testSimple3_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_767517D00F9B6281-001/tempDir-001/node2/./testSimple3_shard1_replica_n1/data/]
   [junit4]   2> 2451523 INFO  (qtp1338797998-25667) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2451523 INFO  (qtp1338797998-25667) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2451524 INFO  (qtp1338797998-25667) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2451524 INFO  (qtp1338797998-25667) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2451525 INFO  (qtp1338797998-25667) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@15db47dc[testSimple3_shard1_replica_n1] main]
   [junit4]   2> 2451525 INFO  (qtp1338797998-25667) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2451526 INFO  (qtp1338797998-25669) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2451526 INFO  (qtp1338797998-25667) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2451526 INFO  (qtp1338797998-25669) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 24515

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

ead-5) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.testSimple3.shard3.leader, tag=848637274
   [junit4]   2> 2585683 INFO  (jetty-closer-5915-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=99217671448887303-127.0.0.1:42817_solr-n_0000000000) closing
   [junit4]   2> 2585683 INFO  
(OverseerStateUpdate-99217671448887303-127.0.0.1:42817_solr-n_0000000000) [    
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42817_solr
   [junit4]   2> 2585683 WARN  
(OverseerAutoScalingTriggerThread-99217671448887303-127.0.0.1:42817_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 2585683 DEBUG (jetty-closer-5915-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 2585684 INFO  (jetty-closer-5915-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@115ed72b{/solr,null,UNAVAILABLE}
   [junit4]   2> 2585684 ERROR 
(SUITE-AutoAddReplicasIntegrationTest-seed#[767517D00F9B6281]-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> 2585684 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[767517D00F9B6281]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:38525 38525
   [junit4]   2> 2588854 INFO  (Thread-6169) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:38525 38525
   [junit4]   2> 2588855 WARN  (Thread-6169) [    ] 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>        29      /solr/collections/testSimple2/state.json
   [junit4]   2>        24      /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>        4       
/solr/overseer_elect/election/99217671448887303-127.0.0.1:42817_solr-n_0000000000
   [junit4]   2>        3       
/solr/collections/testSimple1/leader_elect/shard1/election/99217671448887303-core_node3-n_0000000000
   [junit4]   2>        3       
/solr/collections/testSimple1/leader_elect/shard2/election/99217671448887303-core_node7-n_0000000000
   [junit4]   2>        2       
/solr/collections/testSimple2/leader_elect/shard2/election/99217671448887305-core_node8-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> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_767517D00F9B6281-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1374, maxMBSortInHeap=7.032632704735282, 
sim=RandomSimilarity(queryNorm=false): {}, locale=pa-Arab-PK, 
timezone=Canada/Eastern
   [junit4]   2> NOTE: Linux 4.10.0-40-generic amd64/Oracle Corporation 10-ea 
(64-bit)/cpus=8,threads=1,free=43949200,total=522715136
   [junit4]   2> NOTE: All tests run in this JVM: [ShowFileRequestHandlerTest, 
TestSubQueryTransformerCrossCore, SOLR749Test, TestOmitPositions, 
TestConfigSetsAPIExclusivity, TestStressInPlaceUpdates, 
TestBackupRepositoryFactory, AddReplicaTest, TestFieldTypeResource, 
SolrIndexConfigTest, MetricUtilsTest, TestSurroundQueryParser, 
SubstringBytesRefFilterTest, TestSolr4Spatial, NodeLostTriggerTest, 
TestClusterStateMutator, TestFaceting, TestUniqueKeyFieldResource, 
TestManagedResourceStorage, TestSimpleTrackingShardHandler, TestCustomStream, 
TestSolrCoreParser, OutputWriterTest, TestPerFieldSimilarity, 
OpenExchangeRatesOrgProviderTest, TestNamedUpdateProcessors, TestLRUStatsCache, 
SuggestComponentTest, HdfsAutoAddReplicasIntegrationTest, TestStressRecovery, 
TestPayloadCheckQParserPlugin, TestFileDictionaryLookup, 
TestCustomDocTransformer, UUIDUpdateProcessorFallbackTest, 
DocValuesMissingTest, PolyFieldTest, TestDocumentBuilder, TestLazyCores, 
ZkCLITest, TestFieldCache, DistributedFacetExistsSmallTest, 
TestManagedSchemaAPI, DistributedVersionInfoTest, ConvertedLegacyTest, 
HdfsUnloadDistributedZkTest, HdfsRecoverLeaseTest, BJQParserTest, 
JSONWriterTest, BlobRepositoryCloudTest, SuggesterTSTTest, SolrCLIZkUtilsTest, 
TestLegacyNumericUtils, SolrJmxReporterCloudTest, TestCollapseQParserPlugin, 
SchemaVersionSpecificBehaviorTest, TestFastLRUCache, HttpPartitionTest, 
LegacyCloudClusterPropTest, TestStressLucene, RequestHandlersTest, 
TestCloudRecovery, TestLegacyFieldCache, TestRawResponseWriter, 
TestSolrQueryResponse, TestSchemaManager, TestBM25SimilarityFactory, 
TestInfoStreamLogging, TestManagedSynonymGraphFilterFactory, 
ClassificationUpdateProcessorIntegrationTest, TestUninvertingReader, 
SampleTest, TestGraphTermsQParserPlugin, QueryEqualityTest, 
DistributedQueryComponentCustomSortTest, TestRangeQuery, TestNestedDocsSort, 
TestRestoreCore, CircularListTest, TestCollationField, 
TestHdfsBackupRestoreCore, SynonymTokenizerTest, PrimUtilsTest, 
TestStressReorder, TestDistribIDF, DistributedTermsComponentTest, 
DistributedFacetPivotSmallAdvancedTest, ChaosMonkeySafeLeaderTest, 
TestCursorMarkWithoutUniqueKey, DocExpirationUpdateProcessorFactoryTest, 
TestSolrCLIRunExample, TestReloadAndDeleteDocs, 
OverriddenZkACLAndCredentialsProvidersTest, SpellingQueryConverterTest, 
TestLockTree, SolrCloudReportersTest, RankQueryTest, 
PreAnalyzedUpdateProcessorTest, TestQuerySenderNoQuery, TestPseudoReturnFields, 
BitVectorTest, TestMaxTokenLenTokenizer, SolrIndexSplitterTest, 
TestSlowCompositeReaderWrapper, TestSSLRandomization, TestBulkSchemaConcurrent, 
TestDocSet, AutoScalingHandlerTest, AssignTest, TestRandomFlRTGCloud, 
TestDeleteCollectionOnDownNodes, OverseerRolesTest, ImplicitSnitchTest, 
HdfsDirectoryTest, TestEmbeddedSolrServerAdminHandler, TestStressUserVersions, 
TestRuleBasedAuthorizationPlugin, MoreLikeThisHandlerTest, TestPrepRecovery, 
ShardRoutingTest, DistributedIntervalFacetingTest, TestPolicyCloud, 
CollectionTooManyReplicasTest, SuggesterFSTTest, TestSizeLimitedDistributedMap, 
TestExclusionRuleCollectionAccess, CollectionsAPIDistributedZkTest, 
FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, TestRandomFaceting, 
ShardRoutingCustomTest, TestDistributedGrouping, TestRecovery, TestRealTimeGet, 
TestJoin, SolrCmdDistributorTest, QueryElevationComponentTest, 
BadIndexSchemaTest, TestFiltering, DistributedQueryElevationComponentTest, 
SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, 
SpellCheckCollatorTest, SolrRequestParserTest, DocValuesTest, SuggesterTest, 
TestTrie, TestCSVLoader, WordBreakSolrSpellCheckerTest, 
SolrCoreCheckLockOnStartupTest, TestAtomicUpdateErrorCases, 
DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, 
SortByFunctionTest, TestRemoteStreaming, DocValuesMultiTest, 
DistanceFunctionTest, DebugComponentTest, CacheHeaderTest, 
LukeRequestHandlerTest, DisMaxRequestHandlerTest, TestWriterPerf, 
DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, 
TermsComponentTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, 
TestIndexingPerformance, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, 
TestSolrQueryParser, FastVectorHighlighterTest, RegexBoostProcessorTest, 
IndexSchemaTest, TestJmxIntegration, TestCSVResponseWriter, MBeansHandlerTest, 
QueryParsingTest, TestAnalyzedSuggestions, BinaryUpdateRequestHandlerTest, 
TestPartialUpdateDeduplication, PingRequestHandlerTest, TestComponentsName, 
SearchHandlerTest, HighlighterConfigTest, UpdateParamsTest, 
AlternateDirectoryTest, TestSolrIndexConfig, CopyFieldTest, 
ResponseLogComponentTest, TestMergePolicyConfig, TestSolrDeletionPolicy2, 
MultiTermTest, NumericFieldsTest, TestElisionMultitermQuery, 
TestFuzzyAnalyzedSuggestions, TestPostingsSolrHighlighter, 
NotRequiredUniqueKeyTest, TestLuceneMatchVersion, SpellPossibilityIteratorTest, 
TestXIncludeConfig, EchoParamsTest, TestSweetSpotSimilarityFactory, 
TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, TestFastWriter, 
TestFastOutputStream, URLClassifyProcessorTest, PluginInfoTest, 
PreAnalyzedFieldTest, TestSuggestSpellingConverter, DateFieldTest, DOMUtilTest, 
RAMDirectoryFactoryTest, ClusterStateTest, TestSolrJ, ZkNodePropsTest, 
UUIDFieldTest, TestRTGBase, TestHighlightDedupGrouping, TestTolerantSearch, 
TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, 
TestJettySolrRunner, ConnectionReuseTest, AssignBackwardCompatibilityTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, CleanupOldIndexTest, 
CollectionsAPISolrJTest, DeleteStatusTest, 
DistribDocExpirationUpdateProcessorTest, LeaderFailureAfterFreshStartTest, 
LeaderInitiatedRecoveryOnCommitTest, MissingSegmentRecoveryTest, 
MoveReplicaHDFSFailoverTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
OverseerModifyCollectionTest, OverseerStatusTest, PeerSyncReplicationTest, 
RemoteQueryErrorTest, RollingRestartTest, SimpleCollectionCreateDeleteTest, 
SolrXmlInZkTest, TestAuthenticationFramework, TestCloudJSONFacetJoinDomain, 
TestCloudPivotFacet, TestCloudSearcherWarming, TestClusterProperties, 
TestCollectionAPI, TestCollectionsAPIViaSolrCloudCluster, 
TestConfigSetsAPIZkFailure, TestDistribDocBasedVersion, 
TestLeaderElectionWithEmptyReplica, TestLeaderElectionZkExpiry, 
TestMiniSolrCloudClusterSSL, TestRandomRequestDistribution, 
TestReplicaProperties, TestRequestStatusCollectionAPI, 
TestShortCircuitedRequests, TestSolrCloudWithKerberosAlt, 
TestSolrCloudWithSecureImpersonation, TestTolerantUpdateProcessorCloud, 
AutoAddReplicasIntegrationTest]
   [junit4] Completed [570/751 (1!)] on J1 in 146.04s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to