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/02/16 23:49:45 UTC

[JENKINS-EA] Lucene-Solr-7.x-Linux (64bit/jdk-10-ea+42) - Build # 1371 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1371/
Java: 64bit/jdk-10-ea+42 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

3 tests failed.
FAILED:  org.apache.solr.cloud.ReplaceNodeNoTargetTest.test

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([EE611682D4EA93A1:663529587A16FE59]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.ReplaceNodeNoTargetTest.test(ReplaceNodeNoTargetTest.java:92)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


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

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:41027/solr]

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


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

Error Message:
Waiting for collection testSimple2 null Live Nodes: [127.0.0.1:33893_solr, 127.0.0.1:45063_solr] Last available state: DocCollection(testSimple2//collections/testSimple2/state.json/19)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{       "range":"80000000-ffffffff",       "state":"active",       "replicas":{         "core_node3":{           "dataDir":"hdfs://localhost.localdomain:42433/data/testSimple2/core_node3/data/",           "base_url":"https://127.0.0.1:44201/solr",           "node_name":"127.0.0.1:44201_solr",           "type":"NRT",           "ulogDir":"hdfs://localhost.localdomain:42433/data/testSimple2/core_node3/data/tlog",           "core":"testSimple2_shard1_replica_n1",           "shared_storage":"true",           "state":"down"},         "core_node5":{           "dataDir":"hdfs://localhost.localdomain:42433/data/testSimple2/core_node5/data/",           "base_url":"https://127.0.0.1:45063/solr",           "node_name":"127.0.0.1:45063_solr",           "type":"NRT",           "ulogDir":"hdfs://localhost.localdomain:42433/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:42433/data/testSimple2/core_node7/data/",           "base_url":"https://127.0.0.1:44201/solr",           "node_name":"127.0.0.1:44201_solr",           "type":"NRT",           "ulogDir":"hdfs://localhost.localdomain:42433/data/testSimple2/core_node7/data/tlog",           "core":"testSimple2_shard2_replica_n4",           "shared_storage":"true",           "state":"down"},         "core_node8":{           "dataDir":"hdfs://localhost.localdomain:42433/data/testSimple2/core_node8/data/",           "base_url":"https://127.0.0.1:45063/solr",           "node_name":"127.0.0.1:45063_solr",           "type":"NRT",           "ulogDir":"hdfs://localhost.localdomain:42433/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:33893_solr, 127.0.0.1:45063_solr]
Last available state: DocCollection(testSimple2//collections/testSimple2/state.json/19)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "dataDir":"hdfs://localhost.localdomain:42433/data/testSimple2/core_node3/data/",
          "base_url":"https://127.0.0.1:44201/solr",
          "node_name":"127.0.0.1:44201_solr",
          "type":"NRT",
          "ulogDir":"hdfs://localhost.localdomain:42433/data/testSimple2/core_node3/data/tlog",
          "core":"testSimple2_shard1_replica_n1",
          "shared_storage":"true",
          "state":"down"},
        "core_node5":{
          "dataDir":"hdfs://localhost.localdomain:42433/data/testSimple2/core_node5/data/",
          "base_url":"https://127.0.0.1:45063/solr",
          "node_name":"127.0.0.1:45063_solr",
          "type":"NRT",
          "ulogDir":"hdfs://localhost.localdomain:42433/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:42433/data/testSimple2/core_node7/data/",
          "base_url":"https://127.0.0.1:44201/solr",
          "node_name":"127.0.0.1:44201_solr",
          "type":"NRT",
          "ulogDir":"hdfs://localhost.localdomain:42433/data/testSimple2/core_node7/data/tlog",
          "core":"testSimple2_shard2_replica_n4",
          "shared_storage":"true",
          "state":"down"},
        "core_node8":{
          "dataDir":"hdfs://localhost.localdomain:42433/data/testSimple2/core_node8/data/",
          "base_url":"https://127.0.0.1:45063/solr",
          "node_name":"127.0.0.1:45063_solr",
          "type":"NRT",
          "ulogDir":"hdfs://localhost.localdomain:42433/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([EE611682D4EA93A1:D6D2327CF3194770]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
	at org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:126)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 1775 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/test/temp/junit4-J0-20180216_221305_6366175900722760611471.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/test/temp/junit4-J1-20180216_221305_63612378184538005593164.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/core/test/temp/junit4-J2-20180216_221305_6369369737085742084777.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 298 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/test-framework/test/temp/junit4-J0-20180216_221943_9263365982053434605818.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/test-framework/test/temp/junit4-J2-20180216_221943_9261896111023191051779.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/test-framework/test/temp/junit4-J1-20180216_221943_92615340565685525968625.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 1062 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/common/test/temp/junit4-J2-20180216_222106_70515857042796620956247.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/common/test/temp/junit4-J0-20180216_222106_70511630651127882485653.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 7 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/common/test/temp/junit4-J1-20180216_222106_7055146917145436340672.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 237 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/icu/test/temp/junit4-J0-20180216_222712_8357722760515341844656.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/icu/test/temp/junit4-J2-20180216_222712_8378992253693200824299.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/icu/test/temp/junit4-J1-20180216_222712_8351425719434865380055.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 250 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J0-20180216_222727_4028290942386510641262.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J2-20180216_222727_4023220210147029821434.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J1-20180216_222727_4024172810640739885653.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 162 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J1-20180216_222758_942799102300171114432.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J0-20180216_222758_9423343272334754924879.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J2-20180216_222758_942125424465710384555.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 166 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J2-20180216_222805_2874130741668537311831.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J1-20180216_222805_287103524751588005413.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J0-20180216_222805_287630550551614612660.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 176 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J0-20180216_222808_77617238313072773785014.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J2-20180216_222808_77616956500363386434693.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J1-20180216_222808_7766675539548627495287.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 161 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J1-20180216_222822_16310032325110312585522.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J0-20180216_222822_16317914732199710589688.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 165 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/stempel/test/temp/junit4-J2-20180216_222833_22716319697716935249608.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/stempel/test/temp/junit4-J1-20180216_222833_227385236186031446881.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/stempel/test/temp/junit4-J0-20180216_222833_22717489548786478584022.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 177 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/uima/test/temp/junit4-J0-20180216_222837_42916109188532827236166.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 203 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/backward-codecs/test/temp/junit4-J1-20180216_222848_3867894052102144552859.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 19 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/backward-codecs/test/temp/junit4-J0-20180216_222848_3865566835378233773709.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/backward-codecs/test/temp/junit4-J2-20180216_222848_38617409205297506343769.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 1403 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/benchmark/test/temp/junit4-J2-20180216_223059_6314003579658838464472.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/benchmark/test/temp/junit4-J1-20180216_223059_6315026597061066243293.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/benchmark/test/temp/junit4-J0-20180216_223059_63118161752204661241597.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 250 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/classification/test/temp/junit4-J0-20180216_223108_13510958923736379289093.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/classification/test/temp/junit4-J2-20180216_223108_13517312931225695757511.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/classification/test/temp/junit4-J1-20180216_223108_1351408094332398502760.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 257 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/codecs/test/temp/junit4-J2-20180216_223119_9872280778775502021820.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/codecs/test/temp/junit4-J0-20180216_223119_98617464822057367273704.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 7 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/codecs/test/temp/junit4-J1-20180216_223119_9866138872329021475887.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 230 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/demo/test/temp/junit4-J0-20180216_223402_3127804029543625540618.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/demo/test/temp/junit4-J2-20180216_223402_31217486575385775963047.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/demo/test/temp/junit4-J1-20180216_223402_31210116049555637256293.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 173 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/expressions/test/temp/junit4-J2-20180216_223405_76514751703521685374648.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/expressions/test/temp/junit4-J1-20180216_223405_76113046297234336970012.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/expressions/test/temp/junit4-J0-20180216_223405_76117834748639763729122.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 223 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/facet/test/temp/junit4-J2-20180216_223412_5572988515289274480104.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/facet/test/temp/junit4-J0-20180216_223412_5506393838790201896624.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/facet/test/temp/junit4-J1-20180216_223412_55011293984110323784291.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 182 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/grouping/test/temp/junit4-J2-20180216_223452_9435982622382673267126.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/grouping/test/temp/junit4-J1-20180216_223452_94314708091983247816941.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/grouping/test/temp/junit4-J0-20180216_223452_94313356394618780573454.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 258 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/highlighter/test/temp/junit4-J0-20180216_223512_14315228401462410490870.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/highlighter/test/temp/junit4-J1-20180216_223512_14315733534578562329215.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/highlighter/test/temp/junit4-J2-20180216_223512_14316300408862517657586.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 166 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/join/test/temp/junit4-J1-20180216_223534_12813410746468877733292.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/join/test/temp/junit4-J0-20180216_223534_12817446899787592400228.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/join/test/temp/junit4-J2-20180216_223534_1293283112839741989602.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 155 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/memory/test/temp/junit4-J0-20180216_223602_7747249817780378502518.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/memory/test/temp/junit4-J1-20180216_223602_77413692542114884373198.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 192 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/misc/test/temp/junit4-J2-20180216_223615_2415277830679407346378.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/misc/test/temp/junit4-J1-20180216_223615_24111713756369155570875.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/misc/test/temp/junit4-J0-20180216_223615_2411833933867810750650.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 344 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/queries/test/temp/junit4-J2-20180216_223634_6763320964911665289039.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/queries/test/temp/junit4-J0-20180216_223634_6765248116245403214574.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/queries/test/temp/junit4-J1-20180216_223634_6762488885656487519481.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 235 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/queryparser/test/temp/junit4-J2-20180216_223644_5904909678074000228961.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/queryparser/test/temp/junit4-J1-20180216_223644_59018118765597902829514.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/queryparser/test/temp/junit4-J0-20180216_223644_59015087355707276357230.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 212 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/replicator/test/temp/junit4-J1-20180216_223654_38211574512696426999995.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/replicator/test/temp/junit4-J2-20180216_223654_38211174607025594866628.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/replicator/test/temp/junit4-J0-20180216_223654_3829534495025035848187.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 207 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/sandbox/test/temp/junit4-J0-20180216_223707_6617131776531060991118.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 21 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/sandbox/test/temp/junit4-J1-20180216_223707_66112505543262335478329.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/sandbox/test/temp/junit4-J2-20180216_223707_6615217322603088234913.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 317 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/spatial-extras/test/temp/junit4-J2-20180216_223808_6984787167473105452272.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/spatial-extras/test/temp/junit4-J1-20180216_223808_6984365866884765522128.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/spatial-extras/test/temp/junit4-J0-20180216_223808_698291072653614374869.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 153 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/spatial/test/temp/junit4-J0-20180216_223828_0459251227793232808840.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 187 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/spatial3d/test/temp/junit4-J2-20180216_223830_54716843505986409795937.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/spatial3d/test/temp/junit4-J0-20180216_223830_54715667098709846263673.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/spatial3d/test/temp/junit4-J1-20180216_223830_5477156316245807081764.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 260 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/suggest/test/temp/junit4-J1-20180216_223929_42011459838564565827931.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/suggest/test/temp/junit4-J2-20180216_223929_42016401967616295716576.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/suggest/test/temp/junit4-J0-20180216_223929_4206101826150124730082.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 2134 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplaceNodeNoTargetTest
   [junit4]   2> 621281 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[EE611682D4EA93A1]-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-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_EE611682D4EA93A1-001/init-core-data-001
   [junit4]   2> 621281 WARN  (SUITE-ReplaceNodeNoTargetTest-seed#[EE611682D4EA93A1]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=157 numCloses=157
   [junit4]   2> 621281 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[EE611682D4EA93A1]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 621282 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[EE611682D4EA93A1]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 621282 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[EE611682D4EA93A1]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 6 servers in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_EE611682D4EA93A1-001/tempDir-001
   [junit4]   2> 621282 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[EE611682D4EA93A1]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 621283 INFO  (Thread-2468) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 621283 INFO  (Thread-2468) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 621284 ERROR (Thread-2468) [    ] 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> 621383 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[EE611682D4EA93A1]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:39369
   [junit4]   2> 621385 INFO  (zkConnectionManagerCallback-1003-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 621388 INFO  (jetty-launcher-1000-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 621389 INFO  (jetty-launcher-1000-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 621389 INFO  (jetty-launcher-1000-thread-4) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 621389 INFO  (jetty-launcher-1000-thread-5) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 621389 INFO  (jetty-launcher-1000-thread-6) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 621389 INFO  (jetty-launcher-1000-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 621390 INFO  (jetty-launcher-1000-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 621390 INFO  (jetty-launcher-1000-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 621390 INFO  (jetty-launcher-1000-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 621390 INFO  (jetty-launcher-1000-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1971b828{/solr,null,AVAILABLE}
   [junit4]   2> 621390 INFO  (jetty-launcher-1000-thread-5) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 621390 INFO  (jetty-launcher-1000-thread-5) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 621390 INFO  (jetty-launcher-1000-thread-6) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 621390 INFO  (jetty-launcher-1000-thread-5) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 621390 INFO  (jetty-launcher-1000-thread-6) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 621390 INFO  (jetty-launcher-1000-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 621390 INFO  (jetty-launcher-1000-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 621390 INFO  (jetty-launcher-1000-thread-6) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 621391 INFO  (jetty-launcher-1000-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 621391 INFO  (jetty-launcher-1000-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 621391 INFO  (jetty-launcher-1000-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 621391 INFO  (jetty-launcher-1000-thread-4) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 621391 INFO  (jetty-launcher-1000-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@739774cf{/solr,null,AVAILABLE}
   [junit4]   2> 621391 INFO  (jetty-launcher-1000-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@35bce506{/solr,null,AVAILABLE}
   [junit4]   2> 621391 INFO  (jetty-launcher-1000-thread-6) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@48b7e1ac{/solr,null,AVAILABLE}
   [junit4]   2> 621391 INFO  (jetty-launcher-1000-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@24381ff4{HTTP/1.1,[http/1.1]}{127.0.0.1:43951}
   [junit4]   2> 621391 INFO  (jetty-launcher-1000-thread-1) [    ] o.e.j.s.Server Started @623528ms
   [junit4]   2> 621391 INFO  (jetty-launcher-1000-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43951}
   [junit4]   2> 621391 INFO  (jetty-launcher-1000-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2e3b19f1{/solr,null,AVAILABLE}
   [junit4]   2> 621391 INFO  (jetty-launcher-1000-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@36008d7e{HTTP/1.1,[http/1.1]}{127.0.0.1:36565}
   [junit4]   2> 621391 INFO  (jetty-launcher-1000-thread-5) [    ] o.e.j.s.Server Started @623528ms
   [junit4]   2> 621391 INFO  (jetty-launcher-1000-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@679272e4{HTTP/1.1,[http/1.1]}{127.0.0.1:45969}
   [junit4]   2> 621391 INFO  (jetty-launcher-1000-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36565}
   [junit4]   2> 621391 ERROR (jetty-launcher-1000-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 621391 INFO  (jetty-launcher-1000-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5ba576ab{HTTP/1.1,[http/1.1]}{127.0.0.1:41125}
   [junit4]   2> 621391 INFO  (jetty-launcher-1000-thread-4) [    ] o.e.j.s.Server Started @623528ms
   [junit4]   2> 621391 ERROR (jetty-launcher-1000-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 621391 INFO  (jetty-launcher-1000-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 621391 INFO  (jetty-launcher-1000-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 621391 INFO  (jetty-launcher-1000-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 621391 INFO  (jetty-launcher-1000-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-16T22:51:04.130861Z
   [junit4]   2> 621391 INFO  (jetty-launcher-1000-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 621391 INFO  (jetty-launcher-1000-thread-2) [    ] o.e.j.s.Server Started @623528ms
   [junit4]   2> 621391 INFO  (jetty-launcher-1000-thread-6) [    ] o.e.j.s.AbstractConnector Started ServerConnector@37431ac4{HTTP/1.1,[http/1.1]}{127.0.0.1:34491}
   [junit4]   2> 621392 INFO  (jetty-launcher-1000-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45969}
   [junit4]   2> 621392 INFO  (jetty-launcher-1000-thread-6) [    ] o.e.j.s.Server Started @623529ms
   [junit4]   2> 621392 INFO  (jetty-launcher-1000-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 621392 INFO  (jetty-launcher-1000-thread-6) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34491}
   [junit4]   2> 621391 INFO  (jetty-launcher-1000-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41125}
   [junit4]   2> 621392 INFO  (jetty-launcher-1000-thread-3) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 621392 ERROR (jetty-launcher-1000-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 621391 INFO  (jetty-launcher-1000-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 621392 INFO  (jetty-launcher-1000-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 621392 INFO  (jetty-launcher-1000-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 621392 ERROR (jetty-launcher-1000-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 621392 INFO  (jetty-launcher-1000-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 621392 INFO  (jetty-launcher-1000-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 621392 INFO  (jetty-launcher-1000-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-16T22:51:04.131526Z
   [junit4]   2> 621392 INFO  (jetty-launcher-1000-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 621392 ERROR (jetty-launcher-1000-thread-6) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 621392 INFO  (jetty-launcher-1000-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 621392 INFO  (jetty-launcher-1000-thread-6) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 621392 INFO  (jetty-launcher-1000-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-16T22:51:04.131637Z
   [junit4]   2> 621392 INFO  (jetty-launcher-1000-thread-6) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 621392 INFO  (jetty-launcher-1000-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@509fcf89{/solr,null,AVAILABLE}
   [junit4]   2> 621392 INFO  (jetty-launcher-1000-thread-6) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 621392 INFO  (jetty-launcher-1000-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 621392 INFO  (jetty-launcher-1000-thread-6) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-16T22:51:04.131727Z
   [junit4]   2> 621392 INFO  (jetty-launcher-1000-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 621392 INFO  (jetty-launcher-1000-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-16T22:51:04.131801Z
   [junit4]   2> 621392 INFO  (zkConnectionManagerCallback-1005-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 621393 INFO  (jetty-launcher-1000-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6c403f14{HTTP/1.1,[http/1.1]}{127.0.0.1:35437}
   [junit4]   2> 621393 INFO  (jetty-launcher-1000-thread-3) [    ] o.e.j.s.Server Started @623529ms
   [junit4]   2> 621393 INFO  (jetty-launcher-1000-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35437}
   [junit4]   2> 621393 ERROR (jetty-launcher-1000-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 621393 INFO  (jetty-launcher-1000-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 621393 INFO  (jetty-launcher-1000-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 621393 INFO  (jetty-launcher-1000-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 621393 INFO  (jetty-launcher-1000-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 621393 INFO  (jetty-launcher-1000-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-16T22:51:04.132335Z
   [junit4]   2> 621393 INFO  (zkConnectionManagerCallback-1007-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 621394 INFO  (jetty-launcher-1000-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 621394 INFO  (zkConnectionManagerCallback-1009-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 621394 INFO  (zkConnectionManagerCallback-1013-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 621394 INFO  (jetty-launcher-1000-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 621394 INFO  (jetty-launcher-1000-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 621396 INFO  (zkConnectionManagerCallback-1011-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 621397 INFO  (zkConnectionManagerCallback-1015-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 621397 INFO  (jetty-launcher-1000-thread-6) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 621397 INFO  (jetty-launcher-1000-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 621397 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1005e73734c0003, likely client has closed socket
   [junit4]   2> 621399 INFO  (jetty-launcher-1000-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39369/solr
   [junit4]   2> 621400 INFO  (jetty-launcher-1000-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39369/solr
   [junit4]   2> 621401 INFO  (jetty-launcher-1000-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39369/solr
   [junit4]   2> 621401 INFO  (jetty-launcher-1000-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39369/solr
   [junit4]   2> 621401 INFO  (zkConnectionManagerCallback-1019-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 621403 INFO  (jetty-launcher-1000-thread-6) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39369/solr
   [junit4]   2> 621408 INFO  (zkConnectionManagerCallback-1038-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 621409 INFO  (jetty-launcher-1000-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39369/solr
   [junit4]   2> 621409 INFO  (zkConnectionManagerCallback-1025-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 621416 INFO  (zkConnectionManagerCallback-1031-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 621416 INFO  (zkConnectionManagerCallback-1035-thread-1-processing-n:127.0.0.1:36565_solr) [n:127.0.0.1:36565_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 621431 INFO  (zkConnectionManagerCallback-1041-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 621453 INFO  (jetty-launcher-1000-thread-5) [n:127.0.0.1:36565_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 621454 INFO  (jetty-launcher-1000-thread-5) [n:127.0.0.1:36565_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36565_solr
   [junit4]   2> 621454 INFO  (jetty-launcher-1000-thread-5) [n:127.0.0.1:36565_solr    ] o.a.s.c.Overseer Overseer (id=72161443986538508-127.0.0.1:36565_solr-n_0000000000) starting
   [junit4]   2> 621455 INFO  (zkConnectionManagerCallback-1045-thread-1-processing-n:127.0.0.1:43951_solr) [n:127.0.0.1:43951_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 621458 INFO  (jetty-launcher-1000-thread-1) [n:127.0.0.1:43951_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 621459 INFO  (jetty-launcher-1000-thread-1) [n:127.0.0.1:43951_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43951_solr
   [junit4]   2> 621482 INFO  (zkCallback-1034-thread-1-processing-n:127.0.0.1:36565_solr) [n:127.0.0.1:36565_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 621482 INFO  (zkCallback-1044-thread-1-processing-n:127.0.0.1:43951_solr) [n:127.0.0.1:43951_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 621482 INFO  (zkConnectionManagerCallback-1029-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 621483 INFO  (zkConnectionManagerCallback-1043-thread-1-processing-n:127.0.0.1:34491_solr) [n:127.0.0.1:34491_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 621486 INFO  (jetty-launcher-1000-thread-6) [n:127.0.0.1:34491_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 621486 INFO  (jetty-launcher-1000-thread-6) [n:127.0.0.1:34491_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 621488 INFO  (jetty-launcher-1000-thread-6) [n:127.0.0.1:34491_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34491_solr
   [junit4]   2> 621488 INFO  (zkCallback-1044-thread-1-processing-n:127.0.0.1:43951_solr) [n:127.0.0.1:43951_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 621491 INFO  (zkCallback-1034-thread-1-processing-n:127.0.0.1:36565_solr) [n:127.0.0.1:36565_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 621493 INFO  (zkConnectionManagerCallback-1047-thread-1-processing-n:127.0.0.1:41125_solr) [n:127.0.0.1:41125_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 621493 INFO  (zkConnectionManagerCallback-1050-thread-1-processing-n:127.0.0.1:35437_solr) [n:127.0.0.1:35437_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 621495 INFO  (jetty-launcher-1000-thread-3) [n:127.0.0.1:35437_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 621496 INFO  (jetty-launcher-1000-thread-4) [n:127.0.0.1:41125_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 621496 INFO  (jetty-launcher-1000-thread-3) [n:127.0.0.1:35437_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 621496 INFO  (jetty-launcher-1000-thread-4) [n:127.0.0.1:41125_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 621497 INFO  (jetty-launcher-1000-thread-3) [n:127.0.0.1:35437_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35437_solr
   [junit4]   2> 621497 INFO  (jetty-launcher-1000-thread-4) [n:127.0.0.1:41125_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41125_solr
   [junit4]   2> 621508 INFO  (zkCallback-1044-thread-1-processing-n:127.0.0.1:43951_solr) [n:127.0.0.1:43951_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 621511 INFO  (zkConnectionManagerCallback-1054-thread-1-processing-n:127.0.0.1:45969_solr) [n:127.0.0.1:45969_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 621514 INFO  (jetty-launcher-1000-thread-2) [n:127.0.0.1:45969_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 621515 INFO  (jetty-launcher-1000-thread-2) [n:127.0.0.1:45969_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 621515 INFO  (zkCallback-1034-thread-1-processing-n:127.0.0.1:36565_solr) [n:127.0.0.1:36565_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 621516 INFO  (jetty-launcher-1000-thread-2) [n:127.0.0.1:45969_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45969_solr
   [junit4]   2> 621516 INFO  (zkCallback-1034-thread-1-processing-n:127.0.0.1:36565_solr) [n:127.0.0.1:36565_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 621524 INFO  (jetty-launcher-1000-thread-6) [n:127.0.0.1:34491_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34491.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@64c964f3
   [junit4]   2> 621528 INFO  (zkCallback-1044-thread-1-processing-n:127.0.0.1:43951_solr) [n:127.0.0.1:43951_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 621529 INFO  (jetty-launcher-1000-thread-5) [n:127.0.0.1:36565_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36565_solr
   [junit4]   2> 621530 INFO  (jetty-launcher-1000-thread-6) [n:127.0.0.1:34491_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34491.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@64c964f3
   [junit4]   2> 621530 INFO  (zkCallback-1044-thread-1-processing-n:127.0.0.1:43951_solr) [n:127.0.0.1:43951_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 621530 INFO  (jetty-launcher-1000-thread-6) [n:127.0.0.1:34491_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34491.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@64c964f3
   [junit4]   2> 621530 INFO  (jetty-launcher-1000-thread-6) [n:127.0.0.1:34491_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_EE611682D4EA93A1-001/tempDir-001/node6/.
   [junit4]   2> 621539 INFO  (zkCallback-1042-thread-1-processing-n:127.0.0.1:34491_solr) [n:127.0.0.1:34491_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 621539 INFO  (zkCallback-1053-thread-1-processing-n:127.0.0.1:45969_solr) [n:127.0.0.1:45969_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (6)
   [junit4]   2> 621544 INFO  (zkCallback-1042-thread-2-processing-n:127.0.0.1:34491_solr) [n:127.0.0.1:34491_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (6)
   [junit4]   2> 621551 INFO  (zkCallback-1034-thread-2-processing-n:127.0.0.1:36565_solr) [n:127.0.0.1:36565_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 621554 INFO  (zkCallback-1049-thread-1-processing-n:127.0.0.1:35437_solr) [n:127.0.0.1:35437_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (6)
   [junit4]   2> 621558 INFO  (zkCallback-1046-thread-1-processing-n:127.0.0.1:41125_solr) [n:127.0.0.1:41125_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (6)
   [junit4]   2> 621569 INFO  (jetty-launcher-1000-thread-2) [n:127.0.0.1:45969_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45969.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@64c964f3
   [junit4]   2> 621569 INFO  (jetty-launcher-1000-thread-3) [n:127.0.0.1:35437_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35437.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@64c964f3
   [junit4]   2> 621569 INFO  (jetty-launcher-1000-thread-1) [n:127.0.0.1:43951_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43951.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@64c964f3
   [junit4]   2> 621583 INFO  (jetty-launcher-1000-thread-2) [n:127.0.0.1:45969_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45969.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@64c964f3
   [junit4]   2> 621583 INFO  (jetty-launcher-1000-thread-3) [n:127.0.0.1:35437_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35437.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@64c964f3
   [junit4]   2> 621583 INFO  (jetty-launcher-1000-thread-3) [n:127.0.0.1:35437_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35437.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@64c964f3
   [junit4]   2> 621583 INFO  (jetty-launcher-1000-thread-2) [n:127.0.0.1:45969_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45969.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@64c964f3
   [junit4]   2> 621584 INFO  (jetty-launcher-1000-thread-4) [n:127.0.0.1:41125_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41125.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@64c964f3
   [junit4]   2> 621584 INFO  (jetty-launcher-1000-thread-3) [n:127.0.0.1:35437_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_EE611682D4EA93A1-001/tempDir-001/node3/.
   [junit4]   2> 621584 INFO  (jetty-launcher-1000-thread-2) [n:127.0.0.1:45969_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_EE611682D4EA93A1-001/tempDir-001/node2/.
   [junit4]   2> 621585 INFO  (jetty-launcher-1000-thread-1) [n:127.0.0.1:43951_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43951.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@64c964f3
   [junit4]   2> 621586 INFO  (jetty-launcher-1000-thread-1) [n:127.0.0.1:43951_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43951.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@64c964f3
   [junit4]   2> 621587 INFO  (jetty-launcher-1000-thread-1) [n:127.0.0.1:43951_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_EE611682D4EA93A1-001/tempDir-001/node1/.
   [junit4]   2> 621591 INFO  (jetty-launcher-1000-thread-4) [n:127.0.0.1:41125_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41125.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@64c964f3
   [junit4]   2> 621591 INFO  (jetty-launcher-1000-thread-4) [n:127.0.0.1:41125_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41125.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@64c964f3
   [junit4]   2> 621592 INFO  (jetty-launcher-1000-thread-4) [n:127.0.0.1:41125_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_EE611682D4EA93A1-001/tempDir-001/node4/.
   [junit4]   2> 621592 INFO  (jetty-launcher-1000-thread-5) [n:127.0.0.1:36565_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36565.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@64c964f3
   [junit4]   2> 621600 INFO  (

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

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-analytics/test/temp/junit4-J1-20180216_233952_2998706362953910221793.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 562 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-clustering/test/temp/junit4-J2-20180216_234052_7838364397313769984633.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-clustering/test/temp/junit4-J1-20180216_234052_7832254233565660668864.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-clustering/test/temp/junit4-J0-20180216_234052_7832292940349066590657.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1280 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-dataimporthandler-extras/test/temp/junit4-J1-20180216_234107_06217239885804010887879.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-dataimporthandler-extras/test/temp/junit4-J0-20180216_234107_06217309525460093317528.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 653 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J1-20180216_234114_17512855792438203200563.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J2-20180216_234114_1752083097062320891626.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J0-20180216_234114_1752351768015130940444.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 567 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J1-20180216_234135_1972092276817393522474.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J2-20180216_234135_1984463568381384637152.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J0-20180216_234135_19718380519476963191776.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 576 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-langid/test/temp/junit4-J2-20180216_234145_17017942046022945524479.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-langid/test/temp/junit4-J1-20180216_234145_17011665302288483854460.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-langid/test/temp/junit4-J0-20180216_234145_17010488445101465855143.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 665 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J1-20180216_234152_91312291356278327478068.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J0-20180216_234152_91313061979089494090758.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J2-20180216_234152_9133171930970284197033.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 611 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-uima/test/temp/junit4-J1-20180216_234218_19010203884425894375575.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-uima/test/temp/junit4-J0-20180216_234218_18914335558078944617667.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 557 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-velocity/test/temp/junit4-J0-20180216_234228_7067672037364014576906.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 32532 lines...]

[JENKINS] Lucene-Solr-7.x-Linux (32bit/jdk1.8.0_162) - Build # 1376 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1376/
Java: 32bit/jdk1.8.0_162 -client -XX:+UseParallelGC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.schema.ManagedSchemaRoundRobinCloudTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.schema.ManagedSchemaRoundRobinCloudTest:     1) Thread[id=12022, name=qtp4096703-12022, state=TIMED_WAITING, group=TGRP-ManagedSchemaRoundRobinCloudTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.schema.ManagedSchemaRoundRobinCloudTest: 
   1) Thread[id=12022, name=qtp4096703-12022, state=TIMED_WAITING, group=TGRP-ManagedSchemaRoundRobinCloudTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([51E92835D5C5A575]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.schema.ManagedSchemaRoundRobinCloudTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=12022, name=qtp4096703-12022, state=TIMED_WAITING, group=TGRP-ManagedSchemaRoundRobinCloudTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=12022, name=qtp4096703-12022, state=TIMED_WAITING, group=TGRP-ManagedSchemaRoundRobinCloudTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([51E92835D5C5A575]:0)




Build Log:
[...truncated 13125 lines...]
   [junit4] Suite: org.apache.solr.schema.ManagedSchemaRoundRobinCloudTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.schema.ManagedSchemaRoundRobinCloudTest_51E92835D5C5A575-001/init-core-data-001
   [junit4]   2> 1145072 WARN  (SUITE-ManagedSchemaRoundRobinCloudTest-seed#[51E92835D5C5A575]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=238 numCloses=238
   [junit4]   2> 1145072 INFO  (SUITE-ManagedSchemaRoundRobinCloudTest-seed#[51E92835D5C5A575]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1145074 INFO  (SUITE-ManagedSchemaRoundRobinCloudTest-seed#[51E92835D5C5A575]-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> 1145074 INFO  (SUITE-ManagedSchemaRoundRobinCloudTest-seed#[51E92835D5C5A575]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1145074 INFO  (SUITE-ManagedSchemaRoundRobinCloudTest-seed#[51E92835D5C5A575]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.schema.ManagedSchemaRoundRobinCloudTest_51E92835D5C5A575-001/tempDir-001
   [junit4]   2> 1145074 INFO  (SUITE-ManagedSchemaRoundRobinCloudTest-seed#[51E92835D5C5A575]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1145074 INFO  (Thread-2752) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1145074 INFO  (Thread-2752) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1145076 ERROR (Thread-2752) [    ] 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> 1145174 INFO  (SUITE-ManagedSchemaRoundRobinCloudTest-seed#[51E92835D5C5A575]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:41517
   [junit4]   2> 1145177 INFO  (zkConnectionManagerCallback-2307-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1145179 INFO  (jetty-launcher-2304-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T14:27:37-07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1145179 INFO  (jetty-launcher-2304-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T14:27:37-07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1145183 INFO  (jetty-launcher-2304-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1145183 INFO  (jetty-launcher-2304-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1145183 INFO  (jetty-launcher-2304-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1145183 INFO  (jetty-launcher-2304-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1145183 INFO  (jetty-launcher-2304-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1145184 INFO  (jetty-launcher-2304-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1145184 INFO  (jetty-launcher-2304-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@18ad203{/solr,null,AVAILABLE}
   [junit4]   2> 1145184 INFO  (jetty-launcher-2304-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1e59092{/solr,null,AVAILABLE}
   [junit4]   2> 1145185 INFO  (jetty-launcher-2304-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@33c1bc{HTTP/1.1,[http/1.1]}{127.0.0.1:46795}
   [junit4]   2> 1145185 INFO  (jetty-launcher-2304-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@462c7d{HTTP/1.1,[http/1.1]}{127.0.0.1:39341}
   [junit4]   2> 1145185 INFO  (jetty-launcher-2304-thread-1) [    ] o.e.j.s.Server Started @1146621ms
   [junit4]   2> 1145185 INFO  (jetty-launcher-2304-thread-2) [    ] o.e.j.s.Server Started @1146621ms
   [junit4]   2> 1145185 INFO  (jetty-launcher-2304-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46795}
   [junit4]   2> 1145185 INFO  (jetty-launcher-2304-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39341}
   [junit4]   2> 1145185 ERROR (jetty-launcher-2304-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1145185 ERROR (jetty-launcher-2304-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1145185 INFO  (jetty-launcher-2304-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1145186 INFO  (jetty-launcher-2304-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1145186 INFO  (jetty-launcher-2304-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1145186 INFO  (jetty-launcher-2304-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1145186 INFO  (jetty-launcher-2304-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1145186 INFO  (jetty-launcher-2304-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1145186 INFO  (jetty-launcher-2304-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-17T19:21:15.869Z
   [junit4]   2> 1145186 INFO  (jetty-launcher-2304-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-17T19:21:15.869Z
   [junit4]   2> 1145187 INFO  (zkConnectionManagerCallback-2311-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1145187 INFO  (zkConnectionManagerCallback-2310-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1145188 INFO  (jetty-launcher-2304-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1145188 INFO  (jetty-launcher-2304-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1145195 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10062d9ba640001, likely client has closed socket
   [junit4]   2> 1145197 INFO  (jetty-launcher-2304-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41517/solr
   [junit4]   2> 1145198 INFO  (jetty-launcher-2304-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41517/solr
   [junit4]   2> 1145199 INFO  (zkConnectionManagerCallback-2317-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1145199 INFO  (zkConnectionManagerCallback-2319-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1145199 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10062d9ba640004, likely client has closed socket
   [junit4]   2> 1145201 INFO  (zkConnectionManagerCallback-2321-thread-1-processing-n:127.0.0.1:46795_solr) [n:127.0.0.1:46795_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1145201 INFO  (zkConnectionManagerCallback-2323-thread-1-processing-n:127.0.0.1:39341_solr) [n:127.0.0.1:39341_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1145252 INFO  (jetty-launcher-2304-thread-2) [n:127.0.0.1:39341_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1145252 INFO  (jetty-launcher-2304-thread-1) [n:127.0.0.1:46795_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1145253 INFO  (jetty-launcher-2304-thread-2) [n:127.0.0.1:39341_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39341_solr
   [junit4]   2> 1145253 INFO  (jetty-launcher-2304-thread-1) [n:127.0.0.1:46795_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46795_solr
   [junit4]   2> 1145254 INFO  (jetty-launcher-2304-thread-2) [n:127.0.0.1:39341_solr    ] o.a.s.c.Overseer Overseer (id=72166281312468998-127.0.0.1:39341_solr-n_0000000000) starting
   [junit4]   2> 1145254 INFO  (zkCallback-2322-thread-1-processing-n:127.0.0.1:39341_solr) [n:127.0.0.1:39341_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1145273 INFO  (zkCallback-2320-thread-1-processing-n:127.0.0.1:46795_solr) [n:127.0.0.1:46795_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1145278 INFO  (jetty-launcher-2304-thread-2) [n:127.0.0.1:39341_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39341_solr
   [junit4]   2> 1145279 INFO  (zkCallback-2320-thread-1-processing-n:127.0.0.1:46795_solr) [n:127.0.0.1:46795_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1145279 INFO  (zkCallback-2322-thread-1-processing-n:127.0.0.1:39341_solr) [n:127.0.0.1:39341_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1145401 INFO  (jetty-launcher-2304-thread-1) [n:127.0.0.1:46795_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46795.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f8aec
   [junit4]   2> 1145406 INFO  (jetty-launcher-2304-thread-2) [n:127.0.0.1:39341_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39341.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f8aec
   [junit4]   2> 1145413 INFO  (jetty-launcher-2304-thread-1) [n:127.0.0.1:46795_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46795.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f8aec
   [junit4]   2> 1145414 INFO  (jetty-launcher-2304-thread-1) [n:127.0.0.1:46795_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46795.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f8aec
   [junit4]   2> 1145415 INFO  (jetty-launcher-2304-thread-1) [n:127.0.0.1:46795_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.schema.ManagedSchemaRoundRobinCloudTest_51E92835D5C5A575-001/tempDir-001/node1/.
   [junit4]   2> 1145421 INFO  (jetty-launcher-2304-thread-2) [n:127.0.0.1:39341_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39341.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f8aec
   [junit4]   2> 1145422 INFO  (jetty-launcher-2304-thread-2) [n:127.0.0.1:39341_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39341.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f8aec
   [junit4]   2> 1145423 INFO  (jetty-launcher-2304-thread-2) [n:127.0.0.1:39341_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.schema.ManagedSchemaRoundRobinCloudTest_51E92835D5C5A575-001/tempDir-001/node2/.
   [junit4]   2> 1145475 INFO  (zkConnectionManagerCallback-2329-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1145478 INFO  (zkConnectionManagerCallback-2333-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1145479 INFO  (SUITE-ManagedSchemaRoundRobinCloudTest-seed#[51E92835D5C5A575]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1145480 INFO  (SUITE-ManagedSchemaRoundRobinCloudTest-seed#[51E92835D5C5A575]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41517/solr ready
   [junit4]   2> 1145484 INFO  (qtp4096703-11956) [n:127.0.0.1:46795_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=cloud-managed&maxShardsPerNode=1&name=managed_coll&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1145486 INFO  (OverseerThreadFactory-4355-thread-1-processing-n:127.0.0.1:39341_solr) [n:127.0.0.1:39341_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection managed_coll
   [junit4]   2> 1145591 INFO  (OverseerStateUpdate-72166281312468998-127.0.0.1:39341_solr-n_0000000000) [n:127.0.0.1:39341_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"managed_coll",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"managed_coll_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39341/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1145593 INFO  (OverseerStateUpdate-72166281312468998-127.0.0.1:39341_solr-n_0000000000) [n:127.0.0.1:39341_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"managed_coll",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"managed_coll_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46795/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1145795 INFO  (qtp21316367-11957) [n:127.0.0.1:39341_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=cloud-managed&newCollection=true&name=managed_coll_shard1_replica_n1&action=CREATE&numShards=2&collection=managed_coll&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1145795 INFO  (qtp4096703-12020) [n:127.0.0.1:46795_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=cloud-managed&newCollection=true&name=managed_coll_shard2_replica_n2&action=CREATE&numShards=2&collection=managed_coll&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1145796 INFO  (qtp21316367-11957) [n:127.0.0.1:39341_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1145796 INFO  (qtp4096703-12020) [n:127.0.0.1:46795_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1145899 INFO  (zkCallback-2322-thread-1-processing-n:127.0.0.1:39341_solr) [n:127.0.0.1:39341_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/managed_coll/state.json] for collection [managed_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1145899 INFO  (zkCallback-2320-thread-1-processing-n:127.0.0.1:46795_solr) [n:127.0.0.1:46795_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/managed_coll/state.json] for collection [managed_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1145899 INFO  (zkCallback-2322-thread-2-processing-n:127.0.0.1:39341_solr) [n:127.0.0.1:39341_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/managed_coll/state.json] for collection [managed_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1145899 INFO  (zkCallback-2320-thread-2-processing-n:127.0.0.1:46795_solr) [n:127.0.0.1:46795_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/managed_coll/state.json] for collection [managed_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1146807 INFO  (qtp4096703-12020) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1146807 INFO  (qtp21316367-11957) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1146813 INFO  (qtp21316367-11957) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.s.IndexSchema [managed_coll_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1146813 INFO  (qtp4096703-12020) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.s.IndexSchema [managed_coll_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1146822 INFO  (qtp4096703-12020) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1146822 INFO  (qtp21316367-11957) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1146822 INFO  (qtp4096703-12020) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'managed_coll_shard2_replica_n2' using configuration from collection managed_coll, trusted=true
   [junit4]   2> 1146822 INFO  (qtp21316367-11957) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'managed_coll_shard1_replica_n1' using configuration from collection managed_coll, trusted=true
   [junit4]   2> 1146822 INFO  (qtp4096703-12020) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46795.solr.core.managed_coll.shard2.replica_n2' (registry 'solr.core.managed_coll.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f8aec
   [junit4]   2> 1146822 INFO  (qtp21316367-11957) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39341.solr.core.managed_coll.shard1.replica_n1' (registry 'solr.core.managed_coll.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f8aec
   [junit4]   2> 1146822 INFO  (qtp4096703-12020) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1146822 INFO  (qtp21316367-11957) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1146822 INFO  (qtp4096703-12020) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.c.SolrCore [[managed_coll_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.schema.ManagedSchemaRoundRobinCloudTest_51E92835D5C5A575-001/tempDir-001/node1/managed_coll_shard2_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.schema.ManagedSchemaRoundRobinCloudTest_51E92835D5C5A575-001/tempDir-001/node1/./managed_coll_shard2_replica_n2/data/]
   [junit4]   2> 1146822 INFO  (qtp21316367-11957) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.c.SolrCore [[managed_coll_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.schema.ManagedSchemaRoundRobinCloudTest_51E92835D5C5A575-001/tempDir-001/node2/managed_coll_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.schema.ManagedSchemaRoundRobinCloudTest_51E92835D5C5A575-001/tempDir-001/node2/./managed_coll_shard1_replica_n1/data/]
   [junit4]   2> 1146873 INFO  (qtp4096703-12020) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1146873 INFO  (qtp4096703-12020) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1146873 INFO  (qtp21316367-11957) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1146873 INFO  (qtp21316367-11957) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1146875 INFO  (qtp21316367-11957) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1146875 INFO  (qtp4096703-12020) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1146875 INFO  (qtp21316367-11957) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1146875 INFO  (qtp4096703-12020) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1146877 INFO  (qtp21316367-11957) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@16e5586[managed_coll_shard1_replica_n1] main]
   [junit4]   2> 1146877 INFO  (qtp4096703-12020) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@870c76[managed_coll_shard2_replica_n2] main]
   [junit4]   2> 1146878 INFO  (qtp4096703-12020) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cloud-managed
   [junit4]   2> 1146878 INFO  (qtp21316367-11957) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cloud-managed
   [junit4]   2> 1146879 INFO  (qtp21316367-11957) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cloud-managed
   [junit4]   2> 1146879 INFO  (qtp4096703-12020) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cloud-managed
   [junit4]   2> 1146879 INFO  (qtp21316367-11957) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cloud-managed/managed-schema
   [junit4]   2> 1146879 INFO  (qtp4096703-12020) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cloud-managed/managed-schema
   [junit4]   2> 1146879 INFO  (qtp21316367-11957) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1146879 INFO  (qtp4096703-12020) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1146880 INFO  (qtp21316367-11957) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1146880 INFO  (qtp4096703-12020) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1146880 INFO  (qtp21316367-11957) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592677134565900288
   [junit4]   2> 1146881 INFO  (searcherExecutor-4360-thread-1-processing-n:127.0.0.1:46795_solr x:managed_coll_shard2_replica_n2 s:shard2 c:managed_coll r:core_node4) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.c.SolrCore [managed_coll_shard2_replica_n2] Registered new searcher Searcher@870c76[managed_coll_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1146881 INFO  (qtp4096703-12020) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592677134566948864
   [junit4]   2> 1146882 INFO  (searcherExecutor-4361-thread-1-processing-n:127.0.0.1:39341_solr x:managed_coll_shard1_replica_n1 s:shard1 c:managed_coll r:core_node3) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.c.SolrCore [managed_coll_shard1_replica_n1] Registered new searcher Searcher@16e5586[managed_coll_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1146885 INFO  (qtp21316367-11957) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1146885 INFO  (qtp21316367-11957) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1146885 INFO  (qtp21316367-11957) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:39341/solr/managed_coll_shard1_replica_n1/
   [junit4]   2> 1146885 INFO  (qtp21316367-11957) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1146886 INFO  (qtp21316367-11957) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:39341/solr/managed_coll_shard1_replica_n1/ has no replicas
   [junit4]   2> 1146886 INFO  (qtp21316367-11957) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1146888 INFO  (qtp21316367-11957) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:39341/solr/managed_coll_shard1_replica_n1/ shard1
   [junit4]   2> 1146889 INFO  (qtp4096703-12020) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1146889 INFO  (qtp4096703-12020) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1146889 INFO  (qtp4096703-12020) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:46795/solr/managed_coll_shard2_replica_n2/
   [junit4]   2> 1146889 INFO  (qtp4096703-12020) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1146889 INFO  (qtp4096703-12020) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.c.SyncStrategy http://127.0.0.1:46795/solr/managed_coll_shard2_replica_n2/ has no replicas
   [junit4]   2> 1146889 INFO  (qtp4096703-12020) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1146891 INFO  (qtp4096703-12020) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:46795/solr/managed_coll_shard2_replica_n2/ shard2
   [junit4]   2> 1146992 INFO  (zkCallback-2320-thread-2-processing-n:127.0.0.1:46795_solr) [n:127.0.0.1:46795_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/managed_coll/state.json] for collection [managed_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1146992 INFO  (zkCallback-2322-thread-3-processing-n:127.0.0.1:39341_solr) [n:127.0.0.1:39341_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/managed_coll/state.json] for collection [managed_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1146992 INFO  (zkCallback-2322-thread-2-processing-n:127.0.0.1:39341_solr) [n:127.0.0.1:39341_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/managed_coll/state.json] for collection [managed_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1146992 INFO  (zkCallback-2320-thread-1-processing-n:127.0.0.1:46795_solr) [n:127.0.0.1:46795_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/managed_coll/state.json] for collection [managed_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1147039 INFO  (qtp21316367-11957) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1147042 INFO  (qtp4096703-12020) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1147144 INFO  (zkCallback-2322-thread-2-processing-n:127.0.0.1:39341_solr) [n:127.0.0.1:39341_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/managed_coll/state.json] for collection [managed_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1147144 INFO  (zkCallback-2320-thread-2-processing-n:127.0.0.1:46795_solr) [n:127.0.0.1:46795_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/managed_coll/state.json] for collection [managed_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1147144 INFO  (zkCallback-2320-thread-1-processing-n:127.0.0.1:46795_solr) [n:127.0.0.1:46795_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/managed_coll/state.json] for collection [managed_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1147144 INFO  (zkCallback-2322-thread-3-processing-n:127.0.0.1:39341_solr) [n:127.0.0.1:39341_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/managed_coll/state.json] for collection [managed_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1147158 INFO  (qtp4096703-12020) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=cloud-managed&newCollection=true&name=managed_coll_shard2_replica_n2&action=CREATE&numShards=2&collection=managed_coll&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1362
   [junit4]   2> 1147162 INFO  (qtp21316367-11957) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=cloud-managed&newCollection=true&name=managed_coll_shard1_replica_n1&action=CREATE&numShards=2&collection=managed_coll&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1367
   [junit4]   2> 1147166 INFO  (qtp4096703-11956) [n:127.0.0.1:46795_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> 1147166 INFO  (qtp4096703-11956) [n:127.0.0.1:46795_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=cloud-managed&maxShardsPerNode=1&name=managed_coll&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=1681
   [junit4]   2> 1147182 INFO  (TEST-ManagedSchemaRoundRobinCloudTest.testAddFieldsRoundRobin-seed#[51E92835D5C5A575]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testAddFieldsRoundRobin
   [junit4]   2> 1147192 INFO  (qtp4096703-12021) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.s.SchemaManager managed schema loaded . version : 0 
   [junit4]   2> 1147196 INFO  (qtp4096703-12021) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.s.IndexSchema [managed_coll_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1147199 INFO  (qtp4096703-12021) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1147200 INFO  (qtp4096703-12021) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.c.ZkController Persisted config data to node /configs/cloud-managed/managed-schema 
   [junit4]   2> 1147200 INFO  (zkCallback-2320-thread-1-processing-n:127.0.0.1:46795_solr) [n:127.0.0.1:46795_solr    ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/cloud-managed/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 1147200 INFO  (zkCallback-2322-thread-3-processing-n:127.0.0.1:39341_solr) [n:127.0.0.1:39341_solr    ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/cloud-managed/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 1147201 INFO  (zkCallback-2322-thread-3-processing-n:127.0.0.1:39341_solr) [n:127.0.0.1:39341_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 1147201 INFO  (Thread-2775) [n:127.0.0.1:39341_solr    ] o.a.s.c.SolrCore config update listener called for core managed_coll_shard1_replica_n1
   [junit4]   2> 1147201 INFO  (Thread-2776) [n:127.0.0.1:46795_solr    ] o.a.s.c.SolrCore config update listener called for core managed_coll_shard2_replica_n2
   [junit4]   2> 1147201 INFO  (Thread-2776) [n:127.0.0.1:46795_solr    ] o.a.s.c.SolrCore core reload managed_coll_shard2_replica_n2
   [junit4]   2> 1147201 INFO  (Thread-2775) [n:127.0.0.1:39341_solr    ] o.a.s.c.SolrCore core reload managed_coll_shard1_replica_n1
   [junit4]   2> 1147202 INFO  (zkCallback-2322-thread-3-processing-n:127.0.0.1:39341_solr) [n:127.0.0.1:39341_solr    ] o.a.s.s.IndexSchema [managed_coll_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1147204 INFO  (zkCallback-2322-thread-3-processing-n:127.0.0.1:39341_solr) [n:127.0.0.1:39341_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1147205 INFO  (zkCallback-2322-thread-3-processing-n:127.0.0.1:39341_solr) [n:127.0.0.1:39341_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 4 ms
   [junit4]   2> 1147209 INFO  (qtp4096703-12021) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1147209 INFO  (Thread-2775) [n:127.0.0.1:39341_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1147218 INFO  (qtp4096703-12021) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.s.IndexSchema [managed_coll_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1147218 INFO  (Thread-2775) [n:127.0.0.1:39341_solr    ] o.a.s.s.IndexSchema [managed_coll_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1147220 INFO  (Thread-2775) [n:127.0.0.1:39341_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1147220 INFO  (qtp4096703-12021) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1147220 INFO  (Thread-2775) [n:127.0.0.1:39341_solr    ] o.a.s.c.CoreContainer Reloading SolrCore 'managed_coll_shard1_replica_n1' using configuration from collection managed_coll
   [junit4]   2> 1147220 INFO  (qtp4096703-12021) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.c.CoreContainer Reloading SolrCore 'managed_coll_shard2_replica_n2' using configuration from collection managed_coll
   [junit4]   2> 1147258 INFO  (Thread-2775) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39341.solr.core.managed_coll.shard1.replica_n1' (registry 'solr.core.managed_coll.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f8aec
   [junit4]   2> 1147258 INFO  (Thread-2775) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.c.SolrCore [[managed_coll_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.schema.ManagedSchemaRoundRobinCloudTest_51E92835D5C5A575-001/tempDir-001/node2/managed_coll_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.schema.ManagedSchemaRoundRobinCloudTest_51E92835D5C5A575-001/tempDir-001/node2/./managed_coll_shard1_replica_n1/data/]
   [junit4]   2> 1147266 INFO  (qtp4096703-12021) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46795.solr.core.managed_coll.shard2.replica_n2' (registry 'solr.core.managed_coll.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f8aec
   [junit4]   2> 1147266 INFO  (qtp4096703-12021) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.c.SolrCore [[managed_coll_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.schema.ManagedSchemaRoundRobinCloudTest_51E92835D5C5A575-001/tempDir-001/node1/managed_coll_shard2_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.schema.ManagedSchemaRoundRobinCloudTest_51E92835D5C5A575-001/tempDir-001/node1/./managed_coll_shard2_replica_n2/data/]
   [junit4]   2> 1147312 INFO  (Thread-2775) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1147312 INFO  (Thread-2775) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1147314 INFO  (qtp4096703-12021) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1147314 INFO  (qtp4096703-12021) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1147314 INFO  (Thread-2775) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@16884a9[managed_coll_shard1_replica_n1] main]
   [junit4]   2> 1147316 INFO  (Thread-2775) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cloud-managed
   [junit4]   2> 1147316 INFO  (Thread-2775) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cloud-managed
   [junit4]   2> 1147316 INFO  (Thread-2775) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cloud-managed/managed-schema
   [junit4]   2> 1147316 INFO  (Thread-2775) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 1 is already the latest
   [junit4]   2> 1147316 INFO  (qtp4096703-12021) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@576ad0[managed_coll_shard2_replica_n2] main]
   [junit4]   2> 1147317 INFO  (Thread-2775) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1147317 INFO  (qtp4096703-12021) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cloud-managed
   [junit4]   2> 1147318 INFO  (qtp4096703-12021) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cloud-managed
   [junit4]   2> 1147318 INFO  (qtp4096703-12021) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cloud-managed/managed-schema
   [junit4]   2> 1147318 INFO  (qtp4096703-12021) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.s.ZkIndexSchemaReader Current schema version 1 is already the latest
   [junit4]   2> 1147318 INFO  (qtp4096703-12021) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1147319 INFO  (Thread-2775) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592677135026225152
   [junit4]   2> 1147320 INFO  (searcherExecutor-4370-thread-1-processing-n:127.0.0.1:39341_solr x:managed_coll_shard1_replica_n1 s:shard1 c:managed_coll r:core_node3) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.c.SolrCore [managed_coll_shard1_replica_n1] Registered new searcher Searcher@16884a9[managed_coll_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1147322 INFO  (Thread-2775) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1147322 INFO  (searcherExecutor-4371-thread-1-processing-n:127.0.0.1:46795_solr x:managed_coll_shard2_replica_n2 s:shard2 c:managed_coll r:core_node4) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.c.SolrCore [managed_coll_shard2_replica_n2] Registered new searcher Searcher@576ad0[managed_coll_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1147322 INFO  (Thread-2775) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@e4d89e[managed_coll_shard1_replica_n1] main]
   [junit4]   2> 1147322 INFO  (qtp4096703-12021) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592677135029370880
   [junit4]   2> 1147323 INFO  (Thread-2775) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.c.SolrCore [managed_coll_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1037d23
   [junit4]   2> 1147323 INFO  (Thread-2775) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.managed_coll.shard1.replica_n1, tag=17005859
   [junit4]   2> 1147323 INFO  (Thread-2775) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@175cb80: rootName = solr_39341, domain = solr.core.managed_coll.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.managed_coll.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@1ca3c2d
   [junit4]   2> 1147324 INFO  (searcherExecutor-4370-thread-1-processing-n:127.0.0.1:39341_solr x:managed_coll_shard1_replica_n1 s:shard1 c:managed_coll r:core_node3) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.c.SolrCore [managed_coll_shard1_replica_n1] Registered new searcher Searcher@e4d89e[managed_coll_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1147325 INFO  (qtp4096703-12021) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1147325 INFO  (qtp4096703-12021) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@465d8b[managed_coll_shard2_replica_n2] main]
   [junit4]   2> 1147326 INFO  (zkCallback-2320-thread-1-processing-n:127.0.0.1:46795_solr) [n:127.0.0.1:46795_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 1147327 INFO  (qtp4096703-12021) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.s.ManagedIndexSchema Waiting up to 599 secs for 1 replicas to apply schema update version 1 for collection managed_coll
   [junit4]   2> 1147329 INFO  (searcherExecutor-4371-thread-1-processing-n:127.0.0.1:46795_solr x:managed_coll_shard2_replica_n2 s:shard2 c:managed_coll r:core_node4) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.c.SolrCore [managed_coll_shard2_replica_n2] Registered new searcher Searcher@465d8b[managed_coll_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1147329 INFO  (zkCallback-2320-thread-1-processing-n:127.0.0.1:46795_solr) [n:127.0.0.1:46795_solr    ] o.a.s.s.IndexSchema [managed_coll_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1147330 INFO  (Thread-2775) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.managed_coll.shard1.leader, tag=17005859
   [junit4]   2> 1147332 INFO  (zkCallback-2320-thread-1-processing-n:127.0.0.1:46795_solr) [n:127.0.0.1:46795_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1147332 INFO  (zkCallback-2320-thread-1-processing-n:127.0.0.1:46795_solr) [n:127.0.0.1:46795_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 6 ms
   [junit4]   2> 1147333 INFO  (qtp21316367-11969) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.c.S.Request [managed_coll_shard1_replica_n1]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1147334 INFO  (qtp4096703-12021) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.s.ManagedIndexSchema Took 8.0ms for 1 replicas to apply schema update version 1 for collection managed_coll
   [junit4]   2> 1147334 INFO  (qtp4096703-12021) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.c.S.Request [managed_coll_shard2_replica_n2]  webapp=/solr path=/schema params={wt=javabin&version=2} status=0 QTime=142
   [junit4]   2> 1147334 INFO  (qtp4096703-12021) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.c.SolrCore [managed_coll_shard2_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@1d686e9
   [junit4]   2> 1147334 INFO  (qtp4096703-12021) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.managed_coll.shard2.replica_n2, tag=30836457
   [junit4]   2> 1147334 INFO  (qtp4096703-12021) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@11843fb: rootName = solr_46795, domain = solr.core.managed_coll.shard2.replica_n2, service url = null, agent id = null] for registry solr.core.managed_coll.shard2.replica_n2 / com.codahale.metrics.MetricRegistry@1ded946
   [junit4]   2> 1147334 INFO  (Thread-2776) [n:127.0.0.1:46795_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1147341 INFO  (Thread-2776) [n:127.0.0.1:46795_solr    ] o.a.s.s.IndexSchema [managed_coll_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1147343 INFO  (Thread-2776) [n:127.0.0.1:46795_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1147343 INFO  (Thread-2776) [n:127.0.0.1:46795_solr    ] o.a.s.c.CoreContainer Reloading SolrCore 'managed_coll_shard2_replica_n2' using configuration from collection managed_coll
   [junit4]   2> 1147350 INFO  (qtp4096703-12021) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.managed_coll.shard2.leader, tag=30836457
   [junit4]   2> 1147351 INFO  (qtp4096703-11966) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.c.S.Request [managed_coll_shard2_replica_n2]  webapp=/solr path=/schema/fields/NumberedField_0 params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1147353 INFO  (qtp21316367-11969) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.s.SchemaManager managed schema loaded . version : 1 
   [junit4]   2> 1147355 INFO  (qtp21316367-11969) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.s.IndexSchema [managed_coll_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1147357 INFO  (qtp21316367-11969) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1147358 INFO  (qtp21316367-11969) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.c.ZkController Persisted config data to node /configs/cloud-managed/managed-schema 
   [junit4]   2> 1147358 INFO  (zkCallback-2322-thread-3-processing-n:127.0.0.1:39341_solr) [n:127.0.0.1:39341_solr    ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/cloud-managed/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 1147358 INFO  (zkCallback-2320-thread-1-processing-n:127.0.0.1:46795_solr) [n:127.0.0.1:46795_solr    ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/cloud-managed/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 1147358 INFO  (zkCallback-2320-thread-1-processing-n:127.0.0.1:46795_solr) [n:127.0.0.1:46795_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 2 from ZooKeeper
   [junit4]   2> 1147358 INFO  (Thread-2777) [n:127.0.0.1:46795_solr    ] o.a.s.c.SolrCore config update listener called for core managed_coll_shard2_replica_n2
   [junit4]   2> 1147359 INFO  (Thread-2778) [n:127.0.0.1:39341_solr    ] o.a.s.c.SolrCore config update listener called for core managed_coll_shard1_replica_n1
   [junit4]   2> 1147360 INFO  (Thread-2778) [n:127.0.0.1:39341_solr    ] o.a.s.c.SolrCore core reload managed_coll_shard1_replica_n1
   [junit4]   2> 1147360 INFO  (Thread-2777) [n:127.0.0.1:46795_solr    ] o.a.s.c.SolrCore core reload managed_coll_shard2_replica_n2
   [junit4]   2> 1147360 INFO  (zkCallback-2320-thread-1-processing-n:127.0.0.1:46795_solr) [n:127.0.0.1:46795_solr    ] o.a.s.s.IndexSchema [managed_coll_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1147361 INFO  (zkCallback-2320-thread-1-processing-n:127.0.0.1:46795_solr) [n:127.0.0.1:46795_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1147362 INFO  (zkCallback-2320-thread-1-processing-n:127.0.0.1:46795_solr) [n:127.0.0.1:46795_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 3 ms
   [junit4]   2> 1147372 INFO  (qtp21316367-11969) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1147379 INFO  (qtp21316367-11969) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.s.IndexSchema [managed_coll_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1147380 INFO  (Thread-2776) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46795.solr.core.managed_coll.shard2.replica_n2' (registry 'solr.core.managed_coll.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f8aec
   [junit4]   2> 1147380 INFO  (Thread-2776) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.c.SolrCore [[managed_coll_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.schema.ManagedSchemaRoundRobinCloudTest_51E92835D5C5A575-001/tempDir-001/node1/managed_coll_shard2_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.schema.ManagedSchemaRoundRobinCloudTest_51E92835D5C5A575-001/tempDir-001/node1/./managed_coll_shard2_replica_n2/data/]
   [junit4]   2> 1147381 INFO  (qtp21316367-11969) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1147381 INFO  (qtp21316367-11969) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.c.CoreContainer Reloading SolrCore 'managed_coll_shard1_replica_n1' using configuration from collection managed_coll
   [junit4]   2> 1147434 INFO  (qtp21316367-11969) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39341.solr.core.managed_coll.shard1.replica_n1' (registry 'solr.core.managed_coll.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f8aec
   [junit4]   2> 1147434 INFO  (qtp21316367-11969) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.c.SolrCore [[managed_coll_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.schema.ManagedSchemaRoundRobinCloudTest_51E92835D5C5A575-001/tempDir-001/node2/managed_coll_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.schema.ManagedSchemaRoundRobinCloudTest_51E92835D5C5A575-001/tempDir-001/node2/./managed_coll_shard1_replica_n1/data/]
   [junit4]   2> 1147441 INFO  (Thread-2776) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1147442 INFO  (Thread-2776) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1147444 INFO  (Thread-2776) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@4661b0[managed_coll_shard2_replica_n2] main]
   [junit4]   2> 1147445 INFO  (Thread-2776) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cloud-managed
   [junit4]   2> 1147445 INFO  (Thread-2776) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cloud-managed
   [junit4]   2> 1147445 INFO  (Thread-2776) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cloud-managed/managed-schema
   [junit4]   2> 1147446 INFO  (Thread-2776) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 2 from ZooKeeper
   [junit4]   2> 1147449 INFO  (Thread-2776) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.s.IndexSchema [managed_coll_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1147451 INFO  (Thread-2776) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1147451 INFO  (Thread-2776) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 5 ms
   [junit4]   2> 1147452 INFO  (Thread-2776) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1147454 INFO  (searcherExecutor-4379-thread-1-processing-n:127.0.0.1:46795_solr x:managed_coll_shard2_replica_n2 s:shard2 c:managed_coll r:core_node4) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.c.SolrCore [managed_coll_shard2_replica_n2] Registered new searcher Searcher@4661b0[managed_coll_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1147454 INFO  (Thread-2776) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592677135167782912
   [junit4]   2> 1147457 INFO  (Thread-2776) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1147457 INFO  (Thread-2776) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@11fbe3a[managed_coll_shard2_replica_n2] main]
   [junit4]   2> 1147457 INFO  (Thread-2776) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.c.SolrCore [managed_coll_shard2_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@1387570
   [junit4]   2> 1147457 INFO  (Thread-2776) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.managed_coll.shard2.replica_n2, tag=20477296
   [junit4]   2> 1147457 INFO  (Thread-2776) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1cbd7b3: rootName = solr_46795, domain = solr.core.managed_coll.shard2.replica_n2, service url = null, agent id = null] for registry solr.core.managed_coll.shard2.replica_n2 / com.codahale.metrics.MetricRegistry@1ded946
   [junit4]   2> 1147459 INFO  (searcherExecutor-4379-thread-1-processing-n:127.0.0.1:46795_solr x:managed_coll_shard2_replica_n2 s:shard2 c:managed_coll r:core_node4) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.c.SolrCore [managed_coll_shard2_replica_n2] Registered new searcher Searcher@11fbe3a[managed_coll_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1147468 INFO  (Thread-2776) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.managed_coll.shard2.leader, tag=20477296
   [junit4]   2> 1147476 INFO  (Thread-2777) [n:127.0.0.1:46795_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1147484 INFO  (Thread-2777) [n:127.0.0.1:46795_solr    ] o.a.s.s.IndexSchema [managed_coll_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1147486 INFO  (Thread-2777) [n:127.0.0.1:46795_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1147486 INFO  (Thread-2777) [n:127.0.0.1:46795_solr    ] o.a.s.c.CoreContainer Reloading SolrCore 'managed_coll_shard2_replica_n2' using configuration from collection managed_coll
   [junit4]   2> 1147487 INFO  (OverseerCollectionConfigSetProcessor-72166281312468998-127.0.0.1:39341_solr-n_0000000000) [n:127.0.0.1:39341_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> 1147494 INFO  (qtp21316367-11969) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1147494 INFO  (qtp21316367-11969) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1147496 INFO  (qtp21316367-11969) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@506f41[managed_coll_shard1_replica_n1] main]
   [junit4]   2> 1147497 INFO  (qtp21316367-11969) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cloud-managed
   [junit4]   2> 1147498 INFO  (qtp21316367-11969) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cloud-managed
   [junit4]   2> 1147498 INFO  (qtp21316367-11969) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cloud-managed/managed-schema
   [junit4]   2> 1147498 INFO  (qtp21316367-11969) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 2 is already the latest
   [junit4]   2> 1147498 INFO  (qtp21316367-11969) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1147509 INFO  (searcherExecutor-4380-thread-1-processing-n:127.0.0.1:39341_solr x:managed_coll_shard1_replica_n1 s:shard1 c:managed_coll r:core_node3) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.c.SolrCore [managed_coll_shard1_replica_n1] Registered new searcher Searcher@506f41[managed_coll_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1147509 INFO  (qtp21316367-11969) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592677135225454592
   [junit4]   2> 1147511 INFO  (qtp21316367-11969) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1147511 INFO  (qtp21316367-11969) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@17bed5b[managed_coll_shard1_replica_n1] main]
   [junit4]   2> 1147512 INFO  (qtp21316367-11969) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.s.ManagedIndexSchema Waiting up to 599 secs for 1 replicas to apply schema update version 2 for collection managed_coll
   [junit4]   2> 1147512 INFO  (zkCallback-2322-thread-3-processing-n:127.0.0.1:39341_solr) [n:127.0.0.1:39341_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 2 from ZooKeeper
   [junit4]   2> 1147514 INFO  (zkCallback-2322-thread-3-processing-n:127.0.0.1:39341_solr) [n:127.0.0.1:39341_solr    ] o.a.s.s.IndexSchema [managed_coll_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1147516 INFO  (searcherExecutor-4380-thread-1-processing-n:127.0.0.1:39341_solr x:managed_coll_shard1_replica_n1 s:shard1 c:managed_coll r:core_node3) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.c.SolrCore [managed_coll_shard1_replica_n1] Registered new searcher Searcher@17bed5b[managed_coll_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1147516 INFO  (zkCallback-2322-thread-3-processing-n:127.0.0.1:39341_solr) [n:127.0.0.1:39341_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1147517 INFO  (zkCallback-2322-thread-3-processing-n:127.0.0.1:39341_solr) [n:127.0.0.1:39341_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 4 ms
   [junit4]   2> 1147517 INFO  (qtp4096703-11966) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.c.S.Request [managed_coll_shard2_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1147518 INFO  (qtp21316367-11969) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.s.ManagedIndexSchema Took 5.0ms for 1 replicas to apply schema update version 2 for collection managed_coll
   [junit4]   2> 1147518 INFO  (Thread-2778) [n:127.0.0.1:39341_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1147518 INFO  (qtp21316367-11969) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.c.S.Request [managed_coll_shard1_replica_n1]  webapp=/solr path=/schema params={wt=javabin&version=2} status=0 QTime=165
   [junit4]   2> 1147518 INFO  (qtp21316367-11969) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.c.SolrCore [managed_coll_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1b97b07
   [junit4]   2> 1147518 INFO  (qtp21316367-11969) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.managed_coll.shard1.replica_n1, tag=28932871
   [junit4]   2> 1147518 INFO  (qtp21316367-11969) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@19c2c00: rootName = solr_39341, domain = solr.core.managed_coll.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.managed_coll.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@1ca3c2d
   [junit4]   2> 1147523 INFO  (Thread-2778) [n:127.0.0.1:39341_solr    ] o.a.s.s.IndexSchema [managed_coll_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1147525 INFO  (Thread-2778) [n:127.0.0.1:39341_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1147525 INFO  (Thread-2778) [n:127.0.0.1:39341_solr    ] o.a.s.c.CoreContainer Reloading SolrCore 'managed_coll_shard1_replica_n1' using configuration from collection managed_coll
   [junit4]   2> 1147531 INFO  (qtp21316367-11969) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.managed_coll.shard1.leader, tag=28932871
   [junit4]   2> 1147533 INFO  (qtp21316367-11957) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.c.S.Request [managed_coll_shard1_replica_n1]  webapp=/solr path=/schema/fields/NumberedField_1 params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1147534 INFO  (qtp4096703-12021) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.s.SchemaManager managed schema loaded . version : 2 
   [junit4]   2> 1147535 INFO  (Thread-2777) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46795.solr.core.managed_coll.shard2.replica_n2' (registry 'solr.core.managed_coll.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f8aec
   [junit4]   2> 1147535 INFO  (Thread-2777) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.c.SolrCore [[managed_coll_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.schema.ManagedSchemaRoundRobinCloudTest_51E92835D5C5A575-001/tempDir-001/node1/managed_coll_shard2_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.schema.ManagedSchemaRoundRobinCloudTest_51E92835D5C5A575-001/tempDir-001/node1/./managed_coll_shard2_replica_n2/data/]
   [junit4]   2> 1147536 INFO  (qtp4096703-12021) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.s.IndexSchema [managed_coll_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1147538 INFO  (qtp4096703-12021) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1147538 INFO  (zkCallback-2322-thread-3-processing-n:127.0.0.1:39341_solr) [n:127.0.0.1:39341_solr    ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/cloud-managed/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 1147539 INFO  (zkCallback-2320-thread-2-processing-n:127.0.0.1:46795_solr) [n:127.0.0.1:46795_solr    ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/cloud-managed/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 1147538 INFO  (qtp4096703-12021) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.c.ZkController Persisted config data to node /configs/cloud-managed/managed-schema 
   [junit4]   2> 1147539 INFO  (zkCallback-2322-thread-3-processing-n:127.0.0.1:39341_solr) [n:127.0.0.1:39341_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 3 from ZooKeeper
   [junit4]   2> 1147540 INFO  (Thread-2779) [n:127.0.0.1:46795_solr    ] o.a.s.c.SolrCore config update listener called for core managed_coll_shard2_replica_n2
   [junit4]   2> 1147540 INFO  (Thread-2780) [n:127.0.0.1:39341_solr    ] o.a.s.c.SolrCore config update listener called for core managed_coll_shard1_replica_n1
   [junit4]   2> 1147541 INFO  (zkCallback-2322-thread-3-processing-n:127.0.0.1:39341_solr) [n:127.0.0.1:39341_solr    ] o.a.s.s.IndexSchema [managed_coll_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1147541 INFO  (Thread-2779) [n:127.0.0.1:46795_solr    ] o.a.s.c.SolrCore core reload managed_coll_shard2_replica_n2
   [junit4]   2> 1147542 INFO  (Thread-2780) [n:127.0.0.1:39341_solr    ] o.a.s.c.SolrCore core reload managed_coll_shard1_replica_n1
   [junit4]   2> 1147543 INFO  (zkCallback-2322-thread-3-processing-n:127.0.0.1:39341_solr) [n:127.0.0.1:39341_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1147543 INFO  (zkCallback-2322-thread-3-processing-n:127.0.0.1:39341_solr) [n:127.0.0.1:39341_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 4 ms
   [junit4]   2> 1147558 INFO  (Thread-2778) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39341.solr.core.managed_coll.shard1.replica_n1' (registry 'solr.core.managed_coll.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f8aec
   [junit4]   2> 1147558 INFO  (Thread-2778) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.c.SolrCore [[managed_coll_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.schema.ManagedSchemaRoundRobinCloudTest_51E92835D5C5A575-001/tempDir-001/node2/managed_coll_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.schema.ManagedSchemaRoundRobinCloudTest_51E92835D5C5A575-001/tempDir-001/node2/./managed_coll_shard1_replica_n1/data/]
   [junit4]   2> 1147586 INFO  (Thread-2777) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1147586 INFO  (Thread-2777) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1147587 INFO  (Thread-2777) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@1536adb[managed_coll_shard2_replica_n2] main]
   [junit4]   2> 1147588 INFO  (Thread-2777) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cloud-managed
   [junit4]   2> 1147589 INFO  (Thread-2777) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cloud-managed
   [junit4]   2> 1147589 INFO  (Thread-2777) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cloud-managed/managed-schema
   [junit4]   2> 1147589 INFO  (Thread-2777) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 3 from ZooKeeper
   [junit4]   2> 1147592 INFO  (Thread-2777) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.s.IndexSchema [managed_coll_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1147594 INFO  (Thread-2777) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1147594 INFO  (Thread-2777) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 4 ms
   [junit4]   2> 1147594 INFO  (Thread-2777) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1147597 INFO  (Thread-2778) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1147597 INFO  (Thread-2778) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1147598 INFO  (searcherExecutor-4385-thread-1-processing-n:127.0.0.1:46795_solr x:managed_coll_shard2_replica_n2 s:shard2 c:managed_coll r:core_node4) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.c.SolrCore [managed_coll_shard2_replica_n2] Registered new searcher Searcher@1536adb[managed_coll_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1147598 INFO  (Thread-2777) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592677135318777856
   [junit4]   2> 1147599 INFO  (Thread-2778) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@18ed592[managed_coll_shard1_replica_n1] main]
   [junit4]   2> 1147600 INFO  (Thread-2777) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1147600 INFO  (Thread-2777) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@147eec8[managed_coll_shard2_replica_n2] main]
   [junit4]   2> 1147600 INFO  (Thread-2778) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cloud-managed
   [junit4]   2> 1147600 INFO  (Thread-2778) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cloud-managed
   [junit4]   2> 1147600 INFO  (Thread-2778) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cloud-managed/managed-schema
   [junit4]   2> 1147601 INFO  (Thread-2778) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 3 from ZooKeeper
   [junit4]   2> 1147602 INFO  (Thread-2778) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.s.IndexSchema [managed_coll_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1147603 INFO  (searcherExecutor-4385-thread-1-processing-n:127.0.0.1:46795_solr x:managed_coll_shard2_replica_n2 s:shard2 c:managed_coll r:core_node4) [n:127.0.0.1:46795_solr c:managed_coll s:shard2 r:core_node4 x:managed_coll_shard2_replica_n2] o.a.s.c.SolrCore [managed_coll_shard2_replica_n2] Registered new searcher Searcher@147eec8[managed_coll_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1147609 INFO  (Thread-2778) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1147609 INFO  (Thread-2778) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 8 ms
   [junit4]   2> 1147609 INFO  (Thread-2778) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1147611 INFO  (Thread-2779) [n:127.0.0.1:46795_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1147612 INFO  (searcherExecutor-4389-thread-1-processing-n:127.0.0.1:39341_solr x:managed_coll_shard1_replica_n1 s:shard1 c:managed_coll r:core_node3) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.c.SolrCore [managed_coll_shard1_replica_n1] Registered new searcher Searcher@18ed592[managed_coll_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1147612 INFO  (Thread-2778) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592677135333457920
   [junit4]   2> 1147614 INFO  (Thread-2778) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1147615 INFO  (Thread-2778) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@f80433[managed_coll_shard1_replica_n1] main]
   [junit4]   2> 1147615 INFO  (Thread-2778) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.c.SolrCore [managed_coll_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@10001a4
   [junit4]   2> 1147615 INFO  (Thread-2778) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x:managed_coll_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.managed_coll.shard1.replica_n1, tag=16777636
   [junit4]   2> 1147615 INFO  (Thread-2778) [n:127.0.0.1:39341_solr c:managed_coll s:shard1 r:core_node3 x

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

nt create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	27	/solr/configs/cloud-managed/managed-schema
   [junit4]   2> 	22	/solr/configs/cloud-managed
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/collections/managed_coll/terms/shard2
   [junit4]   2> 	2	/solr/collections/managed_coll/terms/shard1
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/collections/managed_coll/state.json
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1184382 INFO  (SUITE-ManagedSchemaRoundRobinCloudTest-seed#[51E92835D5C5A575]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Feb 17, 2018 7:21:55 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Feb 17, 2018 7:22:15 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.schema.ManagedSchemaRoundRobinCloudTest: 
   [junit4]   2>    1) Thread[id=12022, name=qtp4096703-12022, state=TIMED_WAITING, group=TGRP-ManagedSchemaRoundRobinCloudTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Feb 17, 2018 7:22:15 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=12022, name=qtp4096703-12022, state=TIMED_WAITING, group=TGRP-ManagedSchemaRoundRobinCloudTest]
   [junit4]   2> Feb 17, 2018 7:22:18 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=12022, name=qtp4096703-12022, state=TIMED_WAITING, group=TGRP-ManagedSchemaRoundRobinCloudTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=RandomSimilarity(queryNorm=true): {}, locale=ar-KW, timezone=Indian/Christmas
   [junit4]   2> NOTE: Linux 4.13.0-32-generic i386/Oracle Corporation 1.8.0_162 (32-bit)/cpus=8,threads=2,free=188969304,total=418906112
   [junit4]   2> NOTE: All tests run in this JVM: [CoreAdminCreateDiscoverTest, CacheHeaderTest, TestGeoJSONResponseWriter, TestBinaryResponseWriter, DataDrivenBlockJoinTest, SpatialFilterTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestAuthorizationFramework, TestStandardQParsers, TestCoreAdminApis, OverseerCollectionConfigSetProcessorTest, HdfsNNFailoverTest, TestDFRSimilarityFactory, NotRequiredUniqueKeyTest, ClusterStateTest, TestJsonFacetRefinement, TermVectorComponentTest, RegexBoostProcessorTest, MergeStrategyTest, DisMaxRequestHandlerTest, VersionInfoTest, DateMathParserTest, TestCollectionsAPIViaSolrCloudCluster, DateRangeFieldTest, BasicDistributedZk2Test, DeleteInactiveReplicaTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestSchemaResource, SearchRateTriggerTest, AtomicUpdatesTest, TestSerializedLuceneMatchVersion, TestSolrCoreProperties, ConnectionManagerTest, TestQueryTypes, StatelessScriptUpdateProcessorFactoryTest, ZkStateWriterTest, ZkShardTermsTest, DistributedFacetPivotLongTailTest, TestCorePropertiesReload, TestRandomDVFaceting, DistributedFacetPivotWhiteBoxTest, OverseerStatusTest, GraphQueryTest, TestDocBasedVersionConstraints, TestFastWriter, TestNumericTerms32, HdfsLockFactoryTest, TestConfigSetsAPIZkFailure, DistributedSuggestComponentTest, TestSegmentSorting, TestExpandComponent, SearchHandlerTest, TestObjectReleaseTracker, BigEndianAscendingWordDeserializerTest, DirectoryFactoryTest, CurrencyRangeFacetCloudTest, TestCoreDiscovery, TestApiFramework, DirectSolrSpellCheckerTest, TestValueSourceCache, TestSolr4Spatial2, ClassificationUpdateProcessorTest, ShowFileRequestHandlerTest, TestUnifiedSolrHighlighter, TestPushWriter, TestTrackingShardHandlerFactory, MigrateRouteKeyTest, InfoHandlerTest, BaseCdcrDistributedZkTest, CloudMLTQParserTest, TestFieldCacheVsDocValues, TestSolrCloudWithHadoopAuthPlugin, TestShardHandlerFactory, TestTestInjection, IndexSchemaRuntimeFieldTest, TestSuggestSpellingConverter, TestLMJelinekMercerSimilarityFactory, ConvertedLegacyTest, TestSolrXml, ConcurrentDeleteAndCreateCollectionTest, PingRequestHandlerTest, TestBulkSchemaAPI, UniqFieldsUpdateProcessorFactoryTest, TestCloudInspectUtil, CollectionsAPISolrJTest, TestPolicyCloud, TestFreeTextSuggestions, NodeMutatorTest, QueryResultKeyTest, TestRetrieveFieldsOptimizer, TestUtils, TestLeaderInitiatedRecoveryThread, UnloadDistributedZkTest, TestDynamicFieldResource, TestTolerantSearch, TestClusterProperties, TestQuerySenderListener, DocValuesMultiTest, RegexBytesRefFilterTest, ClusterStateUpdateTest, ForceLeaderTest, HLLUtilTest, TestDistributedMissingSort, TestLargeCluster, CleanupOldIndexTest, ResponseLogComponentTest, TestMissingGroups, TestAddFieldRealTimeGet, NoCacheHeaderTest, SolrSlf4jReporterTest, TestFilteredDocIdSet, TestSolrConfigHandlerCloud, ManagedSchemaRoundRobinCloudTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ManagedSchemaRoundRobinCloudTest -Dtests.seed=51E92835D5C5A575 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar-KW -Dtests.timezone=Indian/Christmas -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J2 | ManagedSchemaRoundRobinCloudTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.schema.ManagedSchemaRoundRobinCloudTest: 
   [junit4]    >    1) Thread[id=12022, name=qtp4096703-12022, state=TIMED_WAITING, group=TGRP-ManagedSchemaRoundRobinCloudTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([51E92835D5C5A575]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=12022, name=qtp4096703-12022, state=TIMED_WAITING, group=TGRP-ManagedSchemaRoundRobinCloudTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([51E92835D5C5A575]:0)
   [junit4] Completed [313/777 (1!)] on J2 in 62.43s, 1 test, 2 errors <<< FAILURES!

[...truncated 45724 lines...]

[JENKINS] Lucene-Solr-7.x-Linux (32bit/jdk1.8.0_162) - Build # 1375 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1375/
Java: 32bit/jdk1.8.0_162 -client -XX:+UseConcMarkSweepGC

3 tests failed.
FAILED:  org.apache.solr.cloud.ReplaceNodeNoTargetTest.test

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([3A7D39C967AB68B5:B2290613C957054D]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.ReplaceNodeNoTargetTest.test(ReplaceNodeNoTargetTest.java:92)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestUtilizeNode.test

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([3A7D39C967AB68B5:B2290613C957054D]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.TestUtilizeNode.test(TestUtilizeNode.java:81)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory

Error Message:
expected:<5> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<0>
	at __randomizedtesting.SeedInfo.seed([3A7D39C967AB68B5:57819D34DDE397B2]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:241)
	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 12646 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest
   [junit4]   2> 641204 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[3A7D39C967AB68B5]-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-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/init-core-data-001
   [junit4]   2> 641205 WARN  (SUITE-AutoscalingHistoryHandlerTest-seed#[3A7D39C967AB68B5]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 641205 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[3A7D39C967AB68B5]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 641206 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[3A7D39C967AB68B5]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 641208 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[3A7D39C967AB68B5]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001
   [junit4]   2> 641208 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[3A7D39C967AB68B5]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 641208 INFO  (Thread-5015) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 641208 INFO  (Thread-5015) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 641211 ERROR (Thread-5015) [    ] 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> 641309 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[3A7D39C967AB68B5]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:35619
   [junit4]   2> 641311 INFO  (zkConnectionManagerCallback-868-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 641317 INFO  (jetty-launcher-865-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 641317 INFO  (jetty-launcher-865-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 641320 INFO  (jetty-launcher-865-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 641324 INFO  (jetty-launcher-865-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 641324 INFO  (jetty-launcher-865-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 641324 INFO  (jetty-launcher-865-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 641324 INFO  (jetty-launcher-865-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 641324 INFO  (jetty-launcher-865-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 641324 INFO  (jetty-launcher-865-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 641324 INFO  (jetty-launcher-865-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 641324 INFO  (jetty-launcher-865-thread-3) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 641324 INFO  (jetty-launcher-865-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 641324 INFO  (jetty-launcher-865-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4c64d2{/solr,null,AVAILABLE}
   [junit4]   2> 641324 INFO  (jetty-launcher-865-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@17c6e87{/solr,null,AVAILABLE}
   [junit4]   2> 641324 INFO  (jetty-launcher-865-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@116095b{/solr,null,AVAILABLE}
   [junit4]   2> 641326 INFO  (jetty-launcher-865-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@707c75{SSL,[ssl, http/1.1]}{127.0.0.1:40065}
   [junit4]   2> 641326 INFO  (jetty-launcher-865-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1f75b78{SSL,[ssl, http/1.1]}{127.0.0.1:38923}
   [junit4]   2> 641326 INFO  (jetty-launcher-865-thread-3) [    ] o.e.j.s.Server Started @642876ms
   [junit4]   2> 641326 INFO  (jetty-launcher-865-thread-2) [    ] o.e.j.s.Server Started @642876ms
   [junit4]   2> 641326 INFO  (jetty-launcher-865-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40065}
   [junit4]   2> 641326 INFO  (jetty-launcher-865-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38923}
   [junit4]   2> 641326 INFO  (jetty-launcher-865-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@168ffbf{SSL,[ssl, http/1.1]}{127.0.0.1:33893}
   [junit4]   2> 641326 INFO  (jetty-launcher-865-thread-1) [    ] o.e.j.s.Server Started @642876ms
   [junit4]   2> 641326 INFO  (jetty-launcher-865-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33893}
   [junit4]   2> 641326 ERROR (jetty-launcher-865-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 641326 ERROR (jetty-launcher-865-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 641326 INFO  (jetty-launcher-865-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.3.0
   [junit4]   2> 641326 INFO  (jetty-launcher-865-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.3.0
   [junit4]   2> 641327 INFO  (jetty-launcher-865-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 641327 INFO  (jetty-launcher-865-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 641327 INFO  (jetty-launcher-865-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 641327 INFO  (jetty-launcher-865-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 641327 INFO  (jetty-launcher-865-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-17T16:07:30.087Z
   [junit4]   2> 641326 ERROR (jetty-launcher-865-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 641327 INFO  (jetty-launcher-865-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.3.0
   [junit4]   2> 641327 INFO  (jetty-launcher-865-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 641327 INFO  (jetty-launcher-865-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 641327 INFO  (jetty-launcher-865-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-17T16:07:30.087Z
   [junit4]   2> 641327 INFO  (jetty-launcher-865-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-17T16:07:30.087Z
   [junit4]   2> 641336 INFO  (zkConnectionManagerCallback-870-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 641337 INFO  (zkConnectionManagerCallback-874-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 641337 INFO  (zkConnectionManagerCallback-872-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 641337 INFO  (jetty-launcher-865-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 641337 INFO  (jetty-launcher-865-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 641337 INFO  (jetty-launcher-865-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 641347 INFO  (jetty-launcher-865-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35619/solr
   [junit4]   2> 641347 INFO  (jetty-launcher-865-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35619/solr
   [junit4]   2> 641355 INFO  (jetty-launcher-865-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35619/solr
   [junit4]   2> 641357 INFO  (zkConnectionManagerCallback-881-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 641358 INFO  (zkConnectionManagerCallback-886-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 641359 INFO  (zkConnectionManagerCallback-883-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 641361 INFO  (zkConnectionManagerCallback-888-thread-1-processing-n:127.0.0.1:33893_solr) [n:127.0.0.1:33893_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 641361 INFO  (zkConnectionManagerCallback-890-thread-1-processing-n:127.0.0.1:40065_solr) [n:127.0.0.1:40065_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 641361 INFO  (zkConnectionManagerCallback-892-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 641436 INFO  (jetty-launcher-865-thread-1) [n:127.0.0.1:33893_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 641436 INFO  (jetty-launcher-865-thread-2) [n:127.0.0.1:38923_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 641436 INFO  (jetty-launcher-865-thread-3) [n:127.0.0.1:40065_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 641437 INFO  (jetty-launcher-865-thread-2) [n:127.0.0.1:38923_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38923_solr
   [junit4]   2> 641437 INFO  (jetty-launcher-865-thread-3) [n:127.0.0.1:40065_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40065_solr
   [junit4]   2> 641437 INFO  (jetty-launcher-865-thread-1) [n:127.0.0.1:33893_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33893_solr
   [junit4]   2> 641438 INFO  (jetty-launcher-865-thread-2) [n:127.0.0.1:38923_solr    ] o.a.s.c.Overseer Overseer (id=72165519404695561-127.0.0.1:38923_solr-n_0000000000) starting
   [junit4]   2> 641451 INFO  (zkCallback-887-thread-1-processing-n:127.0.0.1:33893_solr) [n:127.0.0.1:33893_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 641452 INFO  (zkCallback-889-thread-1-processing-n:127.0.0.1:40065_solr) [n:127.0.0.1:40065_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 641452 INFO  (zkCallback-891-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 641455 DEBUG (OverseerAutoScalingTriggerThread-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 641455 INFO  (jetty-launcher-865-thread-2) [n:127.0.0.1:38923_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38923_solr
   [junit4]   2> 641455 DEBUG (OverseerAutoScalingTriggerThread-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 641456 INFO  (zkCallback-887-thread-1-processing-n:127.0.0.1:33893_solr) [n:127.0.0.1:33893_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 641456 INFO  (zkCallback-889-thread-1-processing-n:127.0.0.1:40065_solr) [n:127.0.0.1:40065_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 641458 DEBUG (OverseerAutoScalingTriggerThread-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:40065_solr, 127.0.0.1:33893_solr]
   [junit4]   2> 641458 INFO  (zkCallback-891-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 641458 DEBUG (OverseerAutoScalingTriggerThread-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 641458 DEBUG (OverseerAutoScalingTriggerThread-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 641458 DEBUG (OverseerStateUpdate-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 641460 DEBUG (OverseerStateUpdate-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:38923_solr"} current state version: 0
   [junit4]   2> 641461 DEBUG (OverseerStateUpdate-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:38923_solr
   [junit4]   2> 641466 DEBUG (OverseerAutoScalingTriggerThread-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 641467 DEBUG (OverseerAutoScalingTriggerThread-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 641467 DEBUG (ScheduledTrigger-1774-thread-1) [n:127.0.0.1:38923_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 641642 INFO  (jetty-launcher-865-thread-1) [n:127.0.0.1:33893_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33893.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@111230f
   [junit4]   2> 641650 INFO  (jetty-launcher-865-thread-2) [n:127.0.0.1:38923_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38923.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@111230f
   [junit4]   2> 641657 INFO  (jetty-launcher-865-thread-1) [n:127.0.0.1:33893_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33893.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@111230f
   [junit4]   2> 641657 INFO  (jetty-launcher-865-thread-1) [n:127.0.0.1:33893_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33893.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@111230f
   [junit4]   2> 641659 INFO  (jetty-launcher-865-thread-1) [n:127.0.0.1:33893_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node1/.
   [junit4]   2> 641663 INFO  (jetty-launcher-865-thread-2) [n:127.0.0.1:38923_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38923.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@111230f
   [junit4]   2> 641663 INFO  (jetty-launcher-865-thread-2) [n:127.0.0.1:38923_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38923.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@111230f
   [junit4]   2> 641665 INFO  (jetty-launcher-865-thread-2) [n:127.0.0.1:38923_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node2/.
   [junit4]   2> 641677 INFO  (jetty-launcher-865-thread-3) [n:127.0.0.1:40065_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40065.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@111230f
   [junit4]   2> 641687 INFO  (jetty-launcher-865-thread-3) [n:127.0.0.1:40065_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40065.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@111230f
   [junit4]   2> 641687 INFO  (jetty-launcher-865-thread-3) [n:127.0.0.1:40065_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40065.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@111230f
   [junit4]   2> 641689 INFO  (jetty-launcher-865-thread-3) [n:127.0.0.1:40065_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node3/.
   [junit4]   2> 641777 INFO  (zkConnectionManagerCallback-900-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 641778 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10062285526000a, likely client has closed socket
   [junit4]   2> 641780 INFO  (zkConnectionManagerCallback-904-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 641780 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[3A7D39C967AB68B5]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 641781 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[3A7D39C967AB68B5]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35619/solr ready
   [junit4]   2> 641850 INFO  (qtp2763717-8265) [n:127.0.0.1:38923_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=3&name=AutoscalingHistoryHandlerTest_collection&nrtReplicas=3&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 641851 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection AutoscalingHistoryHandlerTest_collection
   [junit4]   2> 641852 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/protwords.txt
   [junit4]   2> 641853 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/managed-schema
   [junit4]   2> 641854 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/solrconfig.xml
   [junit4]   2> 641856 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/synonyms.txt
   [junit4]   2> 641856 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/stopwords.txt
   [junit4]   2> 641857 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 641859 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 641859 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 641860 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 641861 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 641862 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 641863 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 641864 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 641865 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 641866 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 641867 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 641868 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 641868 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 641869 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 641870 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 641871 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 641872 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 641873 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 641873 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 641874 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 641875 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 641876 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 641876 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 641877 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 641878 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 641879 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 641880 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 641881 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 641881 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 641882 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 641883 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 641884 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 641885 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 641886 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 641886 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 641887 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 641888 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 641889 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 641889 INFO  (OverseerThreadFactory-1776-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/params.json
   [junit4]   2> 641893 DEBUG (OverseerStateUpdate-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 641893 DEBUG (OverseerStateUpdate-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: AutoscalingHistoryHandlerTest_collection
   [junit4]   2> 641893 DEBUG (OverseerStateUpdate-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json
   [junit4]   2> 641995 DEBUG (OverseerStateUpdate-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40065/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 641995 INFO  (OverseerStateUpdate-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40065/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 641996 DEBUG (OverseerStateUpdate-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 641996 DEBUG (OverseerStateUpdate-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:40065/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 641997 DEBUG (OverseerStateUpdate-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38923/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 641997 INFO  (OverseerStateUpdate-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38923/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 641998 DEBUG (OverseerStateUpdate-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:40065/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 641998 DEBUG (OverseerStateUpdate-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:40065/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"https://127.0.0.1:38923/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 641998 DEBUG (OverseerStateUpdate-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33893/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 641998 INFO  (OverseerStateUpdate-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33893/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 641999 DEBUG (OverseerStateUpdate-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:40065/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"https://127.0.0.1:38923/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 641999 DEBUG (OverseerStateUpdate-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:40065/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"https://127.0.0.1:38923/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node6":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>       "base_url":"https://127.0.0.1:33893/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 642099 DEBUG (OverseerStateUpdate-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json version: 0
   [junit4]   2> 642216 INFO  (qtp2763717-8256) [n:127.0.0.1:38923_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 642216 INFO  (qtp2763717-8256) [n:127.0.0.1:38923_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 642226 DEBUG (OverseerStateUpdate-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:38923/solr",
   [junit4]   2>   "node_name":"127.0.0.1:38923_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 642226 DEBUG (OverseerStateUpdate-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:38923/solr",
   [junit4]   2>   "node_name":"127.0.0.1:38923_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 642226 DEBUG (OverseerStateUpdate-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node5:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2","base_url":"https://127.0.0.1:38923/solr","node_name":"127.0.0.1:38923_solr","state":"down","type":"NRT"}
   [junit4]   2> 642226 DEBUG (OverseerStateUpdate-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:40065/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:38923/solr",
   [junit4]   2>           "node_name":"127.0.0.1:38923_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"https://127.0.0.1:33893/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 642300 INFO  (qtp17501676-8268) [n:127.0.0.1:40065_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 642301 INFO  (qtp17501676-8268) [n:127.0.0.1:40065_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 642303 DEBUG (OverseerStateUpdate-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:40065/solr",
   [junit4]   2>   "node_name":"127.0.0.1:40065_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 642303 DEBUG (OverseerStateUpdate-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:40065/solr",
   [junit4]   2>   "node_name":"127.0.0.1:40065_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 642303 DEBUG (OverseerStateUpdate-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node3:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1","base_url":"https://127.0.0.1:40065/solr","node_name":"127.0.0.1:40065_solr","state":"down","type":"NRT"}
   [junit4]   2> 642304 DEBUG (OverseerStateUpdate-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:40065/solr",
   [junit4]   2>           "node_name":"127.0.0.1:40065_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:38923/solr",
   [junit4]   2>           "node_name":"127.0.0.1:38923_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"https://127.0.0.1:33893/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 642311 INFO  (qtp6495408-8267) [n:127.0.0.1:33893_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n4&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 642311 INFO  (qtp6495408-8267) [n:127.0.0.1:33893_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 642317 DEBUG (OverseerStateUpdate-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "core_node_name":"core_node6",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:33893/solr",
   [junit4]   2>   "node_name":"127.0.0.1:33893_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 642317 DEBUG (OverseerStateUpdate-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "core_node_name":"core_node6",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:33893/solr",
   [junit4]   2>   "node_name":"127.0.0.1:33893_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 642317 DEBUG (OverseerStateUpdate-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node6:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4","base_url":"https://127.0.0.1:33893/solr","node_name":"127.0.0.1:33893_solr","state":"down","type":"NRT"}
   [junit4]   2> 642317 DEBUG (OverseerStateUpdate-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:40065/solr",
   [junit4]   2>           "node_name":"127.0.0.1:40065_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:38923/solr",
   [junit4]   2>           "node_name":"127.0.0.1:38923_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"https://127.0.0.1:33893/solr",
   [junit4]   2>           "node_name":"127.0.0.1:33893_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 642418 DEBUG (OverseerStateUpdate-72165519404695561-127.0.0.1:38923_solr-n_0000000000) [n:127.0.0.1:38923_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json version: 1
   [junit4]   2> 642418 INFO  (zkCallback-891-thread-1-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 642418 INFO  (zkCallback-887-thread-1-processing-n:127.0.0.1:33893_solr) [n:127.0.0.1:33893_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 642418 INFO  (zkCallback-889-thread-1-processing-n:127.0.0.1:40065_solr) [n:127.0.0.1:40065_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 642419 INFO  (zkCallback-887-thread-2-processing-n:127.0.0.1:33893_solr) [n:127.0.0.1:33893_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 642419 INFO  (zkCallback-889-thread-2-processing-n:127.0.0.1:40065_solr) [n:127.0.0.1:40065_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 642419 INFO  (zkCallback-891-thread-2-processing-n:127.0.0.1:38923_solr) [n:127.0.0.1:38923_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 642468 DEBUG (ScheduledTrigger-1774-thread-1) [n:127.0.0.1:38923_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 643239 INFO  (qtp2763717-8256) [n:127.0.0.1:38923_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 643241 INFO  (qtp2763717-8256) [n:127.0.0.1:38923_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 643243 WARN  (qtp2763717-8256) [n:127.0.0.1:38923_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/extraction/lib
   [junit4]   2> 643244 WARN  (qtp2763717-8256) [n:127.0.0.1:38923_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 643244 WARN  (qtp2763717-8256) [n:127.0.0.1:38923_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/clustering/lib
   [junit4]   2> 643244 WARN  (qtp2763717-8256) [n:127.0.0.1:38923_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 643244 WARN  (qtp2763717-8256) [n:127.0.0.1:38923_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/langid/lib
   [junit4]   2> 643244 WARN  (qtp2763717-8256) [n:127.0.0.1:38923_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 643245 WARN  (qtp2763717-8256) [n:127.0.0.1:38923_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/velocity/lib
   [junit4]   2> 643245 WARN  (qtp2763717-8256) [n:127.0.0.1:38923_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 643252 INFO  (qtp2763717-8256) [n:127.0.0.1:38923_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 643276 INFO  (qtp2763717-8256) [n:127.0.0.1:38923_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.s.IndexSchema [AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] Schema name=default-config
   [junit4]   2> 643311 INFO  (qtp17501676-8268) [n:127.0.0.1:40065_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 643311 INFO  (qtp17501676-8268) [n:127.0.0.1:40065_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 643311 WARN  (qtp17501676-8268) [n:127.0.0.1:40065_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 643312 WARN  (qtp17501676-8268) [n:127.0.0.1:40065_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 643312 WARN  (qtp17501676-8268) [n:127.0.0.1:40065_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 643312 WARN  (qtp17501676-8268) [n:127.0.0.1:40065_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 643312 WARN  (qtp17501676-8268) [n:127.0.0.1:40065_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 643312 WARN  (qtp17501676-8268) [n:127.0.0.1:40065_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 643313 WARN  (qtp17501676-8268) [n:127.0.0.1:40065_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 643313 WARN  (qtp17501676-8268) [n:127.0.0.1:40065_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 643319 INFO  (qtp17501676-8268) [n:127.0.0.1:40065_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 643324 INFO  (qtp6495408-8267) [n:127.0.0.1:33893_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 643324 INFO  (qtp6495408-8267) [n:127.0.0.1:33893_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 643325 WARN  (qtp6495408-8267) [n:127.0.0.1:33893_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/extraction/lib
   [junit4]   2> 643325 WARN  (qtp6495408-8267) [n:127.0.0.1:33893_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 643325 WARN  (qtp6495408-8267) [n:127.0.0.1:33893_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/clustering/lib
   [junit4]   2> 643325 WARN  (qtp6495408-8267) [n:127.0.0.1:33893_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 643326 WARN  (qtp6495408-8267) [n:127.0.0.1:33893_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3A7D39C967AB68B5-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/langid/lib
   [junit4]   2> 643326 WARN  (qtp6495408-8267) [n:127.0.0.1:33893_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_r

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

.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.utilizenodecoll.shard2.leader, tag=11247399
   [junit4]   2> 2488444 INFO  (coreCloseExecutor-7914-thread-1) [n:127.0.0.1:40059_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.utilizenodecoll.shard1.leader, tag=12962564
   [junit4]   2> 2488445 INFO  (coreCloseExecutor-7911-thread-1) [n:127.0.0.1:45307_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.utilizenodecoll.shard2.leader, tag=4728078
   [junit4]   2> 2488445 INFO  (jetty-closer-4231-thread-3) [    ] o.a.s.c.Overseer Overseer (id=72165640127512586-127.0.0.1:38065_solr-n_0000000000) closing
   [junit4]   2> 2488445 INFO  (OverseerStateUpdate-72165640127512586-127.0.0.1:38065_solr-n_0000000000) [n:127.0.0.1:38065_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:38065_solr
   [junit4]   2> 2488446 INFO  (jetty-closer-4231-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@149cdc5{/solr,null,UNAVAILABLE}
   [junit4]   2> 2488447 INFO  (jetty-closer-4231-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2488447 WARN  (OverseerAutoScalingTriggerThread-72165640127512586-127.0.0.1:38065_solr-n_0000000000) [n:127.0.0.1:38065_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2488448 INFO  (jetty-closer-4231-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6cea4b{/solr,null,UNAVAILABLE}
   [junit4]   2> 2488448 INFO  (jetty-closer-4231-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@9a56fa{/solr,null,UNAVAILABLE}
   [junit4]   2> 2488449 INFO  (jetty-closer-4231-thread-4) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2488449 INFO  (jetty-closer-4231-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2488450 INFO  (jetty-closer-4231-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@cd4d8a{/solr,null,UNAVAILABLE}
   [junit4]   2> 2488450 INFO  (jetty-closer-4231-thread-3) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2489930 WARN  (zkCallback-4289-thread-2-processing-n:127.0.0.1:45807_solr) [n:127.0.0.1:45807_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2489931 INFO  (jetty-closer-4231-thread-5) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@125029{/solr,null,UNAVAILABLE}
   [junit4]   2> 2489931 INFO  (jetty-closer-4231-thread-5) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2489932 ERROR (SUITE-TestUtilizeNode-seed#[3A7D39C967AB68B5]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2489934 INFO  (SUITE-TestUtilizeNode-seed#[3A7D39C967AB68B5]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42929 42929
   [junit4]   2> 2495091 INFO  (Thread-9101) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42929 42929
   [junit4]   2> 2495092 WARN  (Thread-9101) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/aliases.json
   [junit4]   2> 	6	/solr/collections/utilizenodecoll/terms/shard2
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/collections/utilizenodecoll/terms/shard1
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	41	/solr/collections/utilizenodecoll/state.json
   [junit4]   2> 	7	/solr/clusterstate.json
   [junit4]   2> 	7	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72165640127512586-127.0.0.1:38065_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/live_nodes
   [junit4]   2> 	8	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestUtilizeNode_3A7D39C967AB68B5-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1942, maxMBSortInHeap=6.640150180033094, sim=RandomSimilarity(queryNorm=true): {}, locale=mk-MK, timezone=Asia/Pontianak
   [junit4]   2> NOTE: Linux 4.13.0-32-generic i386/Oracle Corporation 1.8.0_162 (32-bit)/cpus=8,threads=1,free=143035808,total=431190016
   [junit4]   2> NOTE: All tests run in this JVM: [LargeFieldTest, PeerSyncTest, SimplePostToolTest, TestXIncludeConfig, FastVectorHighlighterTest, SortByFunctionTest, TestCloudDeleteByQuery, TestManagedStopFilterFactory, HdfsWriteToMultipleCollectionsTest, TestSurroundQueryParser, TestConfigSetsAPIExclusivity, ChaosMonkeySafeLeaderTest, InfixSuggestersTest, RuleEngineTest, UpdateLogTest, FileUtilsTest, TestClassicSimilarityFactory, TestMacroExpander, TestConfigSets, SaslZkACLProviderTest, NodeLostTriggerTest, BasicFunctionalityTest, TestUseDocValuesAsStored, TestMaxTokenLenTokenizer, MultiThreadedOCPTest, TestConfigOverlay, DeleteNodeTest, TestFieldCache, SystemInfoHandlerTest, SyncSliceTest, LeaderFailoverAfterPartitionTest, TestFastLRUCache, FieldMutatingUpdateProcessorTest, SpellCheckCollatorWithCollapseTest, TestManagedSchemaAPI, TestStressInPlaceUpdates, ScriptEngineTest, TermsComponentTest, TestHdfsUpdateLog, DistributedIntervalFacetingTest, SignatureUpdateProcessorFactoryTest, OverriddenZkACLAndCredentialsProvidersTest, TestDistributedGrouping, DocumentBuilderTest, SolrJmxReporterTest, HLLSerializationTest, AlternateDirectoryTest, TestJsonRequest, QueryParsingTest, TestComplexPhraseLeadingWildcard, PrimUtilsTest, TestSearchPerf, AutoscalingHistoryHandlerTest, LoggingHandlerTest, HdfsDirectoryTest, TestSchemaNameResource, SoftAutoCommitTest, DistributedMLTComponentTest, TestLegacyFieldCache, TestSchemaManager, BlockJoinFacetSimpleTest, TestHashQParserPlugin, DeleteStatusTest, HdfsDirectoryFactoryTest, CdcrBootstrapTest, TestDirectoryFactory, DistributedFacetPivotSmallTest, TestSizeLimitedDistributedMap, XsltUpdateRequestHandlerTest, TestTrieFacet, SpatialHeatmapFacetsTest, HdfsCollectionsAPIDistributedZkTest, TestReloadDeadlock, SolrGangliaReporterTest, TestFileDictionaryLookup, TestPerFieldSimilarity, TestSystemCollAutoCreate, PreAnalyzedUpdateProcessorTest, TestSubQueryTransformerDistrib, TestRandomRequestDistribution, SolrMetricManagerTest, TestNoOpRegenerator, TestLeaderElectionZkExpiry, TestQueryUtils, TestLegacyField, TestReversedWildcardFilterFactory, TestSchemaVersionResource, TestGenericDistributedQueue, DistribJoinFromCollectionTest, EnumFieldTest, PropertiesRequestHandlerTest, StatsReloadRaceTest, HdfsChaosMonkeySafeLeaderTest, TestNestedDocsSort, TestSmileRequest, SchemaVersionSpecificBehaviorTest, UninvertDocValuesMergePolicyTest, DOMUtilTest, SliceStateTest, TestChildDocTransformer, TestPayloadScoreQParserPlugin, TestSolrJ, TestCloudPivotFacet, HdfsRecoveryZkTest, SuggesterFSTTest, QueryElevationComponentTest, ConfigSetsAPITest, OverseerTest, SortSpecParsingTest, TestRuleBasedAuthorizationPlugin, PeerSyncReplicationTest, JvmMetricsTest, HighlighterTest, HttpPartitionTest, AutoAddReplicasIntegrationTest, CdcrRequestHandlerTest, TestImpersonationWithHadoopAuth, ComputePlanActionTest, TestConfigsApi, TestCursorMarkWithoutUniqueKey, HdfsBasicDistributedZk2Test, TestSQLHandlerNonCloud, TestFieldSortValues, TestCoreBackup, TestFunctionQuery, UUIDUpdateProcessorFallbackTest, TestBM25SimilarityFactory, CreateRoutedAliasTest, ShardRoutingCustomTest, TestFaceting, TestRecovery, TermVectorComponentDistributedTest, TestReload, TestStressVersions, TestSolr4Spatial, SolrCoreTest, SolrCmdDistributorTest, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, TestFiltering, SuggesterTSTTest, SuggesterTest, TestStressLucene, TestTrie, SpatialFilterTest, TestCSVLoader, PolyFieldTest, TestAtomicUpdateErrorCases, QueryEqualityTest, DocValuesMultiTest, SolrInfoBeanTest, IndexBasedSpellCheckerTest, DisMaxRequestHandlerTest, TestWriterPerf, DocumentAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, RequiredFieldsTest, TestJmxIntegration, UpdateRequestProcessorFactoryTest, JsonLoaderTest, TestPartialUpdateDeduplication, PingRequestHandlerTest, TestLFUCache, EchoParamsTest, TestSweetSpotSimilarityFactory, TestFastWriter, OpenExchangeRatesOrgProviderTest, DateMathParserTest, TestSuggestSpellingConverter, RAMDirectoryFactoryTest, CircularListTest, TestRTGBase, TestSimpleTrackingShardHandler, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, ActionThrottleTest, AddReplicaTest, AsyncCallRequestStatusResponseTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, DeleteInactiveReplicaTest, DeleteReplicaTest, DistribDocExpirationUpdateProcessorTest, MigrateRouteKeyTest, NodeMutatorTest, OverseerModifyCollectionTest, OverseerRolesTest, OverseerStatusTest, ReplaceNodeNoTargetTest, ReplicationFactorTest, RestartWhileUpdatingTest, RollingRestartTest, TestAuthenticationFramework, TestCloudPseudoReturnFields, TestCloudSearcherWarming, TestDeleteCollectionOnDownNodes, TestDistribDocBasedVersion, TestMiniSolrCloudClusterSSL, TestRandomFlRTGCloud, TestSSLRandomization, TestSolrCloudWithDelegationTokens, TestSolrCloudWithKerberosAlt, TestStressCloudBlindAtomicUpdates, TestUtilizeNode]
   [junit4] Completed [569/777 (3!)] on J1 in 11.83s, 1 test, 1 failure <<< FAILURES!

[...truncated 45014 lines...]

[JENKINS-EA] Lucene-Solr-7.x-Linux (64bit/jdk-10-ea+42) - Build # 1374 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1374/
Java: 64bit/jdk-10-ea+42 -XX:-UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.cloud.ForceLeaderTest.testReplicasInLowerTerms

Error Message:
Address already in use

Stack Trace:
java.net.BindException: Address already in use
	at __randomizedtesting.SeedInfo.seed([A2B9E8E928143D5D:2C8DC8AAE8B39D29]:0)
	at java.base/sun.nio.ch.Net.bind0(Native Method)
	at java.base/sun.nio.ch.Net.bind(Net.java:433)
	at java.base/sun.nio.ch.Net.bind(Net.java:425)
	at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:225)
	at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334)
	at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302)
	at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
	at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
	at org.eclipse.jetty.server.Server.doStart(Server.java:397)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:396)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:369)
	at org.apache.solr.cloud.ForceLeaderTest.bringBackOldLeaderAndSendDoc(ForceLeaderTest.java:508)
	at org.apache.solr.cloud.ForceLeaderTest.testReplicasInLowerTerms(ForceLeaderTest.java:158)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory

Error Message:
expected:<5> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<0>
	at __randomizedtesting.SeedInfo.seed([A2B9E8E928143D5D:CF454C14925CC25A]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:265)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 12351 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/init-core-data-001
   [junit4]   2> 154938 WARN  (SUITE-AutoscalingHistoryHandlerTest-seed#[A2B9E8E928143D5D]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 154938 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[A2B9E8E928143D5D]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 154939 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[A2B9E8E928143D5D]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 154939 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[A2B9E8E928143D5D]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 154939 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[A2B9E8E928143D5D]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001
   [junit4]   2> 154939 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[A2B9E8E928143D5D]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 154941 INFO  (Thread-473) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 154941 INFO  (Thread-473) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 154944 ERROR (Thread-473) [    ] 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> 155041 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[A2B9E8E928143D5D]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:41261
   [junit4]   2> 155043 INFO  (zkConnectionManagerCallback-368-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155046 INFO  (jetty-launcher-365-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 155046 INFO  (jetty-launcher-365-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 155046 INFO  (jetty-launcher-365-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 155048 INFO  (jetty-launcher-365-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 155048 INFO  (jetty-launcher-365-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 155048 INFO  (jetty-launcher-365-thread-3) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 155048 INFO  (jetty-launcher-365-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 155048 INFO  (jetty-launcher-365-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 155048 INFO  (jetty-launcher-365-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 155048 INFO  (jetty-launcher-365-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 155048 INFO  (jetty-launcher-365-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 155048 INFO  (jetty-launcher-365-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6bd74042{/solr,null,AVAILABLE}
   [junit4]   2> 155048 INFO  (jetty-launcher-365-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 155048 INFO  (jetty-launcher-365-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7457d99a{/solr,null,AVAILABLE}
   [junit4]   2> 155049 INFO  (jetty-launcher-365-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@110310ab{/solr,null,AVAILABLE}
   [junit4]   2> 155050 INFO  (jetty-launcher-365-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@71af3990{SSL,[ssl, http/1.1]}{127.0.0.1:36335}
   [junit4]   2> 155050 INFO  (jetty-launcher-365-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5d03fd54{SSL,[ssl, http/1.1]}{127.0.0.1:44561}
   [junit4]   2> 155050 INFO  (jetty-launcher-365-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7a15ac9a{SSL,[ssl, http/1.1]}{127.0.0.1:44305}
   [junit4]   2> 155050 INFO  (jetty-launcher-365-thread-2) [    ] o.e.j.s.Server Started @156503ms
   [junit4]   2> 155050 INFO  (jetty-launcher-365-thread-1) [    ] o.e.j.s.Server Started @156503ms
   [junit4]   2> 155050 INFO  (jetty-launcher-365-thread-3) [    ] o.e.j.s.Server Started @156503ms
   [junit4]   2> 155050 INFO  (jetty-launcher-365-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44305}
   [junit4]   2> 155050 INFO  (jetty-launcher-365-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36335}
   [junit4]   2> 155050 INFO  (jetty-launcher-365-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44561}
   [junit4]   2> 155050 ERROR (jetty-launcher-365-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 155050 ERROR (jetty-launcher-365-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 155050 ERROR (jetty-launcher-365-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 155050 INFO  (jetty-launcher-365-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.3.0
   [junit4]   2> 155050 INFO  (jetty-launcher-365-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.3.0
   [junit4]   2> 155050 INFO  (jetty-launcher-365-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 155050 INFO  (jetty-launcher-365-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 155050 INFO  (jetty-launcher-365-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 155050 INFO  (jetty-launcher-365-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 155050 INFO  (jetty-launcher-365-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.3.0
   [junit4]   2> 155050 INFO  (jetty-launcher-365-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-17T09:43:55.630585Z
   [junit4]   2> 155050 INFO  (jetty-launcher-365-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 155050 INFO  (jetty-launcher-365-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-17T09:43:55.630530Z
   [junit4]   2> 155050 INFO  (jetty-launcher-365-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 155050 INFO  (jetty-launcher-365-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-17T09:43:55.630684Z
   [junit4]   2> 155059 INFO  (zkConnectionManagerCallback-373-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155059 INFO  (zkConnectionManagerCallback-372-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155059 INFO  (zkConnectionManagerCallback-374-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155059 INFO  (jetty-launcher-365-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 155059 INFO  (jetty-launcher-365-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 155059 INFO  (jetty-launcher-365-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 155063 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10060c928f80002, likely client has closed socket
   [junit4]   2> 155064 INFO  (jetty-launcher-365-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41261/solr
   [junit4]   2> 155065 INFO  (jetty-launcher-365-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41261/solr
   [junit4]   2> 155065 INFO  (jetty-launcher-365-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41261/solr
   [junit4]   2> 155069 INFO  (zkConnectionManagerCallback-380-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155069 INFO  (zkConnectionManagerCallback-386-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155069 INFO  (zkConnectionManagerCallback-384-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155070 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10060c928f80005, likely client has closed socket
   [junit4]   2> 155072 INFO  (zkConnectionManagerCallback-390-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155072 INFO  (zkConnectionManagerCallback-392-thread-1-processing-n:127.0.0.1:44305_solr) [n:127.0.0.1:44305_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155075 INFO  (zkConnectionManagerCallback-389-thread-1-processing-n:127.0.0.1:36335_solr) [n:127.0.0.1:36335_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155146 INFO  (jetty-launcher-365-thread-2) [n:127.0.0.1:44561_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 155149 INFO  (jetty-launcher-365-thread-1) [n:127.0.0.1:44305_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 155150 INFO  (jetty-launcher-365-thread-2) [n:127.0.0.1:44561_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44561_solr
   [junit4]   2> 155151 INFO  (jetty-launcher-365-thread-1) [n:127.0.0.1:44305_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44305_solr
   [junit4]   2> 155151 INFO  (jetty-launcher-365-thread-2) [n:127.0.0.1:44561_solr    ] o.a.s.c.Overseer Overseer (id=72164011129962503-127.0.0.1:44561_solr-n_0000000000) starting
   [junit4]   2> 155160 INFO  (jetty-launcher-365-thread-3) [n:127.0.0.1:36335_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 155164 INFO  (jetty-launcher-365-thread-3) [n:127.0.0.1:36335_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36335_solr
   [junit4]   2> 155180 INFO  (zkCallback-388-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 155180 INFO  (zkCallback-387-thread-1-processing-n:127.0.0.1:36335_solr) [n:127.0.0.1:36335_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 155185 INFO  (zkCallback-391-thread-1-processing-n:127.0.0.1:44305_solr) [n:127.0.0.1:44305_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 155185 INFO  (zkCallback-391-thread-2-processing-n:127.0.0.1:44305_solr) [n:127.0.0.1:44305_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 155198 DEBUG (OverseerStateUpdate-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 155199 INFO  (OverseerStateUpdate-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 155200 DEBUG (OverseerStateUpdate-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:36335_solr"} current state version: 0
   [junit4]   2> 155200 DEBUG (OverseerStateUpdate-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:36335_solr
   [junit4]   2> 155216 INFO  (jetty-launcher-365-thread-2) [n:127.0.0.1:44561_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44561_solr
   [junit4]   2> 155217 INFO  (zkCallback-391-thread-2-processing-n:127.0.0.1:44305_solr) [n:127.0.0.1:44305_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 155217 INFO  (zkCallback-387-thread-1-processing-n:127.0.0.1:36335_solr) [n:127.0.0.1:36335_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 155230 DEBUG (OverseerStateUpdate-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:44561_solr"} current state version: 0
   [junit4]   2> 155230 DEBUG (OverseerStateUpdate-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:44561_solr
   [junit4]   2> 155234 INFO  (jetty-launcher-365-thread-1) [n:127.0.0.1:44305_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44305.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b48aef4
   [junit4]   2> 155234 INFO  (zkCallback-388-thread-2-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 155235 DEBUG (OverseerAutoScalingTriggerThread-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 155242 INFO  (jetty-launcher-365-thread-1) [n:127.0.0.1:44305_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44305.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b48aef4
   [junit4]   2> 155242 INFO  (jetty-launcher-365-thread-1) [n:127.0.0.1:44305_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44305.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b48aef4
   [junit4]   2> 155242 DEBUG (OverseerAutoScalingTriggerThread-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 155243 INFO  (jetty-launcher-365-thread-1) [n:127.0.0.1:44305_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node1/.
   [junit4]   2> 155245 DEBUG (OverseerAutoScalingTriggerThread-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:44305_solr, 127.0.0.1:44561_solr, 127.0.0.1:36335_solr]
   [junit4]   2> 155245 DEBUG (OverseerAutoScalingTriggerThread-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 155245 DEBUG (OverseerAutoScalingTriggerThread-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 155246 DEBUG (OverseerAutoScalingTriggerThread-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 155250 DEBUG (OverseerAutoScalingTriggerThread-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 155251 DEBUG (ScheduledTrigger-1038-thread-1) [n:127.0.0.1:44561_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 155265 INFO  (jetty-launcher-365-thread-3) [n:127.0.0.1:36335_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36335.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b48aef4
   [junit4]   2> 155269 INFO  (jetty-launcher-365-thread-2) [n:127.0.0.1:44561_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44561.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b48aef4
   [junit4]   2> 155273 INFO  (jetty-launcher-365-thread-3) [n:127.0.0.1:36335_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36335.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b48aef4
   [junit4]   2> 155273 INFO  (jetty-launcher-365-thread-3) [n:127.0.0.1:36335_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36335.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b48aef4
   [junit4]   2> 155274 INFO  (jetty-launcher-365-thread-3) [n:127.0.0.1:36335_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node3/.
   [junit4]   2> 155274 INFO  (jetty-launcher-365-thread-2) [n:127.0.0.1:44561_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44561.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b48aef4
   [junit4]   2> 155274 INFO  (jetty-launcher-365-thread-2) [n:127.0.0.1:44561_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44561.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b48aef4
   [junit4]   2> 155275 INFO  (jetty-launcher-365-thread-2) [n:127.0.0.1:44561_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node2/.
   [junit4]   2> 155319 INFO  (zkConnectionManagerCallback-400-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155322 INFO  (zkConnectionManagerCallback-404-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155323 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[A2B9E8E928143D5D]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 155323 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[A2B9E8E928143D5D]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41261/solr ready
   [junit4]   2> 155337 INFO  (qtp801513658-1934) [n:127.0.0.1:36335_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=3&name=AutoscalingHistoryHandlerTest_collection&nrtReplicas=3&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 155338 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection AutoscalingHistoryHandlerTest_collection
   [junit4]   2> 155339 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/protwords.txt
   [junit4]   2> 155339 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/managed-schema
   [junit4]   2> 155340 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/solrconfig.xml
   [junit4]   2> 155341 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/synonyms.txt
   [junit4]   2> 155342 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/stopwords.txt
   [junit4]   2> 155342 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 155343 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 155344 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 155346 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 155347 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 155348 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 155349 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 155350 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 155351 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 155352 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 155353 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 155354 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 155355 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 155356 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 155357 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 155358 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 155359 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 155360 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 155361 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 155361 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 155362 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 155363 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 155364 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 155365 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 155366 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 155367 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 155368 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 155369 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 155370 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 155370 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 155371 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 155372 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 155373 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 155374 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 155374 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 155375 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 155376 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 155377 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 155377 INFO  (OverseerThreadFactory-1042-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/params.json
   [junit4]   2> 155380 DEBUG (OverseerStateUpdate-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 155380 DEBUG (OverseerStateUpdate-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: AutoscalingHistoryHandlerTest_collection
   [junit4]   2> 155380 DEBUG (OverseerStateUpdate-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json
   [junit4]   2> 155482 DEBUG (OverseerStateUpdate-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36335/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 155482 INFO  (OverseerStateUpdate-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36335/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 155482 DEBUG (OverseerStateUpdate-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 155483 DEBUG (OverseerStateUpdate-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:36335/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 155483 DEBUG (OverseerStateUpdate-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:44561/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 155483 INFO  (OverseerStateUpdate-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:44561/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 155487 DEBUG (OverseerStateUpdate-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:36335/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 155487 DEBUG (OverseerStateUpdate-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:36335/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"https://127.0.0.1:44561/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 155487 DEBUG (OverseerStateUpdate-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:44305/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 155488 INFO  (OverseerStateUpdate-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:44305/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 155488 DEBUG (OverseerStateUpdate-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:36335/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"https://127.0.0.1:44561/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 155488 DEBUG (OverseerStateUpdate-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:36335/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"https://127.0.0.1:44561/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node6":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>       "base_url":"https://127.0.0.1:44305/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 155588 DEBUG (OverseerStateUpdate-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json version: 0
   [junit4]   2> 155695 INFO  (qtp801513658-1924) [n:127.0.0.1:36335_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 155695 INFO  (qtp801513658-1924) [n:127.0.0.1:36335_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 155715 DEBUG (OverseerStateUpdate-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:36335/solr",
   [junit4]   2>   "node_name":"127.0.0.1:36335_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 155715 DEBUG (OverseerStateUpdate-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:36335/solr",
   [junit4]   2>   "node_name":"127.0.0.1:36335_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 155715 DEBUG (OverseerStateUpdate-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node3:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1","base_url":"https://127.0.0.1:36335/solr","node_name":"127.0.0.1:36335_solr","state":"down","type":"NRT"}
   [junit4]   2> 155716 DEBUG (OverseerStateUpdate-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:36335/solr",
   [junit4]   2>           "node_name":"127.0.0.1:36335_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:44561/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"https://127.0.0.1:44305/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 155716 INFO  (qtp1625895295-1937) [n:127.0.0.1:44305_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n4&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 155717 INFO  (qtp1625895295-1937) [n:127.0.0.1:44305_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 155719 DEBUG (OverseerStateUpdate-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "core_node_name":"core_node6",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:44305/solr",
   [junit4]   2>   "node_name":"127.0.0.1:44305_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 155719 DEBUG (OverseerStateUpdate-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "core_node_name":"core_node6",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:44305/solr",
   [junit4]   2>   "node_name":"127.0.0.1:44305_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 155719 DEBUG (OverseerStateUpdate-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node6:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4","base_url":"https://127.0.0.1:44305/solr","node_name":"127.0.0.1:44305_solr","state":"down","type":"NRT"}
   [junit4]   2> 155719 DEBUG (OverseerStateUpdate-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:36335/solr",
   [junit4]   2>           "node_name":"127.0.0.1:36335_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:44561/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"https://127.0.0.1:44305/solr",
   [junit4]   2>           "node_name":"127.0.0.1:44305_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 155723 INFO  (qtp679128520-1940) [n:127.0.0.1:44561_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 155724 INFO  (qtp679128520-1940) [n:127.0.0.1:44561_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 155726 DEBUG (OverseerStateUpdate-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:44561/solr",
   [junit4]   2>   "node_name":"127.0.0.1:44561_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 155726 DEBUG (OverseerStateUpdate-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:44561/solr",
   [junit4]   2>   "node_name":"127.0.0.1:44561_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 155726 DEBUG (OverseerStateUpdate-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node5:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2","base_url":"https://127.0.0.1:44561/solr","node_name":"127.0.0.1:44561_solr","state":"down","type":"NRT"}
   [junit4]   2> 155726 DEBUG (OverseerStateUpdate-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:36335/solr",
   [junit4]   2>           "node_name":"127.0.0.1:36335_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:44561/solr",
   [junit4]   2>           "node_name":"127.0.0.1:44561_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"https://127.0.0.1:44305/solr",
   [junit4]   2>           "node_name":"127.0.0.1:44305_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 155827 DEBUG (OverseerStateUpdate-72164011129962503-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json version: 1
   [junit4]   2> 155827 INFO  (zkCallback-387-thread-1-processing-n:127.0.0.1:36335_solr) [n:127.0.0.1:36335_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 155827 INFO  (zkCallback-388-thread-2-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 155827 INFO  (zkCallback-388-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 155827 INFO  (zkCallback-391-thread-1-processing-n:127.0.0.1:44305_solr) [n:127.0.0.1:44305_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 155827 INFO  (zkCallback-391-thread-2-processing-n:127.0.0.1:44305_solr) [n:127.0.0.1:44305_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 155828 INFO  (zkCallback-387-thread-2-processing-n:127.0.0.1:36335_solr) [n:127.0.0.1:36335_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 156257 DEBUG (ScheduledTrigger-1038-thread-1) [n:127.0.0.1:44561_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 156721 INFO  (qtp801513658-1924) [n:127.0.0.1:36335_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 156722 INFO  (qtp801513658-1924) [n:127.0.0.1:36335_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 156723 WARN  (qtp801513658-1924) [n:127.0.0.1:36335_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 156724 WARN  (qtp801513658-1924) [n:127.0.0.1:36335_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 156724 WARN  (qtp801513658-1924) [n:127.0.0.1:36335_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 156724 WARN  (qtp801513658-1924) [n:127.0.0.1:36335_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 156724 WARN  (qtp801513658-1924) [n:127.0.0.1:36335_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 156725 WARN  (qtp801513658-1924) [n:127.0.0.1:36335_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 156725 WARN  (qtp801513658-1924) [n:127.0.0.1:36335_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 156725 WARN  (qtp801513658-1924) [n:127.0.0.1:36335_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 156730 INFO  (qtp1625895295-1937) [n:127.0.0.1:44305_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 156730 INFO  (qtp1625895295-1937) [n:127.0.0.1:44305_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 156731 WARN  (qtp1625895295-1937) [n:127.0.0.1:44305_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/extraction/lib
   [junit4]   2> 156731 WARN  (qtp1625895295-1937) [n:127.0.0.1:44305_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 156731 WARN  (qtp1625895295-1937) [n:127.0.0.1:44305_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/clustering/lib
   [junit4]   2> 156731 WARN  (qtp1625895295-1937) [n:127.0.0.1:44305_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 156731 WARN  (qtp1625895295-1937) [n:127.0.0.1:44305_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/langid/lib
   [junit4]   2> 156731 WARN  (qtp1625895295-1937) [n:127.0.0.1:44305_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 156732 INFO  (qtp801513658-1924) [n:127.0.0.1:36335_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 156732 WARN  (qtp1625895295-1937) [n:127.0.0.1:44305_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/velocity/lib
   [junit4]   2> 156732 WARN  (qtp1625895295-1937) [n:127.0.0.1:44305_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 156745 INFO  (qtp679128520-1940) [n:127.0.0.1:44561_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 156745 INFO  (qtp679128520-1940) [n:127.0.0.1:44561_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 156745 WARN  (qtp679128520-1940) [n:127.0.0.1:44561_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/extraction/lib
   [junit4]   2> 156746 WARN  (qtp679128520-1940) [n:127.0.0.1:44561_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 156746 WARN  (qtp679128520-1940) [n:127.0.0.1:44561_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/clustering/lib
   [junit4]   2> 156746 WARN  (qtp679128520-1940) [n:127.0.0.1:44561_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 156746 WARN  (qtp679128520-1940) [n:127.0.0.1:44561_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/langid/lib
   [junit4]   2> 156746 WARN  (qtp679128520-1940) [n:127.0.0.1:44561_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 156746 WARN  (qtp679128520-1940) [n:127.0.0.1:44561_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/velocity/lib
   [junit4]   2> 156747 WARN  (qtp679128520-1940) [n:127.0.0.1:44561_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A2B9E8E928143D5D-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collectio

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

143D5D]) [    ] o.a.s.c.SocketProxy Closing 12 connections to: http://127.0.0.1:33195/, target: http://127.0.0.1:39479/
   [junit4]   2> 2601415 WARN  (TEST-ForceLeaderTest.testReplicasInLowerTerms-seed#[A2B9E8E928143D5D]) [    ] o.a.s.c.SocketProxy Closing 6 connections to: http://127.0.0.1:46269/, target: http://127.0.0.1:39467/
   [junit4]   2> 2601415 WARN  (TEST-ForceLeaderTest.testReplicasInLowerTerms-seed#[A2B9E8E928143D5D]) [    ] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:45343/, target: http://127.0.0.1:32901/
   [junit4]   2> 2601415 WARN  (TEST-ForceLeaderTest.testReplicasInLowerTerms-seed#[A2B9E8E928143D5D]) [    ] o.a.s.c.SocketProxy Closing 4 connections to: http://127.0.0.1:43443/, target: http://127.0.0.1:36933/
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ForceLeaderTest -Dtests.method=testReplicasInLowerTerms -Dtests.seed=A2B9E8E928143D5D -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar-AE -Dtests.timezone=Europe/Gibraltar -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   34.2s J1 | ForceLeaderTest.testReplicasInLowerTerms <<<
   [junit4]    > Throwable #1: java.net.BindException: Address already in use
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A2B9E8E928143D5D:2C8DC8AAE8B39D29]:0)
   [junit4]    > 	at java.base/sun.nio.ch.Net.bind0(Native Method)
   [junit4]    > 	at java.base/sun.nio.ch.Net.bind(Net.java:433)
   [junit4]    > 	at java.base/sun.nio.ch.Net.bind(Net.java:425)
   [junit4]    > 	at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:225)
   [junit4]    > 	at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
   [junit4]    > 	at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334)
   [junit4]    > 	at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302)
   [junit4]    > 	at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
   [junit4]    > 	at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238)
   [junit4]    > 	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
   [junit4]    > 	at org.eclipse.jetty.server.Server.doStart(Server.java:397)
   [junit4]    > 	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
   [junit4]    > 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:396)
   [junit4]    > 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:369)
   [junit4]    > 	at org.apache.solr.cloud.ForceLeaderTest.bringBackOldLeaderAndSendDoc(ForceLeaderTest.java:508)
   [junit4]    > 	at org.apache.solr.cloud.ForceLeaderTest.testReplicasInLowerTerms(ForceLeaderTest.java:158)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_A2B9E8E928143D5D-001
   [junit4]   2> Feb 17, 2018 10:24:41 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene70, sim=RandomSimilarity(queryNorm=true): {}, locale=ar-AE, timezone=Europe/Gibraltar
   [junit4]   2> NOTE: Linux 4.13.0-32-generic amd64/Oracle Corporation 10-ea (64-bit)/cpus=8,threads=1,free=275001952,total=525860864
   [junit4]   2> NOTE: All tests run in this JVM: [ResourceLoaderTest, TestUseDocValuesAsStored, DistributedQueryComponentOptimizationTest, OverseerTest, TestPivotHelperCode, TermsComponentTest, RestartWhileUpdatingTest, SaslZkACLProviderTest, SystemInfoHandlerTest, BasicFunctionalityTest, DistribJoinFromCollectionTest, EnumFieldTest, TestLegacyFieldCache, TestManagedStopFilterFactory, DistributedMLTComponentTest, SolrJmxReporterTest, TestXIncludeConfig, InfixSuggestersTest, TestQueryUtils, TestSolrJ, DocValuesNotIndexedTest, TestLegacyField, TestCursorMarkWithoutUniqueKey, TestCharFilters, DistributedFacetSimpleRefinementLongTailTest, TestReloadAndDeleteDocs, CdcrRequestHandlerTest, TestReversedWildcardFilterFactory, TestSchemaManager, TestComputePlanAction, TestStressRecovery, TestSimpleTrackingShardHandler, CoreSorterTest, TestCloudDeleteByQuery, HdfsWriteToMultipleCollectionsTest, TestSolrCloudWithKerberosAlt, TestZkChroot, PrimUtilsTest, CollectionReloadTest, SchemaVersionSpecificBehaviorTest, AutoscalingHistoryHandlerTest, SuggesterFSTTest, TestFastLRUCache, SpellCheckCollatorWithCollapseTest, ZkStateReaderTest, TestElisionMultitermQuery, MoveReplicaHDFSFailoverTest, TestRawTransformer, AutoAddReplicasIntegrationTest, LegacyCloudClusterPropTest, SyncSliceTest, CurrencyFieldTypeTest, BlockCacheTest, TestMaxScoreQueryParser, HdfsRecoveryZkTest, TestLocalFSCloudBackupRestore, CollectionsAPIDistributedZkTest, HighlighterMaxOffsetTest, AsyncCallRequestStatusResponseTest, TestSizeLimitedDistributedMap, DocExpirationUpdateProcessorFactoryTest, CoreMergeIndexesAdminHandlerTest, HttpSolrCallGetCoreTest, JsonLoaderTest, TestRandomRequestDistribution, TestDirectoryFactory, SolrShardReporterTest, TestUninvertingReader, TestCollationFieldDocValues, TestSQLHandlerNonCloud, TestConfigSetsAPIExclusivity, TestJavabinTupleStreamParser, TestMacroExpander, SearchHandlerTest, PreAnalyzedUpdateProcessorTest, OverriddenZkACLAndCredentialsProvidersTest, PKIAuthenticationIntegrationTest, PeerSyncTest, TestFieldCache, TestEmbeddedSolrServerAdminHandler, TestRestManager, TestCloudSearcherWarming, DirectUpdateHandlerOptimizeTest, SimplePostToolTest, CdcrBootstrapTest, TestExportWriter, TestNamedUpdateProcessors, TestMinMaxOnMultiValuedField, ChaosMonkeySafeLeaderTest, MetricUtilsTest, TestPerFieldSimilarity, TestLegacyTerms, SOLR749Test, TestNumericRangeQuery64, TestPolicyCloud, HdfsChaosMonkeySafeLeaderTest, CreateRoutedAliasTest, TestReqParamsAPI, TestFileDictionaryLookup, DistributedFacetPivotSmallTest, UpdateLogTest, TestManagedSchemaAPI, TestLRUCache, CollectionStateFormat2Test, PropertiesRequestHandlerTest, ZkFailoverTest, TestSolrFieldCacheBean, TestPartialUpdateDeduplication, DistributedFacetPivotLargeTest, TestSubQueryTransformerDistrib, HdfsBasicDistributedZk2Test, TestRecovery, TestConfigOverlay, TestDistributedStatsComponentCardinality, TestPullReplica, TestNestedDocsSort, BasicZkTest, SolrInfoBeanTest, TestReloadDeadlock, BadCopyFieldTest, HdfsCollectionsAPIDistributedZkTest, TestStressVersions, SolrMetricManagerTest, TestStressInPlaceUpdates, TestChildDocTransformer, TestSolrConfigHandler, DistributedDebugComponentTest, BasicDistributedZk2Test, UnloadDistributedZkTest, LeaderElectionIntegrationTest, RecoveryZkTest, TestReplicationHandler, TestRandomFaceting, ZkSolrClientTest, TestRandomDVFaceting, ShardRoutingCustomTest, TestDistributedGrouping, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, ZkControllerTest, TestRealTimeGet, TestStressReorder, TestReload, DistributedTermsComponentTest, SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, SpellCheckComponentTest, TestGroupingSearch, SolrCmdDistributorTest, QueryElevationComponentTest, BadIndexSchemaTest, TestFunctionQuery, DirectUpdateHandlerTest, TestBadConfig, HighlighterTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, SolrIndexSplitterTest, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SpellCheckCollatorTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTSTTest, SuggesterTest, TestTrie, TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestUpdate, FieldMutatingUpdateProcessorTest, QueryEqualityTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, CacheHeaderTest, TestSurroundQueryParser, DocumentAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, DocumentBuilderTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, TestIndexingPerformance, MoreLikeThisHandlerTest, RequiredFieldsTest, TestSolrQueryParser, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, SolrPluginUtilsTest, IndexSchemaTest, TestJmxIntegration, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, MBeansHandlerTest, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, TestPHPSerializedResponseWriter, CSVRequestHandlerTest, TestComponentsName, SearchHandlerTest, TestLFUCache, DirectSolrConnectionTest, SpellPossibilityIteratorTest, SynonymTokenizerTest, TestSweetSpotSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, PluginInfoTest, ChaosMonkeyNothingIsSafeTest, CleanupOldIndexTest, ConfigSetsAPITest, ConnectionManagerTest, CreateCollectionCleanupTest, DeleteInactiveReplicaTest, DeleteNodeTest, DeleteStatusTest, DistribCursorPagingTest, DistributedQueueTest, ForceLeaderTest]
   [junit4] Completed [544/777 (2!)] on J1 in 149.97s, 4 tests, 1 error, 1 skipped <<< FAILURES!

[...truncated 42021 lines...]

[JENKINS] Lucene-Solr-7.x-Linux (32bit/jdk1.8.0_162) - Build # 1373 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1373/
Java: 32bit/jdk1.8.0_162 -client -XX:+UseParallelGC

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

Error Message:
no replica should be present in  127.0.0.1:34595_solr

Stack Trace:
java.lang.AssertionError: no replica should be present in  127.0.0.1:34595_solr
	at __randomizedtesting.SeedInfo.seed([E4D287B1B84C7D13:6C86B86B16B010EB]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.TestUtilizeNode.test(TestUtilizeNode.java:99)
	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 12527 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestUtilizeNode
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_E4D287B1B84C7D13-001/init-core-data-001
   [junit4]   2> 385805 WARN  (SUITE-TestUtilizeNode-seed#[E4D287B1B84C7D13]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 385806 INFO  (SUITE-TestUtilizeNode-seed#[E4D287B1B84C7D13]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 385807 INFO  (SUITE-TestUtilizeNode-seed#[E4D287B1B84C7D13]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 385807 INFO  (SUITE-TestUtilizeNode-seed#[E4D287B1B84C7D13]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 385807 INFO  (SUITE-TestUtilizeNode-seed#[E4D287B1B84C7D13]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_E4D287B1B84C7D13-001/tempDir-001
   [junit4]   2> 385808 INFO  (SUITE-TestUtilizeNode-seed#[E4D287B1B84C7D13]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 385808 INFO  (Thread-696) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 385808 INFO  (Thread-696) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 385810 ERROR (Thread-696) [    ] 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> 385908 INFO  (SUITE-TestUtilizeNode-seed#[E4D287B1B84C7D13]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:46343
   [junit4]   2> 385911 INFO  (zkConnectionManagerCallback-2668-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 385937 INFO  (jetty-launcher-2665-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T11:27:37+14:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 385937 INFO  (jetty-launcher-2665-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T11:27:37+14:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 385937 INFO  (jetty-launcher-2665-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T11:27:37+14:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 385937 INFO  (jetty-launcher-2665-thread-4) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T11:27:37+14:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 385938 INFO  (jetty-launcher-2665-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 385938 INFO  (jetty-launcher-2665-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 385938 INFO  (jetty-launcher-2665-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 385938 INFO  (jetty-launcher-2665-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 385938 INFO  (jetty-launcher-2665-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 385938 INFO  (jetty-launcher-2665-thread-3) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 385938 INFO  (jetty-launcher-2665-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 385938 INFO  (jetty-launcher-2665-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 385938 INFO  (jetty-launcher-2665-thread-4) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 385942 INFO  (jetty-launcher-2665-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 385942 INFO  (jetty-launcher-2665-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 385942 INFO  (jetty-launcher-2665-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 385942 INFO  (jetty-launcher-2665-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@784624{/solr,null,AVAILABLE}
   [junit4]   2> 385943 INFO  (jetty-launcher-2665-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1626a49{/solr,null,AVAILABLE}
   [junit4]   2> 385943 INFO  (jetty-launcher-2665-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@10e3c3b{/solr,null,AVAILABLE}
   [junit4]   2> 385944 INFO  (jetty-launcher-2665-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@14426c7{/solr,null,AVAILABLE}
   [junit4]   2> 385945 INFO  (jetty-launcher-2665-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@18a8a90{SSL,[ssl, http/1.1]}{127.0.0.1:40809}
   [junit4]   2> 385945 INFO  (jetty-launcher-2665-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@108e7c6{SSL,[ssl, http/1.1]}{127.0.0.1:41077}
   [junit4]   2> 385945 INFO  (jetty-launcher-2665-thread-3) [    ] o.e.j.s.Server Started @388259ms
   [junit4]   2> 385945 INFO  (jetty-launcher-2665-thread-1) [    ] o.e.j.s.Server Started @388259ms
   [junit4]   2> 385945 INFO  (jetty-launcher-2665-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40809}
   [junit4]   2> 385945 INFO  (jetty-launcher-2665-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41077}
   [junit4]   2> 385945 INFO  (jetty-launcher-2665-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@e8e27d{SSL,[ssl, http/1.1]}{127.0.0.1:37429}
   [junit4]   2> 385945 INFO  (jetty-launcher-2665-thread-2) [    ] o.e.j.s.Server Started @388259ms
   [junit4]   2> 385945 INFO  (jetty-launcher-2665-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37429}
   [junit4]   2> 385945 ERROR (jetty-launcher-2665-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 385945 ERROR (jetty-launcher-2665-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 385945 INFO  (jetty-launcher-2665-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.3.0
   [junit4]   2> 385945 INFO  (jetty-launcher-2665-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.3.0
   [junit4]   2> 385945 ERROR (jetty-launcher-2665-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 385945 INFO  (jetty-launcher-2665-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@146b8e8{SSL,[ssl, http/1.1]}{127.0.0.1:36685}
   [junit4]   2> 385945 INFO  (jetty-launcher-2665-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.3.0
   [junit4]   2> 385945 INFO  (jetty-launcher-2665-thread-4) [    ] o.e.j.s.Server Started @388260ms
   [junit4]   2> 385945 INFO  (jetty-launcher-2665-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 385945 INFO  (jetty-launcher-2665-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36685}
   [junit4]   2> 385945 INFO  (jetty-launcher-2665-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 385945 INFO  (jetty-launcher-2665-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 385945 INFO  (jetty-launcher-2665-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 385946 INFO  (jetty-launcher-2665-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-17T06:12:00.582Z
   [junit4]   2> 385946 INFO  (jetty-launcher-2665-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 385946 ERROR (jetty-launcher-2665-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 385946 INFO  (jetty-launcher-2665-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-17T06:12:00.582Z
   [junit4]   2> 385946 INFO  (jetty-launcher-2665-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.3.0
   [junit4]   2> 385945 INFO  (jetty-launcher-2665-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 385946 INFO  (jetty-launcher-2665-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 385946 INFO  (jetty-launcher-2665-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-17T06:12:00.582Z
   [junit4]   2> 385946 INFO  (jetty-launcher-2665-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 385946 INFO  (jetty-launcher-2665-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-17T06:12:00.582Z
   [junit4]   2> 385947 INFO  (zkConnectionManagerCallback-2671-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 385947 INFO  (zkConnectionManagerCallback-2672-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 385947 INFO  (jetty-launcher-2665-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 385947 INFO  (jetty-launcher-2665-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 385949 INFO  (zkConnectionManagerCallback-2676-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 385949 INFO  (zkConnectionManagerCallback-2674-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 385950 INFO  (jetty-launcher-2665-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 385950 INFO  (jetty-launcher-2665-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 385957 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100600724b20002, likely client has closed socket
   [junit4]   2> 385960 INFO  (jetty-launcher-2665-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46343/solr
   [junit4]   2> 385960 INFO  (jetty-launcher-2665-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46343/solr
   [junit4]   2> 385961 INFO  (jetty-launcher-2665-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46343/solr
   [junit4]   2> 385961 INFO  (zkConnectionManagerCallback-2682-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 385962 INFO  (zkConnectionManagerCallback-2685-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 385963 INFO  (jetty-launcher-2665-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46343/solr
   [junit4]   2> 385964 INFO  (zkConnectionManagerCallback-2689-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 385964 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100600724b20006, likely client has closed socket
   [junit4]   2> 385964 INFO  (zkConnectionManagerCallback-2692-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 385971 INFO  (zkConnectionManagerCallback-2694-thread-1-processing-n:127.0.0.1:41077_solr) [n:127.0.0.1:41077_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 385974 INFO  (zkConnectionManagerCallback-2696-thread-1-processing-n:127.0.0.1:40809_solr) [n:127.0.0.1:40809_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 385974 INFO  (zkConnectionManagerCallback-2700-thread-1-processing-n:127.0.0.1:36685_solr) [n:127.0.0.1:36685_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 385974 INFO  (zkConnectionManagerCallback-2698-thread-1-processing-n:127.0.0.1:37429_solr) [n:127.0.0.1:37429_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 386025 INFO  (jetty-launcher-2665-thread-2) [n:127.0.0.1:37429_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 386025 INFO  (jetty-launcher-2665-thread-1) [n:127.0.0.1:41077_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 386025 INFO  (jetty-launcher-2665-thread-4) [n:127.0.0.1:36685_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 386025 INFO  (jetty-launcher-2665-thread-3) [n:127.0.0.1:40809_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 386025 INFO  (jetty-launcher-2665-thread-2) [n:127.0.0.1:37429_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37429_solr
   [junit4]   2> 386026 INFO  (jetty-launcher-2665-thread-4) [n:127.0.0.1:36685_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36685_solr
   [junit4]   2> 386026 INFO  (jetty-launcher-2665-thread-1) [n:127.0.0.1:41077_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41077_solr
   [junit4]   2> 386026 INFO  (jetty-launcher-2665-thread-3) [n:127.0.0.1:40809_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40809_solr
   [junit4]   2> 386026 INFO  (jetty-launcher-2665-thread-2) [n:127.0.0.1:37429_solr    ] o.a.s.c.Overseer Overseer (id=72163177834610700-127.0.0.1:37429_solr-n_0000000000) starting
   [junit4]   2> 386027 INFO  (zkCallback-2699-thread-1-processing-n:127.0.0.1:36685_solr) [n:127.0.0.1:36685_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 386027 INFO  (zkCallback-2693-thread-1-processing-n:127.0.0.1:41077_solr) [n:127.0.0.1:41077_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 386028 INFO  (zkCallback-2697-thread-1-processing-n:127.0.0.1:37429_solr) [n:127.0.0.1:37429_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 386028 INFO  (zkCallback-2695-thread-1-processing-n:127.0.0.1:40809_solr) [n:127.0.0.1:40809_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 386039 INFO  (jetty-launcher-2665-thread-2) [n:127.0.0.1:37429_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37429_solr
   [junit4]   2> 386040 INFO  (zkCallback-2697-thread-1-processing-n:127.0.0.1:37429_solr) [n:127.0.0.1:37429_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 386040 INFO  (zkCallback-2699-thread-1-processing-n:127.0.0.1:36685_solr) [n:127.0.0.1:36685_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 386040 INFO  (zkCallback-2693-thread-1-processing-n:127.0.0.1:41077_solr) [n:127.0.0.1:41077_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 386040 INFO  (zkCallback-2695-thread-1-processing-n:127.0.0.1:40809_solr) [n:127.0.0.1:40809_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 386189 INFO  (jetty-launcher-2665-thread-4) [n:127.0.0.1:36685_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36685.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b07f03
   [junit4]   2> 386204 INFO  (jetty-launcher-2665-thread-4) [n:127.0.0.1:36685_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36685.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b07f03
   [junit4]   2> 386205 INFO  (jetty-launcher-2665-thread-4) [n:127.0.0.1:36685_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36685.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b07f03
   [junit4]   2> 386206 INFO  (jetty-launcher-2665-thread-4) [n:127.0.0.1:36685_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_E4D287B1B84C7D13-001/tempDir-001/node4/.
   [junit4]   2> 386311 INFO  (jetty-launcher-2665-thread-1) [n:127.0.0.1:41077_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41077.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b07f03
   [junit4]   2> 386329 INFO  (jetty-launcher-2665-thread-1) [n:127.0.0.1:41077_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41077.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b07f03
   [junit4]   2> 386329 INFO  (jetty-launcher-2665-thread-1) [n:127.0.0.1:41077_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41077.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b07f03
   [junit4]   2> 386330 INFO  (jetty-launcher-2665-thread-1) [n:127.0.0.1:41077_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_E4D287B1B84C7D13-001/tempDir-001/node1/.
   [junit4]   2> 386340 INFO  (jetty-launcher-2665-thread-3) [n:127.0.0.1:40809_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40809.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b07f03
   [junit4]   2> 386352 INFO  (jetty-launcher-2665-thread-2) [n:127.0.0.1:37429_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37429.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b07f03
   [junit4]   2> 386355 INFO  (jetty-launcher-2665-thread-3) [n:127.0.0.1:40809_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40809.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b07f03
   [junit4]   2> 386355 INFO  (jetty-launcher-2665-thread-3) [n:127.0.0.1:40809_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40809.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b07f03
   [junit4]   2> 386357 INFO  (jetty-launcher-2665-thread-3) [n:127.0.0.1:40809_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_E4D287B1B84C7D13-001/tempDir-001/node3/.
   [junit4]   2> 386363 INFO  (jetty-launcher-2665-thread-2) [n:127.0.0.1:37429_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37429.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b07f03
   [junit4]   2> 386363 INFO  (jetty-launcher-2665-thread-2) [n:127.0.0.1:37429_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37429.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b07f03
   [junit4]   2> 386364 INFO  (jetty-launcher-2665-thread-2) [n:127.0.0.1:37429_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_E4D287B1B84C7D13-001/tempDir-001/node2/.
   [junit4]   2> 386464 INFO  (zkConnectionManagerCallback-2710-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 386467 INFO  (zkConnectionManagerCallback-2714-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 386468 INFO  (SUITE-TestUtilizeNode-seed#[E4D287B1B84C7D13]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 386468 INFO  (SUITE-TestUtilizeNode-seed#[E4D287B1B84C7D13]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46343/solr ready
   [junit4]   2> 386511 INFO  (qtp6959203-5285) [n:127.0.0.1:36685_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 386519 INFO  (qtp6959203-5285) [n:127.0.0.1:36685_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 386548 INFO  (TEST-TestUtilizeNode.test-seed#[E4D287B1B84C7D13]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 386549 INFO  (TEST-TestUtilizeNode.test-seed#[E4D287B1B84C7D13]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 386551 INFO  (zkConnectionManagerCallback-2717-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 386553 INFO  (qtp6959203-5277) [n:127.0.0.1:36685_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf1&name=utilizenodecoll&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 386554 INFO  (OverseerThreadFactory-1121-thread-2-processing-n:127.0.0.1:37429_solr) [n:127.0.0.1:37429_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection utilizenodecoll
   [junit4]   2> 386554 INFO  (OverseerCollectionConfigSetProcessor-72163177834610700-127.0.0.1:37429_solr-n_0000000000) [n:127.0.0.1:37429_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> 386662 INFO  (OverseerStateUpdate-72163177834610700-127.0.0.1:37429_solr-n_0000000000) [n:127.0.0.1:37429_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"utilizenodecoll",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"utilizenodecoll_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40809/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 386663 INFO  (OverseerStateUpdate-72163177834610700-127.0.0.1:37429_solr-n_0000000000) [n:127.0.0.1:37429_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"utilizenodecoll",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"utilizenodecoll_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36685/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 386664 INFO  (OverseerStateUpdate-72163177834610700-127.0.0.1:37429_solr-n_0000000000) [n:127.0.0.1:37429_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"utilizenodecoll",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"utilizenodecoll_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:41077/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 386665 INFO  (OverseerStateUpdate-72163177834610700-127.0.0.1:37429_solr-n_0000000000) [n:127.0.0.1:37429_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"utilizenodecoll",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"utilizenodecoll_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37429/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 386877 INFO  (qtp6959203-5282) [n:127.0.0.1:36685_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=utilizenodecoll_shard1_replica_n2&action=CREATE&numShards=2&collection=utilizenodecoll&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 386877 INFO  (qtp6959203-5282) [n:127.0.0.1:36685_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 386910 INFO  (qtp19012214-5288) [n:127.0.0.1:41077_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=utilizenodecoll_shard2_replica_n4&action=CREATE&numShards=2&collection=utilizenodecoll&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 386910 INFO  (qtp19012214-5288) [n:127.0.0.1:41077_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 386935 INFO  (qtp28210034-5279) [n:127.0.0.1:40809_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=utilizenodecoll_shard1_replica_n1&action=CREATE&numShards=2&collection=utilizenodecoll&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 386935 INFO  (qtp25425635-5280) [n:127.0.0.1:37429_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=utilizenodecoll_shard2_replica_n6&action=CREATE&numShards=2&collection=utilizenodecoll&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 386935 INFO  (qtp28210034-5279) [n:127.0.0.1:40809_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 386935 INFO  (qtp25425635-5280) [n:127.0.0.1:37429_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 387041 INFO  (zkCallback-2697-thread-1-processing-n:127.0.0.1:37429_solr) [n:127.0.0.1:37429_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 387041 INFO  (zkCallback-2699-thread-1-processing-n:127.0.0.1:36685_solr) [n:127.0.0.1:36685_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 387041 INFO  (zkCallback-2695-thread-2-processing-n:127.0.0.1:40809_solr) [n:127.0.0.1:40809_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 387041 INFO  (zkCallback-2693-thread-1-processing-n:127.0.0.1:41077_solr) [n:127.0.0.1:41077_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 387041 INFO  (zkCallback-2693-thread-2-processing-n:127.0.0.1:41077_solr) [n:127.0.0.1:41077_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 387041 INFO  (zkCallback-2695-thread-1-processing-n:127.0.0.1:40809_solr) [n:127.0.0.1:40809_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 387041 INFO  (zkCallback-2697-thread-2-processing-n:127.0.0.1:37429_solr) [n:127.0.0.1:37429_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 387041 INFO  (zkCallback-2699-thread-2-processing-n:127.0.0.1:36685_solr) [n:127.0.0.1:36685_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 387893 INFO  (qtp6959203-5282) [n:127.0.0.1:36685_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 387902 INFO  (qtp6959203-5282) [n:127.0.0.1:36685_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.s.IndexSchema [utilizenodecoll_shard1_replica_n2] Schema name=cloud-dynamic
   [junit4]   2> 387924 INFO  (qtp19012214-5288) [n:127.0.0.1:41077_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 387935 INFO  (qtp19012214-5288) [n:127.0.0.1:41077_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.s.IndexSchema [utilizenodecoll_shard2_replica_n4] Schema name=cloud-dynamic
   [junit4]   2> 387937 INFO  (qtp6959203-5282) [n:127.0.0.1:36685_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 387937 INFO  (qtp6959203-5282) [n:127.0.0.1:36685_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'utilizenodecoll_shard1_replica_n2' using configuration from collection utilizenodecoll, trusted=true
   [junit4]   2> 387938 INFO  (qtp6959203-5282) [n:127.0.0.1:36685_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36685.solr.core.utilizenodecoll.shard1.replica_n2' (registry 'solr.core.utilizenodecoll.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b07f03
   [junit4]   2> 387938 INFO  (qtp6959203-5282) [n:127.0.0.1:36685_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 387938 INFO  (qtp6959203-5282) [n:127.0.0.1:36685_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.c.SolrCore [[utilizenodecoll_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_E4D287B1B84C7D13-001/tempDir-001/node4/utilizenodecoll_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_E4D287B1B84C7D13-001/tempDir-001/node4/./utilizenodecoll_shard1_replica_n2/data/]
   [junit4]   2> 387951 INFO  (qtp28210034-5279) [n:127.0.0.1:40809_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 387954 INFO  (qtp25425635-5280) [n:127.0.0.1:37429_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 387961 INFO  (qtp28210034-5279) [n:127.0.0.1:40809_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.s.IndexSchema [utilizenodecoll_shard1_replica_n1] Schema name=cloud-dynamic
   [junit4]   2> 387964 INFO  (qtp19012214-5288) [n:127.0.0.1:41077_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 387964 INFO  (qtp19012214-5288) [n:127.0.0.1:41077_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'utilizenodecoll_shard2_replica_n4' using configuration from collection utilizenodecoll, trusted=true
   [junit4]   2> 387965 INFO  (qtp19012214-5288) [n:127.0.0.1:41077_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41077.solr.core.utilizenodecoll.shard2.replica_n4' (registry 'solr.core.utilizenodecoll.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b07f03
   [junit4]   2> 387965 INFO  (qtp19012214-5288) [n:127.0.0.1:41077_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 387965 INFO  (qtp19012214-5288) [n:127.0.0.1:41077_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.c.SolrCore [[utilizenodecoll_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_E4D287B1B84C7D13-001/tempDir-001/node1/utilizenodecoll_shard2_replica_n4], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_E4D287B1B84C7D13-001/tempDir-001/node1/./utilizenodecoll_shard2_replica_n4/data/]
   [junit4]   2> 387967 INFO  (qtp25425635-5280) [n:127.0.0.1:37429_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.s.IndexSchema [utilizenodecoll_shard2_replica_n6] Schema name=cloud-dynamic
   [junit4]   2> 387991 INFO  (qtp28210034-5279) [n:127.0.0.1:40809_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 387991 INFO  (qtp28210034-5279) [n:127.0.0.1:40809_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'utilizenodecoll_shard1_replica_n1' using configuration from collection utilizenodecoll, trusted=true
   [junit4]   2> 387992 INFO  (qtp28210034-5279) [n:127.0.0.1:40809_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40809.solr.core.utilizenodecoll.shard1.replica_n1' (registry 'solr.core.utilizenodecoll.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b07f03
   [junit4]   2> 387992 INFO  (qtp28210034-5279) [n:127.0.0.1:40809_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 387992 INFO  (qtp28210034-5279) [n:127.0.0.1:40809_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.c.SolrCore [[utilizenodecoll_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_E4D287B1B84C7D13-001/tempDir-001/node3/utilizenodecoll_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_E4D287B1B84C7D13-001/tempDir-001/node3/./utilizenodecoll_shard1_replica_n1/data/]
   [junit4]   2> 387999 INFO  (qtp25425635-5280) [n:127.0.0.1:37429_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 387999 INFO  (qtp25425635-5280) [n:127.0.0.1:37429_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'utilizenodecoll_shard2_replica_n6' using configuration from collection utilizenodecoll, trusted=true
   [junit4]   2> 388000 INFO  (qtp25425635-5280) [n:127.0.0.1:37429_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37429.solr.core.utilizenodecoll.shard2.replica_n6' (registry 'solr.core.utilizenodecoll.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b07f03
   [junit4]   2> 388000 INFO  (qtp25425635-5280) [n:127.0.0.1:37429_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 388000 INFO  (qtp25425635-5280) [n:127.0.0.1:37429_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.c.SolrCore [[utilizenodecoll_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_E4D287B1B84C7D13-001/tempDir-001/node2/utilizenodecoll_shard2_replica_n6], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_E4D287B1B84C7D13-001/tempDir-001/node2/./utilizenodecoll_shard2_replica_n6/data/]
   [junit4]   2> 388042 INFO  (qtp6959203-5282) [n:127.0.0.1:36685_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 388042 INFO  (qtp6959203-5282) [n:127.0.0.1:36685_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 388044 INFO  (qtp6959203-5282) [n:127.0.0.1:36685_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 388044 INFO  (qtp6959203-5282) [n:127.0.0.1:36685_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 388047 INFO  (qtp6959203-5282) [n:127.0.0.1:36685_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@a91526[utilizenodecoll_shard1_replica_n2] main]
   [junit4]   2> 388048 INFO  (qtp6959203-5282) [n:127.0.0.1:36685_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 388048 INFO  (qtp6959203-5282) [n:127.0.0.1:36685_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 388049 INFO  (qtp19012214-5288) [n:127.0.0.1:41077_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 388049 INFO  (qtp19012214-5288) [n:127.0.0.1:41077_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 388049 INFO  (qtp6959203-5282) [n:127.0.0.1:36685_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 388051 INFO  (qtp19012214-5288) [n:127.0.0.1:41077_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 388051 INFO  (qtp19012214-5288) [n:127.0.0.1:41077_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 388053 INFO  (searcherExecutor-1130-thread-1-processing-n:127.0.0.1:36685_solr x:utilizenodecoll_shard1_replica_n2 s:shard1 c:utilizenodecoll r:core_node5) [n:127.0.0.1:36685_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.c.SolrCore [utilizenodecoll_shard1_replica_n2] Registered new searcher Searcher@a91526[utilizenodecoll_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 388053 INFO  (qtp6959203-5282) [n:127.0.0.1:36685_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592627479381540864
   [junit4]   2> 388054 INFO  (qtp19012214-5288) [n:127.0.0.1:41077_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@437b55[utilizenodecoll_shard2_replica_n4] main]
   [junit4]   2> 388055 INFO  (qtp19012214-5288) [n:127.0.0.1:41077_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 388055 INFO  (qtp19012214-5288) [n:127.0.0.1:41077_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 388056 INFO  (qtp19012214-5288) [n:127.0.0.1:41077_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 388057 INFO  (qtp19012214-5288) [n:127.0.0.1:41077_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592627479385735168
   [junit4]   2> 388059 INFO  (qtp28210034-5279) [n:127.0.0.1:40809_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 388059 INFO  (qtp28210034-5279) [n:127.0.0.1:40809_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 388060 INFO  (searcherExecutor-1131-thread-1-processing-n:127.0.0.1:41077_solr x:utilizenodecoll_shard2_replica_n4 s:shard2 c:utilizenodecoll r:core_node7) [n:127.0.0.1:41077_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.c.SolrCore [utilizenodecoll_shard2_replica_n4] Registered new searcher Searcher@437b55[utilizenodecoll_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 388060 INFO  (qtp28210034-5279) [n:127.0.0.1:40809_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 388061 INFO  (qtp28210034-5279) [n:127.0.0.1:40809_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 388063 INFO  (qtp28210034-5279) [n:127.0.0.1:40809_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1699dee[utilizenodecoll_shard1_replica_n1] main]
   [junit4]   2> 388063 INFO  (qtp6959203-5282) [n:127.0.0.1:36685_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 388064 INFO  (qtp28210034-5279) [n:127.0.0.1:40809_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 388064 INFO  (qtp28210034-5279) [n:127.0.0.1:40809_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 388065 INFO  (qtp28210034-5279) [n:127.0.0.1:40809_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 388065 INFO  (qtp28210034-5279) [n:127.0.0.1:40809_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592627479394123776
   [junit4]   2> 388067 INFO  (searcherExecutor-1132-thread-1-processing-n:127.0.0.1:40809_solr x:utilizenodecoll_shard1_replica_n1 s:shard1 c:utilizenodecoll r:core_node3) [n:127.0.0.1:40809_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.c.SolrCore [utilizenodecoll_shard1_replica_n1] Registered new searcher Searcher@1699dee[utilizenodecoll_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 388067 INFO  (qtp19012214-5288) [n:127.0.0.1:41077_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_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> 388073 INFO  (qtp25425635-5280) [n:127.0.0.1:37429_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 388073 INFO  (qtp25425635-5280) [n:127.0.0.1:37429_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 388075 INFO  (qtp25425635-5280) [n:127.0.0.1:37429_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 388075 INFO  (qtp25425635-5280) [n:127.0.0.1:37429_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 388077 INFO  (qtp25425635-5280) [n:127.0.0.1:37429_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@f5963f[utilizenodecoll_shard2_replica_n6] main]
   [junit4]   2> 388078 INFO  (qtp25425635-5280) [n:127.0.0.1:37429_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 388078 INFO  (qtp25425635-5280) [n:127.0.0.1:37429_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 388079 INFO  (qtp25425635-5280) [n:127.0.0.1:37429_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 388080 INFO  (searcherExecutor-1133-thread-1-processing-n:127.0.0.1:37429_solr x:utilizenodecoll_shard2_replica_n6 s:shard2 c:utilizenodecoll r:core_node8) [n:127.0.0.1:37429_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.c.SolrCore [utilizenodecoll_shard2_replica_n6] Registered new searcher Searcher@f5963f[utilizenodecoll_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 388080 INFO  (qtp25425635-5280) [n:127.0.0.1:37429_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592627479409852416
   [junit4]   2> 388168 INFO  (zkCallback-2697-thread-3-processing-n:127.0.0.1:37429_solr) [n:127.0.0.1:37429_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 388168 INFO  (zkCallback-2695-thread-1-processing-n:127.0.0.1:40809_solr) [n:127.0.0.1:40809_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 388168 INFO  (zkCallback-2693-thread-2-processing-n:127.0.0.1:41077_solr) [n:127.0.0.1:41077_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 388168 INFO  (zkCallback-2699-thread-1-processing-n:127.0.0.1:36685_solr) [n:127.0.0.1:36685_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 388168 INFO  (zkCallback-2699-thread-2-processing-n:127.0.0.1:36685_solr) [n:127.0.0.1:36685_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 388168 INFO  (zkCallback-2695-thread-2-processing-n:127.0.0.1:40809_solr) [n:127.0.0.1:40809_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 388168 INFO  (zkCallback-2693-thread-1-processing-n:127.0.0.1:41077_solr) [n:127.0.0.1:41077_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 388168 INFO  (zkCallback-2697-thread-2-processing-n:127.0.0.1:37429_solr) [n:127.0.0.1:37429_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 388564 INFO  (qtp6959203-5282) [n:127.0.0.1:36685_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 388564 INFO  (qtp6959203-5282) [n:127.0.0.1:36685_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 388564 INFO  (qtp6959203-5282) [n:127.0.0.1:36685_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:36685/solr/utilizenodecoll_shard1_replica_n2/
   [junit4]   2> 388565 INFO  (qtp6959203-5282) [n:127.0.0.1:36685_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=utilizenodecoll_shard1_replica_n2 url=https://127.0.0.1:36685/solr START replicas=[https://127.0.0.1:40809/solr/utilizenodecoll_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 388568 INFO  (qtp19012214-5288) [n:127.0.0.1:41077_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 388568 INFO  (qtp19012214-5288) [n:127.0.0.1:41077_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 388568 INFO  (qtp19012214-5288) [n:127.0.0.1:41077_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:41077/solr/utilizenodecoll_shard2_replica_n4/
   [junit4]   2> 388568 INFO  (qtp19012214-5288) [n:127.0.0.1:41077_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.u.PeerSync PeerSync: core=utilizenodecoll_shard2_replica_n4 url=https://127.0.0.1:41077/solr START replicas=[https://127.0.0.1:37429/solr/utilizenodecoll_shard2_replica_n6/] nUpdates=100
   [junit4]   2> 388571 INFO  (qtp28210034-5281) [n:127.0.0.1:40809_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.c.S.Request [utilizenodecoll_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 388575 INFO  (qtp25425635-5273) [n:127.0.0.1:37429_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.c.S.Request [utilizenodecoll_shard2_replica_n6]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 388865 INFO  (qtp6959203-5282) [n:127.0.0.1:36685_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=utilizenodecoll_shard1_replica_n2 url=https://127.0.0.1:36685/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 388865 INFO  (qtp6959203-5282) [n:127.0.0.1:36685_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 388865 INFO  (qtp6959203-5282) [n:127.0.0.1:36685_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 388865 INFO  (qtp6959203-5282) [n:127.0.0.1:36685_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 388869 INFO  (qtp19012214-5288) [n:127.0.0.1:41077_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.u.PeerSync PeerSync: core=utilizenodecoll_shard2_replica_n4 url=https://127.0.0.1:41077/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 388869 INFO  (qtp19012214-5288) [n:127.0.0.1:41077_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 388869 INFO  (qtp19012214-5288) [n:127.0.0.1:41077_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_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> 388869 INFO  (qtp19012214-5288) [n:127.0.0.1:41077_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 388870 INFO  (qtp6959203-5282) [n:127.0.0.1:36685_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:36685/solr/utilizenodecoll_shard1_replica_n2/ shard1
   [junit4]   2> 388871 INFO  (qtp19012214-5288) [n:127.0.0.1:41077_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:41077/solr/utilizenodecoll_shard2_replica_n4/ shard2
   [junit4]   2> 388973 INFO  (zkCallback-2697-thread-2-processing-n:127.0.0.1:37429_solr) [n:127.0.0.1:37429_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 388973 INFO  (zkCallback-2695-thread-1-processing-n:127.0.0.1:40809_solr) [n:127.0.0.1:40809_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 388973 INFO  (zkCallback-2695-thread-2-processing-n:127.0.0.1:40809_solr) [n:127.0.0.1:40809_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 388973 INFO  (zkCallback-2699-thread-1-processing-n:127.0.0.1:36685_solr) [n:127.0.0.1:36685_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 388973 INFO  (zkCallback-2697-thread-3-processing-n:127.0.0.1:37429_solr) [n:127.0.0.1:37429_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 388973 INFO  (zkCallback-2693-thread-2-processing-n:127.0.0.1:41077_solr) [n:127.0.0.1:41077_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 388973 INFO  (zkCallback-2699-thread-2-processing-n:127.0.0.1:36685_solr) [n:127.0.0.1:36685_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 388973 INFO  (zkCallback-2693-thread-1-processing-n:127.0.0.1:41077_solr) [n:127.0.0.1:41077_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 389020 INFO  (qtp6959203-5282) [n:127.0.0.1:36685_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 389022 INFO  (qtp19012214-5288) [n:127.0.0.1:41077_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 389187 INFO  (zkCallback-2695-thread-2-processing-n:127.0.0.1:40809_solr) [n:127.0.0.1:40809_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 389187 INFO  (zkCallback-2695-thread-1-processing-n:127.0.0.1:40809_solr) [n:127.0.0.1:40809_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 389187 INFO  (zkCallback-2693-thread-2-processing-n:127.0.0.1:41077_solr) [n:127.0.0.1:41077_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 389187 INFO  (zkCallback-2699-thread-1-processing-n:127.0.0.1:36685_solr) [n:127.0.0.1:36685_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 389187 INFO  (zkCallback-2697-thread-3-processing-n:127.0.0.1:37429_solr) [n:127.0.0.1:37429_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 389187 INFO  (zkCallback-2697-thread-2-processing-n:127.0.0.1:37429_solr) [n:127.0.0.1:37429_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 389187 INFO  (zkCallback-2699-thread-2-processing-n:127.0.0.1:36685_solr) [n:127.0.0.1:36685_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 389187 INFO  (zkCallback-2693-thread-1-processing-n:127.0.0.1:41077_solr) [n:127.0.0.1:41077_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 389310 INFO  (qtp25425635-5280) [n:127.0.0.1:37429_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=utilizenodecoll_shard2_replica_n6&action=CREATE&numShards=2&collection=utilizenodecoll&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2374
   [junit4]   2> 389310 INFO  (qtp6959203-5282) [n:127.0.0.1:36685_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=utilizenodecoll_shard1_replica_n2&action=CREATE&numShards=2&collection=utilizenodecoll&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2433
   [junit4]   2> 389310 INFO  (qtp28210034-5279) [n:127.0.0.1:40809_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=utilizenodecoll_shard1_replica_n1&action=CREATE&numShards=2&collection=utilizenodecoll&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2374
   [junit4]   2> 389310 INFO  (qtp19012214-5288) [n:127.0.0.1:41077_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=utilizenodecoll_shard2_replica_n4&action=CREATE&numShards=2&collection=utilizenodecoll&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2399
   [junit4]   2> 389314 INFO  (qtp6959203-5277) [n:127.0.0.1:36685_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> 389314 INFO  (qtp6959203-5277) [n:127.0.0.1:36685_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf1&name=utilizenodecoll&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=2761
   [junit4]   2> 389323 INFO  (TEST-TestUtilizeNode.test-seed#[E4D287B1B84C7D13]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T11:27:37+14:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 389324 INFO  (TEST-TestUtilizeNode.test-seed#[E4D287B1B84C7D13]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 389324 INFO  (TEST-TestUtilizeNode.test-seed#[E4D287B1B84C7D13]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 389324 INFO  (TEST-TestUtilizeNode.test-seed#[E4D287B1B84C7D13]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 389324 INFO  (TEST-TestUtilizeNode.test-seed#[E4D287B1B84C7D13]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@137325{/solr,null,AVAILABLE}
   [junit4]   2> 389325 INFO  (TEST-TestUtilizeNode.test-seed#[E4D287B1B84C7D13]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2ff4a{SSL,[ssl, http/1.1]}{127.0.0.1:34595}
   [junit4]   2> 389325 INFO  (TEST-TestUtilizeNode.test-seed#[E4D287B1B84C7D13]) [    ] o.e.j.s.Server Started @391639ms
   [junit4]   2> 389325 INFO  (TEST-TestUtilizeNode.test-seed#[E4D287B1B84C7D13]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34595}
   [junit4]   2> 389325 ERROR (TEST-TestUtilizeNode.test-seed#[E4D287B1B84C7D13]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 389326 INFO  (TEST-TestUtilizeNode.test-seed#[E4D287B1B84C7D13]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.3.0
   [junit4]   2> 389326 INFO  (TEST-TestUtilizeNode.test-seed#[E4D287B1B84C7D13]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 389326 INFO  (TEST-TestUtilizeNode.test-seed#[E4D287B1B84C7D13]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 389326 INFO  (TEST-TestUtilizeNode.test-seed#[E4D287B1B84C7D13]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-17T06:12:03.962Z
   [junit4]   2> 389328 INFO  (zkConnectionManagerCallback-2719-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 389328 INFO  (TEST-TestUtilizeNode.test-seed#[E4D287B1B84C7D13]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 389336 INFO  (TEST-TestUtilizeNode.test-seed#[E4D287B1B84C7D13]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46343/solr
   [junit4]   2> 389337 INFO  (zkConnectionManagerCallback-2723-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 389339 INFO  (zkConnectionManagerCallback-2725-thread-1-processing-n:127.0.0.1:34595_solr) [n:127.0.0.1:34595_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 389343 INFO  (TEST-TestUtilizeNode.test-seed#[E4D287B1B84C7D13]) [n:127.0.0.1:34595_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 389344 INFO  (TEST-TestUtilizeNode.test-seed#[E4D287B1B84C7D13]) [n:127.0.0.1:34595_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 389345 INFO  (TEST-TestUtilizeNode.test-seed#[E4D287B1B84C7D13]) [n:127.0.0.1:34595_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34595_solr
   [junit4]   2> 389346 INFO  (zkCallback-2697-thread-2-processing-n:127.0.0.1:37429_solr) [n:127.0.0.1:37429_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 389346 INFO  (zkCallback-2699-thread-2-processing-n:127.0.0.1:36685_solr) [n:127.0.0.1:36685_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 389346 INFO  (zkCallback-2695-thread-1-processing-n:127.0.0.1:40809_solr) [n:127.0.0.1:40809_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 389346 INFO  (zkCallback-2693-thread-1-processing-n:127.0.0.1:41077_solr) [n:127.0.0.1:41077_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 389346 INFO  (zkCallback-2713-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 389346 INFO  (zkCallback-2713-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 389347 INFO  (zkCallback-2724-thread-1-processing-n:127.0.0.1:34595_solr) [n:127.0.0.1:34595_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 389543 INFO  (TEST-TestUtilizeNode.test-seed#[E4D287B1B84C7D13]) [n:127.0.0.1:34595_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34595.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b07f03
   [junit4]   2> 389553 INFO  (TEST-TestUtilizeNode.test-seed#[E4D287B1B84C7D13]) [n:127.0.0.1:34595_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34595.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b07f03
   [junit4]   2> 389553 INFO  (TEST-TestUtilizeNode.test-seed#[E4D287B1B84C7D13]) [n:127.0.0.1:34595_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34595.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b07f03
   [junit4]   2> 389555 INFO  (TEST-TestUtilizeNode.test-seed#[E4D287B1B84C7D13]) [n:127.0.0.1:34595_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_E4D287B1B84C7D13-001/tempDir-001/node5/.
   [junit4]   2> 389613 INFO  (zkConnectionManagerCallback-2729-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 389653 INFO  (qtp2632625-5413) [n:127.0.0.1:34595_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :utilizenode with params node=127.0.0.1:34595_solr&action=UTILIZENODE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 389654 INFO  (OverseerCollectionConfigSetProcessor-72163177834610700-127.0.0.1:37429_solr-n_0000000000) [n:127.0.0.1:37429_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 389683 INFO  (qtp2632625-5407) [n:127.0.0.1:34595_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=7
   [junit4]   2> 389689 INFO  (qtp6959203-5282) [n:127.0.0.1:36685_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.utilizenodecoll.shard1.replica_n2:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 389692 INFO  (qtp6959203-5277) [n:127.0.0.1:36685_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=1
   [junit4]   2> 389696 INFO  (qtp25425635-5273) [n:127.0.0.1:37429_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.utilizenodecoll.shard2.replica_n6:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 389698 INFO  (qtp25425635-5280) [n:127.0.0.1:37429_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 389701 INFO  (qtp28210034-5279) [n:127.0.0.1:40809_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.utilizenodecoll.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 389703 INFO  (qtp28210034-5281) [n:127.0.0.1:40809_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 389707 INFO  (qtp19012214-5288) [n:127.0.0.1:41077_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.utilizenodecoll.shard2.replica_n4:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 389709 INFO  (qtp19012214-5283) [n:127.0.0.1:41077_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 389716 INFO  (qtp2632625-5412) [n:127.0.0.1:34595_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 389717 INFO  (qtp6959203-5282) [n:127.0.0.1:36685_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.utilizenodecoll.shard1.replica_n2:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 389719 INFO  (qtp6959203-5277) [n:127.0.0.1:36685_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 389720 INFO  (qtp25425635-5273) [n:127.0.0.1:37429_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.utilizenodecoll.shard2.replica_n6:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 389721 INFO  (qtp25425635-5280) [n:127.0.0.1:37429_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 389722 INFO  (qtp28210034-5279) [n:127.0.0.1:40809_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.utilizenodecoll.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 389723 INFO  (qtp28210034-5281) [n:127.0.0.1:40809_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 389724 INFO  (qtp19012214-5288) [n:127.0.0.1:41077_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.utilizenodecoll.shard2.replica_n4:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 389726 INFO  (qtp19012214-5283) [n:127.0.0.1:41077_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 389733 INFO  (OverseerThreadFactory-1121-thread-3-processing-n:127.0.0.1:37429_solr) [n:127.0.0.1:37429_solr    ] o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 1611084807 sessionWrapper.createTime 1611084800125805, this.sessionWrapper.createTime 1611084800125805 
   [junit4]   2> 389734 INFO  (OverseerThreadFactory-1121-thread-3-processing-n:127.0.0.1:37429_solr) [n:127.0.0.1:37429_solr    ] o.a.s.c.a.c.MoveReplicaCmd Replica will be moved to node 127.0.0.1:34595_solr: core_node8:{"core":"utilizenodecoll_shard2_replica_n6","base_url":"https://127.0.0.1:37429/solr","node_name":"127.0.0.1:37429_solr","state":"active","type":"NRT"}
   [junit4]   2> 389736 INFO  (OverseerThreadFactory-1121-thread-3-processing-n:127.0.0.1:37429_solr) [n:127.0.0.1:37429_solr    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:34595_solr for creating new replica
   [junit4]   2> 389737 INFO  (OverseerStateUpdate-72163177834610700-127.0.0.1:37429_solr-n_0000000000) [n:127.0.0.1:37429_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"utilizenodecoll",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"utilizenodecoll_shard2_replica_n9",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34595/solr",
   [junit4]   2>   "node_name":"127.0.0.1:34595_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 389839 INFO  (zkCallback-2699-thread-2-processing-n:127.0.0.1:36685_solr) [n:127.0.0.1:36685_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 389839 INFO  (zkCallback-2697-thread-2-processing-n:127.0.0.1:37429_solr) [n:127.0.0.1:37429_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 389839 INFO  (zkCallback-2695-thread-1-processing-n:127.0.0.1:40809_solr) [n:127.0.0.1:40809_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 389839 INFO  (zkCallback-2693-thread-2-processing-n:127.0.0.1:41077_solr) [n:127.0.0.1:41077_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 389839 INFO  (zkCallback-2695-thread-2-processing-n:127.0.0.1:40809_solr) [n:127.0.0.1:40809_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 389839 INFO  (zkCallback-2693-thread-1-processing-n:127.0.0.1:41077_solr) [n:127.0.0.1:41077_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 389839 INFO  (zkCallback-2697-thread-3-processing-n:127.0.0.1:37429_solr) [n:127.0.0.1:37429_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 389839 INFO  (zkCallback-2699-thread-1-processing-n:127.0.0.1:36685_solr) [n:127.0.0.1:36685_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 389941 INFO  (qtp2632625-5408) [n:127.0.0.1:34595_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node10&collection.configName=conf1&name=utilizenodecoll_shard2_replica_n9&action=CREATE&collection=utilizenodecoll&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 389942 INFO  (qtp2632625-5408) [n:127.0.0.1:34595_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 389952 INFO  (qtp2632625-5408) [n:127.0.0.1:34595_solr c:utilizenodecoll s:shard2 r:core_node10 x:utilizenodecoll_shard2_replica_n9] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 389959 INFO  (qtp2632625-5408) [n:127.0.0.1:34595_solr c:utilizenodecoll s:shard2 r:core_node10 x:utilizenodecoll_shard2_replica_n9] o.a.s.s.IndexSchema [utilizenodecoll_shard2_replica_n9] Schema name=cloud-dynamic
   [junit4]   2> 389985 INFO  (qtp2632625-5408) [n:127.0.0.1:34595_solr c:utilizenodecoll s:shard2 r:core_node10 x:utilizenodecoll_shard2_replica_n9] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 389985 INFO  (qtp2632625-5408) [n:127.0.0.1:34595_solr c:utilizenodecoll s:shard2 r:core_node10 x:utilizenodecoll_shard2_replica_n9] o.a.s.c.CoreContainer Creating SolrCore 'utilizenodecoll_shard2_replica_n9' using configuration from collection utilizenodecoll, trusted=true
   [junit4]   2> 389985 INFO  (qtp2632625-5408) [n:127.0.0.1:34595_solr c:utilizenodecoll s:shard2 r:core_node10 x:utilizenodecoll_shard2_replica_n9] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34595.solr.core.utilizenodecoll.shard2.replica_n9' (registry 'solr.core.utilizenodecoll.shard2.replica_n9') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b07f03
   [junit4]   2> 389985 INFO  (qtp2632625-5408) [n:127.0.0.1:34595_solr c:utilizenodecoll s:shard2 r:core_node10 x:utilizenodecoll_shard2_replica_n9] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 389986 INFO  (qtp2632625-5408) [n:127.0.0.1:34595_solr c:utilizenodecoll s:shard2 r:core_node10 x:utilizenodecoll_shard2_replica_n9] o.a.s.c.SolrCore [[utilizenodecoll_shard2_replica_n9] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_E4D287B1B84C7D13-001/tempDir-001/node5/utilizenodecoll_shard2_replica_n9], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_E4D287B1B84C7D13-001/tempDir-001/node5/./utilizenodecoll_shard2_replica_n9/data/]
   [junit4]   2> 390033 INFO  (qtp2632625-5408) [n:127.0.0.1:34595_solr c:utilizenodecoll s:shard2 r:core_node10 x:utilizenodecoll_shard2_replica_n9] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 390033 INFO  (qtp2632625-5408) [n:127.0.0.1:34595_solr c:utilizenodecoll s:shard2 r:core_node10 x:utilizenodecoll_shard2_replica_n9] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 390034 INFO  (qtp2632625-5408) [n:127.0.0.1:34595_solr c:utilizenodecoll s:shard2 r:core_node10 x:utilizenodecoll_shard2_replica_n9] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 390034 INFO  (qtp2632625-5408) [n:127.0.0.1:34595_solr c:utilizenodecoll s:shard2 r:core_node10 x:utilizenodecoll_shard2_replica_n9] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 390035 INFO  (qtp2632625-5408) [n:127.0.0.1:34595_solr c:utilizenodecoll s:shard2 r:core_node10 x:utilizenodecoll_shard2_replica_n9] o.a.s.s.SolrIndexSearcher Opening [Searcher@10f0520[utilizenodecoll_shard2_replica_n9] main]
   [junit4]   2> 390037 INFO  (qtp2632625-5408) [n:127.0.0.1:34595_solr c:utilizenodecoll s:shard2 r:core_node10 x:utilizenodecoll_shard2_replica_n9] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 390037 INFO  (qtp2632625-5408) [n:127.0.0.1:34595_solr c:utilizenodecoll s:shard2 r:core_node10 x:utilizenodecoll_shard2_replica_n9] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 390037 INFO  (qtp2632625-5408) [n:127.0.0.1:34595_solr c:utilizenodecoll s:shard2 r:core_node10 x:utilizenodecoll_sh

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

ervletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:527)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:530)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:289)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:149)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:382)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 392337 INFO  (qtp6959203-5261) [n:127.0.0.1:36685_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:42753_solr&onlyIfLeaderActive=true&core=utilizenodecoll_shard1_replica_n2&coreNodeName=core_node12&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=400 QTime=1001
   [junit4]   2> 396596 INFO  (recoveryExecutor-2734-thread-1-processing-n:127.0.0.1:42753_solr x:utilizenodecoll_shard1_replica_n11 s:shard1 c:utilizenodecoll r:core_node12) [n:127.0.0.1:42753_solr c:utilizenodecoll s:shard1 r:core_node12 x:utilizenodecoll_shard1_replica_n11] o.a.s.c.RecoveryStrategy RecoveryStrategy has been closed
   [junit4]   2> 396596 INFO  (recoveryExecutor-2734-thread-1-processing-n:127.0.0.1:42753_solr x:utilizenodecoll_shard1_replica_n11 s:shard1 c:utilizenodecoll r:core_node12) [n:127.0.0.1:42753_solr c:utilizenodecoll s:shard1 r:core_node12 x:utilizenodecoll_shard1_replica_n11] o.a.s.c.RecoveryStrategy Finished recovery process, successful=[false]
   [junit4]   2> 396596 INFO  (recoveryExecutor-2734-thread-1-processing-n:127.0.0.1:42753_solr x:utilizenodecoll_shard1_replica_n11 s:shard1 c:utilizenodecoll r:core_node12) [n:127.0.0.1:42753_solr c:utilizenodecoll s:shard1 r:core_node12 x:utilizenodecoll_shard1_replica_n11] o.a.s.c.SolrCore [utilizenodecoll_shard1_replica_n11]  CLOSING SolrCore org.apache.solr.core.SolrCore@1e20415
   [junit4]   2> 396596 INFO  (recoveryExecutor-2734-thread-1-processing-n:127.0.0.1:42753_solr x:utilizenodecoll_shard1_replica_n11 s:shard1 c:utilizenodecoll r:core_node12) [n:127.0.0.1:42753_solr c:utilizenodecoll s:shard1 r:core_node12 x:utilizenodecoll_shard1_replica_n11] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.utilizenodecoll.shard1.replica_n11, tag=31589397
   [junit4]   2> 396596 INFO  (recoveryExecutor-2734-thread-1-processing-n:127.0.0.1:42753_solr x:utilizenodecoll_shard1_replica_n11 s:shard1 c:utilizenodecoll r:core_node12) [n:127.0.0.1:42753_solr c:utilizenodecoll s:shard1 r:core_node12 x:utilizenodecoll_shard1_replica_n11] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@d8cc9f: rootName = solr_42753, domain = solr.core.utilizenodecoll.shard1.replica_n11, service url = null, agent id = null] for registry solr.core.utilizenodecoll.shard1.replica_n11 / com.codahale.metrics.MetricRegistry@18dd4d4
   [junit4]   2> 396606 INFO  (recoveryExecutor-2734-thread-1-processing-n:127.0.0.1:42753_solr x:utilizenodecoll_shard1_replica_n11 s:shard1 c:utilizenodecoll r:core_node12) [n:127.0.0.1:42753_solr c:utilizenodecoll s:shard1 r:core_node12 x:utilizenodecoll_shard1_replica_n11] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.utilizenodecoll.shard1.leader, tag=31589397
   [junit4]   2> 396606 WARN  (recoveryExecutor-2734-thread-1-processing-n:127.0.0.1:42753_solr x:utilizenodecoll_shard1_replica_n11 s:shard1 c:utilizenodecoll r:core_node12) [n:127.0.0.1:42753_solr c:utilizenodecoll s:shard1 r:core_node12 x:utilizenodecoll_shard1_replica_n11] o.a.s.c.RecoveryStrategy Stopping recovery for core=[utilizenodecoll_shard1_replica_n11] coreNodeName=[core_node12]
   [junit4]   2> 396610 INFO  (jetty-closer-2666-thread-6) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@fbcb47{/solr,null,UNAVAILABLE}
   [junit4]   2> 396610 INFO  (jetty-closer-2666-thread-6) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 396611 ERROR (SUITE-TestUtilizeNode-seed#[E4D287B1B84C7D13]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 396611 INFO  (SUITE-TestUtilizeNode-seed#[E4D287B1B84C7D13]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46343 46343
   [junit4]   2> 396638 INFO  (Thread-696) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46343 46343
   [junit4]   2> 396639 WARN  (Thread-696) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/collections/utilizenodecoll/terms/shard2
   [junit4]   2> 	11	/solr/collections/utilizenodecoll/terms/shard1
   [junit4]   2> 	8	/solr/aliases.json
   [junit4]   2> 	6	/solr/security.json
   [junit4]   2> 	6	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	57	/solr/collections/utilizenodecoll/state.json
   [junit4]   2> 	8	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72163177834610698-127.0.0.1:36685_solr-n_0000000002
   [junit4]   2> 	2	/solr/collections/utilizenodecoll/leader_elect/shard2/election/72163177834610697-core_node7-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/72163177834610697-127.0.0.1:41077_solr-n_0000000001
   [junit4]   2> 	2	/solr/collections/utilizenodecoll/leader_elect/shard1/election/72163177834610698-core_node5-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/live_nodes
   [junit4]   2> 	9	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_E4D287B1B84C7D13-001
   [junit4]   2> Feb 17, 2018 6:12:11 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=true): {}, locale=uk, timezone=America/Belem
   [junit4]   2> NOTE: Linux 4.13.0-32-generic i386/Oracle Corporation 1.8.0_162 (32-bit)/cpus=8,threads=1,free=138235064,total=299106304
   [junit4]   2> NOTE: All tests run in this JVM: [FacetPivotSmallTest, RemoteQueryErrorTest, TestLegacyNumericRangeQueryBuilder, TestCustomSort, TestShortCircuitedRequests, PeerSyncWithIndexFingerprintCachingTest, CustomHighlightComponentTest, TestCloudRecovery, CreateCollectionCleanupTest, TestFieldCollectionResource, DistributedQueryElevationComponentTest, TestNumericRangeQuery32, TestStressUserVersions, AnalysisErrorHandlingTest, TestClusterStateMutator, MBeansHandlerTest, TestConfigSetsAPI, TestDocSet, ParsingFieldUpdateProcessorsTest, CursorPagingTest, TestEmbeddedSolrServerSchemaAPI, TestConfigSetProperties, SimpleCollectionCreateDeleteTest, BlockJoinFacetRandomTest, SegmentsInfoRequestHandlerTest, DistributedVersionInfoTest, BinaryUpdateRequestHandlerTest, TestStressCloudBlindAtomicUpdates, TestSortableTextField, TestNonDefinedSimilarityFactory, TestImplicitCoreProperties, TestSQLHandler, TestGraphTermsQParserPlugin, TestUtilizeNode]
   [junit4] Completed [106/777 (1!)] on J0 in 11.35s, 1 test, 1 failure <<< FAILURES!

[...truncated 46494 lines...]

[JENKINS] Lucene-Solr-7.x-Linux (64bit/jdk-9.0.4) - Build # 1372 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1372/
Java: 64bit/jdk-9.0.4 -XX:-UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.cloud.ForceLeaderTest.testReplicasInLowerTerms

Error Message:
Doc with id=5 not found in http://127.0.0.1:45535/forceleader_lower_terms_collection due to: Path not found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=5 not found in http://127.0.0.1:45535/forceleader_lower_terms_collection due to: Path not found: /id; rsp={doc=null}
	at __randomizedtesting.SeedInfo.seed([B694FFA8298ACB91:38A0DFEBE92D6BE5]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:699)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:644)
	at org.apache.solr.cloud.ForceLeaderTest.bringBackOldLeaderAndSendDoc(ForceLeaderTest.java:520)
	at org.apache.solr.cloud.ForceLeaderTest.testReplicasInLowerTerms(ForceLeaderTest.java:158)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication

Error Message:
Index 0 out-of-bounds for length 0

Stack Trace:
java.lang.IndexOutOfBoundsException: Index 0 out-of-bounds for length 0
	at __randomizedtesting.SeedInfo.seed([B694FFA8298ACB91:A2DCA4FD0A8D768F]:0)
	at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
	at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
	at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:248)
	at java.base/java.util.Objects.checkIndex(Objects.java:372)
	at java.base/java.util.ArrayList.get(ArrayList.java:440)
	at org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication(TestReplicationHandler.java:561)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 13318 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/init-core-data-001
   [junit4]   2> 1139593 WARN  (SUITE-TestReplicationHandler-seed#[B694FFA8298ACB91]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=19 numCloses=19
   [junit4]   2> 1139594 INFO  (SUITE-TestReplicationHandler-seed#[B694FFA8298ACB91]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1139594 INFO  (SUITE-TestReplicationHandler-seed#[B694FFA8298ACB91]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="None")
   [junit4]   2> 1139594 INFO  (SUITE-TestReplicationHandler-seed#[B694FFA8298ACB91]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1139595 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestStressReplication
   [junit4]   2> 1139595 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-001/collection1
   [junit4]   2> 1139597 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T06:27:37+09:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1139597 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1139597 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1139597 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1139598 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2dd6f31{/solr,null,AVAILABLE}
   [junit4]   2> 1139599 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@122b1ff4{HTTP/1.1,[http/1.1]}{127.0.0.1:42765}
   [junit4]   2> 1139599 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.e.j.s.Server Started @1142023ms
   [junit4]   2> 1139599 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-001/collection1/data, hostPort=42765}
   [junit4]   2> 1139599 ERROR (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1139599 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1139600 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1139600 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1139600 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-17T02:42:16.888037Z
   [junit4]   2> 1139600 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-001/solr.xml
   [junit4]   2> 1139601 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1139601 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1139606 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2a47976f, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1139623 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a47976f
   [junit4]   2> 1139628 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a47976f
   [junit4]   2> 1139628 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a47976f
   [junit4]   2> 1139629 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-001/.
   [junit4]   2> 1139629 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1139630 INFO  (coreLoadExecutor-4914-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1139633 INFO  (coreLoadExecutor-4914-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1139637 INFO  (coreLoadExecutor-4914-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1139637 INFO  (coreLoadExecutor-4914-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1139637 INFO  (coreLoadExecutor-4914-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-001/./collection1, trusted=true
   [junit4]   2> 1139637 INFO  (coreLoadExecutor-4914-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a47976f
   [junit4]   2> 1139638 INFO  (coreLoadExecutor-4914-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1139638 INFO  (coreLoadExecutor-4914-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-001/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 1139638 INFO  (coreLoadExecutor-4914-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=21.5498046875, floorSegmentMB=1.3564453125, forceMergeDeletesPctAllowed=14.628595279187355, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1139660 INFO  (coreLoadExecutor-4914-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1139660 INFO  (coreLoadExecutor-4914-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1139661 INFO  (coreLoadExecutor-4914-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1139661 INFO  (coreLoadExecutor-4914-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6d386105[collection1] main]
   [junit4]   2> 1139661 INFO  (coreLoadExecutor-4914-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-001/collection1/conf
   [junit4]   2> 1139662 INFO  (coreLoadExecutor-4914-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 1139662 INFO  (coreLoadExecutor-4914-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1139662 INFO  (searcherExecutor-4915-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6d386105[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1139663 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-002/collection1
   [junit4]   2> 1139664 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T06:27:37+09:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1139664 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1139664 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1139664 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1139665 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@59b17b57{/solr,null,AVAILABLE}
   [junit4]   2> 1139665 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1855c83{HTTP/1.1,[http/1.1]}{127.0.0.1:33669}
   [junit4]   2> 1139665 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.e.j.s.Server Started @1142089ms
   [junit4]   2> 1139665 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-002/collection1/data, hostPort=33669}
   [junit4]   2> 1139665 ERROR (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1139665 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1139665 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1139665 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1139665 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-17T02:42:16.953780Z
   [junit4]   2> 1139665 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-002/solr.xml
   [junit4]   2> 1139667 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1139667 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1139667 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2a47976f, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1139690 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a47976f
   [junit4]   2> 1139696 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a47976f
   [junit4]   2> 1139696 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a47976f
   [junit4]   2> 1139698 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-002/.
   [junit4]   2> 1139698 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1139698 INFO  (coreLoadExecutor-4924-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1139701 INFO  (coreLoadExecutor-4924-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1139705 INFO  (coreLoadExecutor-4924-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1139706 INFO  (coreLoadExecutor-4924-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1139706 INFO  (coreLoadExecutor-4924-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-002/./collection1, trusted=true
   [junit4]   2> 1139706 INFO  (coreLoadExecutor-4924-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a47976f
   [junit4]   2> 1139706 INFO  (coreLoadExecutor-4924-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1139706 INFO  (coreLoadExecutor-4924-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-002/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 1139707 INFO  (coreLoadExecutor-4924-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=21.5498046875, floorSegmentMB=1.3564453125, forceMergeDeletesPctAllowed=14.628595279187355, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1139729 INFO  (coreLoadExecutor-4924-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1139729 INFO  (coreLoadExecutor-4924-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1139729 INFO  (coreLoadExecutor-4924-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1139729 INFO  (coreLoadExecutor-4924-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@177c3629[collection1] main]
   [junit4]   2> 1139729 INFO  (coreLoadExecutor-4924-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-002/collection1/conf
   [junit4]   2> 1139730 INFO  (coreLoadExecutor-4924-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 1139730 INFO  (coreLoadExecutor-4924-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1139731 INFO  (searcherExecutor-4925-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@177c3629[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1139732 INFO  (qtp800247504-12997) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 1139732 INFO  (indexFetcher-4929-thread-1) [    x:collection1] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1139732 INFO  (indexFetcher-4929-thread-1) [    x:collection1] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1139732 INFO  (indexFetcher-4929-thread-1) [    x:collection1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1139732 INFO  (indexFetcher-4929-thread-1) [    x:collection1] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1139732 INFO  (indexFetcher-4929-thread-1) [    x:collection1] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 1139732 INFO  (indexFetcher-4929-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1139732 INFO  (indexFetcher-4929-thread-1) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@632bdca commitCommandVersion:0
   [junit4]   2> 1139733 INFO  (indexFetcher-4929-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@654dadc6[collection1] main]
   [junit4]   2> 1139733 INFO  (indexFetcher-4929-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1139733 INFO  (searcherExecutor-4925-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@654dadc6[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1139775 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1855c83{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1139775 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1086507897
   [junit4]   2> 1139775 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1139775 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@8ef9f05: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@2b3f4bb
   [junit4]   2> 1139779 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1139779 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1336c702: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@500ea667
   [junit4]   2> 1139782 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1139782 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@698c632e: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@6439c84
   [junit4]   2> 1139782 INFO  (coreCloseExecutor-4930-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@170561b8
   [junit4]   2> 1139782 INFO  (coreCloseExecutor-4930-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=386228664
   [junit4]   2> 1139783 INFO  (coreCloseExecutor-4930-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@33a9055a: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@6c871ca0
   [junit4]   2> 1139788 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@59b17b57{/solr,null,UNAVAILABLE}
   [junit4]   2> 1139788 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1139789 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T06:27:37+09:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1139790 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1139790 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1139790 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1139790 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6662006b{/solr,null,AVAILABLE}
   [junit4]   2> 1139790 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5b1aae0f{HTTP/1.1,[http/1.1]}{127.0.0.1:41475}
   [junit4]   2> 1139790 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.e.j.s.Server Started @1142214ms
   [junit4]   2> 1139790 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-002/collection1/data, hostPort=41475}
   [junit4]   2> 1139790 ERROR (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1139791 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1139791 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1139791 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1139791 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-17T02:42:17.079093Z
   [junit4]   2> 1139791 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-002/solr.xml
   [junit4]   2> 1139792 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1139792 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1139793 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2a47976f, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1139820 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a47976f
   [junit4]   2> 1139830 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a47976f
   [junit4]   2> 1139830 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a47976f
   [junit4]   2> 1139831 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-002/.
   [junit4]   2> 1139832 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1139832 INFO  (coreLoadExecutor-4937-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1139835 INFO  (coreLoadExecutor-4937-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1139843 INFO  (coreLoadExecutor-4937-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1139845 INFO  (coreLoadExecutor-4937-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1139845 INFO  (coreLoadExecutor-4937-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-002/./collection1, trusted=true
   [junit4]   2> 1139846 INFO  (coreLoadExecutor-4937-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a47976f
   [junit4]   2> 1139848 INFO  (coreLoadExecutor-4937-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1139848 INFO  (coreLoadExecutor-4937-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-002/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 1139850 INFO  (coreLoadExecutor-4937-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=90.4052734375, floorSegmentMB=2.095703125, forceMergeDeletesPctAllowed=12.380984946613884, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.31677699429808676
   [junit4]   2> 1139908 INFO  (coreLoadExecutor-4937-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1139908 INFO  (coreLoadExecutor-4937-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1139908 INFO  (coreLoadExecutor-4937-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1139909 INFO  (coreLoadExecutor-4937-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7c7ee715[collection1] main]
   [junit4]   2> 1139909 INFO  (coreLoadExecutor-4937-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-002/collection1/conf
   [junit4]   2> 1139909 INFO  (coreLoadExecutor-4937-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1139910 INFO  (searcherExecutor-4938-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7c7ee715[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1140434 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@122b1ff4{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1140434 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1561217740
   [junit4]   2> 1140434 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1140434 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3d014385: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@b9c7ad5
   [junit4]   2> 1140437 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1140437 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3ef74a2e: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@500ea667
   [junit4]   2> 1140439 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1140439 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@777c7f8: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@6439c84
   [junit4]   2> 1140439 INFO  (coreCloseExecutor-4942-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6115d576
   [junit4]   2> 1140439 INFO  (coreCloseExecutor-4942-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1628820854
   [junit4]   2> 1140439 INFO  (coreCloseExecutor-4942-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@368aa580: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@355816b4
   [junit4]   2> 1140444 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2dd6f31{/solr,null,UNAVAILABLE}
   [junit4]   2> 1140444 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1140445 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T06:27:37+09:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1140445 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1140445 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1140445 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1140445 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5c2d5fcd{/solr,null,AVAILABLE}
   [junit4]   2> 1140446 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4801a4{HTTP/1.1,[http/1.1]}{127.0.0.1:35017}
   [junit4]   2> 1140446 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.e.j.s.Server Started @1142870ms
   [junit4]   2> 1140446 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-001/collection1/data, hostPort=35017}
   [junit4]   2> 1140446 ERROR (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1140446 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1140446 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1140446 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1140446 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-17T02:42:17.734393Z
   [junit4]   2> 1140446 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-001/solr.xml
   [junit4]   2> 1140447 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1140447 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1140448 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2a47976f, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1140465 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a47976f
   [junit4]   2> 1140472 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a47976f
   [junit4]   2> 1140472 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a47976f
   [junit4]   2> 1140473 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-001/.
   [junit4]   2> 1140473 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1140478 INFO  (coreLoadExecutor-4949-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1140482 INFO  (coreLoadExecutor-4949-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1140486 INFO  (coreLoadExecutor-4949-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1140487 INFO  (coreLoadExecutor-4949-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1140487 INFO  (coreLoadExecutor-4949-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-001/./collection1, trusted=true
   [junit4]   2> 1140487 INFO  (coreLoadExecutor-4949-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a47976f
   [junit4]   2> 1140487 INFO  (coreLoadExecutor-4949-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1140487 INFO  (coreLoadExecutor-4949-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-001/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 1140488 INFO  (coreLoadExecutor-4949-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=90.4052734375, floorSegmentMB=2.095703125, forceMergeDeletesPctAllowed=12.380984946613884, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.31677699429808676
   [junit4]   2> 1140528 INFO  (coreLoadExecutor-4949-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1140528 INFO  (coreLoadExecutor-4949-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1140529 INFO  (coreLoadExecutor-4949-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1140529 INFO  (coreLoadExecutor-4949-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@325804d1[collection1] main]
   [junit4]   2> 1140529 INFO  (coreLoadExecutor-4949-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-001/collection1/conf
   [junit4]   2> 1140529 INFO  (coreLoadExecutor-4949-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml
   [junit4]   2> 1140530 INFO  (coreLoadExecutor-4949-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1140530 INFO  (searcherExecutor-4950-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@325804d1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1140531 INFO  (qtp1971146918-13056) [    x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1140531 INFO  (qtp1971146918-13056) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1140532 INFO  (qtp1112169345-13036) [    x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1140532 INFO  (qtp1112169345-13036) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1140532 INFO  (qtp1112169345-13040) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1140532 INFO  (qtp1112169345-13040) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@295aed1d commitCommandVersion:0
   [junit4]   2> 1140548 INFO  (qtp1112169345-13040) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@23a2866d[collection1] main]
   [junit4]   2> 1140548 INFO  (qtp1112169345-13040) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1140549 INFO  (searcherExecutor-4938-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@23a2866d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1140549 INFO  (qtp1112169345-13040) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 16
   [junit4]   2> 1140550 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0]} 0 0
   [junit4]   2> 1140550 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1]} 0 0
   [junit4]   2> 1140550 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2]} 0 0
   [junit4]   2> 1140551 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3]} 0 0
   [junit4]   2> 1140551 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4]} 0 0
   [junit4]   2> 1140551 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[5]} 0 0
   [junit4]   2> 1140551 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[6]} 0 0
   [junit4]   2> 1140551 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[7]} 0 0
   [junit4]   2> 1140552 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[8]} 0 0
   [junit4]   2> 1140552 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[9]} 0 0
   [junit4]   2> 1140552 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[10]} 0 0
   [junit4]   2> 1140552 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[11]} 0 0
   [junit4]   2> 1140552 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[12]} 0 0
   [junit4]   2> 1140552 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[13]} 0 0
   [junit4]   2> 1140552 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[14]} 0 0
   [junit4]   2> 1140553 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[15]} 0 0
   [junit4]   2> 1140553 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[16]} 0 0
   [junit4]   2> 1140553 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[17]} 0 0
   [junit4]   2> 1140553 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[18]} 0 0
   [junit4]   2> 1140553 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[19]} 0 0
   [junit4]   2> 1140553 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[20]} 0 0
   [junit4]   2> 1140554 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[21]} 0 0
   [junit4]   2> 1140554 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[22]} 0 0
   [junit4]   2> 1140554 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[23]} 0 0
   [junit4]   2> 1140554 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[24]} 0 0
   [junit4]   2> 1140555 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[25]} 0 0
   [junit4]   2> 1140555 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[26]} 0 0
   [junit4]   2> 1140555 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[27]} 0 0
   [junit4]   2> 1140555 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[28]} 0 0
   [junit4]   2> 1140556 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[29]} 0 0
   [junit4]   2> 1140556 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[30]} 0 0
   [junit4]   2> 1140556 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[31]} 0 0
   [junit4]   2> 1140556 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[32]} 0 0
   [junit4]   2> 1140557 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[33]} 0 0
   [junit4]   2> 1140557 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[34]} 0 0
   [junit4]   2> 1140557 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[35]} 0 0
   [junit4]   2> 1140557 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[36]} 0 0
   [junit4]   2> 1140558 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[37]} 0 0
   [junit4]   2> 1140558 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[38]} 0 0
   [junit4]   2> 1140558 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[39]} 0 0
   [junit4]   2> 1140558 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[40]} 0 0
   [junit4]   2> 1140558 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[41]} 0 0
   [junit4]   2> 1140558 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[42]} 0 0
   [junit4]   2> 1140559 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[43]} 0 0
   [junit4]   2> 1140559 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[44]} 0 0
   [junit4]   2> 1140559 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[45]} 0 0
   [junit4]   2> 1140559 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[46]} 0 0
   [junit4]   2> 1140559 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[47]} 0 0
   [junit4]   2> 1140560 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[48]} 0 0
   [junit4]   2> 1140560 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[49]} 0 0
   [junit4]   2> 1140560 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[50]} 0 0
   [junit4]   2> 1140560 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[51]} 0 0
   [junit4]   2> 1140560 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[52]} 0 0
   [junit4]   2> 1140561 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[53]} 0 0
   [junit4]   2> 1140561 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[54]} 0 0
   [junit4]   2> 1140561 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[55]} 0 0
   [junit4]   2> 1140561 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[56]} 0 0
   [junit4]   2> 1140562 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[57]} 0 0
   [junit4]   2> 1140562 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[58]} 0 0
   [junit4]   2> 1140562 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[59]} 0 0
   [junit4]   2> 1140562 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[60]} 0 0
   [junit4]   2> 1140562 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[61]} 0 0
   [junit4]   2> 1140563 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[62]} 0 0
   [junit4]   2> 1140563 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[63]} 0 0
   [junit4]   2> 1140563 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[64]} 0 0
   [junit4]   2> 1140563 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[65]} 0 0
   [junit4]   2> 1140563 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[66]} 0 0
   [junit4]   2> 1140563 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[67]} 0 0
   [junit4]   2> 1140564 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[68]} 0 0
   [junit4]   2> 1140564 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1140564 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@225bedce commitCommandVersion:0
   [junit4]   2> 1140628 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7320f5a1[collection1] main]
   [junit4]   2> 1140628 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1140628 INFO  (searcherExecutor-4950-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7320f5a1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.3.0):C69)))}
   [junit4]   2> 1140628 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 64
   [junit4]   2> 1140629 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=*:*&sort=id+desc&wt=javabin&version=2} hits=69 status=0 QTime=0
   [junit4]   2> 1140630 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.h.TestReplicationHandler Waited for 0ms and found 69 docs
   [junit4]   2> 1140631 INFO  (qtp1112169345-13040) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={core=collection1&action=status&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1140633 WARN  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher 'masterUrl' must be specified without the /replication suffix
   [junit4]   2> 1140634 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 1140634 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Master's generation: 2
   [junit4]   2> 1140634 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Master's version: 1518835337852
   [junit4]   2> 1140634 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Slave's generation: 2
   [junit4]   2> 1140634 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Slave's version: 1518835337820
   [junit4]   2> 1140634 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 1140636 INFO  (qtp1971146918-13061) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&tlogFiles=false&wt=javabin&version=2&command=filelist} status=0 QTime=2
   [junit4]   2> 1140636 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Number of files in latest index in master: 10
   [junit4]   2> 1140637 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting download (fullCopy=true) to NRTCachingDirectory(MMapDirectory@/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-002/collection1/data/index.20180217084217925 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4020b8fd; maxCacheMB=48.0 maxMergeSizeMB=4.0)
   [junit4]   2> 1140637 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1140638 INFO  (qtp1971146918-13061) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Lucene50_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1140639 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Lucene50_0.tim&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1140640 INFO  (qtp1971146918-13061) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1140641 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1140642 INFO  (qtp1971146918-13061) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Lucene50_0.tip&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1140643 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fdt&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1140644 INFO  (qtp1971146918-13061) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fnm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1140645 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.nvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1140645 WARN  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher File segments_2 did not match. expected checksum is 3371107725 and actual is checksum 3395316056. expected length is 181 and actual length is 117
   [junit4]   2> 1140646 INFO  (qtp1971146918-13061) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=segments_2&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1140646 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Total time taken for download (fullCopy=true,bytesDownloaded=3103) : 0 secs (null bytes/sec) to NRTCachingDirectory(MMapDirectory@/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-002/collection1/data/index.20180217084217925 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4020b8fd; maxCacheMB=48.0 maxMergeSizeMB=4.0)
   [junit4]   2> 1140646 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting download of configuration files from master: [{size=1530, name=schema.xml, checksum=1508380349}]
   [junit4]   2> 1140649 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&cf=schema.xml&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1140740 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrCore Updating index properties... index=index.20180217084217925
   [junit4]   2> 1140761 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Configuration files are modified, core will be reloaded
   [junit4]   2> 1140780 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Reloading SolrCore collection1
   [junit4]   2> 1140789 INFO  (Thread-4024) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1140793 INFO  (Thread-4024) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1140794 INFO  (Thread-4024) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1140794 INFO  (Thread-4024) [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-002/./collection1
   [junit4]   2> 1140807 INFO  (Thread-4024) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a47976f
   [junit4]   2> 1140807 INFO  (Thread-4024) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-002/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 1140809 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory Will not remove most recent old directory after reload /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 1140809 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory Found 0 old index directories to clean-up under /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-002/./collection1/data/ afterReload=true
   [junit4]   2> 1140831 INFO  (Thread-4024) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1140831 INFO  (Thread-4024) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1140832 INFO  (Thread-4024) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@74dbdd06[collection1] main]
   [junit4]   2> 1140832 INFO  (Thread-4024) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-002/collection1/conf
   [junit4]   2> 1140833 INFO  (Thread-4024) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1140834 INFO  (searcherExecutor-4955-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@74dbdd06[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1140834 INFO  (Thread-4024) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=90.4052734375, floorSegmentMB=2.095703125, forceMergeDeletesPctAllowed=12.380984946613884, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.31677699429808676
   [junit4]   2> 1140835 INFO  (Thread-4024) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1140835 INFO  (Thread-4024) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@539b0c1a[collection1] main]
   [junit4]   2> 1140835 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher removing old index directory NRTCachingDirectory(MMapDirectory@/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B694FFA8298ACB91-001/solr-instance-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1d38a5c2; maxCacheMB=48.0 maxMergeSizeMB=4.0)
   [junit4]   2> 1140836 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=90.4052734375, floorSegmentMB=2.095703125, forceMergeDeletesPctAllowed=12.380984946613884, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.31677699429808676
   [junit4]   2> 1140836 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1140836 INFO  (searcherExecutor-4955-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@539b0c1a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.3.0):C69)))}
   [junit4]   2> 1140837 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3114d6df[collection1] main]
   [junit4]   2> 1140838 INFO  (searcherExecutor-4955-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3114d6df[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.3.0):C69)))}
   [junit4]   2> 1140839 INFO  (qtp1112169345-13040) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={wait=true&masterUrl=http://127.0.0.1:35017/solr/collection1/replication&command=fetchindex} status=0 QTime=206
   [junit4]   2> 1140839 INFO  (qtp1112169345-13040) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@47de004b
   [junit4]   2> 1140839 INFO  (qtp1112169345-13040) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1205731403
   [junit4]   2> 1140839 INFO  (qtp1112169345-13040) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@687dc171: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@578caddc
   [junit4]   2> 1140846 INFO  (qtp1112169345-13040) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={core=collection1&action=status&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1140847 INFO  (qtp1112169345-13042) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=*:*&sort=id+desc&wt=javabin&version=2} hits=69 status=0 QTime=0
   [junit4]   2> 1140847 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[B694FFA8298ACB91]) [    ] o.a.s.h.TestReplicationHandler Waited for 0ms and found 69 docs
   [junit4]   2> 1140848 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 1140848 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 1140849 INFO  (qtp1112169345-13038) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 1140850 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=assertVersions&qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 1140850 INFO  (qtp1112169345-13082) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=assertVersions&qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   1> [index, snapshot_metadata]
   [junit4]   1> [snapshot_metadata, replication.properties, index.20180217084217925, index.properties]
   [junit4]   2> 1140851 INFO  (qtp1112169345-13038) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[69]} 0 0
   [junit4]   2> 1140852 INFO  (qtp1112169345-13082) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[70]} 0 0
   [junit4]   2> 1140852 INFO  (qtp1112169345-13038) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[71]} 0 0
   [junit4]   2> 1140852 INFO  (qtp1112169345-13082) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1140852 INFO  (qtp1112169345-13082) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@59b3a46d commitCommandVersion:0
   [junit4]   2> 1141250 INFO  (qtp1112169345-13082) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@586295c2[collection1] main]
   [junit4]   2> 1141250 INFO  (qtp1112169345-13082) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1141251 INFO  (searcherExecutor-4955-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@586295c2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.3.0):C69) Uninverting(_1(7.3.0):C3)))}
   [junit4]   2> 1141251 INFO  (qtp1112169345-13082) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 398
   [junit4]   2> 1141251 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[72]} 0 0
   [junit4]   2> 1141251 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[73]} 0 0
   [junit4]   2> 1141252 INFO  (qtp1971146918-13060) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[74]} 0 0
   [junit4]   2> 1141252 INFO  (qtp1971146918-13062) [    x:collection1] o.a.s.u.p.Lo

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

ng metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1265611 INFO  (zkCallback-2426-thread-3-processing-n:127.0.0.1:45481_) [n:127.0.0.1:45481_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1265611 INFO  (zkCallback-2398-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1265611 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[B694FFA8298ACB91]) [    ] o.a.s.c.Overseer Overseer (id=72162358932340751-127.0.0.1:45481_-n_0000000003) closing
   [junit4]   2> 1265612 INFO  (OverseerStateUpdate-72162358932340751-127.0.0.1:45481_-n_0000000003) [n:127.0.0.1:45481_    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:45481_
   [junit4]   2> 1265612 WARN  (OverseerAutoScalingTriggerThread-72162358932340751-127.0.0.1:45481_-n_0000000003) [n:127.0.0.1:45481_    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1268095 WARN  (zkCallback-2426-thread-2-processing-n:127.0.0.1:45481_) [n:127.0.0.1:45481_ c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.c.SyncStrategy Closed, skipping sync up.
   [junit4]   2> 1268096 INFO  (zkCallback-2426-thread-2-processing-n:127.0.0.1:45481_) [n:127.0.0.1:45481_ c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] 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> 1268096 INFO  (zkCallback-2426-thread-2-processing-n:127.0.0.1:45481_) [n:127.0.0.1:45481_ c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.c.SolrCore [collection1_shard2_replica_n45]  CLOSING SolrCore org.apache.solr.core.SolrCore@643b2c62
   [junit4]   2> 1268096 INFO  (zkCallback-2426-thread-2-processing-n:127.0.0.1:45481_) [n:127.0.0.1:45481_ c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard2.replica_n45, tag=1681599586
   [junit4]   2> 1268096 INFO  (zkCallback-2426-thread-2-processing-n:127.0.0.1:45481_) [n:127.0.0.1:45481_ c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@675f6da8: rootName = null, domain = solr.core.collection1.shard2.replica_n45, service url = null, agent id = null] for registry solr.core.collection1.shard2.replica_n45 / com.codahale.metrics.MetricRegistry@3326c4c7
   [junit4]   2> 1268102 INFO  (zkCallback-2426-thread-2-processing-n:127.0.0.1:45481_) [n:127.0.0.1:45481_ c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard2.leader, tag=1681599586
   [junit4]   2> 1268103 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[B694FFA8298ACB91]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@5cb821ad{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1268104 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[B694FFA8298ACB91]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1fae2a71{/,null,UNAVAILABLE}
   [junit4]   2> 1268104 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[B694FFA8298ACB91]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1268104 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[B694FFA8298ACB91]) [    ] o.a.s.c.ChaosMonkey monkey: stop jetty! 43691
   [junit4]   2> 1268104 ERROR (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[B694FFA8298ACB91]) [    ] 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> 1268105 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[B694FFA8298ACB91]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43883 43883
   [junit4]   2> 1273630 INFO  (Thread-2944) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43883 43883
   [junit4]   2> 1273630 WARN  (Thread-2944) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/aliases.json
   [junit4]   2> 	6	/solr/collections/forceleader_test_collection/terms/shard1
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/configs/conf1
   [junit4]   2> 	5	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	3	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	2	/solr/collections/control_collection/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/clusterprops.json
   [junit4]   2> 	7	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/collections/forceleader_test_collection/state.json
   [junit4]   2> 	4	/solr/collections/collection1/state.json
   [junit4]   2> 	3	/solr/autoscaling.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72162358932340745-127.0.0.1:40159_-n_0000000001
   [junit4]   2> 	2	/solr/collections/forceleader_test_collection/leader_elect/shard1/election/72162358932340745-core_node66-n_0000000004
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/live_nodes
   [junit4]   2> 	7	/solr/collections
   [junit4]   2> 	3	/solr/overseer/queue
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 
   [junit4]   2> 1273630 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[B694FFA8298ACB91]) [    ] o.a.s.c.SocketProxy Closing 4 connections to: http://127.0.0.1:35907/, target: http://127.0.0.1:33561/
   [junit4]   2> 1273630 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[B694FFA8298ACB91]) [    ] o.a.s.c.SocketProxy Closing 4 connections to: http://127.0.0.1:43691/, target: http://127.0.0.1:40387/
   [junit4]   2> 1273630 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[B694FFA8298ACB91]) [    ] o.a.s.c.SocketProxy Closing 20 connections to: http://127.0.0.1:40159/, target: http://127.0.0.1:42753/
   [junit4]   2> 1273631 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[B694FFA8298ACB91]) [    ] o.a.s.c.SocketProxy Closing 8 connections to: http://127.0.0.1:45481/, target: http://127.0.0.1:45591/
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_B694FFA8298ACB91-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval), a_t=PostingsFormat(name=LuceneVarGapFixedInterval), id=PostingsFormat(name=MockRandom), text=PostingsFormat(name=Memory)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), _version_=DocValuesFormat(name=Direct), range_facet_i_dv=DocValuesFormat(name=Lucene70), intDvoDefault=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1504, maxMBSortInHeap=6.25593645906807, sim=RandomSimilarity(queryNorm=false): {}, locale=ro-MD, timezone=America/Indianapolis
   [junit4]   2> NOTE: Linux 4.13.0-32-generic amd64/Oracle Corporation 9.0.4 (64-bit)/cpus=8,threads=1,free=173657512,total=526385152
   [junit4]   2> NOTE: All tests run in this JVM: [TestAddFieldRealTimeGet, TestUseDocValuesAsStored2, TestCloudInspectUtil, TestDocBasedVersionConstraints, TestTestInjection, TestEmbeddedSolrServerConstructors, SpatialFilterTest, ReplaceNodeTest, TestHalfAndHalfDocValues, UnloadDistributedZkTest, NodeMutatorTest, TestSchemaResource, BasicDistributedZk2Test, URLClassifyProcessorTest, TestCollectionsAPIViaSolrCloudCluster, ShowFileRequestHandlerTest, TestClusterProperties, TestUtils, TestFiltering, SecurityConfHandlerTest, TestTolerantSearch, StressHdfsTest, TestShardHandlerFactory, TestStressReorder, WordBreakSolrSpellCheckerTest, TestSolrXml, TestFieldCacheVsDocValues, TestRebalanceLeaders, TestObjectReleaseTracker, SuggesterTSTTest, RecoveryZkTest, SolrMetricReporterTest, TestSkipOverseerOperations, TestCorePropertiesReload, LeaderFailureAfterFreshStartTest, TestPullReplicaErrorHandling, DateFieldTest, TestRestoreCore, RequestLoggingTest, MinimalSchemaTest, DocValuesMultiTest, TestLargeCluster, ClusterStateUpdateTest, TestDistribDocBasedVersion, TestSolrCloudWithHadoopAuthPlugin, TestManagedSchemaThreadSafety, TestPolicyCloud, TermVectorComponentTest, TestFieldCacheReopen, AnalysisAfterCoreReloadTest, BlockDirectoryTest, QueryResultKeyTest, DocValuesTest, TestFilteredDocIdSet, TestRetrieveFieldsOptimizer, ConnectionManagerTest, LIRRollingUpdatesTest, ExecutePlanActionTest, SolrSlf4jReporterTest, TestDistributedMissingSort, TestExpandComponent, TestBulkSchemaAPI, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestManagedResource, ReplicaListTransformerTest, DeleteReplicaTest, HdfsTlogReplayBufferedWhileIndexingTest, IndexSchemaRuntimeFieldTest, FileBasedSpellCheckerTest, TestScoreJoinQPNoScore, TestLazyCores, TestOnReconnectListenerSupport, BigEndianAscendingWordDeserializerTest, BlockJoinFacetDistribTest, CdcrReplicationDistributedZkTest, MultiTermTest, PingRequestHandlerTest, TestReplicaProperties, SpellPossibilityIteratorTest, TestOverriddenPrefixQueryForCustomFieldType, TestAnalyzeInfixSuggestions, CloudMLTQParserTest, TestSegmentSorting, TestConfigSetImmutable, TimeRoutedAliasUpdateProcessorTest, ExplicitHLLTest, HdfsNNFailoverTest, TestSolrConfigHandlerCloud, CoreAdminCreateDiscoverTest, AtomicUpdatesTest, CdcrVersionReplicationTest, ForceLeaderTest]
   [junit4] Completed [343/777 (2!)] on J2 in 161.76s, 4 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 42625 lines...]