You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2018/01/08 07:44:00 UTC

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-9.0.1) - Build # 21239 - Unstable!

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

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

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

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




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

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

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

[...truncated 42713 lines...]

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_144) - Build # 21240 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21240/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testTriangularDistribution

Error Message:
expected:<29.472125871044508> but was:<30.0>

Stack Trace:
java.lang.AssertionError: expected:<29.472125871044508> but was:<30.0>
	at __randomizedtesting.SeedInfo.seed([8CDE49F4522D3D58:182576C46AEBC249]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:443)
	at org.junit.Assert.assertEquals(Assert.java:512)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testTriangularDistribution(StreamExpressionTest.java:7888)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


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

Error Message:
IOException occured when talking to server at: https://127.0.0.1:35929/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:35929/solr
	at __randomizedtesting.SeedInfo.seed([8A507364E30DA295:B2E3579AC4FE7644]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple(AutoAddReplicasPlanActionTest.java:110)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:35929 failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
	... 48 more




Build Log:
[...truncated 13474 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest
   [junit4]   2> 1973233 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[8A507364E30DA295]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_8A507364E30DA295-001/init-core-data-001
   [junit4]   2> 1973234 WARN  (SUITE-AutoAddReplicasPlanActionTest-seed#[8A507364E30DA295]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=150 numCloses=150
   [junit4]   2> 1973234 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[8A507364E30DA295]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1973235 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[8A507364E30DA295]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1973236 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[8A507364E30DA295]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_8A507364E30DA295-001/tempDir-001
   [junit4]   2> 1973236 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[8A507364E30DA295]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1973236 INFO  (Thread-5053) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1973236 INFO  (Thread-5053) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1973238 ERROR (Thread-5053) [    ] 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> 1973336 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[8A507364E30DA295]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:44481
   [junit4]   2> 1973339 INFO  (zkConnectionManagerCallback-4826-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1973345 INFO  (jetty-launcher-4823-thread-3) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1973345 INFO  (jetty-launcher-4823-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1973345 INFO  (jetty-launcher-4823-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1973346 INFO  (jetty-launcher-4823-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@61e3d947{/solr,null,AVAILABLE}
   [junit4]   2> 1973347 INFO  (jetty-launcher-4823-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2aced6cf{/solr,null,AVAILABLE}
   [junit4]   2> 1973347 INFO  (jetty-launcher-4823-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@55e030{/solr,null,AVAILABLE}
   [junit4]   2> 1973350 INFO  (jetty-launcher-4823-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@50a907da{SSL,[ssl, http/1.1]}{127.0.0.1:35929}
   [junit4]   2> 1973350 INFO  (jetty-launcher-4823-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@23c60380{SSL,[ssl, http/1.1]}{127.0.0.1:45613}
   [junit4]   2> 1973350 INFO  (jetty-launcher-4823-thread-3) [    ] o.e.j.s.Server Started @1974683ms
   [junit4]   2> 1973350 INFO  (jetty-launcher-4823-thread-1) [    ] o.e.j.s.Server Started @1974683ms
   [junit4]   2> 1973350 INFO  (jetty-launcher-4823-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35929}
   [junit4]   2> 1973350 INFO  (jetty-launcher-4823-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45613}
   [junit4]   2> 1973350 ERROR (jetty-launcher-4823-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1973350 ERROR (jetty-launcher-4823-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1973350 INFO  (jetty-launcher-4823-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1973351 INFO  (jetty-launcher-4823-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1973351 INFO  (jetty-launcher-4823-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1973351 INFO  (jetty-launcher-4823-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1973351 INFO  (jetty-launcher-4823-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1973351 INFO  (jetty-launcher-4823-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1973351 INFO  (jetty-launcher-4823-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-08T10:23:07.422Z
   [junit4]   2> 1973351 INFO  (jetty-launcher-4823-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-08T10:23:07.422Z
   [junit4]   2> 1973355 INFO  (jetty-launcher-4823-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3469887f{SSL,[ssl, http/1.1]}{127.0.0.1:39031}
   [junit4]   2> 1973355 INFO  (jetty-launcher-4823-thread-2) [    ] o.e.j.s.Server Started @1974688ms
   [junit4]   2> 1973355 INFO  (jetty-launcher-4823-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39031}
   [junit4]   2> 1973355 ERROR (jetty-launcher-4823-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1973355 INFO  (jetty-launcher-4823-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1973356 INFO  (jetty-launcher-4823-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1973356 INFO  (jetty-launcher-4823-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1973356 INFO  (jetty-launcher-4823-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-08T10:23:07.427Z
   [junit4]   2> 1973356 INFO  (zkConnectionManagerCallback-4830-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1973356 INFO  (zkConnectionManagerCallback-4828-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1973357 INFO  (jetty-launcher-4823-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1973357 INFO  (jetty-launcher-4823-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1973360 INFO  (zkConnectionManagerCallback-4832-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1973360 INFO  (jetty-launcher-4823-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1973364 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 0x160d54b902c0002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1973367 INFO  (jetty-launcher-4823-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44481/solr
   [junit4]   2> 1973368 INFO  (jetty-launcher-4823-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44481/solr
   [junit4]   2> 1973369 INFO  (zkConnectionManagerCallback-4837-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1973369 INFO  (jetty-launcher-4823-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44481/solr
   [junit4]   2> 1973369 INFO  (zkConnectionManagerCallback-4841-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1973370 INFO  (zkConnectionManagerCallback-4844-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1973373 INFO  (zkConnectionManagerCallback-4846-thread-1-processing-n:127.0.0.1:45613_solr) [n:127.0.0.1:45613_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1973375 INFO  (zkConnectionManagerCallback-4848-thread-1-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1973377 INFO  (zkConnectionManagerCallback-4850-thread-1-processing-n:127.0.0.1:35929_solr) [n:127.0.0.1:35929_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1973406 INFO  (jetty-launcher-4823-thread-1) [n:127.0.0.1:45613_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1973406 INFO  (jetty-launcher-4823-thread-3) [n:127.0.0.1:35929_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1973406 INFO  (jetty-launcher-4823-thread-2) [n:127.0.0.1:39031_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1973406 INFO  (jetty-launcher-4823-thread-1) [n:127.0.0.1:45613_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45613_solr
   [junit4]   2> 1973407 INFO  (jetty-launcher-4823-thread-3) [n:127.0.0.1:35929_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35929_solr
   [junit4]   2> 1973407 INFO  (jetty-launcher-4823-thread-2) [n:127.0.0.1:39031_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39031_solr
   [junit4]   2> 1973407 INFO  (jetty-launcher-4823-thread-1) [n:127.0.0.1:45613_solr    ] o.a.s.c.Overseer Overseer (id=99313712320217095-127.0.0.1:45613_solr-n_0000000000) starting
   [junit4]   2> 1973407 INFO  (zkCallback-4849-thread-1-processing-n:127.0.0.1:35929_solr) [n:127.0.0.1:35929_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1973407 INFO  (zkCallback-4845-thread-1-processing-n:127.0.0.1:45613_solr) [n:127.0.0.1:45613_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1973407 INFO  (zkCallback-4847-thread-1-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1973413 INFO  (jetty-launcher-4823-thread-1) [n:127.0.0.1:45613_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45613_solr
   [junit4]   2> 1973413 INFO  (zkCallback-4847-thread-1-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1973413 INFO  (zkCallback-4845-thread-1-processing-n:127.0.0.1:45613_solr) [n:127.0.0.1:45613_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1973413 INFO  (zkCallback-4849-thread-1-processing-n:127.0.0.1:35929_solr) [n:127.0.0.1:35929_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1973453 INFO  (jetty-launcher-4823-thread-2) [n:127.0.0.1:39031_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39031.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e0122f2
   [junit4]   2> 1973456 INFO  (jetty-launcher-4823-thread-3) [n:127.0.0.1:35929_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35929.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e0122f2
   [junit4]   2> 1973457 INFO  (jetty-launcher-4823-thread-1) [n:127.0.0.1:45613_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45613.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e0122f2
   [junit4]   2> 1973460 INFO  (jetty-launcher-4823-thread-2) [n:127.0.0.1:39031_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39031.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e0122f2
   [junit4]   2> 1973460 INFO  (jetty-launcher-4823-thread-2) [n:127.0.0.1:39031_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39031.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e0122f2
   [junit4]   2> 1973460 INFO  (jetty-launcher-4823-thread-2) [n:127.0.0.1:39031_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_8A507364E30DA295-001/tempDir-001/node2/.
   [junit4]   2> 1973464 INFO  (jetty-launcher-4823-thread-3) [n:127.0.0.1:35929_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35929.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e0122f2
   [junit4]   2> 1973464 INFO  (jetty-launcher-4823-thread-3) [n:127.0.0.1:35929_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35929.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e0122f2
   [junit4]   2> 1973464 INFO  (jetty-launcher-4823-thread-1) [n:127.0.0.1:45613_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45613.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e0122f2
   [junit4]   2> 1973464 INFO  (jetty-launcher-4823-thread-1) [n:127.0.0.1:45613_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45613.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e0122f2
   [junit4]   2> 1973465 INFO  (jetty-launcher-4823-thread-3) [n:127.0.0.1:35929_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_8A507364E30DA295-001/tempDir-001/node3/.
   [junit4]   2> 1973465 INFO  (jetty-launcher-4823-thread-1) [n:127.0.0.1:45613_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_8A507364E30DA295-001/tempDir-001/node1/.
   [junit4]   2> 1973516 INFO  (zkConnectionManagerCallback-4858-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1973518 INFO  (zkConnectionManagerCallback-4862-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1973518 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[8A507364E30DA295]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1973518 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[8A507364E30DA295]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44481/solr ready
   [junit4]   2> 1973531 INFO  (TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[8A507364E30DA295]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 1973551 INFO  (qtp1043747223-21940) [n:127.0.0.1:39031_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:35929_solr,127.0.0.1:39031_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1973552 INFO  (OverseerThreadFactory-9697-thread-1-processing-n:127.0.0.1:45613_solr) [n:127.0.0.1:45613_solr    ] o.a.s.c.CreateCollectionCmd Create collection testSimple1
   [junit4]   2> 1973655 INFO  (OverseerStateUpdate-99313712320217095-127.0.0.1:45613_solr-n_0000000000) [n:127.0.0.1:45613_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35929/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1973656 INFO  (OverseerStateUpdate-99313712320217095-127.0.0.1:45613_solr-n_0000000000) [n:127.0.0.1:45613_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39031/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1973657 INFO  (OverseerStateUpdate-99313712320217095-127.0.0.1:45613_solr-n_0000000000) [n:127.0.0.1:45613_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35929/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1973658 INFO  (OverseerStateUpdate-99313712320217095-127.0.0.1:45613_solr-n_0000000000) [n:127.0.0.1:45613_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39031/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1973862 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1973862 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1973866 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1973883 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1973883 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1973886 INFO  (qtp1095102616-21939) [n:127.0.0.1:35929_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1973987 INFO  (zkCallback-4847-thread-1-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1973987 INFO  (zkCallback-4849-thread-1-processing-n:127.0.0.1:35929_solr) [n:127.0.0.1:35929_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1973987 INFO  (zkCallback-4847-thread-2-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1973988 INFO  (zkCallback-4849-thread-2-processing-n:127.0.0.1:35929_solr) [n:127.0.0.1:35929_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1974873 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1974873 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1974880 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1974880 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 1974882 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1974882 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1974882 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n2' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 1974882 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n6' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 1974883 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39031.solr.core.testSimple1.shard1.replica_n2' (registry 'solr.core.testSimple1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e0122f2
   [junit4]   2> 1974883 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39031.solr.core.testSimple1.shard2.replica_n6' (registry 'solr.core.testSimple1.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e0122f2
   [junit4]   2> 1974883 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1974883 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1974883 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_8A507364E30DA295-001/tempDir-001/node2/testSimple1_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_8A507364E30DA295-001/tempDir-001/node2/./testSimple1_shard1_replica_n2/data/]
   [junit4]   2> 1974883 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_8A507364E30DA295-001/tempDir-001/node2/testSimple1_shard2_replica_n6], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_8A507364E30DA295-001/tempDir-001/node2/./testSimple1_shard2_replica_n6/data/]
   [junit4]   2> 1974894 INFO  (qtp1095102616-21939) [n:127.0.0.1:35929_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1974907 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1974912 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 1974912 INFO  (qtp1095102616-21939) [n:127.0.0.1:35929_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1974913 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1974913 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n4' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 1974913 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35929.solr.core.testSimple1.shard2.replica_n4' (registry 'solr.core.testSimple1.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e0122f2
   [junit4]   2> 1974913 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1974914 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_8A507364E30DA295-001/tempDir-001/node3/testSimple1_shard2_replica_n4], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_8A507364E30DA295-001/tempDir-001/node3/./testSimple1_shard2_replica_n4/data/]
   [junit4]   2> 1974914 INFO  (qtp1095102616-21939) [n:127.0.0.1:35929_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1974914 INFO  (qtp1095102616-21939) [n:127.0.0.1:35929_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n1' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 1974914 INFO  (qtp1095102616-21939) [n:127.0.0.1:35929_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35929.solr.core.testSimple1.shard1.replica_n1' (registry 'solr.core.testSimple1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e0122f2
   [junit4]   2> 1974914 INFO  (qtp1095102616-21939) [n:127.0.0.1:35929_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1974914 INFO  (qtp1095102616-21939) [n:127.0.0.1:35929_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_8A507364E30DA295-001/tempDir-001/node3/testSimple1_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_8A507364E30DA295-001/tempDir-001/node3/./testSimple1_shard1_replica_n1/data/]
   [junit4]   2> 1974930 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1974930 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1974931 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1974931 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1974931 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1974931 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1974932 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@1059bd6b[testSimple1_shard2_replica_n6] main]
   [junit4]   2> 1974932 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1974932 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1974932 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1974932 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1974933 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@38a6d876[testSimple1_shard1_replica_n2] main]
   [junit4]   2> 1974933 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1974933 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1974933 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1974933 INFO  (searcherExecutor-9705-thread-1-processing-n:127.0.0.1:39031_solr x:testSimple1_shard2_replica_n6 s:shard2 c:testSimple1 r:core_node8) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore [testSimple1_shard2_replica_n6] Registered new searcher Searcher@1059bd6b[testSimple1_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1974934 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1589019398902906880
   [junit4]   2> 1974934 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1974934 INFO  (searcherExecutor-9704-thread-1-processing-n:127.0.0.1:39031_solr x:testSimple1_shard1_replica_n2 s:shard1 c:testSimple1 r:core_node5) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore [testSimple1_shard1_replica_n2] Registered new searcher Searcher@38a6d876[testSimple1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1974934 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1589019398902906880
   [junit4]   2> 1974936 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1974936 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1974938 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1974938 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1974938 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1974939 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1974939 INFO  (qtp1095102616-21939) [n:127.0.0.1:35929_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1974939 INFO  (qtp1095102616-21939) [n:127.0.0.1:35929_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1974939 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@66daa721[testSimple1_shard2_replica_n4] main]
   [junit4]   2> 1974939 INFO  (qtp1095102616-21939) [n:127.0.0.1:35929_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1974939 INFO  (qtp1095102616-21939) [n:127.0.0.1:35929_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1974940 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1974940 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1974940 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1974940 INFO  (qtp1095102616-21939) [n:127.0.0.1:35929_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@26ccbc7c[testSimple1_shard1_replica_n1] main]
   [junit4]   2> 1974941 INFO  (qtp1095102616-21939) [n:127.0.0.1:35929_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1974941 INFO  (searcherExecutor-9706-thread-1-processing-n:127.0.0.1:35929_solr x:testSimple1_shard2_replica_n4 s:shard2 c:testSimple1 r:core_node7) [n:127.0.0.1:35929_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore [testSimple1_shard2_replica_n4] Registered new searcher Searcher@66daa721[testSimple1_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1974941 INFO  (qtp1095102616-21939) [n:127.0.0.1:35929_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1974941 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1589019398910246912
   [junit4]   2> 1974941 INFO  (qtp1095102616-21939) [n:127.0.0.1:35929_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1974941 INFO  (searcherExecutor-9707-thread-1-processing-n:127.0.0.1:35929_solr x:testSimple1_shard1_replica_n1 s:shard1 c:testSimple1 r:core_node3) [n:127.0.0.1:35929_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore [testSimple1_shard1_replica_n1] Registered new searcher Searcher@26ccbc7c[testSimple1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1974942 INFO  (qtp1095102616-21939) [n:127.0.0.1:35929_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1589019398911295488
   [junit4]   2> 1975037 INFO  (zkCallback-4849-thread-1-processing-n:127.0.0.1:35929_solr) [n:127.0.0.1:35929_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1975037 INFO  (zkCallback-4849-thread-2-processing-n:127.0.0.1:35929_solr) [n:127.0.0.1:35929_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1975037 INFO  (zkCallback-4847-thread-1-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1975037 INFO  (zkCallback-4847-thread-2-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1975436 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1975437 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1975437 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:39031/solr/testSimple1_shard2_replica_n6/
   [junit4]   2> 1975437 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1975437 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1975437 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:39031/solr/testSimple1_shard1_replica_n2/
   [junit4]   2> 1975437 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n6 url=https://127.0.0.1:39031/solr START replicas=[https://127.0.0.1:35929/solr/testSimple1_shard2_replica_n4/] nUpdates=100
   [junit4]   2> 1975437 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n2 url=https://127.0.0.1:39031/solr START replicas=[https://127.0.0.1:35929/solr/testSimple1_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 1975441 INFO  (qtp1095102616-22052) [n:127.0.0.1:35929_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.S.Request [testSimple1_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1975441 INFO  (qtp1095102616-22050) [n:127.0.0.1:35929_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.S.Request [testSimple1_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> 1975738 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n6 url=https://127.0.0.1:39031/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1975738 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n2 url=https://127.0.0.1:39031/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1975738 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1975738 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1975738 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1975738 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 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> 1975738 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1975738 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1975742 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:39031/solr/testSimple1_shard2_replica_n6/ shard2
   [junit4]   2> 1975742 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:39031/solr/testSimple1_shard1_replica_n2/ shard1
   [junit4]   2> 1975843 INFO  (zkCallback-4847-thread-2-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1975843 INFO  (zkCallback-4849-thread-2-processing-n:127.0.0.1:35929_solr) [n:127.0.0.1:35929_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1975843 INFO  (zkCallback-4847-thread-1-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1975843 INFO  (zkCallback-4849-thread-1-processing-n:127.0.0.1:35929_solr) [n:127.0.0.1:35929_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1975892 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1975892 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1975901 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2039
   [junit4]   2> 1975901 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2035
   [junit4]   2> 1975945 INFO  (qtp1095102616-21939) [n:127.0.0.1:35929_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2059
   [junit4]   2> 1975950 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2066
   [junit4]   2> 1975953 INFO  (qtp1043747223-21940) [n:127.0.0.1:39031_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1976046 INFO  (zkCallback-4849-thread-2-processing-n:127.0.0.1:35929_solr) [n:127.0.0.1:35929_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1976046 INFO  (zkCallback-4847-thread-2-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1976046 INFO  (zkCallback-4849-thread-1-processing-n:127.0.0.1:35929_solr) [n:127.0.0.1:35929_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1976046 INFO  (zkCallback-4847-thread-1-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1976953 INFO  (qtp1043747223-21940) [n:127.0.0.1:39031_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:35929_solr,127.0.0.1:39031_solr&wt=javabin&version=2} status=0 QTime=3401
   [junit4]   2> 1976954 INFO  (qtp1043747223-21946) [n:127.0.0.1:39031_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&autoAddReplicas=false&name=testSimple2&nrtReplicas=2&action=CREATE&numShards=1&createNodeSet=127.0.0.1:39031_solr,127.0.0.1:45613_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1976956 INFO  (OverseerThreadFactory-9697-thread-2-processing-n:127.0.0.1:45613_solr) [n:127.0.0.1:45613_solr    ] o.a.s.c.CreateCollectionCmd Create collection testSimple2
   [junit4]   2> 1976957 INFO  (OverseerCollectionConfigSetProcessor-99313712320217095-127.0.0.1:45613_solr-n_0000000000) [n:127.0.0.1:45613_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1977164 INFO  (OverseerStateUpdate-99313712320217095-127.0.0.1:45613_solr-n_0000000000) [n:127.0.0.1:45613_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple2_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39031/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1977165 INFO  (OverseerStateUpdate-99313712320217095-127.0.0.1:45613_solr-n_0000000000) [n:127.0.0.1:45613_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple2_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45613/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1977367 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n1&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1977403 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n2&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1977403 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1977508 INFO  (zkCallback-4847-thread-1-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1977508 INFO  (zkCallback-4845-thread-1-processing-n:127.0.0.1:45613_solr) [n:127.0.0.1:45613_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1977508 INFO  (zkCallback-4845-thread-2-processing-n:127.0.0.1:45613_solr) [n:127.0.0.1:45613_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1977508 INFO  (zkCallback-4847-thread-2-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1978391 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1978395 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.s.IndexSchema [testSimple2_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1978396 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1978396 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n1' using configuration from collection testSimple2, trusted=true
   [junit4]   2> 1978396 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39031.solr.core.testSimple2.shard1.replica_n1' (registry 'solr.core.testSimple2.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e0122f2
   [junit4]   2> 1978396 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1978396 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SolrCore [[testSimple2_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_8A507364E30DA295-001/tempDir-001/node2/testSimple2_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_8A507364E30DA295-001/tempDir-001/node2/./testSimple2_shard1_replica_n1/data/]
   [junit4]   2> 1978411 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1978415 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.s.IndexSchema [testSimple2_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1978416 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1978416 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n2' using configuration from collection testSimple2, trusted=true
   [junit4]   2> 1978416 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45613.solr.core.testSimple2.shard1.replica_n2' (registry 'solr.core.testSimple2.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e0122f2
   [junit4]   2> 1978416 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1978416 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrCore [[testSimple2_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_8A507364E30DA295-001/tempDir-001/node1/testSimple2_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_8A507364E30DA295-001/tempDir-001/node1/./testSimple2_shard1_replica_n2/data/]
   [junit4]   2> 1978420 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1978420 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1978421 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1978421 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1978421 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@55515fb9[testSimple2_shard1_replica_n1] main]
   [junit4]   2> 1978422 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1978423 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1978423 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1978424 INFO  (searcherExecutor-9724-thread-1-processing-n:127.0.0.1:39031_solr x:testSimple2_shard1_replica_n1 s:shard1 c:testSimple2 r:core_node3) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SolrCore [testSimple2_shard1_replica_n1] Registered new searcher Searcher@55515fb9[testSimple2_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1978424 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1589019402562437120
   [junit4]   2> 1978426 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1978440 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1978440 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1978441 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1978441 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1978442 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@76b16d63[testSimple2_shard1_replica_n2] main]
   [junit4]   2> 1978443 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1978443 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1978443 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1978444 INFO  (searcherExecutor-9726-thread-1-processing-n:127.0.0.1:45613_solr x:testSimple2_shard1_replica_n2 s:shard1 c:testSimple2 r:core_node4) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrCore [testSimple2_shard1_replica_n2] Registered new searcher Searcher@76b16d63[testSimple2_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1978444 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1589019402583408640
   [junit4]   2> 1978528 INFO  (zkCallback-4845-thread-2-processing-n:127.0.0.1:45613_solr) [n:127.0.0.1:45613_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1978528 INFO  (zkCallback-4847-thread-1-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1978528 INFO  (zkCallback-4847-thread-2-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1978528 INFO  (zkCallback-4845-thread-1-processing-n:127.0.0.1:45613_solr) [n:127.0.0.1:45613_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1978927 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1978927 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1978927 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:39031/solr/testSimple2_shard1_replica_n1/
   [junit4]   2> 1978928 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=testSimple2_shard1_replica_n1 url=https://127.0.0.1:39031/solr START replicas=[https://127.0.0.1:45613/solr/testSimple2_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 1978931 INFO  (qtp497303393-21953) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] 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> 1979228 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=testSimple2_shard1_replica_n1 url=https://127.0.0.1:39031/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1979228 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1979228 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1979228 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1979232 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:39031/solr/testSimple2_shard1_replica_n1/ shard1
   [junit4]   2> 1979333 INFO  (zkCallback-4845-thread-1-processing-n:127.0.0.1:45613_solr) [n:127.0.0.1:45613_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1979333 INFO  (zkCallback-4847-thread-1-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1979333 INFO  (zkCallback-4847-thread-2-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1979333 INFO  (zkCallback-4845-thread-2-processing-n:127.0.0.1:45613_solr) [n:127.0.0.1:45613_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1979383 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1979391 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n1&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2024
   [junit4]   2> 1979449 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n2&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2046
   [junit4]   2> 1979451 INFO  (qtp1043747223-21946) [n:127.0.0.1:39031_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1979550 INFO  (zkCallback-4845-thread-2-processing-n:127.0.0.1:45613_solr) [n:127.0.0.1:45613_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1979550 INFO  (zkCallback-4847-thread-1-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1979550 INFO  (zkCallback-4847-thread-2-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1979550 INFO  (zkCallback-4845-thread-1-processing-n:127.0.0.1:45613_solr) [n:127.0.0.1:45613_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1980451 INFO  (qtp1043747223-21946) [n:127.0.0.1:39031_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&autoAddReplicas=false&name=testSimple2&nrtReplicas=2&action=CREATE&numShards=1&createNodeSet=127.0.0.1:39031_solr,127.0.0.1:45613_solr&wt=javabin&version=2} status=0 QTime=3497
   [junit4]   2> 1980452 INFO  (qtp1043747223-21943) [n:127.0.0.1:39031_solr    ] 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:35929_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1980453 INFO  (OverseerThreadFactory-9697-thread-3-processing-n:127.0.0.1:45613_solr) [n:127.0.0.1:45613_solr    ] o.a.s.c.CreateCollectionCmd Create collection testSimple3
   [junit4]   2> 1980453 INFO  (OverseerCollectionConfigSetProcessor-99313712320217095-127.0.0.1:45613_solr-n_0000000000) [n:127.0.0.1:45613_solr    ] 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> 1980658 INFO  (OverseerStateUpdate-99313712320217095-127.0.0.1:45613_solr-n_0000000000) [n:127.0.0.1:45613_solr    ] 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:35929/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1980660 INFO  (OverseerStateUpdate-99313712320217095-127.0.0.1:45613_solr-n_0000000000) [n:127.0.0.1:45613_solr    ] 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:35929/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1980661 INFO  (OverseerStateUpdate-99313712320217095-127.0.0.1:45613_solr-n_0000000000) [n:127.0.0.1:45613_solr    ] 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:35929/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1980864 INFO  (qtp1095102616-21941) [n:127.0.0.1:35929_solr    ] 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> 1980864 INFO  (qtp1095102616-22052) [n:127.0.0.1:35929_solr    ] 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> 1980864 INFO  (qtp1095102616-22050)

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

n1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_n1, tag=1997092424
   [junit4]   2> 144161 INFO  (coreCloseExecutor-692-thread-1) [n:127.0.0.1:44429_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@cc49aa: rootName = solr_44429, domain = solr.core.collection1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.collection1.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@d336928
   [junit4]   2> 144161 INFO  (jetty-closer-117-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:44535_solr
   [junit4]   2> 144162 INFO  (zkCallback-144-thread-3-processing-n:127.0.0.1:33113_solr) [n:127.0.0.1:33113_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 144162 INFO  (zkCallback-150-thread-1-processing-n:127.0.0.1:44429_solr) [n:127.0.0.1:44429_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 144162 INFO  (jetty-closer-117-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 144162 INFO  (zkCallback-148-thread-3-processing-n:127.0.0.1:44535_solr) [n:127.0.0.1:44535_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 144162 INFO  (zkCallback-1851-thread-1-processing-n:127.0.0.1:44535_solr x:collection1_shard2_replica_n2 s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:44535_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (1)
   [junit4]   2> 144163 INFO  (jetty-closer-117-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 144163 INFO  (jetty-closer-117-thread-4) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@48fad124: rootName = solr_33113, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@50381f34
   [junit4]   2> 144164 INFO  (jetty-closer-117-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@37857d86{/solr,null,UNAVAILABLE}
   [junit4]   2> 144168 INFO  (coreCloseExecutor-694-thread-1) [n:127.0.0.1:44535_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.SolrCore [collection1_shard2_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@4fa402d5
   [junit4]   2> 144168 INFO  (coreCloseExecutor-694-thread-1) [n:127.0.0.1:44535_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard2.replica_n2, tag=1336148693
   [junit4]   2> 144168 INFO  (coreCloseExecutor-694-thread-1) [n:127.0.0.1:44535_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1a586fa4: rootName = solr_44535, domain = solr.core.collection1.shard2.replica_n2, service url = null, agent id = null] for registry solr.core.collection1.shard2.replica_n2 / com.codahale.metrics.MetricRegistry@260f3aff
   [junit4]   2> 144168 INFO  (jetty-closer-117-thread-4) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:33113_solr
   [junit4]   2> 144168 INFO  (jetty-closer-117-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 144169 INFO  (zkCallback-150-thread-1-processing-n:127.0.0.1:44429_solr) [n:127.0.0.1:44429_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 144169 INFO  (zkCallback-148-thread-3-processing-n:127.0.0.1:44535_solr) [n:127.0.0.1:44535_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 144169 INFO  (zkCallback-1851-thread-1-processing-n:127.0.0.1:44535_solr x:collection1_shard2_replica_n2 s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:44535_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 144169 INFO  (zkCallback-144-thread-3-processing-n:127.0.0.1:33113_solr) [n:127.0.0.1:33113_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 144170 INFO  (jetty-closer-117-thread-4) [    ] o.a.s.c.Overseer Overseer (id=99313756721053705-127.0.0.1:33113_solr-n_0000000000) closing
   [junit4]   2> 144170 INFO  (OverseerStateUpdate-99313756721053705-127.0.0.1:33113_solr-n_0000000000) [n:127.0.0.1:33113_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:33113_solr
   [junit4]   2> 144170 WARN  (OverseerAutoScalingTriggerThread-99313756721053705-127.0.0.1:33113_solr-n_0000000000) [n:127.0.0.1:33113_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 144172 INFO  (zkCallback-150-thread-1-processing-n:127.0.0.1:44429_solr) [n:127.0.0.1:44429_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44429_solr
   [junit4]   2> 144172 INFO  (jetty-closer-117-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@712d0c5f{/solr,null,UNAVAILABLE}
   [junit4]   2> 144173 INFO  (coreCloseExecutor-692-thread-1) [n:127.0.0.1:44429_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=1997092424
   [junit4]   2> 144175 INFO  (zkCallback-148-thread-3-processing-n:127.0.0.1:44535_solr) [n:127.0.0.1:44535_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44535_solr
   [junit4]   2> 144175 INFO  (jetty-closer-117-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@25ffd735{/solr,null,UNAVAILABLE}
   [junit4]   2> 144176 INFO  (coreCloseExecutor-694-thread-1) [n:127.0.0.1:44535_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard2.leader, tag=1336148693
   [junit4]   2> 144177 INFO  (jetty-closer-117-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@f39e50b{/solr,null,UNAVAILABLE}
   [junit4]   2> 144178 ERROR (SUITE-StreamExpressionTest-seed#[8CDE49F4522D3D58]-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> 144179 INFO  (SUITE-StreamExpressionTest-seed#[8CDE49F4522D3D58]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43241 43241
   [junit4]   2> 147334 INFO  (Thread-375) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43241 43241
   [junit4]   2> 147335 WARN  (Thread-375) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	100	/solr/aliases.json
   [junit4]   2> 	100	/solr/clusterprops.json
   [junit4]   2> 	12	/solr/configs/conf
   [junit4]   2> 	7	/solr/configs/ml
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	100	/solr/clusterstate.json
   [junit4]   2> 	40	/solr/collections/destinationCollection/state.json
   [junit4]   2> 	28	/solr/collections/parallelDestinationCollection1/state.json
   [junit4]   2> 	20	/solr/collections/parallelDestinationCollection/state.json
   [junit4]   2> 	12	/solr/collections/collection1/state.json
   [junit4]   2> 	10	/solr/collections/mainCorpus1/state.json
   [junit4]   2> 	10	/solr/collections/destination/state.json
   [junit4]   2> 	10	/solr/collections/destination1/state.json
   [junit4]   2> 	10	/solr/collections/workQueue1/state.json
   [junit4]   2> 	10	/solr/collections/workQueue/state.json
   [junit4]   2> 	10	/solr/collections/uknownCollection/state.json
   [junit4]   2> 	10	/solr/collections/modelCollection/state.json
   [junit4]   2> 	10	/solr/collections/checkpointCollection/state.json
   [junit4]   2> 	10	/solr/collections/mainCorpus/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/99313756721053705-127.0.0.1:33113_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	100	/solr/live_nodes
   [junit4]   2> 	100	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_8CDE49F4522D3D58-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@72b97218), locale=de-AT, timezone=Pacific/Guam
   [junit4]   2> NOTE: Linux 4.10.0-40-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=8,threads=1,free=234263584,total=484966400
   [junit4]   2> NOTE: All tests run in this JVM: [NotEvaluatorTest, TestToleratedUpdateError, ArcSineEvaluatorTest, SchemaTest, AndEvaluatorTest, TestNamedListCodec, ReverseEvaluatorTest, TestXMLEscaping, SolrSchemalessExampleTest, EmpiricalDistributionEvaluatorTest, TermsResponseTest, AscEvaluatorTest, SolrExampleStreamingTest, TestSpellCheckResponse, StreamExpressionParserTest, NaturalLogEvaluatorTest, TestPathTrie, CloudSolrClientCacheTest, StreamExpressionTest]
   [junit4] Completed [135/146 (1!)] on J0 in 118.36s, 148 tests, 1 failure <<< FAILURES!

[...truncated 47165 lines...]