You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2021/02/09 06:26:24 UTC

[JENKINS] Lucene » Lucene-Solr-Tests-8.8 - Build # 242 - Unstable!

Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.8/242/

2 tests failed.
FAILED:  org.apache.solr.cloud.LeaderElectionIntegrationTest.testSimpleSliceLeaderElection

Error Message:
No registered leader was found after waiting for 30000ms , collection: collection1 slice: shard1 saw state=DocCollection(collection1//collections/collection1/state.json/18 )={   "pullReplicas":"0",   "replicationFactor":"1",   "shards":{     "shard1":{       "range":"80000000-ffffffff",       "state":"active",       "replicas":{         "core_node2":{           "core":"collection1_shard1_replica_n1",           "node_name":"127.0.0.1:41433_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"},         "core_node6":{           "core":"collection1_shard1_replica_n5",           "node_name":"127.0.0.1:38121_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"},         "core_node8":{           "core":"collection1_shard1_replica_n7",           "node_name":"127.0.0.1:39397_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"},         "core_node10":{           "core":"collection1_shard1_replica_n9",           "node_name":"127.0.0.1:39975_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"},         "core_node12":{           "core":"collection1_shard1_replica_n11",           "leader":"true",           "node_name":"127.0.0.1:44023_solr",           "state":"active",           "type":"NRT",           "force_set_state":"false"}}},     "shard2":{       "range":"0-7fffffff",       "state":"active",       "replicas":{"core_node4":{           "core":"collection1_shard2_replica_n3",           "leader":"true",           "node_name":"127.0.0.1:37859_solr",           "state":"active",           "type":"NRT",           "force_set_state":"false"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"1",   "tlogReplicas":"0"} with live_nodes=[127.0.0.1:44023_solr, 127.0.0.1:37859_solr]

Stack Trace:
org.apache.solr.common.SolrException: No registered leader was found after waiting for 30000ms , collection: collection1 slice: shard1 saw state=DocCollection(collection1//collections/collection1/state.json/18 )={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node2":{
          "core":"collection1_shard1_replica_n1",
          "node_name":"127.0.0.1:41433_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node6":{
          "core":"collection1_shard1_replica_n5",
          "node_name":"127.0.0.1:38121_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node8":{
          "core":"collection1_shard1_replica_n7",
          "node_name":"127.0.0.1:39397_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node10":{
          "core":"collection1_shard1_replica_n9",
          "node_name":"127.0.0.1:39975_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node12":{
          "core":"collection1_shard1_replica_n11",
          "leader":"true",
          "node_name":"127.0.0.1:44023_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{"core_node4":{
          "core":"collection1_shard2_replica_n3",
          "leader":"true",
          "node_name":"127.0.0.1:37859_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0"} with live_nodes=[127.0.0.1:44023_solr, 127.0.0.1:37859_solr]
	at __randomizedtesting.SeedInfo.seed([D4D96B4F9898EBEA:8AEDA601DBE7770D]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:993)
	at org.apache.solr.cloud.LeaderElectionIntegrationTest.getLeader(LeaderElectionIntegrationTest.java:170)
	at org.apache.solr.cloud.LeaderElectionIntegrationTest.testSimpleSliceLeaderElection(LeaderElectionIntegrationTest.java:82)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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.TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess

Error Message:
 Timeout waiting to see state for collection=testPeersyncFailureReplicationSuccess :DocCollection(testPeersyncFailureReplicationSuccess//collections/testPeersyncFailureReplicationSuccess/state.json/16 )={   "pullReplicas":"0",   "replicationFactor":"1",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node2":{           "core":"testPeersyncFailureReplicationSuccess_shard1_replica_n1",           "node_name":"127.0.0.1:41501_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"},         "core_node4":{           "core":"testPeersyncFailureReplicationSuccess_shard1_replica_n3",           "leader":"true",           "node_name":"127.0.0.1:43133_solr",           "state":"active",           "type":"NRT",           "force_set_state":"false"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",   "autoAddReplicas":"false",   "nrtReplicas":"1",   "tlogReplicas":"0"} Live Nodes: [127.0.0.1:41501_solr, 127.0.0.1:43133_solr] Last available state: DocCollection(testPeersyncFailureReplicationSuccess//collections/testPeersyncFailureReplicationSuccess/state.json/16 )={   "pullReplicas":"0",   "replicationFactor":"1",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node2":{           "core":"testPeersyncFailureReplicationSuccess_shard1_replica_n1",           "node_name":"127.0.0.1:41501_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"},         "core_node4":{           "core":"testPeersyncFailureReplicationSuccess_shard1_replica_n3",           "leader":"true",           "node_name":"127.0.0.1:43133_solr",           "state":"active",           "type":"NRT",           "force_set_state":"false"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",   "autoAddReplicas":"false",   "nrtReplicas":"1",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: 
Timeout waiting to see state for collection=testPeersyncFailureReplicationSuccess :DocCollection(testPeersyncFailureReplicationSuccess//collections/testPeersyncFailureReplicationSuccess/state.json/16 )={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node2":{
          "core":"testPeersyncFailureReplicationSuccess_shard1_replica_n1",
          "node_name":"127.0.0.1:41501_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node4":{
          "core":"testPeersyncFailureReplicationSuccess_shard1_replica_n3",
          "leader":"true",
          "node_name":"127.0.0.1:43133_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:41501_solr, 127.0.0.1:43133_solr]
Last available state: DocCollection(testPeersyncFailureReplicationSuccess//collections/testPeersyncFailureReplicationSuccess/state.json/16 )={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node2":{
          "core":"testPeersyncFailureReplicationSuccess_shard1_replica_n1",
          "node_name":"127.0.0.1:41501_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node4":{
          "core":"testPeersyncFailureReplicationSuccess_shard1_replica_n3",
          "leader":"true",
          "node_name":"127.0.0.1:43133_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([D4D96B4F9898EBEA:8808004926DC89]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:336)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:313)
	at org.apache.solr.cloud.TestCloudSearcherWarming.testPeersyncFailureReplicationSuccess(TestCloudSearcherWarming.java:240)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 13637 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudSearcherWarming
   [junit4]   2> 35160 INFO  (SUITE-TestCloudSearcherWarming-seed#[D4D96B4F9898EBEA]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 35161 INFO  (SUITE-TestCloudSearcherWarming-seed#[D4D96B4F9898EBEA]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 35162 INFO  (SUITE-TestCloudSearcherWarming-seed#[D4D96B4F9898EBEA]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudSearcherWarming_D4D96B4F9898EBEA-001/data-dir-3-001
   [junit4]   2> 35162 WARN  (SUITE-TestCloudSearcherWarming-seed#[D4D96B4F9898EBEA]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 35162 INFO  (SUITE-TestCloudSearcherWarming-seed#[D4D96B4F9898EBEA]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 35165 INFO  (SUITE-TestCloudSearcherWarming-seed#[D4D96B4F9898EBEA]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 35165 INFO  (SUITE-TestCloudSearcherWarming-seed#[D4D96B4F9898EBEA]-worker) [     ] o.a.s.c.SolrCloudTestCase Using per-replica state
   [junit4]   2> 35168 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testRepFactor1LeaderStartup
   [junit4]   2> 35169 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudSearcherWarming_D4D96B4F9898EBEA-001/tempDir-001
   [junit4]   2> 35169 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 35169 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 35169 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 35170 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 35269 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.ZkTestServer start zk server on port: 38779
   [junit4]   2> 35269 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:38779
   [junit4]   2> 35269 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38779
   [junit4]   2> 35269 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 38779
   [junit4]   2> 35279 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 35293 INFO  (zkConnectionManagerCallback-278-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 35293 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 35301 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 35315 INFO  (zkConnectionManagerCallback-280-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 35315 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 35316 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 35317 INFO  (zkConnectionManagerCallback-282-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 35317 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 35431 INFO  (jetty-launcher-283-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 35431 INFO  (jetty-launcher-283-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 35431 INFO  (jetty-launcher-283-thread-1) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 35449 INFO  (jetty-launcher-283-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 35449 INFO  (jetty-launcher-283-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 35449 INFO  (jetty-launcher-283-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 35450 INFO  (jetty-launcher-283-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@61926f15{/solr,null,AVAILABLE}
   [junit4]   2> 35454 INFO  (jetty-launcher-283-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@713bd9f4{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:42651}
   [junit4]   2> 35454 INFO  (jetty-launcher-283-thread-1) [     ] o.e.j.s.Server Started @35564ms
   [junit4]   2> 35454 INFO  (jetty-launcher-283-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:38779/solr, hostPort=42651}
   [junit4]   2> 35454 ERROR (jetty-launcher-283-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 35454 INFO  (jetty-launcher-283-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 35454 INFO  (jetty-launcher-283-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 35454 INFO  (jetty-launcher-283-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 35455 INFO  (jetty-launcher-283-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr
   [junit4]   2> 35455 INFO  (jetty-launcher-283-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-02-09T05:23:35.240Z
   [junit4]   2> 35458 INFO  (jetty-launcher-283-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 35460 INFO  (zkConnectionManagerCallback-285-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 35461 INFO  (jetty-launcher-283-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 35462 INFO  (jetty-launcher-283-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 35466 INFO  (jetty-launcher-283-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 35467 WARN  (jetty-launcher-283-thread-1-SendThread(127.0.0.1:38779)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1033c2bd9040003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1033c2bd9040003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1033c2bd9040003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 36181 INFO  (jetty-launcher-283-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 36190 WARN  (jetty-launcher-283-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@29873070[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 36190 WARN  (jetty-launcher-283-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@29873070[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 36220 WARN  (jetty-launcher-283-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@73c19d4c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 36220 WARN  (jetty-launcher-283-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@73c19d4c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 36222 INFO  (jetty-launcher-283-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38779/solr
   [junit4]   2> 36237 INFO  (jetty-launcher-283-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 36258 INFO  (zkConnectionManagerCallback-296-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 36258 INFO  (jetty-launcher-283-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 36261 WARN  (jetty-launcher-283-thread-1-SendThread(127.0.0.1:38779)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1033c2bd9040004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1033c2bd9040004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1033c2bd9040004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 36416 INFO  (jetty-launcher-283-thread-1) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 36535 INFO  (zkConnectionManagerCallback-298-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 36535 INFO  (jetty-launcher-283-thread-1) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 36646 INFO  (jetty-launcher-283-thread-1) [n:127.0.0.1:42651_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42651_solr
   [junit4]   2> 36648 INFO  (jetty-launcher-283-thread-1) [n:127.0.0.1:42651_solr     ] o.a.s.c.Overseer Overseer (id=72968177990238213-127.0.0.1:42651_solr-n_0000000000) starting
   [junit4]   2> 36659 INFO  (jetty-launcher-283-thread-1) [n:127.0.0.1:42651_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42651_solr
   [junit4]   2> 36660 INFO  (OverseerStateUpdate-72968177990238213-127.0.0.1:42651_solr-n_0000000000) [n:127.0.0.1:42651_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42651_solr
   [junit4]   2> 36663 INFO  (OverseerStateUpdate-72968177990238213-127.0.0.1:42651_solr-n_0000000000) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 36665 INFO  (jetty-launcher-283-thread-1) [n:127.0.0.1:42651_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 36665 WARN  (jetty-launcher-283-thread-1) [n:127.0.0.1:42651_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 36711 INFO  (jetty-launcher-283-thread-1) [n:127.0.0.1:42651_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudSearcherWarming_D4D96B4F9898EBEA-001/tempDir-001/node1
   [junit4]   2> 36813 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 36814 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 36821 INFO  (zkConnectionManagerCallback-313-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 36821 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 36824 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 36825 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38779/solr ready
   [junit4]   2> 36838 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testRepFactor1LeaderStartup
   [junit4]   2> 36838 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default to /configs/testRepFactor1LeaderStartup.AUTOCREATED
   [junit4]   2> 36840 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/protwords.txt
   [junit4]   2> 36841 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/testRepFactor1LeaderStartup.AUTOCREATED/managed-schema
   [junit4]   2> 36842 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/testRepFactor1LeaderStartup.AUTOCREATED/solrconfig.xml
   [junit4]   2> 36986 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 36995 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 36997 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 37006 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 37010 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 37012 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 37015 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 37021 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 37024 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 37029 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 37033 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 37034 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 37039 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 37044 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 37048 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 37051 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 37053 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 37062 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 37071 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 37072 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 37074 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 37076 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 37078 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 37090 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 37091 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 37094 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 37100 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 37101 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 37104 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 37106 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 37114 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 37120 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 37122 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 37123 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 37129 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 37130 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 37132 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 37133 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 37134 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 37135 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/synonyms.txt
   [junit4]   2> 37136 INFO  (OverseerThreadFactory-305-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/testRepFactor1LeaderStartup.AUTOCREATED/stopwords.txt
   [junit4]   2> 37305 INFO  (OverseerStateUpdate-72968177990238213-127.0.0.1:42651_solr-n_0000000000) [n:127.0.0.1:42651_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testRepFactor1LeaderStartup",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testRepFactor1LeaderStartup_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "node_name":"127.0.0.1:42651_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 37604 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr    x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=testRepFactor1LeaderStartup.AUTOCREATED&newCollection=true&name=testRepFactor1LeaderStartup_shard1_replica_n1&action=CREATE&numShards=1&collection=testRepFactor1LeaderStartup&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 37605 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr    x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 37607 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 37644 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 37829 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 38873 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 38998 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'testRepFactor1LeaderStartup_shard1_replica_n1' using configuration from configset testRepFactor1LeaderStartup.AUTOCREATED, trusted=true
   [junit4]   2> 39007 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.c.SolrCore [[testRepFactor1LeaderStartup_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudSearcherWarming_D4D96B4F9898EBEA-001/tempDir-001/node1/testRepFactor1LeaderStartup_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudSearcherWarming_D4D96B4F9898EBEA-001/tempDir-001/node1/testRepFactor1LeaderStartup_shard1_replica_n1/data/]
   [junit4]   2> 39308 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 39308 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 39309 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 39309 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 39387 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/testRepFactor1LeaderStartup.AUTOCREATED
   [junit4]   2> 39388 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/testRepFactor1LeaderStartup.AUTOCREATED
   [junit4]   2> 39390 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/testRepFactor1LeaderStartup.AUTOCREATED/managed-schema
   [junit4]   2> 39393 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 39393 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 39412 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 39429 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 39438 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1691193934319976448
   [junit4]   2> 39441 INFO  (searcherExecutor-315-thread-1-processing-n:127.0.0.1:42651_solr x:testRepFactor1LeaderStartup_shard1_replica_n1 c:testRepFactor1LeaderStartup s:shard1 r:core_node2) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 39441 INFO  (searcherExecutor-315-thread-1-processing-n:127.0.0.1:42651_solr x:testRepFactor1LeaderStartup_shard1_replica_n1 c:testRepFactor1LeaderStartup s:shard1 r:core_node2) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 39441 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 39442 INFO  (searcherExecutor-315-thread-1-processing-n:127.0.0.1:42651_solr x:testRepFactor1LeaderStartup_shard1_replica_n1 c:testRepFactor1LeaderStartup s:shard1 r:core_node2) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.c.SolrCore [testRepFactor1LeaderStartup_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 39581 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testRepFactor1LeaderStartup/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 39581 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testRepFactor1LeaderStartup/leaders/shard1
   [junit4]   2> 39584 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 39584 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 39584 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:42651/solr/testRepFactor1LeaderStartup_shard1_replica_n1/
   [junit4]   2> 39585 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 39585 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:42651/solr/testRepFactor1LeaderStartup_shard1_replica_n1/ has no replicas
   [junit4]   2> 39585 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testRepFactor1LeaderStartup/leaders/shard1/leader after winning as /collections/testRepFactor1LeaderStartup/leader_elect/shard1/election/72968177990238213-core_node2-n_0000000000
   [junit4]   2> 39589 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:42651/solr/testRepFactor1LeaderStartup_shard1_replica_n1/ shard1
   [junit4]   2> 39589 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 39691 INFO  (zkCallback-297-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testRepFactor1LeaderStartup/state.json] for collection [testRepFactor1LeaderStartup] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 39691 INFO  (zkCallback-297-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testRepFactor1LeaderStartup/state.json] for collection [testRepFactor1LeaderStartup] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 39692 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 39696 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 39698 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=testRepFactor1LeaderStartup.AUTOCREATED&newCollection=true&name=testRepFactor1LeaderStartup_shard1_replica_n1&action=CREATE&numShards=1&collection=testRepFactor1LeaderStartup&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2093
   [junit4]   2> 39700 INFO  (qtp2147231867-482) [n:127.0.0.1:42651_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 39700 INFO  (qtp2147231867-482) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 39797 INFO  (zkCallback-297-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testRepFactor1LeaderStartup/state.json] for collection [testRepFactor1LeaderStartup] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 39797 INFO  (zkCallback-297-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testRepFactor1LeaderStartup/state.json] for collection [testRepFactor1LeaderStartup] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 39797 INFO  (zkCallback-297-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testRepFactor1LeaderStartup/state.json] for collection [testRepFactor1LeaderStartup] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 39798 INFO  (qtp2147231867-482) [n:127.0.0.1:42651_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&name=testRepFactor1LeaderStartup&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:42651_solr&wt=javabin&version=2} status=0 QTime=2963
   [junit4]   2> 39798 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: testRepFactor1LeaderStartup
   [junit4]   2> 39799 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 39818 INFO  (Thread-64) [     ] o.a.s.c.SolrCore config update listener called for core testRepFactor1LeaderStartup_shard1_replica_n1
   [junit4]   2> 39818 INFO  (Thread-64) [n:127.0.0.1:42651_solr     ] o.a.s.c.SolrCore core reload testRepFactor1LeaderStartup_shard1_replica_n1
   [junit4]   2> 39820 INFO  (qtp2147231867-485) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 1 replicas to set the property overlay to be of version 0 for collection testRepFactor1LeaderStartup
   [junit4]   2> 39822 INFO  (solrHandlerExecutor-320-thread-1-processing-n:127.0.0.1:42651_solr x:testRepFactor1LeaderStartup_shard1_replica_n1 c:testRepFactor1LeaderStartup s:shard1 r:core_node2) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 39831 INFO  (Thread-64) [n:127.0.0.1:42651_solr     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 39863 INFO  (Thread-64) [n:127.0.0.1:42651_solr     ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 39927 INFO  (qtp2147231867-483) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 39929 INFO  (qtp2147231867-483) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.c.S.Request [testRepFactor1LeaderStartup_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 39931 INFO  (solrHandlerExecutor-320-thread-1-processing-n:127.0.0.1:42651_solr x:testRepFactor1LeaderStartup_shard1_replica_n1 c:testRepFactor1LeaderStartup s:shard1 r:core_node2) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from http://127.0.0.1:42651/solr/testRepFactor1LeaderStartup_shard1_replica_n1/ for prop overlay   after 1 attempts
   [junit4]   2> 39931 INFO  (solrHandlerExecutor-320-thread-1-processing-n:127.0.0.1:42651_solr x:testRepFactor1LeaderStartup_shard1_replica_n1 c:testRepFactor1LeaderStartup s:shard1 r:core_node2) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 39931 INFO  (SolrConfigHandler-refreshconf) [     ] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 39935 INFO  (Thread-64) [n:127.0.0.1:42651_solr     ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 40003 INFO  (Thread-64) [n:127.0.0.1:42651_solr     ] o.a.s.c.CoreContainer Reloading SolrCore 'testRepFactor1LeaderStartup_shard1_replica_n1' using configuration from configset testRepFactor1LeaderStartup.AUTOCREATED
   [junit4]   2> 40004 INFO  (Thread-64) [n:127.0.0.1:42651_solr     ] o.a.s.c.SolrCore [[testRepFactor1LeaderStartup_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudSearcherWarming_D4D96B4F9898EBEA-001/tempDir-001/node1/testRepFactor1LeaderStartup_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudSearcherWarming_D4D96B4F9898EBEA-001/tempDir-001/node1/testRepFactor1LeaderStartup_shard1_replica_n1/data/]
   [junit4]   2> 40055 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 40070 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.c.S.Request [testRepFactor1LeaderStartup_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=16
   [junit4]   2> 40071 INFO  (solrHandlerExecutor-320-thread-1-processing-n:127.0.0.1:42651_solr x:testRepFactor1LeaderStartup_shard1_replica_n1 c:testRepFactor1LeaderStartup s:shard1 r:core_node2) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from http://127.0.0.1:42651/solr/testRepFactor1LeaderStartup_shard1_replica_n1/ for prop overlay   after 2 attempts
   [junit4]   2> 40071 INFO  (solrHandlerExecutor-320-thread-1-processing-n:127.0.0.1:42651_solr x:testRepFactor1LeaderStartup_shard1_replica_n1 c:testRepFactor1LeaderStartup s:shard1 r:core_node2) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 40072 INFO  (SolrConfigHandler-refreshconf) [     ] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 40110 INFO  (Thread-64) [n:127.0.0.1:42651_solr     ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 40110 INFO  (Thread-64) [n:127.0.0.1:42651_solr     ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 40114 INFO  (Thread-64) [n:127.0.0.1:42651_solr     ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/testRepFactor1LeaderStartup.AUTOCREATED
   [junit4]   2> 40116 INFO  (Thread-64) [n:127.0.0.1:42651_solr     ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/testRepFactor1LeaderStartup.AUTOCREATED
   [junit4]   2> 40117 INFO  (Thread-64) [n:127.0.0.1:42651_solr     ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/testRepFactor1LeaderStartup.AUTOCREATED/managed-schema
   [junit4]   2> 40117 INFO  (Thread-64) [n:127.0.0.1:42651_solr     ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 40117 INFO  (Thread-64) [n:127.0.0.1:42651_solr     ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 40117 INFO  (Thread-64) [n:127.0.0.1:42651_solr     ] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 40120 INFO  (Thread-64) [n:127.0.0.1:42651_solr     ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 40120 INFO  (Thread-64) [n:127.0.0.1:42651_solr     ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1691193935035105280
   [junit4]   2> 40124 INFO  (searcherExecutor-323-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 40124 INFO  (searcherExecutor-323-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 40124 INFO  (searcherExecutor-323-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.SolrCore [testRepFactor1LeaderStartup_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 40136 INFO  (Thread-64) [n:127.0.0.1:42651_solr     ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 40147 INFO  (searcherExecutor-323-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 40147 INFO  (searcherExecutor-323-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.SolrCore [testRepFactor1LeaderStartup_shard1_replica_n1]  Registered new searcher autowarm time: 10 ms
   [junit4]   2> 40182 INFO  (qtp2147231867-482) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler I already have the expected version 0 of config
   [junit4]   2> 40182 INFO  (qtp2147231867-482) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler isStale false , resourceloader org.apache.solr.cloud.ZkSolrResourceLoader
   [junit4]   2> 40182 INFO  (qtp2147231867-482) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.c.S.Request [testRepFactor1LeaderStartup_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 40191 INFO  (qtp2147231867-485) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Took 374.0ms to set the property overlay to be of version 0 for collection testRepFactor1LeaderStartup
   [junit4]   2> 40191 INFO  (qtp2147231867-485) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.c.S.Request [testRepFactor1LeaderStartup_shard1_replica_n1]  webapp=/solr path=/config params={wt=javabin&version=2} status=0 QTime=381
   [junit4]   2> 40191 INFO  (qtp2147231867-485) [n:127.0.0.1:42651_solr     ] o.a.s.c.SolrCore [testRepFactor1LeaderStartup_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@324efbab
   [junit4]   2> 40191 INFO  (qtp2147231867-485) [n:127.0.0.1:42651_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testRepFactor1LeaderStartup.shard1.replica_n1 tag=SolrCore@324efbab
   [junit4]   2> 40191 INFO  (qtp2147231867-485) [n:127.0.0.1:42651_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testRepFactor1LeaderStartup.shard1.leader tag=SolrCore@324efbab
   [junit4]   2> 40438 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 40443 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 40910 INFO  (OverseerCollectionConfigSetProcessor-72968177990238213-127.0.0.1:42651_solr-n_0000000000) [n:127.0.0.1:42651_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> 41212 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testRepFactor1LeaderStartup/terms/shard1 to Terms{values={core_node2=1}, version=1}
   [junit4]   2> 41212 INFO  (qtp2147231867-484) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [testRepFactor1LeaderStartup_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 (1691193935375892480)]} 0 786
   [junit4]   2> 41220 INFO  (qtp2147231867-482) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 41737 INFO  (searcherExecutor-323-thread-1-processing-n:127.0.0.1:42651_solr x:testRepFactor1LeaderStartup_shard1_replica_n1 c:testRepFactor1LeaderStartup s:shard1 r:core_node2) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 41738 INFO  (searcherExecutor-323-thread-1-processing-n:127.0.0.1:42651_solr x:testRepFactor1LeaderStartup_shard1_replica_n1 c:testRepFactor1LeaderStartup s:shard1 r:core_node2) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.c.SolrCore [testRepFactor1LeaderStartup_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 41738 INFO  (qtp2147231867-482) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [testRepFactor1LeaderStartup_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=testRepFactor1LeaderStartup:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 523
   [junit4]   2> 41740 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1254777899
   [junit4]   2> 41740 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:42651_solr
   [junit4]   2> 41741 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 41741 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:42651_solr as DOWN
   [junit4]   2> 41749 INFO  (coreCloseExecutor-332-thread-1) [n:127.0.0.1:42651_solr     ] o.a.s.c.SolrCore [testRepFactor1LeaderStartup_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7ee268fa
   [junit4]   2> 41749 INFO  (coreCloseExecutor-332-thread-1) [n:127.0.0.1:42651_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testRepFactor1LeaderStartup.shard1.replica_n1 tag=SolrCore@7ee268fa
   [junit4]   2> 41749 INFO  (coreCloseExecutor-332-thread-1) [n:127.0.0.1:42651_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testRepFactor1LeaderStartup.shard1.leader tag=SolrCore@7ee268fa
   [junit4]   2> 41750 INFO  (coreCloseExecutor-332-thread-1) [n:127.0.0.1:42651_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 41755 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 41755 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 41755 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 41755 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 41761 INFO  (closeThreadPool-334-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72968177990238213-127.0.0.1:42651_solr-n_0000000000) closing
   [junit4]   2> 41768 INFO  (OverseerStateUpdate-72968177990238213-127.0.0.1:42651_solr-n_0000000000) [n:127.0.0.1:42651_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42651_solr
   [junit4]   2> 41768 INFO  (OverseerAutoScalingTriggerThread-72968177990238213-127.0.0.1:42651_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 41772 INFO  (closeThreadPool-334-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72968177990238213-127.0.0.1:42651_solr-n_0000000000) closing
   [junit4]   2> 41773 INFO  (zkCallback-312-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 41907 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.Overseer Overseer (id=72968177990238213-127.0.0.1:42651_solr-n_0000000000) closing
   [junit4]   2> 41909 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@713bd9f4{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 41910 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@61926f15{/solr,null,STOPPED}
   [junit4]   2> 41910 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 41911 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.MiniSolrCloudCluster waitForJettyToStop: 42651
   [junit4]   2> 41912 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.SolrCloudTestCase waitForState (testRepFactor1LeaderStartup): jetty count:1
   [junit4]   2> 41912 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 41913 INFO  (watches-310-thread-1) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 41914 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 41915 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 41915 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 41915 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=42651)
   [junit4]   2> 41916 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 42651 try number 2 ...
   [junit4]   2> 41916 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 41917 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 41917 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 41917 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 41918 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5f49a5d5{/solr,null,AVAILABLE}
   [junit4]   2> 41919 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3540bace{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:42651}
   [junit4]   2> 41919 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.e.j.s.Server Started @42029ms
   [junit4]   2> 41919 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:38779/solr, hostPort=42651}
   [junit4]   2> 41919 ERROR (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 41919 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 41919 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 41919 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 41919 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr
   [junit4]   2> 41919 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-02-09T05:23:41.704Z
   [junit4]   2> 41920 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 41929 INFO  (zkConnectionManagerCallback-336-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 41929 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 41930 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 41935 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 42867 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 42869 WARN  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@38c365d9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 42869 WARN  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@38c365d9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 42908 WARN  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@719bd109[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 42908 WARN  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@719bd109[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 42909 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38779/solr
   [junit4]   2> 42925 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 42941 INFO  (zkConnectionManagerCallback-347-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 42941 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 43061 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 43274 INFO  (zkConnectionManagerCallback-349-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 43274 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [n:127.0.0.1:42651_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 43283 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [n:127.0.0.1:42651_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42651_solr
   [junit4]   2> 43284 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [n:127.0.0.1:42651_solr     ] o.a.s.c.Overseer Overseer (id=72968177990238217-127.0.0.1:42651_solr-n_0000000001) starting
   [junit4]   2> 43297 INFO  (OverseerStateUpdate-72968177990238217-127.0.0.1:42651_solr-n_0000000001) [n:127.0.0.1:42651_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42651_solr
   [junit4]   2> 43324 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [n:127.0.0.1:42651_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42651_solr
   [junit4]   2> 43351 INFO  (zkCallback-312-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 43353 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [n:127.0.0.1:42651_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 43353 WARN  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [n:127.0.0.1:42651_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 43360 INFO  (zkCallback-348-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 43390 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [n:127.0.0.1:42651_solr     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudSearcherWarming_D4D96B4F9898EBEA-001/tempDir-001/node1
   [junit4]   2> 43390 INFO  (TEST-TestCloudSearcherWarming.testRepFactor1LeaderStartup-seed#[D4D96B4F9898EBEA]) [n:127.0.0.1:42651_solr     ] o.a.s.c.CorePropertiesLocator Cores are: [testRepFactor1LeaderStartup_shard1_replica_n1]
   [junit4]   2> 43398 INFO  (coreLoadExecutor-359-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 43647 INFO  (coreLoadExecutor-359-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 43699 INFO  (coreLoadExecutor-359-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 43789 INFO  (coreLoadExecutor-359-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr     ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 43832 INFO  (coreLoadExecutor-359-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 43874 INFO  (coreLoadExecutor-359-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 43903 INFO  (coreLoadExecutor-359-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 44041 INFO  (coreLoadExecutor-359-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 44086 INFO  (coreLoadExecutor-359-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'testRepFactor1LeaderStartup_shard1_replica_n1' using configuration from configset testRepFactor1LeaderStartup.AUTOCREATED, trusted=true
   [junit4]   2> 44087 INFO  (coreLoadExecutor-359-thread-1-processing-n:127.0.0.1:42651_solr) [n:127.0.0.1:42651_solr c:testRepFactor1LeaderStartup s:shard1 r:core_node2 x:testRepFactor1LeaderStartup_shard1_replica_n1 ] o.a.s.c.SolrCore [[testRepF

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

  ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1575932 INFO  (jetty-closer-17522-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1575932 INFO  (jetty-closer-17522-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1575932 INFO  (jetty-closer-17522-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1575932 INFO  (jetty-closer-17522-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1575932 INFO  (jetty-closer-17522-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1575932 INFO  (jetty-closer-17522-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1575932 INFO  (jetty-closer-17522-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1575932 INFO  (jetty-closer-17522-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1575934 INFO  (closeThreadPool-17534-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72968274518605838-127.0.0.1:37859_solr-n_0000000001) closing
   [junit4]   2> 1575934 INFO  (OverseerStateUpdate-72968274518605838-127.0.0.1:37859_solr-n_0000000001) [n:127.0.0.1:37859_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:37859_solr
   [junit4]   2> 1575934 INFO  (OverseerAutoScalingTriggerThread-72968274518605838-127.0.0.1:37859_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1575935 INFO  (closeThreadPool-17534-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72968274518605838-127.0.0.1:37859_solr-n_0000000001) closing
   [junit4]   2> 1575954 WARN  (jetty-launcher-17322-thread-2-SendThread(127.0.0.1:39183)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1033c42528e000e.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1033c42528e000e, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1033c42528e000e, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1576055 INFO  (jetty-closer-17522-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@4aeb0ee0{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 1576056 INFO  (jetty-closer-17522-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@20cf8dae{/solr,null,STOPPED}
   [junit4]   2> 1576056 INFO  (jetty-closer-17522-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1576154 INFO  (jetty-closer-17522-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72968274518605838-127.0.0.1:37859_solr-n_0000000001) closing
   [junit4]   2> 1576156 INFO  (jetty-closer-17522-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@12a6e1f1{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 1576156 INFO  (jetty-closer-17522-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@20e1bf7c{/solr,null,STOPPED}
   [junit4]   2> 1576156 INFO  (jetty-closer-17522-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1576157 INFO  (SUITE-LeaderElectionIntegrationTest-seed#[D4D96B4F9898EBEA]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1576361 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	20	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	7	/solr/aliases.json
   [junit4]   2> 	6	/solr/packages.json
   [junit4]   2> 	6	/solr/security.json
   [junit4]   2> 	6	/solr/configs/conf
   [junit4]   2> 	2	/solr/collections/collection1/terms/shard2
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	249	/solr/collections/collection1/state.json
   [junit4]   2> 	7	/solr/clusterprops.json
   [junit4]   2> 	7	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72968274518605840-127.0.0.1:39975_solr-n_0000000003
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	62	/solr/overseer/queue
   [junit4]   2> 	46	/solr/live_nodes
   [junit4]   2> 	35	/solr/collections/collection1/state.json
   [junit4]   2> 	20	/solr/overseer/collection-queue-work
   [junit4]   2> 	14	/solr/collections
   [junit4]   2> 	2	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1576364 INFO  (SUITE-LeaderElectionIntegrationTest-seed#[D4D96B4F9898EBEA]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:39183
   [junit4]   2> 1576364 INFO  (SUITE-LeaderElectionIntegrationTest-seed#[D4D96B4F9898EBEA]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39183
   [junit4]   2> 1576364 INFO  (SUITE-LeaderElectionIntegrationTest-seed#[D4D96B4F9898EBEA]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39183
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_D4D96B4F9898EBEA-001
   [junit4]   2> Feb 09, 2021 5:49:16 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=Asserting(Lucene87): {}, docValues:{}, maxPointsInLeafNode=1561, maxMBSortInHeap=5.186589351364502, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=lt-LT, timezone=Asia/Jakarta
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_281 (64-bit)/cpus=4,threads=1,free=210025704,total=521142272
   [junit4]   2> NOTE: All tests run in this JVM: [ZkDynamicConfigTest, ConnectionReuseTest, TestClusterProperties, BadIndexSchemaTest, OverseerCollectionConfigSetProcessorTest, IgnoreLargeDocumentProcessorFactoryTest, SimpleFacetsTest, TestQuerySenderNoQuery, TestApiFramework, TestCloudPseudoReturnFields, PluginInfoTest, TestExportTool, TestManagedSchema, LukeRequestHandlerTest, PingRequestHandlerTest, AutoScalingHandlerTest, TestPerFieldSimilarityWithDefaultOverride, DistributedUpdateProcessorTest, TestPushWriter, TestNumericTerms64, SimplePostToolTest, FastVectorHighlighterTest, TestMiniSolrCloudClusterSSL, ReindexCollectionTest, SampleTest, TestWriterPerf, JWTVerificationkeyResolverTest, ZkNodePropsTest, SolrCmdDistributorTest, TestSolr4Spatial, TestTrieFacet, PeerSyncWithLeaderAndIndexFingerprintCachingTest, AsyncCallRequestStatusResponseTest, DistributedDebugComponentTest, PackageManagerCLITest, SmileWriterTest, SolrRrdBackendFactoryTest, TestStressLiveNodes, FileUtilsTest, MergeStrategyTest, TestSystemIdResolver, SolrJmxReporterTest, DeleteReplicaTest, CacheHeaderTest, AdminHandlersProxyTest, TriggerEventQueueTest, TestSubQueryTransformer, TestRecovery, TestEmbeddedSolrServerAdminHandler, ReplicationFactorTest, ByteBuffersDirectoryFactoryTest, TestRebalanceLeaders, Tagger2Test, CloudReplicaSourceTest, TestAtomicUpdateErrorCases, TestJsonFacets, DirectoryFactoriesTest, HdfsBasicDistributedZkTest, DocValuesMultiTest, SyncSliceTest, BitVectorTest, V2ApiIntegrationTest, TestStressUserVersions, CurrencyFieldTypeTest, ClusterStateTest, OverseerSolrResponseUnsafeSerializationTest, UpdateParamsTest, TestSimExtremeIndexing, TermVectorComponentDistributedTest, TestReqParamsAPI, IndexSchemaRuntimeFieldTest, TestConfigSetsAPIZkFailure, TolerantUpdateProcessorTest, ResponseHeaderTest, SimpleMLTQParserTest, TestFoldingMultitermQuery, TestSearchPerf, TestCrossCoreJoin, TestTolerantUpdateProcessorRandomCloud, SolrMetricReporterTest, ProtectedTermFilterFactoryTest, LeaderTragicEventTest, TestFileDictionaryLookup, TestDFISimilarityFactory, DistributedFacetSimpleRefinementLongTailTest, UtilsToolTest, TestManagedResourceStorage, TestReplicaProperties, TestSolrCloudWithKerberosAlt, TestZkChroot, StressHdfsTest, TestHashPartitioner, TestExpandComponent, HdfsThreadLeakTest, TestGeoJSONResponseWriter, AuditLoggerIntegrationTest, ScheduledMaintenanceTriggerTest, TestInfoStreamLogging, CursorMarkTest, TestCustomSort, TestInPlaceUpdatesDistrib, CreateRoutedAliasTest, NodeLostTriggerIntegrationTest, DocValuesNotIndexedTest, PropertiesRequestHandlerTest, TestRTimerTree, MoveReplicaHDFSTest, RankQueryTest, DistribDocExpirationUpdateProcessorTest, MetricsHistoryWithAuthIntegrationTest, DistributedSpellCheckComponentTest, TestNoOpRegenerator, PreAnalyzedUpdateProcessorTest, ClassificationUpdateProcessorTest, DistributedQueueTest, HttpPartitionOnCommitTest, LeaderElectionContextKeyTest, LeaderElectionIntegrationTest]
   [junit4] Completed [506/923 (2!)] on J1 in 68.82s, 1 test, 1 error <<< FAILURES!

[...truncated 52167 lines...]

[JENKINS] Lucene » Lucene-Solr-Tests-8.8 - Build # 243 - Still Unstable!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.8/243/

1 tests failed.
FAILED:  org.apache.solr.cloud.TestWithCollection.testNodeAdded

Error Message:
Action was not fired till 30 seconds

Stack Trace:
java.lang.AssertionError: Action was not fired till 30 seconds
	at __randomizedtesting.SeedInfo.seed([959595D1553E9C30:F056C3A6F79D3433]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.apache.solr.cloud.TestWithCollection.testNodeAdded(TestWithCollection.java:471)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 15220 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestWithCollection
   [junit4]   2> 1448101 INFO  (SUITE-TestWithCollection-seed#[959595D1553E9C30]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1448102 INFO  (SUITE-TestWithCollection-seed#[959595D1553E9C30]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/build/solr-core/test/J3/temp/solr.cloud.TestWithCollection_959595D1553E9C30-001/data-dir-117-001
   [junit4]   2> 1448102 WARN  (SUITE-TestWithCollection-seed#[959595D1553E9C30]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=10 numCloses=10
   [junit4]   2> 1448103 INFO  (SUITE-TestWithCollection-seed#[959595D1553E9C30]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1448104 INFO  (SUITE-TestWithCollection-seed#[959595D1553E9C30]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1448104 INFO  (SUITE-TestWithCollection-seed#[959595D1553E9C30]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1448108 INFO  (TEST-TestWithCollection.testMoveReplicaWithCollection-seed#[959595D1553E9C30]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMoveReplicaWithCollection
   [junit4]   2> 1448108 INFO  (TEST-TestWithCollection.testMoveReplicaWithCollection-seed#[959595D1553E9C30]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/build/solr-core/test/J3/temp/solr.cloud.TestWithCollection_959595D1553E9C30-001/tempDir-001
   [junit4]   2> 1448108 INFO  (TEST-TestWithCollection.testMoveReplicaWithCollection-seed#[959595D1553E9C30]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1448109 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1448109 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1448110 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1448209 INFO  (TEST-TestWithCollection.testMoveReplicaWithCollection-seed#[959595D1553E9C30]) [     ] o.a.s.c.ZkTestServer start zk server on port: 41221
   [junit4]   2> 1448209 INFO  (TEST-TestWithCollection.testMoveReplicaWithCollection-seed#[959595D1553E9C30]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:41221
   [junit4]   2> 1448209 INFO  (TEST-TestWithCollection.testMoveReplicaWithCollection-seed#[959595D1553E9C30]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41221
   [junit4]   2> 1448209 INFO  (TEST-TestWithCollection.testMoveReplicaWithCollection-seed#[959595D1553E9C30]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 41221
   [junit4]   2> 1448212 INFO  (TEST-TestWithCollection.testMoveReplicaWithCollection-seed#[959595D1553E9C30]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1448214 INFO  (zkConnectionManagerCallback-27101-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1448214 INFO  (TEST-TestWithCollection.testMoveReplicaWithCollection-seed#[959595D1553E9C30]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1448222 INFO  (TEST-TestWithCollection.testMoveReplicaWithCollection-seed#[959595D1553E9C30]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1448225 INFO  (zkConnectionManagerCallback-27103-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1448225 INFO  (TEST-TestWithCollection.testMoveReplicaWithCollection-seed#[959595D1553E9C30]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1448229 INFO  (TEST-TestWithCollection.testMoveReplicaWithCollection-seed#[959595D1553E9C30]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1448230 INFO  (zkConnectionManagerCallback-27105-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1448230 INFO  (TEST-TestWithCollection.testMoveReplicaWithCollection-seed#[959595D1553E9C30]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1448333 INFO  (jetty-launcher-27106-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1448333 INFO  (jetty-launcher-27106-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1448333 INFO  (jetty-launcher-27106-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1448333 INFO  (jetty-launcher-27106-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1448333 INFO  (jetty-launcher-27106-thread-1) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 1448333 INFO  (jetty-launcher-27106-thread-2) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 1448351 INFO  (jetty-launcher-27106-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1448351 INFO  (jetty-launcher-27106-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1448351 INFO  (jetty-launcher-27106-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1448351 INFO  (jetty-launcher-27106-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1448351 INFO  (jetty-launcher-27106-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1448351 INFO  (jetty-launcher-27106-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1448352 INFO  (jetty-launcher-27106-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4d8be451{/solr,null,AVAILABLE}
   [junit4]   2> 1448352 INFO  (jetty-launcher-27106-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@36517ec6{/solr,null,AVAILABLE}
   [junit4]   2> 1448352 INFO  (jetty-launcher-27106-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@18558bcd{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:32807}
   [junit4]   2> 1448352 INFO  (jetty-launcher-27106-thread-2) [     ] o.e.j.s.Server Started @1448383ms
   [junit4]   2> 1448352 INFO  (jetty-launcher-27106-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:41221/solr, hostPort=32807}
   [junit4]   2> 1448352 INFO  (jetty-launcher-27106-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@12b7cec4{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:44437}
   [junit4]   2> 1448352 INFO  (jetty-launcher-27106-thread-1) [     ] o.e.j.s.Server Started @1448383ms
   [junit4]   2> 1448352 INFO  (jetty-launcher-27106-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:41221/solr, hostPort=44437}
   [junit4]   2> 1448353 ERROR (jetty-launcher-27106-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1448353 INFO  (jetty-launcher-27106-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1448353 ERROR (jetty-launcher-27106-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1448353 INFO  (jetty-launcher-27106-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1448353 INFO  (jetty-launcher-27106-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1448353 INFO  (jetty-launcher-27106-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1448353 INFO  (jetty-launcher-27106-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1448353 INFO  (jetty-launcher-27106-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1448353 INFO  (jetty-launcher-27106-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr
   [junit4]   2> 1448353 INFO  (jetty-launcher-27106-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr
   [junit4]   2> 1448353 INFO  (jetty-launcher-27106-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-02-09T10:08:31.066Z
   [junit4]   2> 1448353 INFO  (jetty-launcher-27106-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-02-09T10:08:31.066Z
   [junit4]   2> 1448354 INFO  (jetty-launcher-27106-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1448355 INFO  (jetty-launcher-27106-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1448357 INFO  (zkConnectionManagerCallback-27109-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1448357 INFO  (jetty-launcher-27106-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1448358 INFO  (zkConnectionManagerCallback-27110-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1448358 INFO  (jetty-launcher-27106-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1448358 INFO  (jetty-launcher-27106-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1448359 INFO  (jetty-launcher-27106-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1448374 WARN  (jetty-launcher-27106-thread-1-SendThread(127.0.0.1:41221)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1033d30b59c0003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1033d30b59c0003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1033d30b59c0003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1448889 INFO  (jetty-launcher-27106-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1448890 WARN  (jetty-launcher-27106-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@22a94a3f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1448890 WARN  (jetty-launcher-27106-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@22a94a3f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1448893 WARN  (jetty-launcher-27106-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4c65f5b2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1448893 WARN  (jetty-launcher-27106-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4c65f5b2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1448894 INFO  (jetty-launcher-27106-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41221/solr
   [junit4]   2> 1448894 INFO  (jetty-launcher-27106-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1448896 INFO  (zkConnectionManagerCallback-27124-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1448897 INFO  (jetty-launcher-27106-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1448998 INFO  (jetty-launcher-27106-thread-1) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1448999 INFO  (zkConnectionManagerCallback-27126-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1448999 INFO  (jetty-launcher-27106-thread-1) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1449063 INFO  (jetty-launcher-27106-thread-1) [n:127.0.0.1:44437_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44437_solr
   [junit4]   2> 1449064 INFO  (jetty-launcher-27106-thread-1) [n:127.0.0.1:44437_solr     ] o.a.s.c.Overseer Overseer (id=72969298382684166-127.0.0.1:44437_solr-n_0000000000) starting
   [junit4]   2> 1449068 INFO  (OverseerStateUpdate-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [n:127.0.0.1:44437_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:44437_solr
   [junit4]   2> 1449068 INFO  (jetty-launcher-27106-thread-1) [n:127.0.0.1:44437_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44437_solr
   [junit4]   2> 1449069 DEBUG (OverseerAutoScalingTriggerThread-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 1449069 INFO  (OverseerStateUpdate-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1449069 DEBUG (OverseerAutoScalingTriggerThread-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 1449070 DEBUG (OverseerAutoScalingTriggerThread-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 1449070 DEBUG (OverseerAutoScalingTriggerThread-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 1449071 INFO  (jetty-launcher-27106-thread-1) [n:127.0.0.1:44437_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1449071 WARN  (jetty-launcher-27106-thread-1) [n:127.0.0.1:44437_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1449082 INFO  (jetty-launcher-27106-thread-1) [n:127.0.0.1:44437_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1449083 DEBUG (OverseerAutoScalingTriggerThread-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:44437_solr]
   [junit4]   2> 1449083 DEBUG (OverseerAutoScalingTriggerThread-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1449084 DEBUG (OverseerAutoScalingTriggerThread-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1449084 DEBUG (ScheduledTrigger-27131-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 1449084 TRACE (ScheduledTrigger-27131-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Current Live Nodes for .auto_add_replicas: [127.0.0.1:44437_solr]
   [junit4]   2> 1449084 TRACE (ScheduledTrigger-27131-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Last Live Nodes for .auto_add_replicas: [127.0.0.1:44437_solr]
   [junit4]   2> 1449110 INFO  (jetty-launcher-27106-thread-1) [n:127.0.0.1:44437_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44437.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ddc80c0
   [junit4]   2> 1449116 INFO  (jetty-launcher-27106-thread-1) [n:127.0.0.1:44437_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44437.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ddc80c0
   [junit4]   2> 1449116 INFO  (jetty-launcher-27106-thread-1) [n:127.0.0.1:44437_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44437.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ddc80c0
   [junit4]   2> 1449117 INFO  (jetty-launcher-27106-thread-1) [n:127.0.0.1:44437_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/build/solr-core/test/J3/temp/solr.cloud.TestWithCollection_959595D1553E9C30-001/tempDir-001/node2
   [junit4]   2> 1449424 INFO  (jetty-launcher-27106-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1449424 WARN  (jetty-launcher-27106-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@68bbd8d3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1449425 WARN  (jetty-launcher-27106-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@68bbd8d3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1449427 WARN  (jetty-launcher-27106-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@249b9725[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1449427 WARN  (jetty-launcher-27106-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@249b9725[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1449428 INFO  (jetty-launcher-27106-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41221/solr
   [junit4]   2> 1449429 INFO  (jetty-launcher-27106-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1449433 INFO  (zkConnectionManagerCallback-27146-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1449433 INFO  (jetty-launcher-27106-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1449535 INFO  (jetty-launcher-27106-thread-2) [n:127.0.0.1:32807_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1449536 INFO  (zkConnectionManagerCallback-27148-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1449536 INFO  (jetty-launcher-27106-thread-2) [n:127.0.0.1:32807_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1449540 INFO  (jetty-launcher-27106-thread-2) [n:127.0.0.1:32807_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1449544 INFO  (jetty-launcher-27106-thread-2) [n:127.0.0.1:32807_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:32807_solr as DOWN
   [junit4]   2> 1449544 INFO  (jetty-launcher-27106-thread-2) [n:127.0.0.1:32807_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1449544 INFO  (jetty-launcher-27106-thread-2) [n:127.0.0.1:32807_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32807_solr
   [junit4]   2> 1449545 DEBUG (OverseerStateUpdate-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [n:127.0.0.1:44437_solr     ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:32807_solr
   [junit4]   2> 1449545 INFO  (zkCallback-27125-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1449545 INFO  (zkCallback-27147-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1449546 INFO  (jetty-launcher-27106-thread-2) [n:127.0.0.1:32807_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1449547 WARN  (jetty-launcher-27106-thread-2) [n:127.0.0.1:32807_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1449557 INFO  (jetty-launcher-27106-thread-2) [n:127.0.0.1:32807_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1449578 INFO  (jetty-launcher-27106-thread-2) [n:127.0.0.1:32807_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32807.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ddc80c0
   [junit4]   2> 1449588 INFO  (jetty-launcher-27106-thread-2) [n:127.0.0.1:32807_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32807.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ddc80c0
   [junit4]   2> 1449588 INFO  (jetty-launcher-27106-thread-2) [n:127.0.0.1:32807_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32807.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ddc80c0
   [junit4]   2> 1449589 INFO  (jetty-launcher-27106-thread-2) [n:127.0.0.1:32807_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/build/solr-core/test/J3/temp/solr.cloud.TestWithCollection_959595D1553E9C30-001/tempDir-001/node1
   [junit4]   2> 1449616 INFO  (TEST-TestWithCollection.testMoveReplicaWithCollection-seed#[959595D1553E9C30]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 1449617 INFO  (TEST-TestWithCollection.testMoveReplicaWithCollection-seed#[959595D1553E9C30]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1449618 INFO  (zkConnectionManagerCallback-27161-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1449618 INFO  (TEST-TestWithCollection.testMoveReplicaWithCollection-seed#[959595D1553E9C30]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1449620 INFO  (TEST-TestWithCollection.testMoveReplicaWithCollection-seed#[959595D1553E9C30]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1449620 INFO  (TEST-TestWithCollection.testMoveReplicaWithCollection-seed#[959595D1553E9C30]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41221/solr ready
   [junit4]   2> 1449623 DEBUG (zkCallback-27125-thread-1) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 1449623 DEBUG (OverseerAutoScalingTriggerThread-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 1449626 DEBUG (OverseerAutoScalingTriggerThread-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1449627 DEBUG (OverseerAutoScalingTriggerThread-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 1449630 INFO  (qtp378697583-35605) [n:127.0.0.1:32807_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 1449632 INFO  (qtp477115194-35602) [n:127.0.0.1:44437_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1449632 INFO  (qtp477115194-35602) [n:127.0.0.1:44437_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 1449632 DEBUG (qtp378697583-35601) [n:127.0.0.1:32807_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1449633 INFO  (qtp378697583-35601) [n:127.0.0.1:32807_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 1449633 INFO  (TEST-TestWithCollection.testMoveReplicaWithCollection-seed#[959595D1553E9C30]) [     ] o.a.s.c.TestWithCollection Chosen node 127.0.0.1:44437_solr for collection testMoveReplicaWithCollection_abc
   [junit4]   2> 1449634 DEBUG (zkCallback-27125-thread-1) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 1449634 DEBUG (OverseerAutoScalingTriggerThread-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 1449634 DEBUG (OverseerAutoScalingTriggerThread-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1449634 DEBUG (OverseerAutoScalingTriggerThread-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 1449636 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testMoveReplicaWithCollection_abc
   [junit4]   2> 1449636 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED
   [junit4]   2> 1449637 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/protwords.txt
   [junit4]   2> 1449638 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/managed-schema
   [junit4]   2> 1449640 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/solrconfig.xml
   [junit4]   2> 1449642 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 1449643 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 1449645 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 1449646 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 1449648 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 1449649 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 1449650 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 1449652 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 1449653 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 1449654 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 1449655 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 1449656 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 1449657 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 1449658 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 1449660 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 1449661 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 1449662 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 1449663 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 1449664 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 1449666 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 1449667 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 1449668 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 1449670 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 1449671 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 1449672 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 1449673 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 1449675 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 1449676 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 1449677 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 1449678 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 1449680 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 1449681 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 1449683 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 1449684 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 1449685 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 1449686 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 1449687 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 1449688 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 1449690 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 1449691 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/synonyms.txt
   [junit4]   2> 1449692 INFO  (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/stopwords.txt
   [junit4]   2> 1449696 DEBUG (OverseerStateUpdate-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [n:127.0.0.1:44437_solr     ] o.a.s.c.o.ClusterStateMutator building a new cName: testMoveReplicaWithCollection_abc
   [junit4]   2> 1449696 DEBUG (OverseerStateUpdate-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [n:127.0.0.1:44437_solr     ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/testMoveReplicaWithCollection_abc/state.json
   [junit4]   2> 1449799 DEBUG (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.s.c.a.PolicyHelper Creating a new session
   [junit4]   2> 1449801 INFO  (qtp378697583-35603) [n:127.0.0.1:32807_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 1449803 INFO  (qtp477115194-35606) [n:127.0.0.1:44437_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 1449803 DEBUG (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.s.c.a.PolicyHelper New session created, 13911505976649849
   [junit4]   2> 1449805 DEBUG (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.s.c.a.PolicyHelper returnSession 13911505976649849
   [junit4]   2> 1449811 INFO  (OverseerStateUpdate-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [n:127.0.0.1:44437_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testMoveReplicaWithCollection_abc",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testMoveReplicaWithCollection_abc_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "node_name":"127.0.0.1:44437_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1449812 DEBUG (OverseerStateUpdate-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [n:127.0.0.1:44437_solr     ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 1449812 DEBUG (OverseerStateUpdate-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [n:127.0.0.1:44437_solr     ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node2":{
   [junit4]   2>       "core":"testMoveReplicaWithCollection_abc_shard1_replica_n1",
   [junit4]   2>       "node_name":"127.0.0.1:44437_solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1449912 DEBUG (OverseerStateUpdate-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [n:127.0.0.1:44437_solr     ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testMoveReplicaWithCollection_abc/state.json version: 0
   [junit4]   2> 1450014 INFO  (qtp477115194-35608) [n:127.0.0.1:44437_solr    x:testMoveReplicaWithCollection_abc_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=testMoveReplicaWithCollection_abc.AUTOCREATED&newCollection=true&name=testMoveReplicaWithCollection_abc_shard1_replica_n1&action=CREATE&numShards=1&collection=testMoveReplicaWithCollection_abc&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1450015 INFO  (qtp477115194-35608) [n:127.0.0.1:44437_solr c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2 x:testMoveReplicaWithCollection_abc_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 1450020 DEBUG (OverseerStateUpdate-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [n:127.0.0.1:44437_solr     ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"testMoveReplicaWithCollection_abc_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "node_name":"127.0.0.1:44437_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testMoveReplicaWithCollection_abc",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1450020 DEBUG (OverseerStateUpdate-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [n:127.0.0.1:44437_solr     ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node2:{
   [junit4]   2>   "core":"testMoveReplicaWithCollection_abc_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:44437_solr",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "base_url":"http://127.0.0.1:44437/solr"}
   [junit4]   2> 1450020 DEBUG (OverseerStateUpdate-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [n:127.0.0.1:44437_solr     ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(testMoveReplicaWithCollection_abc//collections/testMoveReplicaWithCollection_abc/state.json/1 )={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node2":{
   [junit4]   2>           "core":"testMoveReplicaWithCollection_abc_shard1_replica_n1",
   [junit4]   2>           "node_name":"127.0.0.1:44437_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}}}
   [junit4]   2> 1450029 INFO  (qtp477115194-35608) [n:127.0.0.1:44437_solr c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2 x:testMoveReplicaWithCollection_abc_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 1450051 INFO  (qtp477115194-35608) [n:127.0.0.1:44437_solr c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2 x:testMoveReplicaWithCollection_abc_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 1450099 INFO  (qtp477115194-35608) [n:127.0.0.1:44437_solr c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2 x:testMoveReplicaWithCollection_abc_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 1450121 DEBUG (OverseerStateUpdate-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [n:127.0.0.1:44437_solr     ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testMoveReplicaWithCollection_abc/state.json version: 1
   [junit4]   2> 1450137 INFO  (qtp477115194-35608) [n:127.0.0.1:44437_solr c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2 x:testMoveReplicaWithCollection_abc_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'testMoveReplicaWithCollection_abc_shard1_replica_n1' using configuration from configset testMoveReplicaWithCollection_abc.AUTOCREATED, trusted=true
   [junit4]   2> 1450137 INFO  (qtp477115194-35608) [n:127.0.0.1:44437_solr c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2 x:testMoveReplicaWithCollection_abc_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44437.solr.core.testMoveReplicaWithCollection_abc.shard1.replica_n1' (registry 'solr.core.testMoveReplicaWithCollection_abc.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ddc80c0
   [junit4]   2> 1450138 INFO  (qtp477115194-35608) [n:127.0.0.1:44437_solr c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2 x:testMoveReplicaWithCollection_abc_shard1_replica_n1 ] o.a.s.c.SolrCore [[testMoveReplicaWithCollection_abc_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/build/solr-core/test/J3/temp/solr.cloud.TestWithCollection_959595D1553E9C30-001/tempDir-001/node2/testMoveReplicaWithCollection_abc_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/build/solr-core/test/J3/temp/solr.cloud.TestWithCollection_959595D1553E9C30-001/tempDir-001/node2/testMoveReplicaWithCollection_abc_shard1_replica_n1/data/]
   [junit4]   2> 1450199 INFO  (qtp477115194-35608) [n:127.0.0.1:44437_solr c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2 x:testMoveReplicaWithCollection_abc_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1450199 INFO  (qtp477115194-35608) [n:127.0.0.1:44437_solr c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2 x:testMoveReplicaWithCollection_abc_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1450200 INFO  (qtp477115194-35608) [n:127.0.0.1:44437_solr c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2 x:testMoveReplicaWithCollection_abc_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 1450200 INFO  (qtp477115194-35608) [n:127.0.0.1:44437_solr c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2 x:testMoveReplicaWithCollection_abc_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1450203 INFO  (qtp477115194-35608) [n:127.0.0.1:44437_solr c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2 x:testMoveReplicaWithCollection_abc_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/testMoveReplicaWithCollection_abc.AUTOCREATED
   [junit4]   2> 1450203 INFO  (qtp477115194-35608) [n:127.0.0.1:44437_solr c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2 x:testMoveReplicaWithCollection_abc_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/testMoveReplicaWithCollection_abc.AUTOCREATED
   [junit4]   2> 1450203 INFO  (qtp477115194-35608) [n:127.0.0.1:44437_solr c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2 x:testMoveReplicaWithCollection_abc_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/testMoveReplicaWithCollection_abc.AUTOCREATED/managed-schema
   [junit4]   2> 1450204 INFO  (qtp477115194-35608) [n:127.0.0.1:44437_solr c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2 x:testMoveReplicaWithCollection_abc_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1450204 INFO  (qtp477115194-35608) [n:127.0.0.1:44437_solr c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2 x:testMoveReplicaWithCollection_abc_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1450204 INFO  (qtp477115194-35608) [n:127.0.0.1:44437_solr c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2 x:testMoveReplicaWithCollection_abc_shard1_replica_n1 ] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 1450205 INFO  (qtp477115194-35608) [n:127.0.0.1:44437_solr c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2 x:testMoveReplicaWithCollection_abc_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1450205 INFO  (qtp477115194-35608) [n:127.0.0.1:44437_solr c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2 x:testMoveReplicaWithCollection_abc_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1691211858358304768
   [junit4]   2> 1450208 INFO  (searcherExecutor-27163-thread-1-processing-n:127.0.0.1:44437_solr x:testMoveReplicaWithCollection_abc_shard1_replica_n1 c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2) [n:127.0.0.1:44437_solr c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2 x:testMoveReplicaWithCollection_abc_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 1450208 INFO  (searcherExecutor-27163-thread-1-processing-n:127.0.0.1:44437_solr x:testMoveReplicaWithCollection_abc_shard1_replica_n1 c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2) [n:127.0.0.1:44437_solr c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2 x:testMoveReplicaWithCollection_abc_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1450208 INFO  (qtp477115194-35608) [n:127.0.0.1:44437_solr c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2 x:testMoveReplicaWithCollection_abc_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 1450211 INFO  (searcherExecutor-27163-thread-1-processing-n:127.0.0.1:44437_solr x:testMoveReplicaWithCollection_abc_shard1_replica_n1 c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2) [n:127.0.0.1:44437_solr c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2 x:testMoveReplicaWithCollection_abc_shard1_replica_n1 ] o.a.s.c.SolrCore [testMoveReplicaWithCollection_abc_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1450212 INFO  (qtp477115194-35608) [n:127.0.0.1:44437_solr c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2 x:testMoveReplicaWithCollection_abc_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testMoveReplicaWithCollection_abc/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1450212 INFO  (qtp477115194-35608) [n:127.0.0.1:44437_solr c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2 x:testMoveReplicaWithCollection_abc_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testMoveReplicaWithCollection_abc/leaders/shard1
   [junit4]   2> 1450217 INFO  (qtp477115194-35608) [n:127.0.0.1:44437_solr c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2 x:testMoveReplicaWithCollection_abc_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1450217 INFO  (qtp477115194-35608) [n:127.0.0.1:44437_solr c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2 x:testMoveReplicaWithCollection_abc_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1450217 INFO  (qtp477115194-35608) [n:127.0.0.1:44437_solr c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2 x:testMoveReplicaWithCollection_abc_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:44437/solr/testMoveReplicaWithCollection_abc_shard1_replica_n1/
   [junit4]   2> 1450217 INFO  (qtp477115194-35608) [n:127.0.0.1:44437_solr c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2 x:testMoveReplicaWithCollection_abc_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1450218 INFO  (qtp477115194-35608) [n:127.0.0.1:44437_solr c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2 x:testMoveReplicaWithCollection_abc_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:44437/solr/testMoveReplicaWithCollection_abc_shard1_replica_n1/ has no replicas
   [junit4]   2> 1450218 INFO  (qtp477115194-35608) [n:127.0.0.1:44437_solr c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2 x:testMoveReplicaWithCollection_abc_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testMoveReplicaWithCollection_abc/leaders/shard1/leader after winning as /collections/testMoveReplicaWithCollection_abc/leader_elect/shard1/election/72969298382684166-core_node2-n_0000000000
   [junit4]   2> 1450221 INFO  (qtp477115194-35608) [n:127.0.0.1:44437_solr c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2 x:testMoveReplicaWithCollection_abc_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:44437/solr/testMoveReplicaWithCollection_abc_shard1_replica_n1/ shard1
   [junit4]   2> 1450221 INFO  (qtp477115194-35608) [n:127.0.0.1:44437_solr c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2 x:testMoveReplicaWithCollection_abc_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 1450322 DEBUG (OverseerStateUpdate-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [n:127.0.0.1:44437_solr     ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testMoveReplicaWithCollection_abc/state.json version: 2
   [junit4]   2> 1450323 INFO  (zkCallback-27125-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMoveReplicaWithCollection_abc/state.json] for collection [testMoveReplicaWithCollection_abc] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1450324 INFO  (qtp477115194-35608) [n:127.0.0.1:44437_solr c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2 x:testMoveReplicaWithCollection_abc_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1450325 INFO  (qtp477115194-35608) [n:127.0.0.1:44437_solr c:testMoveReplicaWithCollection_abc s:shard1 r:core_node2 x:testMoveReplicaWithCollection_abc_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 1450335 INFO  (zkCallback-27125-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMoveReplicaWithCollection_abc/state.json] for collection [testMoveReplicaWithCollection_abc] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1450336 INFO  (qtp477115194-35608) [n:127.0.0.1:44437_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=testMoveReplicaWithCollection_abc.AUTOCREATED&newCollection=true&name=testMoveReplicaWithCollection_abc_shard1_replica_n1&action=CREATE&numShards=1&collection=testMoveReplicaWithCollection_abc&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=322
   [junit4]   2> 1450337 DEBUG (OverseerThreadFactory-27133-thread-1-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.s.c.a.PolicyHelper final release, session 13911505976649849 lived a total of 534ms, 
   [junit4]   2> 1450338 DEBUG (OverseerStateUpdate-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [n:127.0.0.1:44437_solr     ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"testMoveReplicaWithCollection_abc_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "node_name":"127.0.0.1:44437_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testMoveReplicaWithCollection_abc",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1450338 DEBUG (OverseerStateUpdate-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [n:127.0.0.1:44437_solr     ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node2:{
   [junit4]   2>   "core":"testMoveReplicaWithCollection_abc_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:44437_solr",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "leader":"true",
   [junit4]   2>   "base_url":"http://127.0.0.1:44437/solr"}
   [junit4]   2> 1450339 DEBUG (OverseerStateUpdate-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [n:127.0.0.1:44437_solr     ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(testMoveReplicaWithCollection_abc//collections/testMoveReplicaWithCollection_abc/state.json/3 )={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node2":{
   [junit4]   2>           "core":"testMoveReplicaWithCollection_abc_shard1_replica_n1",
   [junit4]   2>           "leader":"true",
   [junit4]   2>           "node_name":"127.0.0.1:44437_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}}}
   [junit4]   2> 1450343 INFO  (qtp378697583-35598) [n:127.0.0.1:32807_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1450343 INFO  (qtp378697583-35598) [n:127.0.0.1:32807_solr     ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 1450439 DEBUG (OverseerStateUpdate-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [n:127.0.0.1:44437_solr     ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testMoveReplicaWithCollection_abc/state.json version: 3
   [junit4]   2> 1450440 INFO  (zkCallback-27147-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMoveReplicaWithCollection_abc/state.json] for collection [testMoveReplicaWithCollection_abc] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1450440 INFO  (zkCallback-27125-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMoveReplicaWithCollection_abc/state.json] for collection [testMoveReplicaWithCollection_abc] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1450440 INFO  (zkCallback-27125-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMoveReplicaWithCollection_abc/state.json] for collection [testMoveReplicaWithCollection_abc] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1450440 INFO  (zkCallback-27125-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMoveReplicaWithCollection_abc/state.json] for collection [testMoveReplicaWithCollection_abc] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1450441 INFO  (qtp378697583-35598) [n:127.0.0.1:32807_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&name=testMoveReplicaWithCollection_abc&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:44437_solr&wt=javabin&version=2} status=0 QTime=807
   [junit4]   2> 1450447 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testMoveReplicaWithCollection_xyz
   [junit4]   2> 1450447 INFO  (OverseerCollectionConfigSetProcessor-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [n:127.0.0.1:44437_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> 1450447 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED
   [junit4]   2> 1450448 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/protwords.txt
   [junit4]   2> 1450450 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/managed-schema
   [junit4]   2> 1450451 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/solrconfig.xml
   [junit4]   2> 1450453 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 1450454 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 1450455 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 1450457 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 1450458 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 1450461 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 1450464 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 1450465 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 1450467 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 1450468 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 1450470 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 1450472 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 1450474 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 1450475 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 1450477 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 1450479 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 1450480 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 1450482 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 1450484 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 1450485 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 1450487 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 1450489 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 1450490 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 1450492 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 1450494 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 1450498 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 1450499 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 1450501 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 1450502 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 1450504 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 1450505 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 1450507 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 1450508 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 1450510 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 1450511 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 1450513 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 1450514 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 1450516 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 1450517 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 1450525 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/synonyms.txt
   [junit4]   2> 1450526 INFO  (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/testMoveReplicaWithCollection_xyz.AUTOCREATED/stopwords.txt
   [junit4]   2> 1450534 DEBUG (OverseerStateUpdate-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [n:127.0.0.1:44437_solr     ] o.a.s.c.o.ClusterStateMutator building a new cName: testMoveReplicaWithCollection_xyz
   [junit4]   2> 1450640 DEBUG (OverseerStateUpdate-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [n:127.0.0.1:44437_solr     ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/testMoveReplicaWithCollection_xyz/state.json
   [junit4]   2> 1450734 DEBUG (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.s.c.a.PolicyHelper Creating a new session
   [junit4]   2> 1450736 INFO  (qtp378697583-35601) [n:127.0.0.1:32807_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 1450737 INFO  (qtp477115194-35600) [n:127.0.0.1:44437_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.testMoveReplicaWithCollection_abc.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 1450738 INFO  (qtp477115194-35602) [n:127.0.0.1:44437_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 1450739 DEBUG (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.s.c.a.PolicyHelper New session created, 13911506912395087
   [junit4]   2> 1450741 DEBUG (OverseerThreadFactory-27133-thread-2-processing-n:127.0.0.1:44437_solr) [n:127.0.0.1:44437_solr     ] o.a.s.c.s.c.a.PolicyHelper returnSession 13911506912395087
   [junit4]   2> 1450744 INFO  (OverseerStateUpdate-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [n:127.0.0.1:44437_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testMoveReplicaWithCollection_xyz",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testMoveReplicaWithCollection_xyz_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "node_name":"127.0.0.1:44437_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1450745 DEBUG (OverseerStateUpdate-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [n:127.0.0.1:44437_solr     ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 1450745 DEBUG (OverseerStateUpdate-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [n:127.0.0.1:44437_solr     ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node2":{
   [junit4]   2>       "core":"testMoveReplicaWithCollection_xyz_shard1_replica_n1",
   [junit4]   2>       "node_name":"127.0.0.1:44437_solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1450846 DEBUG (OverseerStateUpdate-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [n:127.0.0.1:44437_solr     ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testMoveReplicaWithCollection_xyz/state.json version: 0
   [junit4]   2> 1450949 INFO  (qtp477115194-35604) [n:127.0.0.1:44437_solr    x:testMoveReplicaWithCollection_xyz_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=testMoveReplicaWithCollection_xyz.AUTOCREATED&newCollection=true&name=testMoveReplicaWithCollection_xyz_shard1_replica_n1&action=CREATE&numShards=1&collection=testMoveReplicaWithCollection_xyz&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1450951 INFO  (qtp477115194-35604) [n:127.0.0.1:44437_solr c:testMoveReplicaWithCollection_xyz s:shard1 r:core_node2 x:testMoveReplicaWithCollection_xyz_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 1450956 DEBUG (OverseerStateUpdate-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [n:127.0.0.1:44437_solr     ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"testMoveReplicaWithCollection_xyz_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "node_name":"127.0.0.1:44437_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testMoveReplicaWithCollection_xyz",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1450956 DEBUG (OverseerStateUpdate-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [n:127.0.0.1:44437_solr     ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node2:{
   [junit4]   2>   "core":"testMoveReplicaWithCollection_xyz_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:44437_solr",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "base_url":"http://127.0.0.1:44437/solr"}
   [junit4]   2> 1450956 DEBUG (OverseerStateUpdate-72969298382684166-127.0.0.1:44437_solr-n_0000000000) [n:127.0.0.1:44437_solr     ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(testMoveReplicaWithCollection_xyz//collections/testMoveReplicaWithCollection_xyz/state.json/1 )={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "withCollection":"testMoveReplicaWithCollection_abc",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node2":{
   [junit4]   2>           "core":"testMoveReplicaWithCollection_xyz_shard1_replica_n1",
   [junit4]   2>           "node_name":"127.0.0.1:44437_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}}}
   [junit4]   2> 1450963 INFO  (qtp477115194-35604) [n:127.0.0.1:44437_solr c:testMoveReplicaWithCollection_xyz s:shard1 r:core_node2 x:testMoveReplicaWithCollection_xyz_shard1_replica_n1 ] o.a.s.

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

 been closed
   [junit4]   2> 1539931 INFO  (recoveryExecutor-28016-thread-1-processing-n:127.0.0.1:41853_solr x:testAddReplicaWithPolicy_xyz_shard1_replica_n3 c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node4) [n:127.0.0.1:41853_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node4 x:testAddReplicaWithPolicy_xyz_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Finished recovery process, successful=[false]
   [junit4]   2> 1539931 INFO  (recoveryExecutor-28016-thread-1-processing-n:127.0.0.1:41853_solr x:testAddReplicaWithPolicy_xyz_shard1_replica_n3 c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node4) [n:127.0.0.1:41853_solr     ] o.a.s.c.SolrCore [testAddReplicaWithPolicy_xyz_shard1_replica_n3]  CLOSING SolrCore org.apache.solr.core.SolrCore@7b61bf9d
   [junit4]   2> 1539931 INFO  (recoveryExecutor-28016-thread-1-processing-n:127.0.0.1:41853_solr x:testAddReplicaWithPolicy_xyz_shard1_replica_n3 c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node4) [n:127.0.0.1:41853_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testAddReplicaWithPolicy_xyz.shard1.replica_n3 tag=SolrCore@7b61bf9d
   [junit4]   2> 1539931 INFO  (recoveryExecutor-28016-thread-1-processing-n:127.0.0.1:41853_solr x:testAddReplicaWithPolicy_xyz_shard1_replica_n3 c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node4) [n:127.0.0.1:41853_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5c8ed2a7: rootName = solr_41853, domain = solr.core.testAddReplicaWithPolicy_xyz.shard1.replica_n3, service url = null, agent id = null] for registry solr.core.testAddReplicaWithPolicy_xyz.shard1.replica_n3/com.codahale.metrics.MetricRegistry@5aa5e557
   [junit4]   2> 1539947 INFO  (recoveryExecutor-28016-thread-1-processing-n:127.0.0.1:41853_solr x:testAddReplicaWithPolicy_xyz_shard1_replica_n3 c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node4) [n:127.0.0.1:41853_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testAddReplicaWithPolicy_xyz.shard1.leader tag=SolrCore@7b61bf9d
   [junit4]   2> 1539948 WARN  (recoveryExecutor-28016-thread-1-processing-n:127.0.0.1:41853_solr x:testAddReplicaWithPolicy_xyz_shard1_replica_n3 c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node4) [n:127.0.0.1:41853_solr     ] o.a.s.c.RecoveryStrategy Stopping recovery for core=[testAddReplicaWithPolicy_xyz_shard1_replica_n3] coreNodeName=[core_node4]
   [junit4]   2> 1539948 INFO  (recoveryExecutor-28016-thread-1-processing-n:127.0.0.1:41853_solr x:testAddReplicaWithPolicy_xyz_shard1_replica_n3 c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node4) [n:127.0.0.1:41853_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1539951 INFO  (jetty-closer-28060-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3d8c744{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1539952 INFO  (jetty-closer-28060-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1d72426a{/solr,null,STOPPED}
   [junit4]   2> 1539952 INFO  (jetty-closer-28060-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1539952 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[959595D1553E9C30]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1540156 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/collections/testAddReplicaWithPolicy_xyz/terms/shard1
   [junit4]   2> 	5	/solr/collections/testAddReplicaWithPolicy_abc/terms/shard1
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	2	/solr/packages.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 	2	/solr/configs/testAddReplicaWithPolicy_abc.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testAddReplicaWithPolicy_xyz.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/configs/testAddReplicaWithPolicy_abc.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/collections/testAddReplicaWithPolicy_abc/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	34	/solr/collections/testAddReplicaWithPolicy_abc/state.json
   [junit4]   2> 	25	/solr/collections/testAddReplicaWithPolicy_xyz/state.json
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	39	/solr/overseer/queue
   [junit4]   2> 	10	/solr/overseer/collection-queue-work
   [junit4]   2> 	9	/solr/collections
   [junit4]   2> 	8	/solr/collections/testAddReplicaWithPolicy_xyz/state.json
   [junit4]   2> 	8	/solr/collections/testAddReplicaWithPolicy_abc/state.json
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1540161 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[959595D1553E9C30]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:35993
   [junit4]   2> 1540161 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[959595D1553E9C30]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35993
   [junit4]   2> 1540161 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[959595D1553E9C30]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 35993
   [junit4]   2> 1540162 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[959595D1553E9C30]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testAddReplicaWithPolicy
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/build/solr-core/test/J3/temp/solr.cloud.TestWithCollection_959595D1553E9C30-001
   [junit4]   2> Feb 09, 2021 10:10:03 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=Asserting(Lucene87): {}, docValues:{}, maxPointsInLeafNode=856, maxMBSortInHeap=6.884659737588292, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=bg-BG, timezone=America/Cambridge_Bay
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_281 (64-bit)/cpus=4,threads=1,free=210484096,total=523763712
   [junit4]   2> NOTE: All tests run in this JVM: [TestPKIAuthenticationPlugin, SignificantTermsQParserPluginTest, HttpPartitionWithTlogReplicasTest, TestExactStatsCache, TestConfigSetsAPIExclusivity, FullHLLTest, InfoHandlerTest, LargeFieldTest, AddReplicaTest, TestJmxIntegration, BaseCdcrDistributedZkTest, TestLeaderElectionZkExpiry, TestCodecSupport, CursorPagingTest, TestCloudRecovery2, TestWaitForStateWithJettyShutdowns, TestDeprecatedFilters, AuthToolTest, TestXmlQParser, TestStressThreadBackup, SparseHLLTest, BlockDirectoryTest, PKIAuthenticationIntegrationTest, ScheduledTriggerTest, CloudExitableDirectoryReaderTest, MinimalSchemaTest, TestInPlaceUpdatesStandalone, TestStressRecovery, TestFieldCacheSort, XmlUpdateRequestHandlerTest, QueryParsingTest, TestBooleanSimilarityFactory, IndexBasedSpellCheckerTest, ChaosMonkeySafeLeaderTest, TestManagedSchemaThreadSafety, ReplaceNodeNoTargetTest, TestUnifiedSolrHighlighter, SolrGraphiteReporterTest, RAMDirectoryFactoryTest, SearchHandlerTest, SolrTestCaseJ4DeleteCoreTest, RuleEngineTest, TestCloudPhrasesIdentificationComponent, TestMissingGroups, TestLogWatcher, TestSQLHandler, TestManagedSynonymGraphFilterFactory, TestAddFieldRealTimeGet, FieldMutatingUpdateProcessorTest, OrderedExecutorTest, TestFacetMethods, DistanceUnitsTest, ManagedSchemaRoundRobinCloudTest, TestConfigsApi, TestStressCloudBlindAtomicUpdates, HttpSolrCallGetCoreTest, AnalyticsQueryTest, TestPayloadCheckQParserPlugin, SimpleCollectionCreateDeleteTest, TestPrepRecovery, JWTAuthPluginTest, RootFieldTest, CustomTermsComponentTest, TestFuzzyAnalyzedSuggestions, SolrIndexMetricsTest, ConcurrentDeleteAndCreateCollectionTest, TestRandomFaceting, TestSolrCLIRunExample, HdfsChaosMonkeySafeLeaderTest, TestCSVResponseWriter, TestLRUCache, SolrCoreMetricManagerTest, WrapperMergePolicyFactoryTest, ExecutePlanActionTest, ZkCollectionPropsCachingTest, BlockJoinFacetSimpleTest, PolyFieldTest, NestedAtomicUpdateTest, ZkControllerTest, CoreAdminCreateDiscoverTest, SolrPluginUtilsTest, BigEndianAscendingWordDeserializerTest, EmbeddedSolrNoSerializeTest, TestDynamicFieldNamesIndexCorrectly, SpatialHeatmapFacetsTest, TestJsonFacetsWithNestedObjects, HdfsRestartWhileUpdatingTest, DefaultValueUpdateProcessorTest, CdcrReplicationHandlerTest, DistributedQueryComponentOptimizationTest, TestShardHandlerFactory, TestElisionMultitermQuery, TestRawTransformer, TestFieldCollectionResource, TestPackages, NodeMarkersRegistrationTest, TestSSLRandomization, OverseerTaskQueueTest, TestUseDocValuesAsStored, SegmentsInfoRequestHandlerTest, TestBulkSchemaConcurrent, SaslZkACLProviderTest, RecoveryAfterSoftCommitTest, TestBulkSchemaAPI, BasicDistributedZkTest, LeaderFailoverAfterPartitionTest, StatelessScriptUpdateProcessorFactoryTest, TestFilteredDocIdSet, TestSolrCachePerf, TestReplicationHandlerBackup, AutoAddReplicasIntegrationTest, HttpPartitionTest, LeaderTragicEventTest, LegacyCloudClusterPropTest, MissingSegmentRecoveryTest, MoveReplicaHDFSFailoverTest, MoveReplicaHDFSTest, MoveReplicaTest, PeerSyncReplicationTest, SystemCollectionCompatTest, TestAuthenticationFramework, TestClusterProperties, TestConfigSetsAPI, TestConfigSetsAPIShareSchema, TestPullReplica, TestPullReplicaErrorHandling, TestRebalanceLeaders, TestShortCircuitedRequests, TestWithCollection]
   [junit4] Completed [581/923 (1!)] on J3 in 92.97s, 9 tests, 1 failure <<< FAILURES!

[...truncated 51891 lines...]