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

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

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21305/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseG1GC

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

Error Message:
Waiting for collection testSimple2 null Live Nodes: [127.0.0.1:41517_solr, 127.0.0.1:46055_solr] Last available state: DocCollection(testSimple2//collections/testSimple2/state.json/24)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{       "range":"80000000-ffffffff",       "state":"active",       "replicas":{         "core_node3":{           "dataDir":"hdfs://localhost.localdomain:39997/data/testSimple2/core_node3/data/",           "base_url":"http://127.0.0.1:39275/solr",           "node_name":"127.0.0.1:39275_solr",           "type":"NRT",           "ulogDir":"hdfs://localhost.localdomain:39997/data/testSimple2/core_node3/data/tlog",           "core":"testSimple2_shard1_replica_n1",           "shared_storage":"true",           "state":"down"},         "core_node5":{           "dataDir":"hdfs://localhost.localdomain:39997/data/testSimple2/core_node5/data/",           "base_url":"http://127.0.0.1:46055/solr",           "node_name":"127.0.0.1:46055_solr",           "type":"NRT",           "ulogDir":"hdfs://localhost.localdomain:39997/data/testSimple2/core_node5/data/tlog",           "core":"testSimple2_shard1_replica_n2",           "shared_storage":"true",           "state":"active",           "leader":"true"}}},     "shard2":{       "range":"0-7fffffff",       "state":"active",       "replicas":{         "core_node7":{           "dataDir":"hdfs://localhost.localdomain:39997/data/testSimple2/core_node7/data/",           "base_url":"http://127.0.0.1:39275/solr",           "node_name":"127.0.0.1:39275_solr",           "type":"NRT",           "ulogDir":"hdfs://localhost.localdomain:39997/data/testSimple2/core_node7/data/tlog",           "core":"testSimple2_shard2_replica_n4",           "shared_storage":"true",           "state":"down"},         "core_node8":{           "dataDir":"hdfs://localhost.localdomain:39997/data/testSimple2/core_node8/data/",           "base_url":"http://127.0.0.1:46055/solr",           "node_name":"127.0.0.1:46055_solr",           "type":"NRT",           "ulogDir":"hdfs://localhost.localdomain:39997/data/testSimple2/core_node8/data/tlog",           "core":"testSimple2_shard2_replica_n6",           "shared_storage":"true",           "state":"active",           "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:41517_solr, 127.0.0.1:46055_solr]
Last available state: DocCollection(testSimple2//collections/testSimple2/state.json/24)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "dataDir":"hdfs://localhost.localdomain:39997/data/testSimple2/core_node3/data/",
          "base_url":"http://127.0.0.1:39275/solr",
          "node_name":"127.0.0.1:39275_solr",
          "type":"NRT",
          "ulogDir":"hdfs://localhost.localdomain:39997/data/testSimple2/core_node3/data/tlog",
          "core":"testSimple2_shard1_replica_n1",
          "shared_storage":"true",
          "state":"down"},
        "core_node5":{
          "dataDir":"hdfs://localhost.localdomain:39997/data/testSimple2/core_node5/data/",
          "base_url":"http://127.0.0.1:46055/solr",
          "node_name":"127.0.0.1:46055_solr",
          "type":"NRT",
          "ulogDir":"hdfs://localhost.localdomain:39997/data/testSimple2/core_node5/data/tlog",
          "core":"testSimple2_shard1_replica_n2",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          "dataDir":"hdfs://localhost.localdomain:39997/data/testSimple2/core_node7/data/",
          "base_url":"http://127.0.0.1:39275/solr",
          "node_name":"127.0.0.1:39275_solr",
          "type":"NRT",
          "ulogDir":"hdfs://localhost.localdomain:39997/data/testSimple2/core_node7/data/tlog",
          "core":"testSimple2_shard2_replica_n4",
          "shared_storage":"true",
          "state":"down"},
        "core_node8":{
          "dataDir":"hdfs://localhost.localdomain:39997/data/testSimple2/core_node8/data/",
          "base_url":"http://127.0.0.1:46055/solr",
          "node_name":"127.0.0.1:46055_solr",
          "type":"NRT",
          "ulogDir":"hdfs://localhost.localdomain:39997/data/testSimple2/core_node8/data/tlog",
          "core":"testSimple2_shard2_replica_n6",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([46AE2D6B4F145220:7E1D099568E786F1]: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 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 13603 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest
   [junit4]   2> 2681839 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[46AE2D6B4F145220]-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.HdfsAutoAddReplicasIntegrationTest_46AE2D6B4F145220-001/init-core-data-001
   [junit4]   2> 2681839 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[46AE2D6B4F145220]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=15 numCloses=15
   [junit4]   2> 2681839 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[46AE2D6B4F145220]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2681841 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[46AE2D6B4F145220]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2681841 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[46AE2D6B4F145220]-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.HdfsAutoAddReplicasIntegrationTest_46AE2D6B4F145220-001/tempDir-001
   [junit4]   2> 2681841 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[46AE2D6B4F145220]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2681841 INFO  (Thread-5324) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2681841 INFO  (Thread-5324) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2681843 ERROR (Thread-5324) [    ] 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> 2681941 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[46AE2D6B4F145220]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:45895
   [junit4]   2> 2681945 INFO  (zkConnectionManagerCallback-8088-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2681952 INFO  (jetty-launcher-8085-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T09:27:37+12:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2681952 INFO  (jetty-launcher-8085-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T09:27:37+12:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2681952 INFO  (jetty-launcher-8085-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T09:27:37+12:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2681953 INFO  (jetty-launcher-8085-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2681953 INFO  (jetty-launcher-8085-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2681953 INFO  (jetty-launcher-8085-thread-3) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2681954 INFO  (jetty-launcher-8085-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2681954 INFO  (jetty-launcher-8085-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2681954 INFO  (jetty-launcher-8085-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2681954 INFO  (jetty-launcher-8085-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2681954 INFO  (jetty-launcher-8085-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2681954 INFO  (jetty-launcher-8085-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1d0458b{/solr,null,AVAILABLE}
   [junit4]   2> 2681954 INFO  (jetty-launcher-8085-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2681955 INFO  (jetty-launcher-8085-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1558b9a{/solr,null,AVAILABLE}
   [junit4]   2> 2681955 INFO  (jetty-launcher-8085-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1190318{/solr,null,AVAILABLE}
   [junit4]   2> 2681955 INFO  (jetty-launcher-8085-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@141444a{HTTP/1.1,[http/1.1]}{127.0.0.1:46055}
   [junit4]   2> 2681955 INFO  (jetty-launcher-8085-thread-3) [    ] o.e.j.s.Server Started @2683026ms
   [junit4]   2> 2681956 INFO  (jetty-launcher-8085-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46055}
   [junit4]   2> 2681956 INFO  (jetty-launcher-8085-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@49d39d{HTTP/1.1,[http/1.1]}{127.0.0.1:41517}
   [junit4]   2> 2681956 INFO  (jetty-launcher-8085-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1629188{HTTP/1.1,[http/1.1]}{127.0.0.1:39275}
   [junit4]   2> 2681956 INFO  (jetty-launcher-8085-thread-1) [    ] o.e.j.s.Server Started @2683026ms
   [junit4]   2> 2681956 ERROR (jetty-launcher-8085-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2681956 INFO  (jetty-launcher-8085-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41517}
   [junit4]   2> 2681956 INFO  (jetty-launcher-8085-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 2681956 INFO  (jetty-launcher-8085-thread-2) [    ] o.e.j.s.Server Started @2683026ms
   [junit4]   2> 2681956 INFO  (jetty-launcher-8085-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2681957 INFO  (jetty-launcher-8085-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39275}
   [junit4]   2> 2681957 INFO  (jetty-launcher-8085-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2681957 ERROR (jetty-launcher-8085-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2681957 INFO  (jetty-launcher-8085-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-20T14:43:13.583Z
   [junit4]   2> 2681957 INFO  (jetty-launcher-8085-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 2681957 ERROR (jetty-launcher-8085-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2681957 INFO  (jetty-launcher-8085-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2681958 INFO  (jetty-launcher-8085-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 2681958 INFO  (jetty-launcher-8085-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2681958 INFO  (jetty-launcher-8085-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2681958 INFO  (jetty-launcher-8085-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-20T14:43:13.584Z
   [junit4]   2> 2681958 INFO  (jetty-launcher-8085-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2681958 INFO  (jetty-launcher-8085-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-20T14:43:13.584Z
   [junit4]   2> 2681961 INFO  (zkConnectionManagerCallback-8090-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2681961 INFO  (zkConnectionManagerCallback-8094-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2681962 INFO  (zkConnectionManagerCallback-8092-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2681962 INFO  (jetty-launcher-8085-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2681962 INFO  (jetty-launcher-8085-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2681962 INFO  (jetty-launcher-8085-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2681979 INFO  (jetty-launcher-8085-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45895/solr
   [junit4]   2> 2681980 INFO  (jetty-launcher-8085-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45895/solr
   [junit4]   2> 2681980 INFO  (jetty-launcher-8085-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45895/solr
   [junit4]   2> 2681981 INFO  (zkConnectionManagerCallback-8100-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2681981 INFO  (zkConnectionManagerCallback-8104-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2681982 INFO  (zkConnectionManagerCallback-8106-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2681983 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 0x161140601bc0005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2681984 INFO  (zkConnectionManagerCallback-8108-thread-1-processing-n:127.0.0.1:41517_solr) [n:127.0.0.1:41517_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2681984 INFO  (zkConnectionManagerCallback-8110-thread-1-processing-n:127.0.0.1:39275_solr) [n:127.0.0.1:39275_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2681984 INFO  (zkConnectionManagerCallback-8112-thread-1-processing-n:127.0.0.1:46055_solr) [n:127.0.0.1:46055_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2682032 INFO  (jetty-launcher-8085-thread-2) [n:127.0.0.1:39275_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2682032 INFO  (jetty-launcher-8085-thread-1) [n:127.0.0.1:41517_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2682032 INFO  (jetty-launcher-8085-thread-3) [n:127.0.0.1:46055_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2682032 INFO  (jetty-launcher-8085-thread-2) [n:127.0.0.1:39275_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39275_solr
   [junit4]   2> 2682032 INFO  (jetty-launcher-8085-thread-1) [n:127.0.0.1:41517_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41517_solr
   [junit4]   2> 2682033 INFO  (jetty-launcher-8085-thread-3) [n:127.0.0.1:46055_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46055_solr
   [junit4]   2> 2682033 INFO  (jetty-launcher-8085-thread-2) [n:127.0.0.1:39275_solr    ] o.a.s.c.Overseer Overseer (id=99382682810318856-127.0.0.1:39275_solr-n_0000000000) starting
   [junit4]   2> 2682034 INFO  (zkCallback-8109-thread-1-processing-n:127.0.0.1:39275_solr) [n:127.0.0.1:39275_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2682034 INFO  (zkCallback-8111-thread-1-processing-n:127.0.0.1:46055_solr) [n:127.0.0.1:46055_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2682034 INFO  (zkCallback-8107-thread-1-processing-n:127.0.0.1:41517_solr) [n:127.0.0.1:41517_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2682042 DEBUG (OverseerAutoScalingTriggerThread-99382682810318856-127.0.0.1:39275_solr-n_0000000000) [n:127.0.0.1:39275_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 2682042 DEBUG (OverseerAutoScalingTriggerThread-99382682810318856-127.0.0.1:39275_solr-n_0000000000) [n:127.0.0.1:39275_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 2682043 INFO  (jetty-launcher-8085-thread-2) [n:127.0.0.1:39275_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39275_solr
   [junit4]   2> 2682043 DEBUG (OverseerAutoScalingTriggerThread-99382682810318856-127.0.0.1:39275_solr-n_0000000000) [n:127.0.0.1:39275_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:41517_solr, 127.0.0.1:46055_solr]
   [junit4]   2> 2682043 DEBUG (OverseerAutoScalingTriggerThread-99382682810318856-127.0.0.1:39275_solr-n_0000000000) [n:127.0.0.1:39275_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 2682043 DEBUG (OverseerAutoScalingTriggerThread-99382682810318856-127.0.0.1:39275_solr-n_0000000000) [n:127.0.0.1:39275_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 2682043 INFO  (zkCallback-8111-thread-1-processing-n:127.0.0.1:46055_solr) [n:127.0.0.1:46055_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2682043 INFO  (zkCallback-8107-thread-1-processing-n:127.0.0.1:41517_solr) [n:127.0.0.1:41517_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2682047 INFO  (zkCallback-8109-thread-1-processing-n:127.0.0.1:39275_solr) [n:127.0.0.1:39275_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2682049 DEBUG (OverseerAutoScalingTriggerThread-99382682810318856-127.0.0.1:39275_solr-n_0000000000) [n:127.0.0.1:39275_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 2682050 DEBUG (OverseerAutoScalingTriggerThread-99382682810318856-127.0.0.1:39275_solr-n_0000000000) [n:127.0.0.1:39275_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 2682050 DEBUG (ScheduledTrigger-8930-thread-1) [n:127.0.0.1:39275_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 2682140 INFO  (jetty-launcher-8085-thread-1) [n:127.0.0.1:41517_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41517.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15bf019
   [junit4]   2> 2682151 INFO  (jetty-launcher-8085-thread-1) [n:127.0.0.1:41517_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41517.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15bf019
   [junit4]   2> 2682151 INFO  (jetty-launcher-8085-thread-1) [n:127.0.0.1:41517_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41517.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15bf019
   [junit4]   2> 2682153 INFO  (jetty-launcher-8085-thread-1) [n:127.0.0.1:41517_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.HdfsAutoAddReplicasIntegrationTest_46AE2D6B4F145220-001/tempDir-001/node1/.
   [junit4]   2> 2682170 INFO  (jetty-launcher-8085-thread-2) [n:127.0.0.1:39275_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39275.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15bf019
   [junit4]   2> 2682199 INFO  (jetty-launcher-8085-thread-2) [n:127.0.0.1:39275_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39275.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15bf019
   [junit4]   2> 2682199 INFO  (jetty-launcher-8085-thread-2) [n:127.0.0.1:39275_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39275.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15bf019
   [junit4]   2> 2682201 INFO  (jetty-launcher-8085-thread-2) [n:127.0.0.1:39275_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.HdfsAutoAddReplicasIntegrationTest_46AE2D6B4F145220-001/tempDir-001/node2/.
   [junit4]   2> 2682229 INFO  (jetty-launcher-8085-thread-3) [n:127.0.0.1:46055_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46055.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15bf019
   [junit4]   2> 2682239 INFO  (jetty-launcher-8085-thread-3) [n:127.0.0.1:46055_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46055.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15bf019
   [junit4]   2> 2682239 INFO  (jetty-launcher-8085-thread-3) [n:127.0.0.1:46055_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46055.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15bf019
   [junit4]   2> 2682240 INFO  (jetty-launcher-8085-thread-3) [n:127.0.0.1:46055_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.HdfsAutoAddReplicasIntegrationTest_46AE2D6B4F145220-001/tempDir-001/node3/.
   [junit4]   2> 2682276 INFO  (zkConnectionManagerCallback-8120-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2682279 INFO  (zkConnectionManagerCallback-8124-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2682280 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[46AE2D6B4F145220]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2682280 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[46AE2D6B4F145220]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45895/solr ready
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 2682395 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[46AE2D6B4F145220]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 2682419 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[46AE2D6B4F145220]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2682424 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[46AE2D6B4F145220]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 2682440 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[46AE2D6B4F145220]-worker) [    ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs to ./temp/Jetty_localhost_localdomain_42245_hdfs____.tepzch/webapp
   [junit4]   2> 2682929 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[46AE2D6B4F145220]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:42245
   [junit4]   2> 2683050 DEBUG (ScheduledTrigger-8930-thread-1) [n:127.0.0.1:39275_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 2683068 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[46AE2D6B4F145220]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2683069 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[46AE2D6B4F145220]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 2683162 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[46AE2D6B4F145220]-worker) [    ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_37739_datanode____.xlrteo/webapp
   [junit4]   2> 2683633 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[46AE2D6B4F145220]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:37739
   [junit4]   2> 2683680 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[46AE2D6B4F145220]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2683681 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[46AE2D6B4F145220]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 2683693 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[46AE2D6B4F145220]-worker) [    ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_38723_datanode____.4kmlba/webapp
   [junit4]   2> 2683804 ERROR (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_46AE2D6B4F145220-001/tempDir-002/hdfsBaseDir/data/data1/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_46AE2D6B4F145220-001/tempDir-002/hdfsBaseDir/data/data2/]]  heartbeating to localhost.localdomain/127.0.0.1:39997) [    ] o.a.h.h.s.d.DirectoryScanner dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 ms/sec. Assuming default value of 1000
   [junit4]   2> 2683811 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x7ef3a735ff0f: from storage DS-9b80bc96-bf2e-42b1-9921-384118b0c5cb node DatanodeRegistration(127.0.0.1:37215, datanodeUuid=dbf9e853-651c-46de-b66c-46f5713ba51f, infoPort=43261, infoSecurePort=0, ipcPort=37765, storageInfo=lv=-56;cid=testClusterID;nsid=2100083442;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 2683811 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x7ef3a735ff0f: from storage DS-d877e479-d696-4dbd-8a3f-c09a19096380 node DatanodeRegistration(127.0.0.1:37215, datanodeUuid=dbf9e853-651c-46de-b66c-46f5713ba51f, infoPort=43261, infoSecurePort=0, ipcPort=37765, storageInfo=lv=-56;cid=testClusterID;nsid=2100083442;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 2684052 DEBUG (ScheduledTrigger-8930-thread-2) [n:127.0.0.1:39275_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 2684191 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[46AE2D6B4F145220]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:38723
   [junit4]   2> 2684403 ERROR (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_46AE2D6B4F145220-001/tempDir-002/hdfsBaseDir/data/data3/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_46AE2D6B4F145220-001/tempDir-002/hdfsBaseDir/data/data4/]]  heartbeating to localhost.localdomain/127.0.0.1:39997) [    ] o.a.h.h.s.d.DirectoryScanner dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 ms/sec. Assuming default value of 1000
   [junit4]   2> 2684413 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x7ef3cb14556c: from storage DS-b1ef8eee-fc66-406b-92dd-61dadeef560d node DatanodeRegistration(127.0.0.1:38957, datanodeUuid=a24207a4-0217-469b-a19f-dbcef3eb6661, infoPort=43707, infoSecurePort=0, ipcPort=44619, storageInfo=lv=-56;cid=testClusterID;nsid=2100083442;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 2684413 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x7ef3cb14556c: from storage DS-9fd06848-0e74-45bf-8254-00d5466d9101 node DatanodeRegistration(127.0.0.1:38957, datanodeUuid=a24207a4-0217-469b-a19f-dbcef3eb6661, infoPort=43707, infoSecurePort=0, ipcPort=44619, storageInfo=lv=-56;cid=testClusterID;nsid=2100083442;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 2684498 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[46AE2D6B4F145220]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 2684501 INFO  (qtp6479415-28435) [n:127.0.0.1:39275_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:41517_solr,127.0.0.1:39275_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2684503 INFO  (OverseerThreadFactory-8932-thread-1-processing-n:127.0.0.1:39275_solr) [n:127.0.0.1:39275_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testSimple1
   [junit4]   2> 2684615 INFO  (OverseerStateUpdate-99382682810318856-127.0.0.1:39275_solr-n_0000000000) [n:127.0.0.1:39275_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:39275/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2684619 INFO  (OverseerStateUpdate-99382682810318856-127.0.0.1:39275_solr-n_0000000000) [n:127.0.0.1:39275_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:41517/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2684623 INFO  (OverseerStateUpdate-99382682810318856-127.0.0.1:39275_solr-n_0000000000) [n:127.0.0.1:39275_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:39275/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2684627 INFO  (OverseerStateUpdate-99382682810318856-127.0.0.1:39275_solr-n_0000000000) [n:127.0.0.1:39275_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:41517/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2684834 INFO  (qtp6479415-28449) [n:127.0.0.1:39275_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> 2684835 INFO  (qtp6479415-28447) [n:127.0.0.1:39275_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> 2684835 INFO  (qtp19489642-28427) [n:127.0.0.1:41517_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> 2684836 INFO  (qtp6479415-28449) [n:127.0.0.1:39275_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2684836 INFO  (qtp19489642-28427) [n:127.0.0.1:41517_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2684836 INFO  (qtp19489642-28433) [n:127.0.0.1:41517_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> 2684944 INFO  (zkCallback-8109-thread-1-processing-n:127.0.0.1:39275_solr) [n:127.0.0.1:39275_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> 2684944 INFO  (zkCallback-8107-thread-1-processing-n:127.0.0.1:41517_solr) [n:127.0.0.1:41517_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> 2684944 INFO  (zkCallback-8109-thread-2-processing-n:127.0.0.1:39275_solr) [n:127.0.0.1:39275_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> 2685052 DEBUG (ScheduledTrigger-8930-thread-1) [n:127.0.0.1:39275_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 2685856 INFO  (qtp6479415-28447) [n:127.0.0.1:39275_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> 2685857 INFO  (qtp6479415-28449) [n:127.0.0.1:39275_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> 2685857 INFO  (qtp19489642-28427) [n:127.0.0.1:41517_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> 2685859 INFO  (qtp19489642-28433) [n:127.0.0.1:41517_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> 2685981 INFO  (qtp19489642-28433) [n:127.0.0.1:41517_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> 2685983 INFO  (qtp19489642-28427) [n:127.0.0.1:41517_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> 2685984 INFO  (qtp19489642-28433) [n:127.0.0.1:41517_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> 2685984 INFO  (qtp19489642-28433) [n:127.0.0.1:41517_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> 2685985 INFO  (qtp19489642-28433) [n:127.0.0.1:41517_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41517.solr.core.testSimple1.shard2.replica_n6' (registry 'solr.core.testSimple1.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15bf019
   [junit4]   2> 2685985 INFO  (qtp6479415-28447) [n:127.0.0.1:39275_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> 2685985 INFO  (qtp19489642-28433) [n:127.0.0.1:41517_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost.localdomain:39997/data
   [junit4]   2> 2685985 INFO  (qtp19489642-28433) [n:127.0.0.1:41517_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 2685985 INFO  (qtp19489642-28433) [n:127.0.0.1:41517_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2685985 INFO  (qtp19489642-28433) [n:127.0.0.1:41517_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.HdfsAutoAddReplicasIntegrationTest_46AE2D6B4F145220-001/tempDir-001/node1/testSimple1_shard2_replica_n6], dataDir=[hdfs://localhost.localdomain:39997/data/testSimple1/core_node8/data/]
   [junit4]   2> 2685986 INFO  (qtp6479415-28449) [n:127.0.0.1:39275_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> 2685986 INFO  (qtp19489642-28427) [n:127.0.0.1:41517_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> 2685986 INFO  (qtp19489642-28427) [n:127.0.0.1:41517_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> 2685987 INFO  (qtp6479415-28447) [n:127.0.0.1:39275_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> 2685987 INFO  (qtp19489642-28427) [n:127.0.0.1:41517_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41517.solr.core.testSimple1.shard1.replica_n2' (registry 'solr.core.testSimple1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15bf019
   [junit4]   2> 2685987 INFO  (qtp19489642-28427) [n:127.0.0.1:41517_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost.localdomain:39997/data
   [junit4]   2> 2685988 INFO  (qtp19489642-28427) [n:127.0.0.1:41517_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 2685988 INFO  (qtp19489642-28427) [n:127.0.0.1:41517_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2685988 INFO  (qtp19489642-28427) [n:127.0.0.1:41517_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.HdfsAutoAddReplicasIntegrationTest_46AE2D6B4F145220-001/tempDir-001/node1/testSimple1_shard1_replica_n2], dataDir=[hdfs://localhost.localdomain:39997/data/testSimple1/core_node5/data/]
   [junit4]   2> 2685988 INFO  (qtp19489642-28433) [n:127.0.0.1:41517_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost.localdomain:39997/data/testSimple1/core_node8/data/snapshot_metadata
   [junit4]   2> 2685989 INFO  (qtp6479415-28449) [n:127.0.0.1:39275_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> 2685989 INFO  (qtp6479415-28449) [n:127.0.0.1:39275_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> 2685990 INFO  (qtp6479415-28449) [n:127.0.0.1:39275_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39275.solr.core.testSimple1.shard1.replica_n1' (registry 'solr.core.testSimple1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15bf019
   [junit4]   2> 2685990 INFO  (qtp6479415-28449) [n:127.0.0.1:39275_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost.localdomain:39997/data
   [junit4]   2> 2685991 INFO  (qtp6479415-28449) [n:127.0.0.1:39275_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 2685991 INFO  (qtp6479415-28449) [n:127.0.0.1:39275_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2685991 INFO  (qtp6479415-28449) [n:127.0.0.1:39275_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.HdfsAutoAddReplicasIntegrationTest_46AE2D6B4F145220-001/tempDir-001/node2/testSimple1_shard1_replica_n1], dataDir=[hdfs://localhost.localdomain:39997/data/testSimple1/core_node3/data/]
   [junit4]   2> 2685991 INFO  (qtp19489642-28427) [n:127.0.0.1:41517_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost.localdomain:39997/data/testSimple1/core_node5/data/snapshot_metadata
   [junit4]   2> 2685994 INFO  (qtp6479415-28449) [n:127.0.0.1:39275_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost.localdomain:39997/data/testSimple1/core_node3/data/snapshot_metadata
   [junit4]   2> 2685987 INFO  (qtp6479415-28447) [n:127.0.0.1:39275_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> 2685996 INFO  (qtp6479415-28447) [n:127.0.0.1:39275_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39275.solr.core.testSimple1.shard2.replica_n4' (registry 'solr.core.testSimple1.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15bf019
   [junit4]   2> 2685997 INFO  (qtp6479415-28447) [n:127.0.0.1:39275_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost.localdomain:39997/data
   [junit4]   2> 2685997 INFO  (qtp6479415-28447) [n:127.0.0.1:39275_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 2685997 INFO  (qtp6479415-28447) [n:127.0.0.1:39275_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2685997 INFO  (qtp6479415-28447) [n:127.0.0.1:39275_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.HdfsAutoAddReplicasIntegrationTest_46AE2D6B4F145220-001/tempDir-001/node2/testSimple1_shard2_replica_n4], dataDir=[hdfs://localhost.localdomain:39997/data/testSimple1/core_node7/data/]
   [junit4]   2> 2686000 INFO  (qtp6479415-28447) [n:127.0.0.1:39275_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost.localdomain:39997/data/testSimple1/core_node7/data/snapshot_metadata
   [junit4]   2> 2686019 INFO  (qtp19489642-28433) [n:127.0.0.1:41517_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost.localdomain:39997/data/testSimple1/core_node8/data
   [junit4]   2> 2686033 INFO  (qtp6479415-28449) [n:127.0.0.1:39275_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost.localdomain:39997/data/testSimple1/core_node3/data
   [junit4]   2> 2686039 INFO  (qtp19489642-28427) [n:127.0.0.1:41517_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost.localdomain:39997/data/testSimple1/core_node5/data
   [junit4]   2> 2686054 DEBUG (ScheduledTrigger-8930-thread-1) [n:127.0.0.1:39275_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 2686062 INFO  (qtp6479415-28447) [n:127.0.0.1:39275_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost.localdomain:39997/data/testSimple1/core_node7/data
   [junit4]   2> 2686066 INFO  (qtp19489642-28427) [n:127.0.0.1:41517_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost.localdomain:39997/data/testSimple1/core_node5/data/index
   [junit4]   2> 2686084 INFO  (qtp6479415-28449) [n:127.0.0.1:39275_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost.localdomain:39997/data/testSimple1/core_node3/data/index
   [junit4]   2> 2686085 INFO  (qtp19489642-28433) [n:127.0.0.1:41517_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost.localdomain:39997/data/testSimple1/core_node8/data/index
   [junit4]   2> 2686119 INFO  (qtp6479415-28447) [n:127.0.0.1:39275_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost.localdomain:39997/data/testSimple1/core_node7/data/index
   [junit4]   2> 2686229 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:38957 is added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-9b80bc96-bf2e-42b1-9921-384118b0c5cb:NORMAL:127.0.0.1:37215|RBW], ReplicaUC[[DISK]DS-9fd06848-0e74-45bf-8254-00d5466d9101:NORMAL:127.0.0.1:38957|RBW]]} size 0
   [junit4]   2> 2686237 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:37215 is added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-9fd06848-0e74-45bf-8254-00d5466d9101:NORMAL:127.0.0.1:38957|RBW], ReplicaUC[[DISK]DS-d877e479-d696-4dbd-8a3f-c09a19096380:NORMAL:127.0.0.1:37215|FINALIZED]]} size 0
   [junit4]   2> 2686244 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:37215 is added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-b1ef8eee-fc66-406b-92dd-61dadeef560d:NORMAL:127.0.0.1:38957|RBW], ReplicaUC[[DISK]DS-9b80bc96-bf2e-42b1-9921-384118b0c5cb:NORMAL:127.0.0.1:37215|RBW]]} size 0
   [junit4]   2> 2686252 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:38957 is added to blk_1073741828_1004{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-9b80bc96-bf2e-42b1-9921-384118b0c5cb:NORMAL:127.0.0.1:37215|RBW], ReplicaUC[[DISK]DS-b1ef8eee-fc66-406b-92dd-61dadeef560d:NORMAL:127.0.0.1:38957|RBW]]} size 0
   [junit4]   2> 2686253 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:38957 is added to blk_1073741825_1001 size 69
   [junit4]   2> 2686254 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:38957 is added to blk_1073741827_1003{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-d877e479-d696-4dbd-8a3f-c09a19096380:NORMAL:127.0.0.1:37215|RBW], ReplicaUC[[DISK]DS-9fd06848-0e74-45bf-8254-00d5466d9101:NORMAL:127.0.0.1:38957|RBW]]} size 69
   [junit4]   2> 2686254 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:37215 is added to blk_1073741827_1003 size 69
   [junit4]   2> 2686255 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:37215 is added to blk_1073741828_1004{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-9b80bc96-bf2e-42b1-9921-384118b0c5cb:NORMAL:127.0.0.1:37215|RBW], ReplicaUC[[DISK]DS-b1ef8eee-fc66-406b-92dd-61dadeef560d:NORMAL:127.0.0.1:38957|RBW]]} size 0
   [junit4]   2> 2686339 INFO  (qtp6479415-28447) [n:127.0.0.1:39275_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.HdfsUpdateLog
   [junit4]   2> 2686339 INFO  (qtp6479415-28447) [n:127.0.0.1:39275_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> 2686339 INFO  (qtp6479415-28447) [n:127.0.0.1:39275_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 2686352 INFO  (qtp6479415-28447) [n:127.0.0.1:39275_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2686352 INFO  (qtp6479415-28447) [n:127.0.0.1:39275_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2686353 INFO  (qtp19489642-28427) [n:127.0.0.1:41517_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.HdfsUpdateLog
   [junit4]   2> 2686353 INFO  (qtp6479415-28449) [n:127.0.0.1:39275_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.HdfsUpdateLog
   [junit4]   2> 2686353 INFO  (qtp19489642-28427) [n:127.0.0.1:41517_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> 2686353 INFO  (qtp19489642-28427) [n:127.0.0.1:41517_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 2686353 INFO  (qtp6479415-28449) [n:127.0.0.1:39275_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> 2686353 INFO  (qtp6479415-28449) [n:127.0.0.1:39275_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 2686366 INFO  (qtp6479415-28449) [n:127.0.0.1:39275_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2686366 INFO  (qtp6479415-28449) [n:127.0.0.1:39275_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2686367 INFO  (qtp19489642-28427) [n:127.0.0.1:41517_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2686367 INFO  (qtp19489642-28427) [n:127.0.0.1:41517_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2686374 INFO  (qtp6479415-28447) [n:127.0.0.1:39275_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@7cc568[testSimple1_shard2_replica_n4] main]
   [junit4]   2> 2686375 INFO  (qtp6479415-28447) [n:127.0.0.1:39275_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> 2686375 INFO  (qtp6479415-28447) [n:127.0.0.1:39275_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> 2686376 INFO  (qtp6479415-28447) [n:127.0.0.1:39275_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> 2686379 INFO  (searcherExecutor-8942-thread-1-processing-n:127.0.0.1:39275_solr x:testSimple1_shard2_replica_n4 s:shard2 c:testSimple1 r:core_node7) [n:127.0.0.1:39275_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@7cc568[testSimple1_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2686379 INFO  (qtp6479415-28447) [n:127.0.0.1:39275_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 1590122929722490880
   [junit4]   2> 2686382 INFO  (qtp6479415-28449) [n:127.0.0.1:39275_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7fcf93[testSimple1_shard1_replica_n1] main]
   [junit4]   2> 2686383 INFO  (qtp6479415-28449) [n:127.0.0.1:39275_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> 2686384 INFO  (qtp6479415-28449) [n:127.0.0.1:39275_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> 2686385 INFO  (qtp6479415-28449) [n:127.0.0.1:39275_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> 2686387 INFO  (qtp19489642-28427) [n:127.0.0.1:41517_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@185f10b[testSimple1_shard1_replica_n2] main]
   [junit4]   2> 2686387 INFO  (searcherExecutor-8941-thread-1-processing-n:127.0.0.1:39275_solr x:testSimple1_shard1_replica_n1 s:shard1 c:testSimple1 r:core_node3) [n:127.0.0.1:39275_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@7fcf93[testSimple1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2686387 INFO  (qtp6479415-28449) [n:127.0.0.1:39275_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 1590122929730879488
   [junit4]   2> 2686391 INFO  (qtp6479415-28447) [n:127.0.0.1:39275_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> 2686391 INFO  (qtp19489642-28427) [n:127.0.0.1:41517_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> 2686392 INFO  (zkCallback-8107-thread-1-processing-n:127.0.0.1:41517_solr) [n:127.0.0.1:41517_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> 2686392 INFO  (zkCallback-8109-thread-3-processing-n:127.0.0.1:39275_solr) [n:127.0.0.1:39275_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> 2686392 INFO  (qtp19489642-28427) [n:127.0.0.1:41517_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> 2686392 INFO  (zkCallback-8109-thread-2-processing-n:127.0.0.1:39275_solr) [n:127.0.0.1:39275_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> 2686393 INFO  (qtp19489642-28427) [n:127.0.0.1:41517_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> 2686395 INFO  (qtp6479415-28449) [n:127.0.0.1:39275_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 2686395 INFO  (searcherExecutor-8940-thread-1-processing-n:127.0.0.1:41517_solr x:testSimple1_shard1_replica_n2 s:shard1 c:testSimple1 r:core_node5) [n:127.0.0.1:41517_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@185f10b[testSimple1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2686395 INFO  (qtp19489642-28427) [n:127.0.0.1:41517_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 1590122929739268096
   [junit4]   2> 2686496 INFO  (zkCallback-8107-thread-1-processing-n:127.0.0.1:41517_solr) [n:127.0.0.1:41517_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> 2686496 INFO  (zkCallback-8109-thread-2-processing-n:127.0.0.1:39275_solr) [n:127.0.0.1:39275_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> 2686496 INFO  (zkCallback-8109-thread-3-processing-n:127.0.0.1:39275_solr) [n:127.0.0.1:39275_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> 2686716 INFO  (qtp19489642-28433) [n:127.0.0.1:41517_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.HdfsUpdateLog
   [junit4]   2> 2686716 INFO  (qtp19489642-28433) [n:127.0.0.1:41517_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> 2686716 INFO  (qtp19489642-28433) [n:127.0.0.1:41517_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 2686730 INFO  (qtp19489642-28433) [n:127.0.0.1:41517_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2686731 INFO  (qtp19489642-28433) [n:127.0.0.1:41517_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2686743 INFO  (qtp19489642-28433) [n:127.0.0.1:41517_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@13bdb67[testSimple1_shard2_replica_n6] main]
   [junit4]   2> 2686745 INFO  (qtp19489642-28433) [n:127.0.0.1:41517_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> 2686745 INFO  (qtp19489642-28433) [n:127.0.0.1:41517_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> 2686746 INFO  (qtp19489642-28433) [n:127.0.0.1:41517_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> 2686748 INFO  (searcherExecutor-8939-thread-1-processing-n:127.0.0.1:41517_solr x:testSimple1_shard2_replica_n6 s:shard2 c:testSimple1 r:core_node8) [n:127.0.0.1:41517_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@13bdb67[testSimple1_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2686748 INFO  (qtp19489642-28433) [n:127.0.0.1:41517_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 1590122930109415424
   [junit4]   2> 2686892 INFO  (qtp6479415-28447) [n:127.0.0.1:39275_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> 2686892 INFO  (qtp6479415-28447) [n:127.0.0.1:39275_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> 2686892 INFO  (qtp6479415-28447) [n:127.0.0.1:39275_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:39275/solr/testSimple1_shard2_replica_n4/
   [junit4]   2> 2686892 INFO  (qtp6479415-28447) [n:127.0.0.1:39275_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:39275/solr START replicas=[http://127.0.0.1:41517/solr/testSimple1_shard2_replica_n6/] nUpdates=100
   [junit4]   2> 2686896 INFO  (qtp19489642-28715) [n:127.0.0.1:41517_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.S.Request [testSimple1_shard2_replica_n6]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 2686896 INFO  (qtp6479415-28449) [n:127.0.0.1:39275_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2686896 INFO  (qtp6479415-28449) [n:127.0.0.1:39275_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2686896 INFO  (qtp6479415-28449) [n:127.0.0.1:39275_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:39275/solr/testSimple1_shard1_replica_n1/
   [junit4]   2> 2686897 INFO  (qtp6479415-28449) [n:127.0.0.1:39275_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n1 url=http://127.0.0.1:39275/solr START replicas=[http://127.0.0.1:41517/solr/testSimple1_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 2686898 INFO  (qtp19489642-28716) [n:127.0.0.1:41517_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.S.Request [testSimple1_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2687054 DEBUG (ScheduledTrigger-8930-thread-1) [n:127.0.0.1:39275_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 2687193 INFO  (qtp6479415-28447) [n:127.0.0.1:39275_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:39275/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 2687193 INFO  (qtp6479415-28447) [n:127.0.0.1:39275_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> 2687193 INFO  (qtp6479415-28447) [n:127.0.0.1:39275_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> 2687193 INFO  (qtp6479415-28447) [n:127.0.0.1:39275_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> 2687197 INFO  (qtp6479415-28449) [n:127.0.0.1:39275_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n1 url=http://127.0.0.1:39275/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 2687197 INFO  (qtp6479415-28449) [n:127.0.0.1:39275_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 2687197 INFO  (qtp6479415-28449) [n:127.0.0.1:39275_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 2687197 INFO  (qtp6479415-28449) [n:127.0.0.1:39275_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2687199 INFO  (qtp6479415-28447) [n:127.0.0.1:39275_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:39275/solr/testSimple1_shard2_replica_n4/ shard2
   [junit4]   2> 2687203 INFO  (qtp6479415-28449) [n:127.0.0.1:39275_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:39275/solr/testSimple1_shard1_replica_n1/ shard1
   [junit4]   2> 2687305 INFO  (zkCallback-8109-thread-3-processing-n:127.0.0.1:39275_solr) [n:127.0.0.1:39275_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> 2687305 INFO  (zkCallback-8107-thread-1-processing-n:127.0.0.1:41517_solr) [n:127.0.0.1:41517_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> 2687305 INFO  (zkCallback-8109-thread-2-processing-n:127.0.0.1:39275_solr) [n:127.0.0.1:39275_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> 2687351 INFO  (qtp6479415-28447) [n:127.0.0.1:39275_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> 2687354 INFO  (qtp6479415-28449) [n:127.0.0.1:39275_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2687390 INFO  (qtp6479415-28447) [n:127.0.0.1:39275_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=2555
   [junit4]   2> 2687390 INFO  (qtp6479415-28449) [n:127.0.0.1:39275_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=2556
   [junit4]   2> 2687408 INFO  (qtp19489642-28427) [n:127.0.0.1:41517_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=2573
   [junit4]   2> 2687509 INFO  (zkCallback-8107-thread-1-processing-n:127.0.0.1:41517_solr) [n:127.0.0.1:41517_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> 2687509 INFO  (zkCallback-8109-thread-2-processing-n:127.0.0.1:39275_solr) [n:127.0.0.1:39275_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> 2687509 INFO  (zkCallback-8109-thread-3-processing-n:127.0.0.1:39275_solr) [n:127.0.0.1:39275_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> 2687756 INFO  (qtp19489642-28433) [n:127.0.0.1:41517_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=2919
   [junit4]   2> 2687762 INFO  (qtp6479415-28435) [n:127.0.0.1:39275_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> 2687857 INFO  (zkCallback-8109-thread-3-processing-n:127.0.0.1:39275_solr) [n:127.0.0.1:39275_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> 2687857 INFO  (zkCallback-8107-thread-1-processing-n:127.0.0.1:41517_solr) [n:127.0.0.1:41517_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> 2687857 INFO  (zkCallback-8109-thread-2-processing-n:127.0.0.1:39275_solr) [n:127.0.0.1:39275_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> 2688054 DEBUG (ScheduledTrigger-8930-thread-4) [n:127.0.0.1:39275_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 2688506 INFO  (OverseerCollectionConfigSetProcessor-99382682810318856-127.0.0.1:39275_solr-n_0000000000) [n:127.0.0.1:39275_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> 2688763 INFO  (qtp6479415-28435) [n:127.0.0.1:39275_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:41517_solr,127.0.0.1:39275_solr&wt=javabin&version=2} status=0 QTime=4261
   [junit4]   2> 2688765 INFO  (qtp6479415-28445) [n:127.0.0.1:39275_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:39275_solr,127.0.0.1:46055_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2688769 INFO  (OverseerThreadFactory-8932-thread-2-processing-n:127.0.0.1:39275_solr) [n:127.0.0.1:39275_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testSimple2
   [junit4]   2> 2688982 INFO  (OverseerStateUpdate-99382682810318856-127.0.0.1:39275_solr-n_0000000000) [n:127.0.0.1:39275_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:39275/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2688985 INFO  (OverseerStateUpdate-99382682810318856-127.0.0.1:39275_solr-n_0000000000) [n:127.0.0.1:39275_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:46055/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2688988 INFO  (OverseerStateUpdate-99382682810318856-127.0.0.1:39275_solr-n_0000000000) [n:127.0.0.1:39275_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:39275/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2688991 INFO  (OverseerStateUpdate-99382682810318856-127.0.0.1:39275_solr-n_0000000000) [n:127.0.0.1:39275_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:46055/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2689055 DEBUG (ScheduledTrigger-8930-thread-4) [n:127.0.0.1:39275_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 2689194 INFO  (qtp6479415-28438) [n:127.0.0.1:39275_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> 2689194 INFO  (qtp6479415-28711) [n:127.0.0.1:39275_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> 2689195 INFO  (qtp19562898-28434) [n:127.0.0.1:46055_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> 2689195 INFO  (qtp19562898-28769) [n:127.0.0.1:46055_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> 2689195 INFO  (qtp19562898-28434) [n:127.0.0.1:46055_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2689303 INFO  (zkCallback-8111-thread-1-processing-n:127.0.0.1:46055_solr) [n:127.0.0.1:46055_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> 2689303 INFO  (zkCallback-8109-thread-2-processing-n:127.0.0.1:39275_solr) [n:127.0.0.1:39275_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> 2689303 INFO  (zkCallback-8109-thread-3-processing-n:127.0.0.1:39275_solr) [n:127.0.0.1:39275_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> 2689303 INFO  (zkCallback-8111-thread-3-processing-n:127.0.0.1:46055_solr) [n:127.0.0.1:46055_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> 2689303 INFO  (zkCallback-8111-thread-2-processing-n:127.0.0.1:46055_solr) [n:127.0.0.1:46055_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> 2690055 DEBUG (ScheduledTrigger-8930-thread-4) [n:127.0.0.1:39275_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 2690217 INFO  (qtp6479415-28711) [n:127.0.0.1:39275_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> 2690217 INFO  (qtp6479415-28438) [n:127.0.0.1:39275_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> 2690218 INFO  (qtp19562898-28769) [n:127.0.0.1:46055_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> 2690218 INFO  (qtp19562898-28434) [n:127.0.0.1:46055_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> 2690266 INFO  (qtp19562898-28434) [n:127.0.0.1:46055_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> 2690266 INFO  (qtp6479415-28711) [n:127.0.0.1:39275_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> 2690267 INFO  (qtp6479415-28438) [n:127.0.0.1:39275_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> 2690269 INFO  (qtp19562898-28434) [n:127.0.0.1:46055_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> 2690269 INFO  (qtp19562898-28434) [n:127.0.0.1:46055_solr c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore '

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

leader_elect/shard1/election/99382682810318857-core_node5-n_0000000000
   [junit4]   2> 	2	/solr/collections/testSimple1/leader_elect/shard2/election/99382682810318855-core_node8-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 2834469 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[46AE2D6B4F145220]-worker) [    ] o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 2834517 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[46AE2D6B4F145220]-worker) [    ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 2834518 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_46AE2D6B4F145220-001/tempDir-002/hdfsBaseDir/data/data3/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_46AE2D6B4F145220-001/tempDir-002/hdfsBaseDir/data/data4/]]  heartbeating to localhost.localdomain/127.0.0.1:39997) [    ] o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager interrupted
   [junit4]   2> 2834519 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_46AE2D6B4F145220-001/tempDir-002/hdfsBaseDir/data/data3/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_46AE2D6B4F145220-001/tempDir-002/hdfsBaseDir/data/data4/]]  heartbeating to localhost.localdomain/127.0.0.1:39997) [    ] o.a.h.h.s.d.DataNode Ending block pool service for: Block pool BP-473541471-88.99.242.108-1516459393924 (Datanode Uuid a24207a4-0217-469b-a19f-dbcef3eb6661) service to localhost.localdomain/127.0.0.1:39997
   [junit4]   2> 2834521 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[46AE2D6B4F145220]-worker) [    ] o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 2834529 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[46AE2D6B4F145220]-worker) [    ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 2834630 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_46AE2D6B4F145220-001/tempDir-002/hdfsBaseDir/data/data1/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_46AE2D6B4F145220-001/tempDir-002/hdfsBaseDir/data/data2/]]  heartbeating to localhost.localdomain/127.0.0.1:39997) [    ] o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager interrupted
   [junit4]   2> 2834631 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_46AE2D6B4F145220-001/tempDir-002/hdfsBaseDir/data/data1/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_46AE2D6B4F145220-001/tempDir-002/hdfsBaseDir/data/data2/]]  heartbeating to localhost.localdomain/127.0.0.1:39997) [    ] o.a.h.h.s.d.DataNode Ending block pool service for: Block pool BP-473541471-88.99.242.108-1516459393924 (Datanode Uuid dbf9e853-651c-46de-b66c-46f5713ba51f) service to localhost.localdomain/127.0.0.1:39997
   [junit4]   2> 2834638 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[46AE2D6B4F145220]-worker) [    ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:0
   [junit4]   2> 2834775 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[46AE2D6B4F145220]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45895 45895
   [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.HdfsAutoAddReplicasIntegrationTest_46AE2D6B4F145220-001
   [junit4]   2> Jan 20, 2018 2:45:46 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 66 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=757, maxMBSortInHeap=6.157836007446689, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@170a8d6), locale=be, timezone=US/Aleutian
   [junit4]   2> NOTE: Linux 4.13.0-26-generic i386/Oracle Corporation 1.8.0_144 (32-bit)/cpus=8,threads=2,free=273025144,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [JvmMetricsTest, TestUpdate, ZkStateWriterTest, ResponseHeaderTest, SolrMetricManagerTest, TestUtils, TestJmxIntegration, DistributedDebugComponentTest, TestRandomDVFaceting, RollingRestartTest, DeleteNodeTest, MergeStrategyTest, CoreMergeIndexesAdminHandlerTest, TestRequestForwarding, CopyFieldTest, SharedFSAutoReplicaFailoverTest, TestFieldCacheReopen, TestOverriddenPrefixQueryForCustomFieldType, TestQueryWrapperFilter, TestOrdValues, DateFieldTest, DistanceUnitsTest, SpatialHeatmapFacetsTest, TestStandardQParsers, MoveReplicaHDFSFailoverTest, TestManagedSchemaAPI, HLLUtilTest, TestMissingGroups, TestBulkSchemaConcurrent, TestSolr4Spatial2, BasicDistributedZk2Test, TimeRoutedAliasUpdateProcessorTest, TestScoreJoinQPNoScore, TestTolerantSearch, SearchHandlerTest, OverseerRolesTest, TestCoreContainer, TestLocalFSCloudBackupRestore, SuggesterTSTTest, BigEndianAscendingWordDeserializerTest, FileBasedSpellCheckerTest, TestSolrCloudSnapshots, ExplicitHLLTest, TestSha256AuthenticationProvider, TestSystemCollAutoCreate, TimeZoneUtilsTest, TestSolrCoreProperties, RecoveryZkTest, CollectionReloadTest, EnumFieldTest, BlockDirectoryTest, TestFreeTextSuggestions, TestQueryTypes, SolrCmdDistributorTest, TestNodeLostTrigger, HdfsCollectionsAPIDistributedZkTest, HttpPartitionTest, TestDynamicFieldCollectionResource, VersionInfoTest, CurrencyRangeFacetCloudTest, TestFieldCacheVsDocValues, MinimalSchemaTest, TestRawTransformer, SearchHandlerTest, CachingDirectoryFactoryTest, HdfsTlogReplayBufferedWhileIndexingTest, TestPivotHelperCode, OverriddenZkACLAndCredentialsProvidersTest, ComputePlanActionTest, StatelessScriptUpdateProcessorFactoryTest, TestComplexPhraseQParserPlugin, UnloadDistributedZkTest, TestLMJelinekMercerSimilarityFactory, TestConfigSetImmutable, TestFilteredDocIdSet, DocValuesMultiTest, TestReqParamsAPI, TestDistributedMissingSort, CollectionsAPIDistributedZkTest, QueryResultKeyTest, TestSolrDeletionPolicy2, ClusterStateUpdateTest, TestSubQueryTransformerDistrib, URLClassifyProcessorTest, AutoAddReplicasIntegrationTest, IndexSchemaRuntimeFieldTest, ConnectionReuseTest, TestConfigsApi, CircularListTest, ShowFileRequestHandlerTest, MultiThreadedOCPTest, ConvertedLegacyTest, GraphQueryTest, BadCopyFieldTest, TestJavabinTupleStreamParser, TestDocBasedVersionConstraints, TestLazyCores, DistributedSpellCheckComponentTest, PreAnalyzedFieldTest, HttpTriggerListenerTest, LeaderFailureAfterFreshStartTest, PingRequestHandlerTest, DistributedFacetPivotSmallTest, TestValueSourceCache, TestSchemaManager, TestCloudInspectUtil, TestSimpleTextCodec, TermVectorComponentTest, UniqFieldsUpdateProcessorFactoryTest, LukeRequestHandlerTest, MoreLikeThisHandlerTest, TestJsonFacetRefinement, TestAuthorizationFramework, TestFieldResource, DataDrivenBlockJoinTest, TestNumericTerms32, TestDFISimilarityFactory, TestRestManager, SolrJmxReporterTest, MultiTermTest, TestAnalyzedSuggestions, LeaderElectionIntegrationTest, DistribJoinFromCollectionTest, SpatialFilterTest, TestFiltering, ZkCLITest, TestDistributedGrouping, TestFaceting, TestRecovery, TestRangeQuery, HighlighterConfigTest, TestQuerySenderListener, TestQuerySenderNoQuery, ResponseLogComponentTest, SolrIndexConfigTest, TestMergePolicyConfig, TestBinaryField, TestElisionMultitermQuery, TestConfig, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, TestCodecSupport, TestFastLRUCache, PrimUtilsTest, ClusterStateTest, TestRTGBase, SolrTestCaseJ4Test, TestHighlightDedupGrouping, TestEmbeddedSolrServerConstructors, TestJettySolrRunner, ActionThrottleTest, AliasIntegrationTest, AsyncCallRequestStatusResponseTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, ConfigSetsAPITest, ConnectionManagerTest, CreateCollectionCleanupTest, DeleteReplicaTest, DistribCursorPagingTest, DistributedVersionInfoTest, ForceLeaderTest, MigrateRouteKeyTest, OverseerTaskQueueTest, PeerSyncReplicationTest, RecoveryAfterSoftCommitTest, SolrXmlInZkTest, TestCloudJSONFacetJoinDomain, TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, TestCryptoKeys, TestDistribDocBasedVersion, TestDownShardTolerantSearch, TestExclusionRuleCollectionAccess, TestLeaderElectionWithEmptyReplica, TestOnReconnectListenerSupport, TestPrepRecovery, TestRebalanceLeaders, TestShortCircuitedRequests, TestSolrCloudWithSecureImpersonation, TestStressLiveNodes, TestTolerantUpdateProcessorCloud, TestTolerantUpdateProcessorRandomCloud, TestUtilizeNode, TlogReplayBufferedWhileIndexingTest, VMParamsZkACLAndCredentialsProvidersTest, CollectionTooManyReplicasTest, CollectionsAPIAsyncDistributedZkTest, TestReplicaProperties, HdfsAutoAddReplicasIntegrationTest]
   [junit4] Completed [585/768 (1!)] on J2 in 162.73s, 1 test, 1 failure <<< FAILURES!

[...truncated 44518 lines...]