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 2017/12/27 00:50:39 UTC

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-10-ea+32) - Build # 21150 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21150/
Java: 64bit/jdk-10-ea+32 -XX:+UseCompressedOops -XX:+UseSerialGC

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

Error Message:
Waiting for collection testSimple2 null Live Nodes: [127.0.0.1:34259_solr, 127.0.0.1:44735_solr] Last available state: DocCollection(testSimple2//collections/testSimple2/state.json/16)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{       "range":"80000000-ffffffff",       "state":"active",       "replicas":{         "core_node3":{           "core":"testSimple2_shard1_replica_n1",           "base_url":"http://127.0.0.1:34349/solr",           "node_name":"127.0.0.1:34349_solr",           "state":"down",           "type":"NRT"},         "core_node5":{           "core":"testSimple2_shard1_replica_n2",           "base_url":"http://127.0.0.1:44735/solr",           "node_name":"127.0.0.1:44735_solr",           "state":"active",           "type":"NRT",           "leader":"true"}}},     "shard2":{       "range":"0-7fffffff",       "state":"active",       "replicas":{         "core_node7":{           "core":"testSimple2_shard2_replica_n4",           "base_url":"http://127.0.0.1:34349/solr",           "node_name":"127.0.0.1:34349_solr",           "state":"down",           "type":"NRT"},         "core_node8":{           "core":"testSimple2_shard2_replica_n6",           "base_url":"http://127.0.0.1:44735/solr",           "node_name":"127.0.0.1:44735_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:34259_solr, 127.0.0.1:44735_solr]
Last available state: DocCollection(testSimple2//collections/testSimple2/state.json/16)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"testSimple2_shard1_replica_n1",
          "base_url":"http://127.0.0.1:34349/solr",
          "node_name":"127.0.0.1:34349_solr",
          "state":"down",
          "type":"NRT"},
        "core_node5":{
          "core":"testSimple2_shard1_replica_n2",
          "base_url":"http://127.0.0.1:44735/solr",
          "node_name":"127.0.0.1:44735_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          "core":"testSimple2_shard2_replica_n4",
          "base_url":"http://127.0.0.1:34349/solr",
          "node_name":"127.0.0.1:34349_solr",
          "state":"down",
          "type":"NRT"},
        "core_node8":{
          "core":"testSimple2_shard2_replica_n6",
          "base_url":"http://127.0.0.1:44735/solr",
          "node_name":"127.0.0.1:44735_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([C8E220014EACB3A6:F05104FF695F6777]: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 13610 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest
   [junit4]   2> 2292868 INFO  (SUITE-AutoAddReplicasIntegrationTest-seed#[C8E220014EACB3A6]-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.AutoAddReplicasIntegrationTest_C8E220014EACB3A6-001/init-core-data-001
   [junit4]   2> 2292869 WARN  (SUITE-AutoAddReplicasIntegrationTest-seed#[C8E220014EACB3A6]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=16 numCloses=16
   [junit4]   2> 2292869 INFO  (SUITE-AutoAddReplicasIntegrationTest-seed#[C8E220014EACB3A6]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2292869 INFO  (SUITE-AutoAddReplicasIntegrationTest-seed#[C8E220014EACB3A6]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) 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> 2292870 INFO  (SUITE-AutoAddReplicasIntegrationTest-seed#[C8E220014EACB3A6]-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.AutoAddReplicasIntegrationTest_C8E220014EACB3A6-001/tempDir-001
   [junit4]   2> 2292870 INFO  (SUITE-AutoAddReplicasIntegrationTest-seed#[C8E220014EACB3A6]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2292870 INFO  (Thread-6875) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2292870 INFO  (Thread-6875) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2292871 ERROR (Thread-6875) [    ] 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> 2292970 INFO  (SUITE-AutoAddReplicasIntegrationTest-seed#[C8E220014EACB3A6]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:37467
   [junit4]   2> 2292989 INFO  (zkConnectionManagerCallback-3650-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2292990 INFO  (jetty-launcher-3647-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2292990 INFO  (jetty-launcher-3647-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2292996 INFO  (jetty-launcher-3647-thread-3) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2292997 INFO  (jetty-launcher-3647-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3437466a{/solr,null,AVAILABLE}
   [junit4]   2> 2292998 INFO  (jetty-launcher-3647-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2cfb4d8a{HTTP/1.1,[http/1.1]}{127.0.0.1:34259}
   [junit4]   2> 2292998 INFO  (jetty-launcher-3647-thread-2) [    ] o.e.j.s.Server Started @2294411ms
   [junit4]   2> 2292998 INFO  (jetty-launcher-3647-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34259}
   [junit4]   2> 2292998 ERROR (jetty-launcher-3647-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2292999 INFO  (jetty-launcher-3647-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2292999 INFO  (jetty-launcher-3647-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2292999 INFO  (jetty-launcher-3647-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2292999 INFO  (jetty-launcher-3647-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-27T00:33:12.854134Z
   [junit4]   2> 2293001 INFO  (jetty-launcher-3647-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@537d338b{/solr,null,AVAILABLE}
   [junit4]   2> 2293001 INFO  (jetty-launcher-3647-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4c8e7b3f{/solr,null,AVAILABLE}
   [junit4]   2> 2293001 INFO  (jetty-launcher-3647-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@b25d3fc{HTTP/1.1,[http/1.1]}{127.0.0.1:44735}
   [junit4]   2> 2293001 INFO  (jetty-launcher-3647-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@44956ead{HTTP/1.1,[http/1.1]}{127.0.0.1:34349}
   [junit4]   2> 2293002 INFO  (jetty-launcher-3647-thread-3) [    ] o.e.j.s.Server Started @2294415ms
   [junit4]   2> 2293002 INFO  (jetty-launcher-3647-thread-1) [    ] o.e.j.s.Server Started @2294415ms
   [junit4]   2> 2293002 INFO  (jetty-launcher-3647-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44735}
   [junit4]   2> 2293002 INFO  (jetty-launcher-3647-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34349}
   [junit4]   2> 2293002 ERROR (jetty-launcher-3647-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2293002 ERROR (jetty-launcher-3647-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2293002 INFO  (jetty-launcher-3647-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2293002 INFO  (jetty-launcher-3647-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2293002 INFO  (jetty-launcher-3647-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2293002 INFO  (jetty-launcher-3647-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2293002 INFO  (jetty-launcher-3647-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2293002 INFO  (jetty-launcher-3647-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2293002 INFO  (jetty-launcher-3647-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-27T00:33:12.857678Z
   [junit4]   2> 2293002 INFO  (jetty-launcher-3647-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-27T00:33:12.857702Z
   [junit4]   2> 2293005 INFO  (zkConnectionManagerCallback-3652-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2293005 INFO  (jetty-launcher-3647-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2293012 INFO  (zkConnectionManagerCallback-3656-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2293013 INFO  (jetty-launcher-3647-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2293016 INFO  (zkConnectionManagerCallback-3655-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2293017 INFO  (jetty-launcher-3647-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37467/solr
   [junit4]   2> 2293017 INFO  (jetty-launcher-3647-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2293018 INFO  (jetty-launcher-3647-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37467/solr
   [junit4]   2> 2293020 INFO  (zkConnectionManagerCallback-3660-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2293026 INFO  (zkConnectionManagerCallback-3664-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2293027 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 0x16095632c160005, 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> 2293027 INFO  (zkConnectionManagerCallback-3666-thread-1-processing-n:127.0.0.1:34259_solr) [n:127.0.0.1:34259_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2293029 INFO  (jetty-launcher-3647-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37467/solr
   [junit4]   2> 2293029 INFO  (zkConnectionManagerCallback-3669-thread-1-processing-n:127.0.0.1:44735_solr) [n:127.0.0.1:44735_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2293029 INFO  (zkConnectionManagerCallback-3672-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2293030 INFO  (zkConnectionManagerCallback-3674-thread-1-processing-n:127.0.0.1:34349_solr) [n:127.0.0.1:34349_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2293040 INFO  (jetty-launcher-3647-thread-1) [n:127.0.0.1:34349_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2293040 INFO  (jetty-launcher-3647-thread-2) [n:127.0.0.1:34259_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2293040 INFO  (jetty-launcher-3647-thread-1) [n:127.0.0.1:34349_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34349_solr
   [junit4]   2> 2293041 INFO  (jetty-launcher-3647-thread-2) [n:127.0.0.1:34259_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34259_solr
   [junit4]   2> 2293041 INFO  (jetty-launcher-3647-thread-1) [n:127.0.0.1:34349_solr    ] o.a.s.c.Overseer Overseer (id=99243444976091145-127.0.0.1:34349_solr-n_0000000000) starting
   [junit4]   2> 2293047 INFO  (zkCallback-3673-thread-1-processing-n:127.0.0.1:34349_solr) [n:127.0.0.1:34349_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2293053 INFO  (zkCallback-3665-thread-1-processing-n:127.0.0.1:34259_solr) [n:127.0.0.1:34259_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2293062 DEBUG (OverseerAutoScalingTriggerThread-99243444976091145-127.0.0.1:34349_solr-n_0000000000) [n:127.0.0.1:34349_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 2293065 INFO  (jetty-launcher-3647-thread-1) [n:127.0.0.1:34349_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34349_solr
   [junit4]   2> 2293065 DEBUG (OverseerAutoScalingTriggerThread-99243444976091145-127.0.0.1:34349_solr-n_0000000000) [n:127.0.0.1:34349_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 2293073 INFO  (zkCallback-3665-thread-1-processing-n:127.0.0.1:34259_solr) [n:127.0.0.1:34259_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2293073 INFO  (zkCallback-3673-thread-2-processing-n:127.0.0.1:34349_solr) [n:127.0.0.1:34349_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2293073 DEBUG (OverseerAutoScalingTriggerThread-99243444976091145-127.0.0.1:34349_solr-n_0000000000) [n:127.0.0.1:34349_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:34259_solr, 127.0.0.1:34349_solr]
   [junit4]   2> 2293073 DEBUG (OverseerAutoScalingTriggerThread-99243444976091145-127.0.0.1:34349_solr-n_0000000000) [n:127.0.0.1:34349_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 2293073 DEBUG (OverseerAutoScalingTriggerThread-99243444976091145-127.0.0.1:34349_solr-n_0000000000) [n:127.0.0.1:34349_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 2293077 DEBUG (OverseerAutoScalingTriggerThread-99243444976091145-127.0.0.1:34349_solr-n_0000000000) [n:127.0.0.1:34349_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 2293081 DEBUG (OverseerAutoScalingTriggerThread-99243444976091145-127.0.0.1:34349_solr-n_0000000000) [n:127.0.0.1:34349_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 2293081 DEBUG (ScheduledTrigger-7245-thread-1) [n:127.0.0.1:34349_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2293085 INFO  (jetty-launcher-3647-thread-2) [n:127.0.0.1:34259_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34259.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@25b1bad
   [junit4]   2> 2293090 INFO  (jetty-launcher-3647-thread-2) [n:127.0.0.1:34259_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34259.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@25b1bad
   [junit4]   2> 2293090 INFO  (jetty-launcher-3647-thread-2) [n:127.0.0.1:34259_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34259.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@25b1bad
   [junit4]   2> 2293091 INFO  (jetty-launcher-3647-thread-2) [n:127.0.0.1:34259_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.AutoAddReplicasIntegrationTest_C8E220014EACB3A6-001/tempDir-001/node2/.
   [junit4]   2> 2293096 INFO  (jetty-launcher-3647-thread-3) [n:127.0.0.1:44735_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2293097 INFO  (jetty-launcher-3647-thread-3) [n:127.0.0.1:44735_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2293098 INFO  (jetty-launcher-3647-thread-3) [n:127.0.0.1:44735_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44735_solr
   [junit4]   2> 2293098 INFO  (zkCallback-3673-thread-2-processing-n:127.0.0.1:34349_solr) [n:127.0.0.1:34349_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2293099 INFO  (zkCallback-3665-thread-1-processing-n:127.0.0.1:34259_solr) [n:127.0.0.1:34259_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2293101 INFO  (zkCallback-3668-thread-1-processing-n:127.0.0.1:44735_solr) [n:127.0.0.1:44735_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2293101 INFO  (jetty-launcher-3647-thread-1) [n:127.0.0.1:34349_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34349.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@25b1bad
   [junit4]   2> 2293109 INFO  (jetty-launcher-3647-thread-1) [n:127.0.0.1:34349_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34349.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@25b1bad
   [junit4]   2> 2293109 INFO  (jetty-launcher-3647-thread-1) [n:127.0.0.1:34349_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34349.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@25b1bad
   [junit4]   2> 2293110 INFO  (jetty-launcher-3647-thread-1) [n:127.0.0.1:34349_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.AutoAddReplicasIntegrationTest_C8E220014EACB3A6-001/tempDir-001/node1/.
   [junit4]   2> 2293140 INFO  (jetty-launcher-3647-thread-3) [n:127.0.0.1:44735_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44735.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@25b1bad
   [junit4]   2> 2293156 INFO  (jetty-launcher-3647-thread-3) [n:127.0.0.1:44735_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44735.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@25b1bad
   [junit4]   2> 2293156 INFO  (jetty-launcher-3647-thread-3) [n:127.0.0.1:44735_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44735.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@25b1bad
   [junit4]   2> 2293157 INFO  (jetty-launcher-3647-thread-3) [n:127.0.0.1:44735_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.AutoAddReplicasIntegrationTest_C8E220014EACB3A6-001/tempDir-001/node3/.
   [junit4]   2> 2293176 INFO  (zkConnectionManagerCallback-3682-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2293177 INFO  (zkConnectionManagerCallback-3686-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2293178 INFO  (SUITE-AutoAddReplicasIntegrationTest-seed#[C8E220014EACB3A6]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2293178 INFO  (SUITE-AutoAddReplicasIntegrationTest-seed#[C8E220014EACB3A6]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37467/solr ready
   [junit4]   2> 2293185 INFO  (TEST-AutoAddReplicasIntegrationTest.testSimple-seed#[C8E220014EACB3A6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 2293187 INFO  (qtp1722158541-21000) [n:127.0.0.1:34259_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:34259_solr,127.0.0.1:34349_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2293188 INFO  (OverseerThreadFactory-7247-thread-1-processing-n:127.0.0.1:34349_solr) [n:127.0.0.1:34349_solr    ] o.a.s.c.CreateCollectionCmd Create collection testSimple1
   [junit4]   2> 2293291 INFO  (OverseerStateUpdate-99243444976091145-127.0.0.1:34349_solr-n_0000000000) [n:127.0.0.1:34349_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34349/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2293292 INFO  (OverseerStateUpdate-99243444976091145-127.0.0.1:34349_solr-n_0000000000) [n:127.0.0.1:34349_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34259/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2293292 INFO  (OverseerStateUpdate-99243444976091145-127.0.0.1:34349_solr-n_0000000000) [n:127.0.0.1:34349_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34349/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2293293 INFO  (OverseerStateUpdate-99243444976091145-127.0.0.1:34349_solr-n_0000000000) [n:127.0.0.1:34349_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34259/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2293495 INFO  (qtp1722158541-21002) [n:127.0.0.1:34259_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> 2293495 INFO  (qtp1722158541-20997) [n:127.0.0.1:34259_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> 2293495 INFO  (qtp1722158541-21002) [n:127.0.0.1:34259_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2293495 INFO  (qtp1350537321-21018) [n:127.0.0.1:34349_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> 2293495 INFO  (qtp1350537321-21017) [n:127.0.0.1:34349_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> 2293496 INFO  (qtp1350537321-21018) [n:127.0.0.1:34349_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2293602 INFO  (zkCallback-3673-thread-2-processing-n:127.0.0.1:34349_solr) [n:127.0.0.1:34349_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> 2293602 INFO  (zkCallback-3673-thread-1-processing-n:127.0.0.1:34349_solr) [n:127.0.0.1:34349_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> 2293602 INFO  (zkCallback-3665-thread-1-processing-n:127.0.0.1:34259_solr) [n:127.0.0.1:34259_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> 2293602 INFO  (zkCallback-3665-thread-2-processing-n:127.0.0.1:34259_solr) [n:127.0.0.1:34259_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> 2294082 DEBUG (ScheduledTrigger-7245-thread-1) [n:127.0.0.1:34349_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 2294501 INFO  (qtp1722158541-21002) [n:127.0.0.1:34259_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> 2294501 INFO  (qtp1350537321-21017) [n:127.0.0.1:34349_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> 2294506 INFO  (qtp1722158541-20997) [n:127.0.0.1:34259_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> 2294506 INFO  (qtp1350537321-21018) [n:127.0.0.1:34349_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> 2294506 INFO  (qtp1722158541-21002) [n:127.0.0.1:34259_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> 2294506 INFO  (qtp1350537321-21017) [n:127.0.0.1:34349_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> 2294508 INFO  (qtp1350537321-21017) [n:127.0.0.1:34349_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> 2294508 INFO  (qtp1722158541-21002) [n:127.0.0.1:34259_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> 2294508 INFO  (qtp1722158541-21002) [n:127.0.0.1:34259_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> 2294508 INFO  (qtp1350537321-21017) [n:127.0.0.1:34349_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> 2294509 INFO  (qtp1722158541-21002) [n:127.0.0.1:34259_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34259.solr.core.testSimple1.shard1.replica_n2' (registry 'solr.core.testSimple1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@25b1bad
   [junit4]   2> 2294509 INFO  (qtp1350537321-21017) [n:127.0.0.1:34349_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34349.solr.core.testSimple1.shard1.replica_n1' (registry 'solr.core.testSimple1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@25b1bad
   [junit4]   2> 2294509 INFO  (qtp1722158541-21002) [n:127.0.0.1:34259_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2294509 INFO  (qtp1350537321-21017) [n:127.0.0.1:34349_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2294509 INFO  (qtp1350537321-21017) [n:127.0.0.1:34349_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.AutoAddReplicasIntegrationTest_C8E220014EACB3A6-001/tempDir-001/node1/testSimple1_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_C8E220014EACB3A6-001/tempDir-001/node1/./testSimple1_shard1_replica_n1/data/]
   [junit4]   2> 2294509 INFO  (qtp1722158541-21002) [n:127.0.0.1:34259_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.AutoAddReplicasIntegrationTest_C8E220014EACB3A6-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.AutoAddReplicasIntegrationTest_C8E220014EACB3A6-001/tempDir-001/node2/./testSimple1_shard1_replica_n2/data/]
   [junit4]   2> 2294525 INFO  (qtp1722158541-20997) [n:127.0.0.1:34259_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> 2294525 INFO  (qtp1350537321-21018) [n:127.0.0.1:34349_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> 2294526 INFO  (qtp1722158541-20997) [n:127.0.0.1:34259_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> 2294526 INFO  (qtp1350537321-21018) [n:127.0.0.1:34349_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> 2294526 INFO  (qtp1722158541-20997) [n:127.0.0.1:34259_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> 2294527 INFO  (qtp1350537321-21018) [n:127.0.0.1:34349_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> 2294527 INFO  (qtp1350537321-21018) [n:127.0.0.1:34349_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34349.solr.core.testSimple1.shard2.replica_n4' (registry 'solr.core.testSimple1.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@25b1bad
   [junit4]   2> 2294527 INFO  (qtp1722158541-20997) [n:127.0.0.1:34259_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34259.solr.core.testSimple1.shard2.replica_n6' (registry 'solr.core.testSimple1.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@25b1bad
   [junit4]   2> 2294527 INFO  (qtp1350537321-21018) [n:127.0.0.1:34349_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2294527 INFO  (qtp1722158541-20997) [n:127.0.0.1:34259_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2294527 INFO  (qtp1350537321-21018) [n:127.0.0.1:34349_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.AutoAddReplicasIntegrationTest_C8E220014EACB3A6-001/tempDir-001/node1/testSimple1_shard2_replica_n4], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_C8E220014EACB3A6-001/tempDir-001/node1/./testSimple1_shard2_replica_n4/data/]
   [junit4]   2> 2294528 INFO  (qtp1722158541-20997) [n:127.0.0.1:34259_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.AutoAddReplicasIntegrationTest_C8E220014EACB3A6-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.AutoAddReplicasIntegrationTest_C8E220014EACB3A6-001/tempDir-001/node2/./testSimple1_shard2_replica_n6/data/]
   [junit4]   2> 2294563 INFO  (qtp1350537321-21018) [n:127.0.0.1:34349_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> 2294564 INFO  (qtp1350537321-21018) [n:127.0.0.1:34349_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> 2294565 INFO  (qtp1350537321-21018) [n:127.0.0.1:34349_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2294565 INFO  (qtp1350537321-21018) [n:127.0.0.1:34349_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2294566 INFO  (qtp1350537321-21018) [n:127.0.0.1:34349_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@44e7df5f[testSimple1_shard2_replica_n4] main]
   [junit4]   2> 2294567 INFO  (qtp1350537321-21018) [n:127.0.0.1:34349_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> 2294567 INFO  (qtp1350537321-21018) [n:127.0.0.1:34349_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> 2294567 INFO  (qtp1350537321-21018) [n:127.0.0.1:34349_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> 2294568 INFO  (searcherExecutor-7257-thread-1-processing-n:127.0.0.1:34349_solr x:testSimple1_shard2_replica_n4 s:shard2 c:testSimple1 r:core_node7) [n:127.0.0.1:34349_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@44e7df5f[testSimple1_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2294568 INFO  (qtp1350537321-21018) [n:127.0.0.1:34349_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 1587895121396891648
   [junit4]   2> 2294571 INFO  (qtp1350537321-21018) [n:127.0.0.1:34349_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> 2294571 INFO  (qtp1350537321-21017) [n:127.0.0.1:34349_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> 2294571 INFO  (qtp1350537321-21017) [n:127.0.0.1:34349_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> 2294572 INFO  (qtp1350537321-21017) [n:127.0.0.1:34349_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2294572 INFO  (qtp1350537321-21017) [n:127.0.0.1:34349_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2294573 INFO  (qtp1722158541-21002) [n:127.0.0.1:34259_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> 2294573 INFO  (qtp1722158541-21002) [n:127.0.0.1:34259_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> 2294573 INFO  (qtp1350537321-21017) [n:127.0.0.1:34349_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5ed502a7[testSimple1_shard1_replica_n1] main]
   [junit4]   2> 2294573 INFO  (qtp1722158541-21002) [n:127.0.0.1:34259_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2294573 INFO  (qtp1350537321-21017) [n:127.0.0.1:34349_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> 2294573 INFO  (qtp1722158541-21002) [n:127.0.0.1:34259_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2294573 INFO  (qtp1350537321-21017) [n:127.0.0.1:34349_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> 2294573 INFO  (qtp1722158541-20997) [n:127.0.0.1:34259_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> 2294574 INFO  (qtp1722158541-20997) [n:127.0.0.1:34259_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> 2294574 INFO  (qtp1350537321-21017) [n:127.0.0.1:34349_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> 2294574 INFO  (qtp1722158541-21002) [n:127.0.0.1:34259_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@4c6a5e47[testSimple1_shard1_replica_n2] main]
   [junit4]   2> 2294574 INFO  (qtp1722158541-20997) [n:127.0.0.1:34259_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2294597 INFO  (qtp1722158541-20997) [n:127.0.0.1:34259_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2294597 INFO  (qtp1722158541-21002) [n:127.0.0.1:34259_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> 2294597 INFO  (qtp1722158541-21002) [n:127.0.0.1:34259_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> 2294597 INFO  (searcherExecutor-7255-thread-1-processing-n:127.0.0.1:34349_solr x:testSimple1_shard1_replica_n1 s:shard1 c:testSimple1 r:core_node3) [n:127.0.0.1:34349_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@5ed502a7[testSimple1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2294597 INFO  (qtp1350537321-21017) [n:127.0.0.1:34349_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 1587895121427300352
   [junit4]   2> 2294598 INFO  (qtp1722158541-21002) [n:127.0.0.1:34259_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> 2294598 INFO  (qtp1722158541-20997) [n:127.0.0.1:34259_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@58788998[testSimple1_shard2_replica_n6] main]
   [junit4]   2> 2294598 INFO  (searcherExecutor-7254-thread-1-processing-n:127.0.0.1:34259_solr x:testSimple1_shard1_replica_n2 s:shard1 c:testSimple1 r:core_node5) [n:127.0.0.1:34259_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@4c6a5e47[testSimple1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2294598 INFO  (qtp1722158541-21002) [n:127.0.0.1:34259_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 1587895121428348928
   [junit4]   2> 2294599 INFO  (qtp1722158541-20997) [n:127.0.0.1:34259_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> 2294599 INFO  (qtp1722158541-20997) [n:127.0.0.1:34259_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> 2294600 INFO  (qtp1722158541-20997) [n:127.0.0.1:34259_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> 2294601 INFO  (searcherExecutor-7256-thread-1-processing-n:127.0.0.1:34259_solr x:testSimple1_shard2_replica_n6 s:shard2 c:testSimple1 r:core_node8) [n:127.0.0.1:34259_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@58788998[testSimple1_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2294601 INFO  (qtp1722158541-20997) [n:127.0.0.1:34259_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 1587895121431494656
   [junit4]   2> 2294602 INFO  (qtp1722158541-21002) [n:127.0.0.1:34259_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> 2294602 INFO  (qtp1722158541-21002) [n:127.0.0.1:34259_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> 2294602 INFO  (qtp1722158541-21002) [n:127.0.0.1:34259_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34259/solr/testSimple1_shard1_replica_n2/
   [junit4]   2> 2294602 INFO  (qtp1722158541-21002) [n:127.0.0.1:34259_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=http://127.0.0.1:34259/solr START replicas=[http://127.0.0.1:34349/solr/testSimple1_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 2294603 INFO  (qtp1350537321-21011) [n:127.0.0.1:34349_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> 2294704 INFO  (zkCallback-3673-thread-1-processing-n:127.0.0.1:34349_solr) [n:127.0.0.1:34349_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> 2294704 INFO  (zkCallback-3673-thread-2-processing-n:127.0.0.1:34349_solr) [n:127.0.0.1:34349_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> 2294704 INFO  (zkCallback-3665-thread-1-processing-n:127.0.0.1:34259_solr) [n:127.0.0.1:34259_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> 2294704 INFO  (zkCallback-3665-thread-2-processing-n:127.0.0.1:34259_solr) [n:127.0.0.1:34259_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> 2294902 INFO  (qtp1722158541-21002) [n:127.0.0.1:34259_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=http://127.0.0.1:34259/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 2294902 INFO  (qtp1722158541-21002) [n:127.0.0.1:34259_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> 2294902 INFO  (qtp1722158541-21002) [n:127.0.0.1:34259_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> 2294902 INFO  (qtp1722158541-21002) [n:127.0.0.1:34259_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> 2294904 INFO  (qtp1722158541-21002) [n:127.0.0.1:34259_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:34259/solr/testSimple1_shard1_replica_n2/ shard1
   [junit4]   2> 2295005 INFO  (zkCallback-3665-thread-1-processing-n:127.0.0.1:34259_solr) [n:127.0.0.1:34259_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> 2295005 INFO  (zkCallback-3673-thread-1-processing-n:127.0.0.1:34349_solr) [n:127.0.0.1:34349_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> 2295005 INFO  (zkCallback-3673-thread-2-processing-n:127.0.0.1:34349_solr) [n:127.0.0.1:34349_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> 2295005 INFO  (zkCallback-3665-thread-2-processing-n:127.0.0.1:34259_solr) [n:127.0.0.1:34259_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> 2295054 INFO  (qtp1722158541-21002) [n:127.0.0.1:34259_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> 2295056 INFO  (qtp1722158541-21002) [n:127.0.0.1:34259_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=1560
   [junit4]   2> 2295071 INFO  (qtp1350537321-21018) [n:127.0.0.1:34349_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> 2295071 INFO  (qtp1350537321-21018) [n:127.0.0.1:34349_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> 2295071 INFO  (qtp1350537321-21018) [n:127.0.0.1:34349_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34349/solr/testSimple1_shard2_replica_n4/
   [junit4]   2> 2295071 INFO  (qtp1350537321-21018) [n:127.0.0.1:34349_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n4 url=http://127.0.0.1:34349/solr START replicas=[http://127.0.0.1:34259/solr/testSimple1_shard2_replica_n6/] nUpdates=100
   [junit4]   2> 2295072 INFO  (qtp1722158541-21089) [n:127.0.0.1:34259_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=0
   [junit4]   2> 2295084 DEBUG (ScheduledTrigger-7245-thread-2) [n:127.0.0.1:34349_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 2295156 INFO  (zkCallback-3665-thread-2-processing-n:127.0.0.1:34259_solr) [n:127.0.0.1:34259_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> 2295156 INFO  (zkCallback-3665-thread-1-processing-n:127.0.0.1:34259_solr) [n:127.0.0.1:34259_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> 2295156 INFO  (zkCallback-3673-thread-3-processing-n:127.0.0.1:34349_solr) [n:127.0.0.1:34349_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> 2295156 INFO  (zkCallback-3673-thread-2-processing-n:127.0.0.1:34349_solr) [n:127.0.0.1:34349_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> 2295372 INFO  (qtp1350537321-21018) [n:127.0.0.1:34349_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n4 url=http://127.0.0.1:34349/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 2295372 INFO  (qtp1350537321-21018) [n:127.0.0.1:34349_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> 2295372 INFO  (qtp1350537321-21018) [n:127.0.0.1:34349_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> 2295372 INFO  (qtp1350537321-21018) [n:127.0.0.1:34349_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> 2295373 INFO  (qtp1350537321-21018) [n:127.0.0.1:34349_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:34349/solr/testSimple1_shard2_replica_n4/ shard2
   [junit4]   2> 2295474 INFO  (zkCallback-3673-thread-3-processing-n:127.0.0.1:34349_solr) [n:127.0.0.1:34349_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> 2295474 INFO  (zkCallback-3673-thread-2-processing-n:127.0.0.1:34349_solr) [n:127.0.0.1:34349_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> 2295474 INFO  (zkCallback-3665-thread-2-processing-n:127.0.0.1:34259_solr) [n:127.0.0.1:34259_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> 2295474 INFO  (zkCallback-3665-thread-1-processing-n:127.0.0.1:34259_solr) [n:127.0.0.1:34259_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> 2295524 INFO  (qtp1350537321-21018) [n:127.0.0.1:34349_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> 2295535 INFO  (qtp1350537321-21018) [n:127.0.0.1:34349_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=2040
   [junit4]   2> 2295603 INFO  (qtp1350537321-21017) [n:127.0.0.1:34349_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=2107
   [junit4]   2> 2295605 INFO  (qtp1722158541-20997) [n:127.0.0.1:34259_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=2109
   [junit4]   2> 2295606 INFO  (qtp1722158541-21000) [n:127.0.0.1:34259_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> 2295705 INFO  (zkCallback-3665-thread-2-processing-n:127.0.0.1:34259_solr) [n:127.0.0.1:34259_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> 2295705 INFO  (zkCallback-3673-thread-2-processing-n:127.0.0.1:34349_solr) [n:127.0.0.1:34349_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> 2295705 INFO  (zkCallback-3673-thread-3-processing-n:127.0.0.1:34349_solr) [n:127.0.0.1:34349_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> 2295705 INFO  (zkCallback-3665-thread-1-processing-n:127.0.0.1:34259_solr) [n:127.0.0.1:34259_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> 2296084 DEBUG (ScheduledTrigger-7245-thread-1) [n:127.0.0.1:34349_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 2296606 INFO  (qtp1722158541-21000) [n:127.0.0.1:34259_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:34259_solr,127.0.0.1:34349_solr&wt=javabin&version=2} status=0 QTime=3419
   [junit4]   2> 2296607 INFO  (qtp1722158541-21001) [n:127.0.0.1:34259_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:34349_solr,127.0.0.1:44735_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2296608 INFO  (OverseerThreadFactory-7247-thread-2-processing-n:127.0.0.1:34349_solr) [n:127.0.0.1:34349_solr    ] o.a.s.c.CreateCollectionCmd Create collection testSimple2
   [junit4]   2> 2296608 INFO  (OverseerCollectionConfigSetProcessor-99243444976091145-127.0.0.1:34349_solr-n_0000000000) [n:127.0.0.1:34349_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> 2296811 INFO  (OverseerStateUpdate-99243444976091145-127.0.0.1:34349_solr-n_0000000000) [n:127.0.0.1:34349_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple2_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34349/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2296812 INFO  (OverseerStateUpdate-99243444976091145-127.0.0.1:34349_solr-n_0000000000) [n:127.0.0.1:34349_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple2_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44735/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2296812 INFO  (OverseerStateUpdate-99243444976091145-127.0.0.1:34349_solr-n_0000000000) [n:127.0.0.1:34349_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple2_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34349/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2296813 INFO  (OverseerStateUpdate-99243444976091145-127.0.0.1:34349_solr-n_0000000000) [n:127.0.0.1:34349_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":"http://127.0.0.1:44735/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2297014 INFO  (qtp1350537321-21014) [n:127.0.0.1:34349_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> 2297014 INFO  (qtp1350537321-21003) [n:127.0.0.1:34349_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> 2297014 INFO  (qtp1900053377-21005) [n:127.0.0.1:44735_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> 2297014 INFO  (qtp1900053377-21012) [n:127.0.0.1:44735_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> 2297014 INFO  (qtp1900053377-21005) [n:127.0.0.1:44735_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2297084 DEBUG (ScheduledTrigger-7245-thread-1) [n:127.0.0.1:34349_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 2297116 INFO  (zkCallback-3673-thread-2-processing-n:127.0.0.1:34349_solr) [n:127.0.0.1:34349_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> 2297116 INFO  (zkCallback-3673-thread-1-processing-n:127.0.0.1:34349_solr) [n:127.0.0.1:34349_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> 2297117 INFO  (zkCallback-3668-thread-2-processing-n:127.0.0.1:44735_solr) [n:127.0.0.1:44735_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> 2297116 INFO  (zkCallback-3673-thread-3-processing-n:127.0.0.1:34349_solr) [n:127.0.0.1:34349_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> 2297116 INFO  (zkCallback-3668-thread-1-processing-n:127.0.0.1:44735_solr) [n:127.0.0.1:44735_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> 2298018 INFO  (qtp1350537321-21003) [n:127.0.0.1:34349_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> 2298019 INFO  (qtp1350537321-21014) [n:127.0.0.1:34349_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> 2298019 INFO  (qtp1900053377-21005) [n:127.0.0.1:44735_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> 2298020 INFO  (qtp1900053377-21012) [n:127.0.0.1:44735_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> 2298024 INFO  (qtp1350537321-21014) [n:127.0.0.1:34349_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> 2298024 INFO  (qtp1900053377-21005) [n:127.0.0.1:44735_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> 2298025 INFO  (qtp1900053377-21005) [n:127.0.0.1:44735_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> 2298025 INFO  (qtp1350537321-21014) [n:127.0.0.1:34349_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> 2298025 INFO  (qtp1900053377-21005) [n:127.0.0.1:44735_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> 2298025 INFO  (qtp1350537321-21014) [n:127.0.0.1:34349_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> 2298025 INFO  (qtp1900053377-21005) [n:127.0.0.1:44735_solr c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44735.solr.core.testSimple2.shard2.replica_n6' (registry 'solr.core.testSimple2.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@25b1bad
   [junit4]   2> 2298025 INFO  (qtp1350537321-21014) [n:127.0.0.1:34349_solr c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34349.solr.core.testSimple2.shard2.replica_n4' (registry 'solr.core.testSimple2.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@25b1bad
   [junit4]   2> 2298025 INFO  (qtp1900053377-21005) [n:127.0.0.1:44735_solr c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2298025 INFO  (qtp1350537321-21014) [n:127.0.0.1:34349_solr c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2298025 INFO  (qtp1350537321-21014) [n:127.0.0.1:34349_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/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_C8E220014EACB3A6-001/tempDir-001/node1/testSimple2_shard2_replica_n4], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_C8E220014EACB3A6-001/tempDir-001/node1/./testSimple2_shard2_replica_n4/data/]
   [junit4]   2> 2298025 INFO  (qtp1900053377-21005) [n:127.0.0.1:44735_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/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_C8E220014EACB3A6-001/tempDir-001/node3/testSimple2_shard2_replica_n6], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_C8E220014EACB3A6-001/tempDir-001/node3/./testSimple2_shard2_replica_n6/data/]
   [junit4]   2> 2298026 INFO  (qtp1900053377-21012) [n:127.0.0.1:44735_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> 2298026 INFO  (qtp1350537321-21003) [n:127.0.0.1:34349_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> 2298044 INFO  (qtp1350537321-21003) [n:127.0.0.1:34349_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> 2298044 INFO  (qtp1900053377-21012) [n:127.0.0.1:44735_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> 2298044 INFO  (qtp1350537321-21003) [n:127.0.0.1:34349_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> 2298044 INFO  (qtp1900053377-21012) [n:127.0.0.1:44735_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> 2298044 INFO  (qtp1350537321-21003) [n:127.0.0.1:34349_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34349.solr.core.testSimple2.shard1.replica_n1' (registry 'solr.core.testSimple2.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@25b1bad
   [junit4]   2> 2298044 INFO  (qtp1900053377-21012) [n:127.0.0.1:44735_solr c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44735.solr.core.testSimple2.shard1.replica_n2' (registry 'solr.core.testSimple2.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@25b1bad
   [junit4]   2> 2298044 INFO  (qtp1350537321-21003) [n:127.0.0.1:34349_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2298044 INFO  (qtp1900053377-21012) [n:127.0.0.1:44735_solr c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2298044 INFO  (qtp1350537321-21003) [n:127.0.0.1:34349_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.AutoAddReplicasIntegrationTest_C8E220014EACB3A6-001/tempDir-001/node1/testSimple2_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_C8E220014EACB3A6-001/tempDir-001/node1/./testSimple2_shard1_replica_n1/data/]
   [junit4]   2> 2298044 INFO  (qtp1900053377-21012) [n:127.0.0.1:44735_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/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_C8E220014EACB3A6-001/tempDir-001/node3/testSimple2_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_C8E220014EACB3A6-001/tempDir-001/node3/./testSimple2_shard1_replica_n2/data/]
   [junit4]   2> 2298069 INFO  (qtp1350537321-21003) [n:127.0.0.1:34349_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> 2298069 INFO  (qtp1350537321-21003) [n:127.0.0.1:34349_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> 2298069 INFO  (qtp1900053377-21012) [n:127.0.0.1:44735_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> 2298069 INFO  (qtp1900053377-21012) [n:127.0.0.1:44735_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> 2298070 INFO  (qtp1350537321-21003) [n:127.0.0.1:34349_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2298070 INFO  (qtp1350537321-21003) [n:127.0.0.1:34349_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2298070 INFO  (qtp1900053377-21012) [n:127.0.0.1:44735_solr c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2298070 INFO  (qtp1900053377-21012) [n:127.0.0.1:44735_solr c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2298071 INFO  (qtp1350537321-21003) [n:127.0.0.1:34349_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2774f264[testSimple2_shard1_replica_n1] main]
   [junit4]   2> 2298071 INFO  (qtp1900053377-21012) [n:127.0.0.1:44735_solr c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@7f426bca[testSimple2_shard1_replica_n2] main]
   [junit4]   2> 2298071 INFO  (qtp1900053377-21012) [n:127.0.0.1:44735_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> 2298071 INFO  (qtp1350537321-21003) [n:127.0.0.1:34349_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> 2298071 INFO  (qtp1900053377-21012) [n:127.0.0.1:44735_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> 2298071 INFO  (qtp1350537321-21003) [n:127.0.0.1:34349_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> 2298072 INFO  (qtp1900053377-21012) [n:127.0.0.1:44735_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> 2298072 INFO  (qtp1350537321-21003) [n:127.0.0.1:34349_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> 2298072 INFO  (searcherExecutor-7276-thread-1-processing-n:127.0.0.1:34349_solr x:testSimple2_shard1_replica_n1 s:shard1 c:testSimple2 r:core_node3) [n:127.0.0.1:34349_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@2774f264[testSimple2_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2298072 INFO  (searcherExecutor-7277-thread-1-processing-n:127.0.0.1:44735_solr x:testSimple2_shard1_replica_n2 s:shard1 c:testSimple2 r:core_node5) [n:127.0.0.1:44735_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@7f426bca[testSimple2_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2298072 INFO  (qtp1350537321-21003) [n:127.0.0.1:34349_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 1587895125071101952
   [junit4]   2> 2298072 INFO  (qtp1900053377-21012) [n:127.0.0.1:44735_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 1587895125071101952
   [junit4]   2> 2298074 INFO  (qtp1900053377-21012) [n:127.0.0.1:44735_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> 2298074 INFO  (qtp1900053377-21012) [n:127.0.0.1:44735_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> 2298074 INFO  (qtp1900053377-21012) [n:127.0.0.1:44735_solr c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:44735/solr/testSimple2_shard1_replica_n2/
   [junit4]   2> 2298075 INFO  (qtp1900053377-21012) [n:127.0.0.1:44735_solr c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=testSimple2_shard1_replica_n2 url=http://127.0.0.1:44735/solr START replicas=[http://127.0.0.1:34349/solr/testSimple2_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 2298075 INFO  (qtp1350537321-21018) [n:127.0.0.1:34349_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.S.Request [testSimple2_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> 2298082 INFO  (qtp1350537321-21014) [n:127.0.0.1:34349_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> 2298082 INFO  (qtp1350537321-21014) [n:127.0.0.1:34349_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> 2298082 INFO  (qtp1900053377-21005) [n:127.0.0.1:44735_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> 2298082 INFO  (qtp1900053377-21005) [n:127.0.0.1:44735_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> 2298082 INFO  (qtp1350537321-21014) [n:127.0.0.1:34349_solr c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2298082 INFO  (qtp1350537321-21014) [n:127.0.0.1:34349_solr c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2298082 INFO  (qtp1900053377-21005) [n:127.0.0.1:44735_solr c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2298083 INFO  (qtp1900053377-21005) [n:127.0.0.1:44735_solr c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2298083 INFO  (qtp1350537321-21014) [n:127.0.0.1:34349_solr c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@5ae2b295[testSimple2_shard2_replica_n4] main]
   [junit4]   2> 2298083 INFO  (qtp1900053377-21005) [n:127.0.0.1:44735_solr c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@673cceff[testSimple2_shard2_replica_n6] main]
   [junit4]   2> 2298084 INFO  (qtp1350537321-21014) [n:127.0.0.1:34349_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> 2298084 INFO  (qtp1900053377-21005) [n:127.0.0.1:44735_solr c:testSimple2 s:shard2

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

ple2.shard2.leader, tag=1986651200
   [junit4]   2> 2435453 INFO  (coreCloseExecutor-7372-thread-4) [n:127.0.0.1:34259_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=1172561511
   [junit4]   2> 2435453 INFO  (coreCloseExecutor-7372-thread-5) [n:127.0.0.1:34259_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=2111410482
   [junit4]   2> 2435453 INFO  (coreCloseExecutor-7372-thread-5) [n:127.0.0.1:34259_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@390c5903: rootName = solr_34259, 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@471186a9
   [junit4]   2> 2435457 INFO  (jetty-closer-3648-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@76e4e6cf{/solr,null,UNAVAILABLE}
   [junit4]   2> 2435462 INFO  (coreCloseExecutor-7372-thread-1) [n:127.0.0.1:34259_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testSimple1.shard1.leader, tag=279894976
   [junit4]   2> 2435463 INFO  (coreCloseExecutor-7372-thread-2) [n:127.0.0.1:34259_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testSimple1.shard2.leader, tag=1580271709
   [junit4]   2> 2435463 INFO  (coreCloseExecutor-7372-thread-3) [n:127.0.0.1:34259_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=1067332967
   [junit4]   2> 2435463 INFO  (coreCloseExecutor-7372-thread-5) [n:127.0.0.1:34259_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=2111410482
   [junit4]   2> 2435463 INFO  (jetty-closer-3648-thread-1) [    ] o.a.s.c.Overseer Overseer (id=99243444976091142-127.0.0.1:34259_solr-n_0000000001) closing
   [junit4]   2> 2435464 INFO  (OverseerStateUpdate-99243444976091142-127.0.0.1:34259_solr-n_0000000001) [n:127.0.0.1:34259_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:34259_solr
   [junit4]   2> 2435464 DEBUG (jetty-closer-3648-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 2435464 WARN  (OverseerAutoScalingTriggerThread-99243444976091142-127.0.0.1:34259_solr-n_0000000001) [n:127.0.0.1:34259_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2435469 INFO  (jetty-closer-3648-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3437466a{/solr,null,UNAVAILABLE}
   [junit4]   2> 2435469 ERROR (SUITE-AutoAddReplicasIntegrationTest-seed#[C8E220014EACB3A6]-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> 2435470 INFO  (SUITE-AutoAddReplicasIntegrationTest-seed#[C8E220014EACB3A6]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:37467 37467
   [junit4]   2> 2450489 INFO  (Thread-6875) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:37467 37467
   [junit4]   2> 2450489 WARN  (Thread-6875) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/configs/conf
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	47	/solr/collections/testSimple1/state.json
   [junit4]   2> 	39	/solr/collections/testSimple2/state.json
   [junit4]   2> 	9	/solr/collections/testSimple3/state.json
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/collections/testSimple1/leader_elect/shard1/election/99243444976091142-core_node5-n_0000000000
   [junit4]   2> 	3	/solr/overseer_elect/election/99243444976091142-127.0.0.1:34259_solr-n_0000000001
   [junit4]   2> 	2	/solr/collections/testSimple1/leader_elect/shard2/election/99243444976091142-core_node8-n_0000000001
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 	2	/solr/collections/testSimple2/leader_elect/shard1/election/99243444976091143-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/queue-work
   [junit4]   2> 	2	/solr/overseer/collection-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/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_C8E220014EACB3A6-001
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=332, maxDocsPerChunk=435, blockSize=683), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=332, blockSize=683)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@48518909), locale=en-AU, timezone=Australia/Melbourne
   [junit4]   2> NOTE: Linux 4.10.0-40-generic amd64/Oracle Corporation 10-ea (64-bit)/cpus=8,threads=1,free=199893496,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestExceedMaxTermLength, TestReplicaProperties, TestXmlQParserPlugin, TestSolrConfigHandlerCloud, TestRecoveryHdfs, TestCollationFieldDocValues, UUIDFieldTest, SolrTestCaseJ4Test, PreAnalyzedFieldManagedSchemaCloudTest, TlogReplayBufferedWhileIndexingTest, LeaderElectionTest, TestQuerySenderListener, SystemLogListenerTest, BlobRepositoryCloudTest, TestEmbeddedSolrServerConstructors, ConnectionReuseTest, TestManagedResourceStorage, TestReloadAndDeleteDocs, TestInfoStreamLogging, EchoParamsTest, ParsingFieldUpdateProcessorsTest, TestStreamBody, HdfsRecoverLeaseTest, TestIndexSearcher, TestConfigSetsAPIExclusivity, DeleteNodeTest, V2ApiIntegrationTest, TestValueSourceCache, AnalysisErrorHandlingTest, TestHashPartitioner, TestDefaultStatsCache, SpellPossibilityIteratorTest, TestDistributedGrouping, TestCoreDiscovery, TestSolrConfigHandler, CSVRequestHandlerTest, TestCollectionAPI, ShufflingReplicaListTransformerTest, TestRTimerTree, TestUseDocValuesAsStored2, TestLockTree, BadComponentTest, TestMultiWordSynonyms, TestLFUCache, HighlighterTest, TestHighFrequencyDictionaryFactory, TestTrie, TestCoreContainer, CollectionReloadTest, JavabinLoaderTest, TestCopyFieldCollectionResource, CloneFieldUpdateProcessorFactoryTest, TestCloudJSONFacetJoinDomain, TestSizeLimitedDistributedMap, NumberUtilsTest, TestFunctionQuery, SecurityConfHandlerTest, RollingRestartTest, ScriptEngineTest, RecoveryZkTest, QueryElevationComponentTest, FieldAnalysisRequestHandlerTest, TestNumericTerms64, MultiThreadedOCPTest, CdcrReplicationHandlerTest, TestLegacyNumericRangeQueryBuilder, SimplePostToolTest, TestCloudRecovery, TestSolrCoreProperties, DeleteStatusTest, TestJsonFacets, TestZkAclsWithHadoopAuth, ConfigureRecoveryStrategyTest, TestElisionMultitermQuery, TestScoreJoinQPScore, TestExtendedDismaxParser, TestBlendedInfixSuggestions, TestHdfsBackupRestoreCore, TestNodeAddedTrigger, TestCollapseQParserPlugin, SolrMetricsIntegrationTest, TestSolrQueryResponse, TestSchemaManager, ExitableDirectoryReaderTest, UtilsToolTest, HdfsChaosMonkeySafeLeaderTest, SuggestComponentTest, TestPayloadCheckQParserPlugin, ConfigSetsAPITest, TestFieldCacheWithThreads, ImplicitSnitchTest, TestCustomSort, TestApiFramework, DirectSolrConnectionTest, ChangedSchemaMergeTest, CursorMarkTest, TestStressInPlaceUpdates, TestFiltering, TestLRUCache, TolerantUpdateProcessorTest, XmlUpdateRequestHandlerTest, ZkNodePropsTest, FullHLLTest, TestSolrDeletionPolicy2, ShardSplitTest, IndexSchemaTest, AutoScalingHandlerTest, TestSSLRandomization, CopyFieldTest, HdfsUnloadDistributedZkTest, BasicDistributedZk2Test, ClassificationUpdateProcessorFactoryTest, TestRawResponseWriter, RequiredFieldsTest, WordBreakSolrSpellCheckerTest, OverseerTest, DistributedQueryComponentCustomSortTest, SolrCoreCheckLockOnStartupTest, FacetPivotSmallTest, BlockJoinFacetRandomTest, ReplaceNodeTest, NodeAddedTriggerTest, TestManagedSynonymGraphFilterFactory, TestExactStatsCache, UnloadDistributedZkTest, PeerSyncReplicationTest, CollectionsAPIDistributedZkTest, FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, TestZkChroot, ZkControllerTest, BadIndexSchemaTest, ConvertedLegacyTest, TestBadConfig, SoftAutoCommitTest, AssignTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, CustomCollectionTest, DistribDocExpirationUpdateProcessorTest, LeaderFailureAfterFreshStartTest, LeaderInitiatedRecoveryOnShardRestartTest, LegacyCloudClusterPropTest, MissingSegmentRecoveryTest, MoveReplicaHDFSTest, TestCloudSearcherWarming, TestOnReconnectListenerSupport, TestPullReplicaErrorHandling, TestTolerantUpdateProcessorCloud, TriLevelCompositeIdRoutingTest, AutoAddReplicasIntegrationTest]
   [junit4] Completed [585/765 (1!)] on J2 in 157.63s, 1 test, 1 failure <<< FAILURES!

[...truncated 41434 lines...]

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

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

1 tests failed.
FAILED:  org.apache.solr.cloud.CleanupOldIndexTest.test

Error Message:


Stack Trace:
java.util.concurrent.TimeoutException
	at __randomizedtesting.SeedInfo.seed([9E625C5015893DE8:1636638ABB755010]:0)
	at org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:1261)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.waitForState(CloudSolrClient.java:449)
	at org.apache.solr.cloud.CleanupOldIndexTest.test(CleanupOldIndexTest.java:114)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12413 lines...]
   [junit4] Suite: org.apache.solr.cloud.CleanupOldIndexTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CleanupOldIndexTest_9E625C5015893DE8-001/init-core-data-001
   [junit4]   2> 689663 WARN  (SUITE-CleanupOldIndexTest-seed#[9E625C5015893DE8]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 689663 INFO  (SUITE-CleanupOldIndexTest-seed#[9E625C5015893DE8]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 689664 INFO  (SUITE-CleanupOldIndexTest-seed#[9E625C5015893DE8]-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> 689666 INFO  (SUITE-CleanupOldIndexTest-seed#[9E625C5015893DE8]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 689666 INFO  (SUITE-CleanupOldIndexTest-seed#[9E625C5015893DE8]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CleanupOldIndexTest_9E625C5015893DE8-001/tempDir-001
   [junit4]   2> 689666 INFO  (SUITE-CleanupOldIndexTest-seed#[9E625C5015893DE8]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 689666 INFO  (Thread-2381) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 689666 INFO  (Thread-2381) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 689670 ERROR (Thread-2381) [    ] 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> 689766 INFO  (SUITE-CleanupOldIndexTest-seed#[9E625C5015893DE8]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:40275
   [junit4]   2> 689768 INFO  (zkConnectionManagerCallback-1397-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 689772 INFO  (jetty-launcher-1394-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 689772 INFO  (jetty-launcher-1394-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 689783 INFO  (jetty-launcher-1394-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6c14573{/solr,null,AVAILABLE}
   [junit4]   2> 689783 INFO  (jetty-launcher-1394-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@572e4a93{/solr,null,AVAILABLE}
   [junit4]   2> 689785 INFO  (jetty-launcher-1394-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@626780ea{SSL,[ssl, http/1.1]}{127.0.0.1:34843}
   [junit4]   2> 689785 INFO  (jetty-launcher-1394-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1be50c94{SSL,[ssl, http/1.1]}{127.0.0.1:37047}
   [junit4]   2> 689785 INFO  (jetty-launcher-1394-thread-1) [    ] o.e.j.s.Server Started @693620ms
   [junit4]   2> 689785 INFO  (jetty-launcher-1394-thread-2) [    ] o.e.j.s.Server Started @693620ms
   [junit4]   2> 689785 INFO  (jetty-launcher-1394-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34843}
   [junit4]   2> 689785 INFO  (jetty-launcher-1394-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37047}
   [junit4]   2> 689785 ERROR (jetty-launcher-1394-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 689785 ERROR (jetty-launcher-1394-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 689785 INFO  (jetty-launcher-1394-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 689785 INFO  (jetty-launcher-1394-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 689785 INFO  (jetty-launcher-1394-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 689785 INFO  (jetty-launcher-1394-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 689785 INFO  (jetty-launcher-1394-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 689786 INFO  (jetty-launcher-1394-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-27T03:06:04.671Z
   [junit4]   2> 689785 INFO  (jetty-launcher-1394-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 689786 INFO  (jetty-launcher-1394-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-27T03:06:04.672Z
   [junit4]   2> 689798 INFO  (zkConnectionManagerCallback-1400-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 689798 INFO  (jetty-launcher-1394-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 689798 INFO  (zkConnectionManagerCallback-1401-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 689798 INFO  (jetty-launcher-1394-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 689806 INFO  (jetty-launcher-1394-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40275/solr
   [junit4]   2> 689810 INFO  (zkConnectionManagerCallback-1406-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 689811 INFO  (jetty-launcher-1394-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40275/solr
   [junit4]   2> 689814 INFO  (zkConnectionManagerCallback-1409-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 689820 INFO  (zkConnectionManagerCallback-1411-thread-1-processing-n:127.0.0.1:37047_solr) [n:127.0.0.1:37047_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 689826 INFO  (zkConnectionManagerCallback-1413-thread-1-processing-n:127.0.0.1:34843_solr) [n:127.0.0.1:34843_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 689861 INFO  (jetty-launcher-1394-thread-2) [n:127.0.0.1:37047_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 689861 INFO  (jetty-launcher-1394-thread-2) [n:127.0.0.1:37047_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37047_solr
   [junit4]   2> 689861 INFO  (jetty-launcher-1394-thread-2) [n:127.0.0.1:37047_solr    ] o.a.s.c.Overseer Overseer (id=99244046060945413-127.0.0.1:37047_solr-n_0000000000) starting
   [junit4]   2> 689862 INFO  (jetty-launcher-1394-thread-1) [n:127.0.0.1:34843_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 689863 INFO  (jetty-launcher-1394-thread-1) [n:127.0.0.1:34843_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34843_solr
   [junit4]   2> 689870 INFO  (zkCallback-1412-thread-1-processing-n:127.0.0.1:34843_solr) [n:127.0.0.1:34843_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 689870 INFO  (zkCallback-1410-thread-1-processing-n:127.0.0.1:37047_solr) [n:127.0.0.1:37047_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 689881 INFO  (jetty-launcher-1394-thread-2) [n:127.0.0.1:37047_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37047_solr
   [junit4]   2> 689886 INFO  (zkCallback-1412-thread-1-processing-n:127.0.0.1:34843_solr) [n:127.0.0.1:34843_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 689886 INFO  (zkCallback-1410-thread-1-processing-n:127.0.0.1:37047_solr) [n:127.0.0.1:37047_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 689934 INFO  (jetty-launcher-1394-thread-1) [n:127.0.0.1:34843_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34843.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@212567c5
   [junit4]   2> 689942 INFO  (jetty-launcher-1394-thread-1) [n:127.0.0.1:34843_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34843.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@212567c5
   [junit4]   2> 689942 INFO  (jetty-launcher-1394-thread-1) [n:127.0.0.1:34843_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34843.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@212567c5
   [junit4]   2> 689943 INFO  (jetty-launcher-1394-thread-1) [n:127.0.0.1:34843_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.CleanupOldIndexTest_9E625C5015893DE8-001/tempDir-001/node1/.
   [junit4]   2> 689956 INFO  (jetty-launcher-1394-thread-2) [n:127.0.0.1:37047_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37047.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@212567c5
   [junit4]   2> 689963 INFO  (jetty-launcher-1394-thread-2) [n:127.0.0.1:37047_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37047.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@212567c5
   [junit4]   2> 689963 INFO  (jetty-launcher-1394-thread-2) [n:127.0.0.1:37047_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37047.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@212567c5
   [junit4]   2> 689964 INFO  (jetty-launcher-1394-thread-2) [n:127.0.0.1:37047_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.CleanupOldIndexTest_9E625C5015893DE8-001/tempDir-001/node2/.
   [junit4]   2> 690020 INFO  (zkConnectionManagerCallback-1419-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 690031 INFO  (zkConnectionManagerCallback-1423-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 690034 INFO  (SUITE-CleanupOldIndexTest-seed#[9E625C5015893DE8]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 690034 INFO  (SUITE-CleanupOldIndexTest-seed#[9E625C5015893DE8]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40275/solr ready
   [junit4]   2> 690046 INFO  (TEST-CleanupOldIndexTest.test-seed#[9E625C5015893DE8]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 690074 INFO  (qtp786710705-7601) [n:127.0.0.1:34843_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params async=7b8805f2-78c7-4fd9-972e-f55dd42b5877&replicationFactor=2&collection.configName=conf1&name=oldindextest&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 690075 INFO  (qtp786710705-7601) [n:127.0.0.1:34843_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=7b8805f2-78c7-4fd9-972e-f55dd42b5877&replicationFactor=2&collection.configName=conf1&name=oldindextest&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 690078 INFO  (OverseerThreadFactory-2229-thread-1-processing-n:127.0.0.1:37047_solr) [n:127.0.0.1:37047_solr    ] o.a.s.c.CreateCollectionCmd Create collection oldindextest
   [junit4]   2> 690079 INFO  (qtp786710705-7586) [n:127.0.0.1:34843_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=7b8805f2-78c7-4fd9-972e-f55dd42b5877&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 690079 INFO  (qtp786710705-7586) [n:127.0.0.1:34843_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=7b8805f2-78c7-4fd9-972e-f55dd42b5877&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 690185 INFO  (OverseerStateUpdate-99244046060945413-127.0.0.1:37047_solr-n_0000000000) [n:127.0.0.1:37047_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"oldindextest",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"oldindextest_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37047/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 690186 INFO  (OverseerStateUpdate-99244046060945413-127.0.0.1:37047_solr-n_0000000000) [n:127.0.0.1:37047_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"oldindextest",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"oldindextest_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34843/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 690393 INFO  (qtp786710705-7601) [n:127.0.0.1:34843_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=oldindextest&version=2&replicaType=NRT&async=7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647&coreNodeName=core_node4&name=oldindextest_shard1_replica_n2&action=CREATE&numShards=1&shard=shard1&wt=javabin} status=0 QTime=0
   [junit4]   2> 690402 INFO  (parallelCoreAdminExecutor-2230-thread-1-processing-n:127.0.0.1:34843_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647 CREATE) [n:127.0.0.1:34843_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=oldindextest&version=2&replicaType=NRT&async=7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647&coreNodeName=core_node4&name=oldindextest_shard1_replica_n2&action=CREATE&numShards=1&shard=shard1&wt=javabin
   [junit4]   2> 690407 INFO  (parallelCoreAdminExecutor-2230-thread-1-processing-n:127.0.0.1:34843_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647 CREATE) [n:127.0.0.1:34843_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 690437 INFO  (qtp1391858806-7587) [n:127.0.0.1:37047_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=oldindextest&version=2&replicaType=NRT&async=7b8805f2-78c7-4fd9-972e-f55dd42b58772045107042822855&coreNodeName=core_node3&name=oldindextest_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin} status=0 QTime=0
   [junit4]   2> 690438 INFO  (parallelCoreAdminExecutor-2231-thread-1-processing-n:127.0.0.1:37047_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107042822855 CREATE) [n:127.0.0.1:37047_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=oldindextest&version=2&replicaType=NRT&async=7b8805f2-78c7-4fd9-972e-f55dd42b58772045107042822855&coreNodeName=core_node3&name=oldindextest_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin
   [junit4]   2> 690438 INFO  (parallelCoreAdminExecutor-2231-thread-1-processing-n:127.0.0.1:37047_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107042822855 CREATE) [n:127.0.0.1:37047_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 690440 INFO  (qtp786710705-7586) [n:127.0.0.1:34843_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647
   [junit4]   2> 690440 INFO  (qtp786710705-7586) [n:127.0.0.1:34843_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 690546 INFO  (zkCallback-1412-thread-1-processing-n:127.0.0.1:34843_solr) [n:127.0.0.1:34843_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/oldindextest/state.json] for collection [oldindextest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 690546 INFO  (zkCallback-1410-thread-1-processing-n:127.0.0.1:37047_solr) [n:127.0.0.1:37047_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/oldindextest/state.json] for collection [oldindextest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 690562 INFO  (zkCallback-1412-thread-2-processing-n:127.0.0.1:34843_solr) [n:127.0.0.1:34843_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/oldindextest/state.json] for collection [oldindextest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 690565 INFO  (zkCallback-1410-thread-2-processing-n:127.0.0.1:37047_solr) [n:127.0.0.1:37047_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/oldindextest/state.json] for collection [oldindextest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 691080 INFO  (qtp786710705-7597) [n:127.0.0.1:34843_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=7b8805f2-78c7-4fd9-972e-f55dd42b5877&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 691082 INFO  (qtp786710705-7597) [n:127.0.0.1:34843_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=7b8805f2-78c7-4fd9-972e-f55dd42b5877&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 691423 INFO  (parallelCoreAdminExecutor-2230-thread-1-processing-n:127.0.0.1:34843_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647 CREATE) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 691427 INFO  (parallelCoreAdminExecutor-2230-thread-1-processing-n:127.0.0.1:34843_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647 CREATE) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.s.IndexSchema [oldindextest_shard1_replica_n2] Schema name=cloud-dynamic
   [junit4]   2> 691441 INFO  (qtp786710705-7586) [n:127.0.0.1:34843_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647
   [junit4]   2> 691441 INFO  (qtp786710705-7586) [n:127.0.0.1:34843_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 691442 INFO  (parallelCoreAdminExecutor-2230-thread-1-processing-n:127.0.0.1:34843_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647 CREATE) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 691442 INFO  (parallelCoreAdminExecutor-2230-thread-1-processing-n:127.0.0.1:34843_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647 CREATE) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'oldindextest_shard1_replica_n2' using configuration from collection oldindextest, trusted=true
   [junit4]   2> 691443 INFO  (parallelCoreAdminExecutor-2230-thread-1-processing-n:127.0.0.1:34843_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647 CREATE) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34843.solr.core.oldindextest.shard1.replica_n2' (registry 'solr.core.oldindextest.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@212567c5
   [junit4]   2> 691447 INFO  (parallelCoreAdminExecutor-2230-thread-1-processing-n:127.0.0.1:34843_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647 CREATE) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 691447 INFO  (parallelCoreAdminExecutor-2230-thread-1-processing-n:127.0.0.1:34843_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647 CREATE) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.c.SolrCore [[oldindextest_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CleanupOldIndexTest_9E625C5015893DE8-001/tempDir-001/node1/oldindextest_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CleanupOldIndexTest_9E625C5015893DE8-001/tempDir-001/node1/./oldindextest_shard1_replica_n2/data/]
   [junit4]   2> 691447 INFO  (parallelCoreAdminExecutor-2231-thread-1-processing-n:127.0.0.1:37047_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107042822855 CREATE) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 691453 INFO  (parallelCoreAdminExecutor-2231-thread-1-processing-n:127.0.0.1:37047_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107042822855 CREATE) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.s.IndexSchema [oldindextest_shard1_replica_n1] Schema name=cloud-dynamic
   [junit4]   2> 691477 INFO  (parallelCoreAdminExecutor-2231-thread-1-processing-n:127.0.0.1:37047_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107042822855 CREATE) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 691477 INFO  (parallelCoreAdminExecutor-2231-thread-1-processing-n:127.0.0.1:37047_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107042822855 CREATE) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'oldindextest_shard1_replica_n1' using configuration from collection oldindextest, trusted=true
   [junit4]   2> 691477 INFO  (parallelCoreAdminExecutor-2231-thread-1-processing-n:127.0.0.1:37047_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107042822855 CREATE) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37047.solr.core.oldindextest.shard1.replica_n1' (registry 'solr.core.oldindextest.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@212567c5
   [junit4]   2> 691477 INFO  (parallelCoreAdminExecutor-2231-thread-1-processing-n:127.0.0.1:37047_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107042822855 CREATE) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 691477 INFO  (parallelCoreAdminExecutor-2231-thread-1-processing-n:127.0.0.1:37047_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107042822855 CREATE) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.c.SolrCore [[oldindextest_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CleanupOldIndexTest_9E625C5015893DE8-001/tempDir-001/node2/oldindextest_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CleanupOldIndexTest_9E625C5015893DE8-001/tempDir-001/node2/./oldindextest_shard1_replica_n1/data/]
   [junit4]   2> 691512 INFO  (parallelCoreAdminExecutor-2230-thread-1-processing-n:127.0.0.1:34843_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647 CREATE) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 691512 INFO  (parallelCoreAdminExecutor-2230-thread-1-processing-n:127.0.0.1:34843_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647 CREATE) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 691513 INFO  (parallelCoreAdminExecutor-2230-thread-1-processing-n:127.0.0.1:34843_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647 CREATE) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 691513 INFO  (parallelCoreAdminExecutor-2230-thread-1-processing-n:127.0.0.1:34843_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647 CREATE) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 691515 INFO  (parallelCoreAdminExecutor-2230-thread-1-processing-n:127.0.0.1:34843_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647 CREATE) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@5954a999[oldindextest_shard1_replica_n2] main]
   [junit4]   2> 691515 INFO  (parallelCoreAdminExecutor-2230-thread-1-processing-n:127.0.0.1:34843_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647 CREATE) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 691516 INFO  (parallelCoreAdminExecutor-2230-thread-1-processing-n:127.0.0.1:34843_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647 CREATE) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 691516 INFO  (parallelCoreAdminExecutor-2230-thread-1-processing-n:127.0.0.1:34843_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647 CREATE) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 691517 INFO  (searcherExecutor-2234-thread-1-processing-x:oldindextest_shard1_replica_n2 r:core_node4 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647 CREATE n:127.0.0.1:34843_solr s:shard1 c:oldindextest) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.c.SolrCore [oldindextest_shard1_replica_n2] Registered new searcher Searcher@5954a999[oldindextest_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 691517 INFO  (parallelCoreAdminExecutor-2230-thread-1-processing-n:127.0.0.1:34843_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647 CREATE) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1587904738914992128
   [junit4]   2> 691522 INFO  (parallelCoreAdminExecutor-2231-thread-1-processing-n:127.0.0.1:37047_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107042822855 CREATE) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 691523 INFO  (parallelCoreAdminExecutor-2231-thread-1-processing-n:127.0.0.1:37047_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107042822855 CREATE) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 691523 INFO  (parallelCoreAdminExecutor-2230-thread-1-processing-n:127.0.0.1:34843_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647 CREATE) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_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> 691524 INFO  (parallelCoreAdminExecutor-2231-thread-1-processing-n:127.0.0.1:37047_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107042822855 CREATE) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 691524 INFO  (parallelCoreAdminExecutor-2231-thread-1-processing-n:127.0.0.1:37047_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107042822855 CREATE) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 691525 INFO  (parallelCoreAdminExecutor-2231-thread-1-processing-n:127.0.0.1:37047_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107042822855 CREATE) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2d961a58[oldindextest_shard1_replica_n1] main]
   [junit4]   2> 691525 INFO  (parallelCoreAdminExecutor-2231-thread-1-processing-n:127.0.0.1:37047_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107042822855 CREATE) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 691525 INFO  (parallelCoreAdminExecutor-2231-thread-1-processing-n:127.0.0.1:37047_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107042822855 CREATE) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 691526 INFO  (parallelCoreAdminExecutor-2231-thread-1-processing-n:127.0.0.1:37047_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107042822855 CREATE) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 691526 INFO  (parallelCoreAdminExecutor-2231-thread-1-processing-n:127.0.0.1:37047_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107042822855 CREATE) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1587904738924429312
   [junit4]   2> 691527 INFO  (searcherExecutor-2235-thread-1-processing-x:oldindextest_shard1_replica_n1 r:core_node3 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107042822855 CREATE n:127.0.0.1:37047_solr s:shard1 c:oldindextest) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.c.SolrCore [oldindextest_shard1_replica_n1] Registered new searcher Searcher@2d961a58[oldindextest_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 691624 INFO  (zkCallback-1410-thread-1-processing-n:127.0.0.1:37047_solr) [n:127.0.0.1:37047_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/oldindextest/state.json] for collection [oldindextest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 691624 INFO  (zkCallback-1412-thread-2-processing-n:127.0.0.1:34843_solr) [n:127.0.0.1:34843_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/oldindextest/state.json] for collection [oldindextest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 691624 INFO  (zkCallback-1412-thread-1-processing-n:127.0.0.1:34843_solr) [n:127.0.0.1:34843_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/oldindextest/state.json] for collection [oldindextest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 691624 INFO  (zkCallback-1410-thread-2-processing-n:127.0.0.1:37047_solr) [n:127.0.0.1:37047_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/oldindextest/state.json] for collection [oldindextest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 692024 INFO  (parallelCoreAdminExecutor-2230-thread-1-processing-n:127.0.0.1:34843_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647 CREATE) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 692024 INFO  (parallelCoreAdminExecutor-2230-thread-1-processing-n:127.0.0.1:34843_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647 CREATE) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 692024 INFO  (parallelCoreAdminExecutor-2230-thread-1-processing-n:127.0.0.1:34843_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647 CREATE) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/
   [junit4]   2> 692024 INFO  (parallelCoreAdminExecutor-2230-thread-1-processing-n:127.0.0.1:34843_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647 CREATE) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=oldindextest_shard1_replica_n2 url=https://127.0.0.1:34843/solr START replicas=[https://127.0.0.1:37047/solr/oldindextest_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 692028 INFO  (qtp1391858806-7587) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.c.S.Request [oldindextest_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> 692083 INFO  (qtp786710705-7599) [n:127.0.0.1:34843_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=7b8805f2-78c7-4fd9-972e-f55dd42b5877&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 692083 INFO  (qtp786710705-7599) [n:127.0.0.1:34843_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=7b8805f2-78c7-4fd9-972e-f55dd42b5877&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 692325 INFO  (parallelCoreAdminExecutor-2230-thread-1-processing-n:127.0.0.1:34843_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647 CREATE) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=oldindextest_shard1_replica_n2 url=https://127.0.0.1:34843/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 692325 INFO  (parallelCoreAdminExecutor-2230-thread-1-processing-n:127.0.0.1:34843_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647 CREATE) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 692325 INFO  (parallelCoreAdminExecutor-2230-thread-1-processing-n:127.0.0.1:34843_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647 CREATE) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_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> 692325 INFO  (parallelCoreAdminExecutor-2230-thread-1-processing-n:127.0.0.1:34843_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647 CREATE) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 692330 INFO  (parallelCoreAdminExecutor-2230-thread-1-processing-n:127.0.0.1:34843_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647 CREATE) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/ shard1
   [junit4]   2> 692431 INFO  (zkCallback-1410-thread-2-processing-n:127.0.0.1:37047_solr) [n:127.0.0.1:37047_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/oldindextest/state.json] for collection [oldindextest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 692431 INFO  (zkCallback-1410-thread-1-processing-n:127.0.0.1:37047_solr) [n:127.0.0.1:37047_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/oldindextest/state.json] for collection [oldindextest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 692432 INFO  (zkCallback-1412-thread-1-processing-n:127.0.0.1:34843_solr) [n:127.0.0.1:34843_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/oldindextest/state.json] for collection [oldindextest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 692432 INFO  (zkCallback-1412-thread-2-processing-n:127.0.0.1:34843_solr) [n:127.0.0.1:34843_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/oldindextest/state.json] for collection [oldindextest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 692442 INFO  (qtp786710705-7601) [n:127.0.0.1:34843_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647
   [junit4]   2> 692442 INFO  (qtp786710705-7601) [n:127.0.0.1:34843_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 692481 INFO  (parallelCoreAdminExecutor-2230-thread-1-processing-n:127.0.0.1:34843_solr 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647 CREATE) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 692630 INFO  (zkCallback-1410-thread-1-processing-n:127.0.0.1:37047_solr) [n:127.0.0.1:37047_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/oldindextest/state.json] for collection [oldindextest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 692630 INFO  (zkCallback-1410-thread-2-processing-n:127.0.0.1:37047_solr) [n:127.0.0.1:37047_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/oldindextest/state.json] for collection [oldindextest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 692631 INFO  (zkCallback-1412-thread-1-processing-n:127.0.0.1:34843_solr) [n:127.0.0.1:34843_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/oldindextest/state.json] for collection [oldindextest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 692631 INFO  (zkCallback-1412-thread-2-processing-n:127.0.0.1:34843_solr) [n:127.0.0.1:34843_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/oldindextest/state.json] for collection [oldindextest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 693084 INFO  (qtp786710705-7588) [n:127.0.0.1:34843_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=7b8805f2-78c7-4fd9-972e-f55dd42b5877&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 693084 INFO  (qtp786710705-7588) [n:127.0.0.1:34843_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=7b8805f2-78c7-4fd9-972e-f55dd42b5877&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 693442 INFO  (qtp786710705-7597) [n:127.0.0.1:34843_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647
   [junit4]   2> 693443 INFO  (qtp786710705-7597) [n:127.0.0.1:34843_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=7b8805f2-78c7-4fd9-972e-f55dd42b58772045107044352647&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 693444 INFO  (qtp1391858806-7596) [n:127.0.0.1:37047_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 7b8805f2-78c7-4fd9-972e-f55dd42b58772045107042822855
   [junit4]   2> 693444 INFO  (qtp1391858806-7596) [n:127.0.0.1:37047_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=7b8805f2-78c7-4fd9-972e-f55dd42b58772045107042822855&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 693446 INFO  (OverseerThreadFactory-2229-thread-1-processing-n:127.0.0.1:37047_solr) [n:127.0.0.1:37047_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> 694079 INFO  (OverseerCollectionConfigSetProcessor-99244046060945413-127.0.0.1:37047_solr-n_0000000000) [n:127.0.0.1:37047_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> 694085 INFO  (qtp786710705-7586) [n:127.0.0.1:34843_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=7b8805f2-78c7-4fd9-972e-f55dd42b5877&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 694086 INFO  (qtp786710705-7586) [n:127.0.0.1:34843_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=7b8805f2-78c7-4fd9-972e-f55dd42b5877&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 694086 INFO  (qtp786710705-7601) [n:127.0.0.1:34843_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with params requestid=7b8805f2-78c7-4fd9-972e-f55dd42b5877&action=DELETESTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 694086 INFO  (qtp786710705-7601) [n:127.0.0.1:34843_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=7b8805f2-78c7-4fd9-972e-f55dd42b5877&action=DELETESTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 694092 INFO  (qtp1391858806-7598) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-0 (1587904741610881024)]} 0 1
   [junit4]   2> 694093 INFO  (qtp786710705-7588) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-0 (1587904741610881024)]} 0 4
   [junit4]   2> 694110 INFO  (qtp1391858806-7600) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-1 (1587904741616123904)]} 0 15
   [junit4]   2> 694110 INFO  (qtp786710705-7597) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-1 (1587904741616123904)]} 0 16
   [junit4]   2> 694116 INFO  (qtp1391858806-7587) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-2 (1587904741638144000)]} 0 0
   [junit4]   2> 694126 INFO  (qtp786710705-7586) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-2 (1587904741638144000)]} 0 11
   [junit4]   2> 694131 INFO  (qtp1391858806-7587) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-3 (1587904741650726912)]} 0 0
   [junit4]   2> 694131 INFO  (qtp786710705-7601) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-3 (1587904741650726912)]} 0 4
   [junit4]   2> 694145 INFO  (qtp1391858806-7598) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-4 (1587904741657018368)]} 0 10
   [junit4]   2> 694145 INFO  (qtp786710705-7588) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-4 (1587904741657018368)]} 0 13
   [junit4]   2> 694148 INFO  (qtp1391858806-7600) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{delete=[1-0 (-1587904741671698432)]} 0 2
   [junit4]   2> 694149 INFO  (qtp786710705-7597) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-0 (-1587904741671698432)]} 0 3
   [junit4]   2> 694161 INFO  (qtp1391858806-7596) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-5 (1587904741674844160)]} 0 11
   [junit4]   2> 694161 INFO  (qtp786710705-7586) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-5 (1587904741674844160)]} 0 11
   [junit4]   2> 694162 INFO  (qtp1391858806-7587) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{delete=[1-3 (-1587904741688475648)]} 0 0
   [junit4]   2> 694162 INFO  (qtp786710705-7601) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-3 (-1587904741688475648)]} 0 0
   [junit4]   2> 694166 INFO  (qtp1391858806-7598) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-6 (1587904741689524224)]} 0 2
   [junit4]   2> 694167 INFO  (qtp786710705-7588) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-6 (1587904741689524224)]} 0 3
   [junit4]   2> 694184 INFO  (qtp1391858806-7600) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{delete=[1-5 (-1587904741693718528)]} 0 10
   [junit4]   2> 694184 INFO  (qtp786710705-7597) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-5 (-1587904741693718528)]} 0 17
   [junit4]   2> 694186 INFO  (qtp1391858806-7596) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-7 (1587904741712592896)]} 0 0
   [junit4]   2> 694189 INFO  (qtp786710705-7586) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-7 (1587904741712592896)]} 0 4
   [junit4]   2> 694191 INFO  (qtp1391858806-7596) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{delete=[1-6 (-1587904741717835776)]} 0 0
   [junit4]   2> 694191 INFO  (qtp786710705-7601) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-6 (-1587904741717835776)]} 0 1
   [junit4]   2> 694192 INFO  (qtp1391858806-7598) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-8 (1587904741718884352)]} 0 0
   [junit4]   2> 694192 INFO  (qtp786710705-7588) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-8 (1587904741718884352)]} 0 1
   [junit4]   2> 694194 INFO  (qtp1391858806-7598) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-9 (1587904741720981504)]} 0 0
   [junit4]   2> 694194 INFO  (qtp786710705-7597) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-9 (1587904741720981504)]} 0 1
   [junit4]   2> 694197 INFO  (qtp1391858806-7587) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-10 (1587904741724127232)]} 0 0
   [junit4]   2> 694197 INFO  (qtp786710705-7586) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-10 (1587904741724127232)]} 0 1
   [junit4]   2> 694199 INFO  (qtp1391858806-7596) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-11 (1587904741726224384)]} 0 0
   [junit4]   2> 694199 INFO  (qtp786710705-7601) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-11 (1587904741726224384)]} 0 1
   [junit4]   2> 694200 INFO  (qtp1391858806-7600) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{delete=[1-11 (-1587904741728321536)]} 0 0
   [junit4]   2> 694201 INFO  (qtp786710705-7588) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-11 (-1587904741728321536)]} 0 1
   [junit4]   2> 694202 INFO  (qtp1391858806-7598) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-12 (1587904741729370112)]} 0 0
   [junit4]   2> 694203 INFO  (qtp786710705-7597) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-12 (1587904741729370112)]} 0 1
   [junit4]   2> 694206 INFO  (qtp1391858806-7598) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-13 (1587904741732515840)]} 0 0
   [junit4]   2> 694206 INFO  (qtp786710705-7586) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-13 (1587904741732515840)]} 0 1
   [junit4]   2> 694208 INFO  (qtp1391858806-7596) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-14 (1587904741735661568)]} 0 0
   [junit4]   2> 694208 INFO  (qtp786710705-7601) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-14 (1587904741735661568)]} 0 1
   [junit4]   2> 694210 INFO  (qtp1391858806-7600) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-15 (1587904741737758720)]} 0 0
   [junit4]   2> 694210 INFO  (qtp786710705-7588) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-15 (1587904741737758720)]} 0 1
   [junit4]   2> 694214 INFO  (qtp1391858806-7587) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{delete=[1-12 (-1587904741738807296)]} 0 0
   [junit4]   2> 694214 INFO  (qtp786710705-7597) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-12 (-1587904741738807296)]} 0 4
   [junit4]   2> 694216 INFO  (qtp1391858806-7587) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-16 (1587904741744050176)]} 0 0
   [junit4]   2> 694216 INFO  (qtp786710705-7586) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-16 (1587904741744050176)]} 0 1
   [junit4]   2> 694217 INFO  (qtp1391858806-7596) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{delete=[1-13 (-1587904741746147328)]} 0 0
   [junit4]   2> 694218 INFO  (qtp786710705-7601) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-13 (-1587904741746147328)]} 0 0
   [junit4]   2> 694219 INFO  (qtp1391858806-7600) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-17 (1587904741747195904)]} 0 0
   [junit4]   2> 694219 INFO  (qtp786710705-7588) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-17 (1587904741747195904)]} 0 0
   [junit4]   2> 694220 INFO  (qtp1391858806-7598) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{delete=[1-14 (-1587904741748244480)]} 0 0
   [junit4]   2> 694220 INFO  (qtp786710705-7597) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-14 (-1587904741748244480)]} 0 0
   [junit4]   2> 694221 INFO  (qtp1391858806-7587) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-18 (1587904741750341632)]} 0 0
   [junit4]   2> 694222 INFO  (qtp786710705-7586) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-18 (1587904741750341632)]} 0 1
   [junit4]   2> 694223 INFO  (qtp1391858806-7596) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-19 (1587904741751390208)]} 0 0
   [junit4]   2> 694223 INFO  (qtp786710705-7601) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-19 (1587904741751390208)]} 0 1
   [junit4]   2> 694237 INFO  (qtp1391858806-7600) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-20 (1587904741753487360)]} 0 12
   [junit4]   2> 694238 INFO  (qtp786710705-7588) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-20 (1587904741753487360)]} 0 13
   [junit4]   2> 694239 INFO  (qtp1391858806-7598) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-21 (1587904741768167424)]} 0 0
   [junit4]   2> 694239 INFO  (qtp786710705-7597) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-21 (1587904741768167424)]} 0 1
   [junit4]   2> 694242 INFO  (qtp1391858806-7587) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-22 (1587904741770264576)]} 0 1
   [junit4]   2> 694246 INFO  (qtp786710705-7586) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-22 (1587904741770264576)]} 0 6
   [junit4]   2> 694258 INFO  (qtp1391858806-7596) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-23 (1587904741777604608)]} 0 10
   [junit4]   2> 694258 INFO  (qtp786710705-7601) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-23 (1587904741777604608)]} 0 11
   [junit4]   2> 694259 INFO  (qtp1391858806-7600) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{delete=[1-15 (-1587904741790187520)]} 0 0
   [junit4]   2> 694261 INFO  (qtp786710705-7588) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-15 (-1587904741790187520)]} 0 2
   [junit4]   2> 694263 INFO  (qtp1391858806-7600) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-24 (1587904741793333248)]} 0 0
   [junit4]   2> 694265 INFO  (qtp786710705-7597) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-24 (1587904741793333248)]} 0 3
   [junit4]   2> 694269 INFO  (qtp1391858806-7587) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-25 (1587904741797527552)]} 0 0
   [junit4]   2> 694269 INFO  (qtp786710705-7586) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-25 (1587904741797527552)]} 0 2
   [junit4]   2> 694271 INFO  (qtp1391858806-7596) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-26 (1587904741801721856)]} 0 0
   [junit4]   2> 694274 INFO  (qtp786710705-7601) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-26 (1587904741801721856)]} 0 4
   [junit4]   2> 694276 INFO  (qtp1391858806-7596) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-27 (1587904741806964736)]} 0 0
   [junit4]   2> 694276 INFO  (qtp786710705-7588) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-27 (1587904741806964736)]} 0 1
   [junit4]   2> 694288 INFO  (qtp1391858806-7600) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-28 (1587904741809061888)]} 0 10
   [junit4]   2> 694289 INFO  (qtp786710705-7597) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-28 (1587904741809061888)]} 0 11
   [junit4]   2> 694290 INFO  (qtp1391858806-7587) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{delete=[1-16 (-1587904741821644800)]} 0 0
   [junit4]   2> 694290 INFO  (qtp786710705-7586) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-16 (-1587904741821644800)]} 0 0
   [junit4]   2> 694291 INFO  (qtp1391858806-7598) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-29 (1587904741822693376)]} 0 0
   [junit4]   2> 694291 INFO  (qtp786710705-7601) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-29 (1587904741822693376)]} 0 1
   [junit4]   2> 694292 INFO  (qtp1391858806-7596) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-30 (1587904741824790528)]} 0 0
   [junit4]   2> 694292 INFO  (qtp786710705-7588) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-30 (1587904741824790528)]} 0 0
   [junit4]   2> 694297 INFO  (qtp1391858806-7596) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{delete=[1-17 (-1587904741825839104)]} 0 3
   [junit4]   2> 694297 INFO  (qtp786710705-7597) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-17 (-1587904741825839104)]} 0 4
   [junit4]   2> 694308 INFO  (qtp1391858806-7587) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-31 (1587904741831081984)]} 0 10
   [junit4]   2> 694309 INFO  (qtp786710705-7586) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-31 (1587904741831081984)]} 0 11
   [junit4]   2> 694310 INFO  (qtp1391858806-7598) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-32 (1587904741842616320)]} 0 0
   [junit4]   2> 694310 INFO  (qtp786710705-7601) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-32 (1587904741842616320)]} 0 1
   [junit4]   2> 694322 INFO  (qtp1391858806-7598) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{delete=[1-19 (-1587904741844713472)]} 0 10
   [junit4]   2> 694322 INFO  (qtp786710705-7588) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-19 (-1587904741844713472)]} 0 11
   [junit4]   2> 694325 INFO  (qtp1391858806-7596) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-33 (1587904741857296384)]} 0 0
   [junit4]   2> 694325 INFO  (qtp786710705-7597) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-33 (1587904741857296384)]} 0 2
   [junit4]   2> 694326 INFO  (qtp1391858806-7587) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-34 (1587904741860442112)]} 0 0
   [junit4]   2> 694326 INFO  (qtp786710705-7586) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-34 (1587904741860442112)]} 0 0
   [junit4]   2> 694328 INFO  (qtp1391858806-7600) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-35 (1587904741861490688)]} 0 0
   [junit4]   2> 694328 INFO  (qtp786710705-7601) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-35 (1587904741861490688)]} 0 0
   [junit4]   2> 694329 INFO  (qtp1391858806-7598) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{delete=[1-20 (-1587904741862539264)]} 0 0
   [junit4]   2> 694329 INFO  (qtp786710705-7588) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-20 (-1587904741862539264)]} 0 0
   [junit4]   2> 694330 INFO  (qtp1391858806-7598) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-36 (1587904741864636416)]} 0 0
   [junit4]   2> 694331 INFO  (qtp786710705-7597) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-36 (1587904741864636416)]} 0 1
   [junit4]   2> 694332 INFO  (qtp1391858806-7598) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{delete=[1-21 (-1587904741865684992)]} 0 0
   [junit4]   2> 694332 INFO  (qtp786710705-7586) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-21 (-1587904741865684992)]} 0 0
   [junit4]   2> 694344 INFO  (qtp1391858806-7600) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-37 (1587904741867782144)]} 0 10
   [junit4]   2> 694344 INFO  (qtp786710705-7601) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-37 (1587904741867782144)]} 0 11
   [junit4]   2> 694355 INFO  (qtp1391858806-7596) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{delete=[1-23 (-1587904741879316480)]} 0 10
   [junit4]   2> 694355 INFO  (qtp786710705-7588) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-23 (-1587904741879316480)]} 0 10
   [junit4]   2> 694367 INFO  (qtp1391858806-7587) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-38 (1587904741891899392)]} 0 10
   [junit4]   2> 694367 INFO  (qtp786710705-7597) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-38 (1587904741891899392)]} 0 11
   [junit4]   2> 694378 INFO  (qtp1391858806-7598) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-39 (1587904741904482304)]} 0 10
   [junit4]   2> 694379 INFO  (qtp786710705-7586) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-39 (1587904741904482304)]} 0 11
   [junit4]   2> 694380 INFO  (qtp1391858806-7600) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{add=[1-40 (1587904741916016640)]} 0 0
   [junit4]   2> 694380 INFO  (qtp786710705-7601) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-40 (1587904741916016640)]} 0 1
   [junit4]   2> 694381 INFO  (qtp1391858806-7596) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [oldindextest_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34843/solr/oldindextest_shard1_replica_n2/&wt=javabin&version=2}{delete=[1-25 (-158790474

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

m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 794758 INFO  (jetty-closer-1395-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@62fddb09: rootName = solr_37047, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@598d2978
   [junit4]   2> 794758 INFO  (jetty-closer-1395-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 794759 INFO  (zkCallback-1412-thread-4-processing-n:127.0.0.1:34843_solr) [n:127.0.0.1:34843_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 794759 INFO  (coreCloseExecutor-2261-thread-1) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.c.SolrCore [oldindextest_shard1_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@4ba4e803
   [junit4]   2> 794759 INFO  (coreCloseExecutor-2261-thread-1) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.oldindextest.shard1.replica_n2, tag=1269098499
   [junit4]   2> 794759 INFO  (coreCloseExecutor-2261-thread-1) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@43fd2801: rootName = solr_34843, domain = solr.core.oldindextest.shard1.replica_n2, service url = null, agent id = null] for registry solr.core.oldindextest.shard1.replica_n2 / com.codahale.metrics.MetricRegistry@7f6e4c6e
   [junit4]   2> 794759 INFO  (zkCallback-1430-thread-3-processing-n:127.0.0.1:37047_solr) [n:127.0.0.1:37047_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 794760 INFO  (jetty-closer-1395-thread-2) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:37047_solr
   [junit4]   2> 794760 INFO  (jetty-closer-1395-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 794760 INFO  (zkCallback-1412-thread-4-processing-n:127.0.0.1:34843_solr) [n:127.0.0.1:34843_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 794760 INFO  (zkCallback-1430-thread-3-processing-n:127.0.0.1:37047_solr) [n:127.0.0.1:37047_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 794760 INFO  (coreCloseExecutor-2262-thread-1) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.c.SolrCore [oldindextest_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@287972f0
   [junit4]   2> 794760 INFO  (coreCloseExecutor-2262-thread-1) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.oldindextest.shard1.replica_n1, tag=679047920
   [junit4]   2> 794760 INFO  (coreCloseExecutor-2262-thread-1) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7f06ff79: rootName = solr_37047, domain = solr.core.oldindextest.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.oldindextest.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@70c25c73
   [junit4]   2> 794766 INFO  (coreCloseExecutor-2261-thread-1) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.oldindextest.shard1.leader, tag=1269098499
   [junit4]   2> 794766 INFO  (coreCloseExecutor-2261-thread-1) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 794766 INFO  (coreCloseExecutor-2261-thread-1) [n:127.0.0.1:34843_solr c:oldindextest s:shard1 r:core_node4 x:oldindextest_shard1_replica_n2] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@7596271e commitCommandVersion:0
   [junit4]   2> 794768 INFO  (coreCloseExecutor-2262-thread-1) [n:127.0.0.1:37047_solr c:oldindextest s:shard1 r:core_node3 x:oldindextest_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.oldindextest.shard1.leader, tag=679047920
   [junit4]   2> 794776 INFO  (jetty-closer-1395-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@57dd2ee8{/solr,null,UNAVAILABLE}
   [junit4]   2> 794903 INFO  (jetty-closer-1395-thread-1) [    ] o.a.s.c.Overseer Overseer (id=99244046060945414-127.0.0.1:34843_solr-n_0000000001) closing
   [junit4]   2> 794903 INFO  (OverseerStateUpdate-99244046060945414-127.0.0.1:34843_solr-n_0000000001) [n:127.0.0.1:34843_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:34843_solr
   [junit4]   2> 794904 WARN  (OverseerAutoScalingTriggerThread-99244046060945414-127.0.0.1:34843_solr-n_0000000001) [n:127.0.0.1:34843_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 794907 INFO  (jetty-closer-1395-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@572e4a93{/solr,null,UNAVAILABLE}
   [junit4]   2> 794907 ERROR (SUITE-CleanupOldIndexTest-seed#[9E625C5015893DE8]-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> 794908 INFO  (SUITE-CleanupOldIndexTest-seed#[9E625C5015893DE8]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40275 40275
   [junit4]   2> 794964 INFO  (Thread-2381) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40275 40275
   [junit4]   2> 794965 WARN  (Thread-2381) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 	3	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	20	/solr/collections/oldindextest/state.json
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/collections/oldindextest/leader_elect/shard1/election/99244046060945414-core_node4-n_0000000000
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/live_nodes
   [junit4]   2> 	4	/solr/collections
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 	2	/solr/overseer/collection-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.CleanupOldIndexTest_9E625C5015893DE8-001
   [junit4]   2> Dec 27, 2017 3:07:49 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {rnd_b=PostingsFormat(name=LuceneVarGapFixedInterval), a_t=Lucene50(blocksize=128), id=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{_version_=DocValuesFormat(name=Lucene70), a_i=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=675, maxMBSortInHeap=6.2116558592495945, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@42696f7a), locale=he, timezone=Africa/Douala
   [junit4]   2> NOTE: Linux 4.10.0-40-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=8,threads=1,free=295798024,total=526385152
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldCacheSortRandom, CdcrBootstrapTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestMergePolicyConfig, TestNamedUpdateProcessors, TestStressVersions, FastVectorHighlighterTest, TestCollectionsAPIViaSolrCloudCluster, CdcrRequestHandlerTest, TestPerFieldSimilarityWithDefaultOverride, TestUninvertingReader, SolrJmxReporterTest, TestRestManager, HdfsRecoveryZkTest, TestTrieFacet, LeaderElectionIntegrationTest, DistributedQueryElevationComponentTest, TestConfigOverlay, HttpSolrCallGetCoreTest, TestMaxScoreQueryParser, BasicZkTest, TestConfig, TestJavabinTupleStreamParser, AtomicUpdateProcessorFactoryTest, TestTriggerIntegration, TestNoOpRegenerator, TestFieldSortValues, TestTolerantUpdateProcessorRandomCloud, EnumFieldTest, BitVectorTest, TestLegacyFieldCache, TestComponentsName, MinimalSchemaTest, TestCloudPivotFacet, TestHalfAndHalfDocValues, PrimitiveFieldTypeTest, HdfsCollectionsAPIDistributedZkTest, RecoveryAfterSoftCommitTest, SolrGangliaReporterTest, CoreSorterTest, OverseerStatusTest, TestMinMaxOnMultiValuedField, TestDistribIDF, SolrMetricManagerTest, RAMDirectoryFactoryTest, TestSuggestSpellingConverter, TestManagedSchemaThreadSafety, HdfsDirectoryFactoryTest, TestSchemaNameResource, DistributedMLTComponentTest, TestHashQParserPlugin, TestNodeLostTrigger, ComputePlanActionTest, SpellCheckCollatorTest, UUIDUpdateProcessorFallbackTest, UpdateRequestProcessorFactoryTest, TestNestedDocsSort, QueryParsingTest, ForceLeaderTest, TestFoldingMultitermQuery, V2StandaloneTest, DistributedQueueTest, UpdateLogTest, CleanupOldIndexTest]
   [junit4] Completed [227/765 (1!)] on J0 in 105.56s, 1 test, 1 error <<< FAILURES!

[...truncated 49885 lines...]