You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2018/03/06 22:59:45 UTC

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

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21583/
Java: 64bit/jdk1.8.0_162 -XX:+UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.cloud.TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeaderAfterRestart

Error Message:
Timeout waiting for active collection null Live Nodes: [127.0.0.1:34685_solr, 127.0.0.1:38627_solr, 127.0.0.1:39247_solr, 127.0.0.1:41583_solr] Last available state: DocCollection(outOfSyncReplicasCannotBecomeLeader-true//collections/outOfSyncReplicasCannotBecomeLeader-true/state.json/23)={   "pullReplicas":"0",   "replicationFactor":"3",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node62":{           "core":"outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n61",           "base_url":"https://127.0.0.1:41583/solr",           "node_name":"127.0.0.1:41583_solr",           "state":"active",           "type":"NRT",           "leader":"true"},         "core_node64":{           "core":"outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n63",           "base_url":"https://127.0.0.1:38627/solr",           "node_name":"127.0.0.1:38627_solr",           "state":"down",           "type":"NRT"},         "core_node66":{           "core":"outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n65",           "base_url":"https://127.0.0.1:39247/solr",           "node_name":"127.0.0.1:39247_solr",           "state":"down",           "type":"NRT"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"3",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Timeout waiting for active collection
null
Live Nodes: [127.0.0.1:34685_solr, 127.0.0.1:38627_solr, 127.0.0.1:39247_solr, 127.0.0.1:41583_solr]
Last available state: DocCollection(outOfSyncReplicasCannotBecomeLeader-true//collections/outOfSyncReplicasCannotBecomeLeader-true/state.json/23)={
  "pullReplicas":"0",
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node62":{
          "core":"outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n61",
          "base_url":"https://127.0.0.1:41583/solr",
          "node_name":"127.0.0.1:41583_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node64":{
          "core":"outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n63",
          "base_url":"https://127.0.0.1:38627/solr",
          "node_name":"127.0.0.1:38627_solr",
          "state":"down",
          "type":"NRT"},
        "core_node66":{
          "core":"outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n65",
          "base_url":"https://127.0.0.1:39247/solr",
          "node_name":"127.0.0.1:39247_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"3",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([319162A814CA065F:1904F0FDC747D704]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
	at org.apache.solr.cloud.TestCloudConsistency.addDocToWhenOtherReplicasAreDown(TestCloudConsistency.java:164)
	at org.apache.solr.cloud.TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader(TestCloudConsistency.java:122)
	at org.apache.solr.cloud.TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeaderAfterRestart(TestCloudConsistency.java:95)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeaderAfterRestart

Error Message:
Timeout waiting for active collection null Live Nodes: [127.0.0.1:33693_solr, 127.0.0.1:34177_solr, 127.0.0.1:39159_solr, 127.0.0.1:44515_solr] Last available state: DocCollection(outOfSyncReplicasCannotBecomeLeader-true//collections/outOfSyncReplicasCannotBecomeLeader-true/state.json/23)={   "pullReplicas":"0",   "replicationFactor":"3",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node62":{           "core":"outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n61",           "base_url":"https://127.0.0.1:33693/solr",           "node_name":"127.0.0.1:33693_solr",           "state":"active",           "type":"NRT",           "leader":"true"},         "core_node64":{           "core":"outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n63",           "base_url":"https://127.0.0.1:34177/solr",           "node_name":"127.0.0.1:34177_solr",           "state":"down",           "type":"NRT"},         "core_node66":{           "core":"outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n65",           "base_url":"https://127.0.0.1:44515/solr",           "node_name":"127.0.0.1:44515_solr",           "state":"down",           "type":"NRT"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"3",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Timeout waiting for active collection
null
Live Nodes: [127.0.0.1:33693_solr, 127.0.0.1:34177_solr, 127.0.0.1:39159_solr, 127.0.0.1:44515_solr]
Last available state: DocCollection(outOfSyncReplicasCannotBecomeLeader-true//collections/outOfSyncReplicasCannotBecomeLeader-true/state.json/23)={
  "pullReplicas":"0",
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node62":{
          "core":"outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n61",
          "base_url":"https://127.0.0.1:33693/solr",
          "node_name":"127.0.0.1:33693_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node64":{
          "core":"outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n63",
          "base_url":"https://127.0.0.1:34177/solr",
          "node_name":"127.0.0.1:34177_solr",
          "state":"down",
          "type":"NRT"},
        "core_node66":{
          "core":"outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n65",
          "base_url":"https://127.0.0.1:44515/solr",
          "node_name":"127.0.0.1:44515_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"3",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([319162A814CA065F:1904F0FDC747D704]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
	at org.apache.solr.cloud.TestCloudConsistency.addDocToWhenOtherReplicasAreDown(TestCloudConsistency.java:164)
	at org.apache.solr.cloud.TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader(TestCloudConsistency.java:122)
	at org.apache.solr.cloud.TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeaderAfterRestart(TestCloudConsistency.java:95)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12572 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudConsistency
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudConsistency_319162A814CA065F-001/init-core-data-001
   [junit4]   2> 195520 WARN  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=11 numCloses=11
   [junit4]   2> 195520 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 195521 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 195522 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 195522 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudConsistency_319162A814CA065F-001/tempDir-001
   [junit4]   2> 195522 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 195522 INFO  (Thread-508) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 195522 INFO  (Thread-508) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 195530 ERROR (Thread-508) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 195622 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:40089
   [junit4]   2> 195626 INFO  (zkConnectionManagerCallback-541-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 195630 INFO  (jetty-launcher-538-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T09:27:37+12:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 195633 INFO  (jetty-launcher-538-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 195633 INFO  (jetty-launcher-538-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 195633 INFO  (jetty-launcher-538-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 195633 INFO  (jetty-launcher-538-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@19daa4f3{/solr,null,AVAILABLE}
   [junit4]   2> 195633 INFO  (jetty-launcher-538-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T09:27:37+12:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 195633 INFO  (jetty-launcher-538-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T09:27:37+12:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 195633 INFO  (jetty-launcher-538-thread-4) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T09:27:37+12:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 195634 INFO  (jetty-launcher-538-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2ef334d0{SSL,[ssl, http/1.1]}{127.0.0.1:35153}
   [junit4]   2> 195634 INFO  (jetty-launcher-538-thread-1) [    ] o.e.j.s.Server Started @197662ms
   [junit4]   2> 195634 INFO  (jetty-launcher-538-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35153}
   [junit4]   2> 195634 ERROR (jetty-launcher-538-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 195635 INFO  (jetty-launcher-538-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 195635 INFO  (jetty-launcher-538-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 195635 INFO  (jetty-launcher-538-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 195635 INFO  (jetty-launcher-538-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-06T21:59:03.932Z
   [junit4]   2> 195636 INFO  (jetty-launcher-538-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 195636 INFO  (jetty-launcher-538-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 195636 INFO  (jetty-launcher-538-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 195636 INFO  (jetty-launcher-538-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 195636 INFO  (jetty-launcher-538-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 195636 INFO  (jetty-launcher-538-thread-3) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 195636 INFO  (zkConnectionManagerCallback-543-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 195636 INFO  (jetty-launcher-538-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2f016f16{/solr,null,AVAILABLE}
   [junit4]   2> 195636 INFO  (jetty-launcher-538-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 195637 INFO  (jetty-launcher-538-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6a30210e{SSL,[ssl, http/1.1]}{127.0.0.1:32883}
   [junit4]   2> 195637 INFO  (jetty-launcher-538-thread-3) [    ] o.e.j.s.Server Started @197665ms
   [junit4]   2> 195637 INFO  (jetty-launcher-538-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=32883}
   [junit4]   2> 195637 ERROR (jetty-launcher-538-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 195637 INFO  (jetty-launcher-538-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 195637 INFO  (jetty-launcher-538-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 195637 INFO  (jetty-launcher-538-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 195637 INFO  (jetty-launcher-538-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-06T21:59:03.934Z
   [junit4]   2> 195639 INFO  (jetty-launcher-538-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 195639 INFO  (jetty-launcher-538-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 195639 INFO  (jetty-launcher-538-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1564bfc8{/solr,null,AVAILABLE}
   [junit4]   2> 195639 INFO  (jetty-launcher-538-thread-4) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 195639 INFO  (zkConnectionManagerCallback-545-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 195639 INFO  (jetty-launcher-538-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1cd40665{/solr,null,AVAILABLE}
   [junit4]   2> 195639 INFO  (jetty-launcher-538-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2c17bd4b{SSL,[ssl, http/1.1]}{127.0.0.1:43695}
   [junit4]   2> 195639 INFO  (jetty-launcher-538-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 195639 INFO  (jetty-launcher-538-thread-2) [    ] o.e.j.s.Server Started @197667ms
   [junit4]   2> 195639 INFO  (jetty-launcher-538-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43695}
   [junit4]   2> 195640 ERROR (jetty-launcher-538-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 195641 INFO  (jetty-launcher-538-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3559073c{SSL,[ssl, http/1.1]}{127.0.0.1:36329}
   [junit4]   2> 195641 INFO  (jetty-launcher-538-thread-4) [    ] o.e.j.s.Server Started @197669ms
   [junit4]   2> 195641 INFO  (jetty-launcher-538-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36329}
   [junit4]   2> 195641 ERROR (jetty-launcher-538-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 195641 INFO  (jetty-launcher-538-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 195641 INFO  (jetty-launcher-538-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 195641 INFO  (jetty-launcher-538-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 195641 INFO  (jetty-launcher-538-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-06T21:59:03.938Z
   [junit4]   2> 195647 INFO  (jetty-launcher-538-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 195652 INFO  (jetty-launcher-538-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 195652 INFO  (jetty-launcher-538-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 195652 INFO  (jetty-launcher-538-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-06T21:59:03.949Z
   [junit4]   2> 195653 INFO  (zkConnectionManagerCallback-547-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 195653 INFO  (zkConnectionManagerCallback-549-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 195654 INFO  (jetty-launcher-538-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 195654 INFO  (jetty-launcher-538-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 195654 INFO  (jetty-launcher-538-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40089/solr
   [junit4]   2> 195657 INFO  (zkConnectionManagerCallback-553-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 195662 INFO  (zkConnectionManagerCallback-555-thread-1-processing-n:127.0.0.1:35153_solr) [n:127.0.0.1:35153_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 195662 INFO  (jetty-launcher-538-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40089/solr
   [junit4]   2> 195662 INFO  (jetty-launcher-538-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40089/solr
   [junit4]   2> 195662 INFO  (jetty-launcher-538-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40089/solr
   [junit4]   2> 195672 INFO  (zkConnectionManagerCallback-561-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 195673 INFO  (zkConnectionManagerCallback-565-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 195673 INFO  (zkConnectionManagerCallback-567-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 195674 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1001e778b430009, likely client has closed socket
   [junit4]   2> 195676 INFO  (zkConnectionManagerCallback-570-thread-1-processing-n:127.0.0.1:36329_solr) [n:127.0.0.1:36329_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 195677 INFO  (zkConnectionManagerCallback-572-thread-1-processing-n:127.0.0.1:43695_solr) [n:127.0.0.1:43695_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 195681 INFO  (jetty-launcher-538-thread-2) [n:127.0.0.1:43695_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 195682 INFO  (jetty-launcher-538-thread-4) [n:127.0.0.1:36329_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 195682 INFO  (jetty-launcher-538-thread-2) [n:127.0.0.1:43695_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43695_solr
   [junit4]   2> 195683 INFO  (jetty-launcher-538-thread-4) [n:127.0.0.1:36329_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36329_solr
   [junit4]   2> 195683 INFO  (jetty-launcher-538-thread-2) [n:127.0.0.1:43695_solr    ] o.a.s.c.Overseer Overseer (id=72091092824293387-127.0.0.1:43695_solr-n_0000000000) starting
   [junit4]   2> 195694 INFO  (zkConnectionManagerCallback-576-thread-1-processing-n:127.0.0.1:32883_solr) [n:127.0.0.1:32883_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 195694 INFO  (zkCallback-571-thread-1-processing-n:127.0.0.1:43695_solr) [n:127.0.0.1:43695_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 195700 INFO  (zkCallback-569-thread-1-processing-n:127.0.0.1:36329_solr) [n:127.0.0.1:36329_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 195705 INFO  (jetty-launcher-538-thread-2) [n:127.0.0.1:43695_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43695_solr
   [junit4]   2> 195705 INFO  (jetty-launcher-538-thread-3) [n:127.0.0.1:32883_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 195705 INFO  (zkCallback-571-thread-1-processing-n:127.0.0.1:43695_solr) [n:127.0.0.1:43695_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 195707 INFO  (jetty-launcher-538-thread-3) [n:127.0.0.1:32883_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 195707 INFO  (zkCallback-569-thread-1-processing-n:127.0.0.1:36329_solr) [n:127.0.0.1:36329_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 195708 INFO  (zkCallback-575-thread-1-processing-n:127.0.0.1:32883_solr) [n:127.0.0.1:32883_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 195713 INFO  (jetty-launcher-538-thread-3) [n:127.0.0.1:32883_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32883_solr
   [junit4]   2> 195714 INFO  (zkCallback-569-thread-1-processing-n:127.0.0.1:36329_solr) [n:127.0.0.1:36329_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 195714 INFO  (zkCallback-571-thread-1-processing-n:127.0.0.1:43695_solr) [n:127.0.0.1:43695_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 195724 INFO  (jetty-launcher-538-thread-1) [n:127.0.0.1:35153_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 195725 INFO  (jetty-launcher-538-thread-1) [n:127.0.0.1:35153_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 195726 INFO  (jetty-launcher-538-thread-1) [n:127.0.0.1:35153_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35153_solr
   [junit4]   2> 195727 INFO  (zkCallback-571-thread-1-processing-n:127.0.0.1:43695_solr) [n:127.0.0.1:43695_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 195737 INFO  (zkCallback-575-thread-1-processing-n:127.0.0.1:32883_solr) [n:127.0.0.1:32883_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 195738 INFO  (zkCallback-569-thread-1-processing-n:127.0.0.1:36329_solr) [n:127.0.0.1:36329_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 195739 INFO  (jetty-launcher-538-thread-4) [n:127.0.0.1:36329_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36329.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b4c3c
   [junit4]   2> 195745 INFO  (jetty-launcher-538-thread-4) [n:127.0.0.1:36329_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36329.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b4c3c
   [junit4]   2> 195745 INFO  (jetty-launcher-538-thread-4) [n:127.0.0.1:36329_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36329.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b4c3c
   [junit4]   2> 195746 INFO  (jetty-launcher-538-thread-4) [n:127.0.0.1:36329_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudConsistency_319162A814CA065F-001/tempDir-001/node4/.
   [junit4]   2> 195754 INFO  (jetty-launcher-538-thread-2) [n:127.0.0.1:43695_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43695.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b4c3c
   [junit4]   2> 195761 INFO  (zkCallback-554-thread-1-processing-n:127.0.0.1:35153_solr) [n:127.0.0.1:35153_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 195762 INFO  (jetty-launcher-538-thread-2) [n:127.0.0.1:43695_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43695.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b4c3c
   [junit4]   2> 195763 INFO  (jetty-launcher-538-thread-2) [n:127.0.0.1:43695_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43695.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b4c3c
   [junit4]   2> 195763 INFO  (jetty-launcher-538-thread-2) [n:127.0.0.1:43695_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudConsistency_319162A814CA065F-001/tempDir-001/node2/.
   [junit4]   2> 195772 INFO  (jetty-launcher-538-thread-3) [n:127.0.0.1:32883_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32883.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b4c3c
   [junit4]   2> 195776 INFO  (jetty-launcher-538-thread-3) [n:127.0.0.1:32883_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32883.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b4c3c
   [junit4]   2> 195777 INFO  (jetty-launcher-538-thread-3) [n:127.0.0.1:32883_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32883.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b4c3c
   [junit4]   2> 195777 INFO  (jetty-launcher-538-thread-3) [n:127.0.0.1:32883_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudConsistency_319162A814CA065F-001/tempDir-001/node3/.
   [junit4]   2> 195804 INFO  (jetty-launcher-538-thread-1) [n:127.0.0.1:35153_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35153.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b4c3c
   [junit4]   2> 195827 INFO  (jetty-launcher-538-thread-1) [n:127.0.0.1:35153_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35153.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b4c3c
   [junit4]   2> 195827 INFO  (jetty-launcher-538-thread-1) [n:127.0.0.1:35153_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35153.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b4c3c
   [junit4]   2> 195829 INFO  (jetty-launcher-538-thread-1) [n:127.0.0.1:35153_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudConsistency_319162A814CA065F-001/tempDir-001/node1/.
   [junit4]   2> 195893 INFO  (zkConnectionManagerCallback-583-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 195902 INFO  (zkConnectionManagerCallback-587-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 195902 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 195903 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40089/solr ready
   [junit4]   2> 195928 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@3559073c{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 195928 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1204791658
   [junit4]   2> 195929 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 195929 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@756d63ac: rootName = solr_36329, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@452d93e7
   [junit4]   2> 195935 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 195935 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7db37e2f: rootName = solr_36329, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@44eb7dbd
   [junit4]   2> 195940 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 195940 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@983b325: rootName = solr_36329, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@20c16aaa
   [junit4]   2> 195941 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:36329_solr
   [junit4]   2> 195942 INFO  (zkCallback-575-thread-1-processing-n:127.0.0.1:32883_solr) [n:127.0.0.1:32883_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 195942 INFO  (zkCallback-554-thread-1-processing-n:127.0.0.1:35153_solr) [n:127.0.0.1:35153_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 195943 INFO  (zkCallback-571-thread-1-processing-n:127.0.0.1:43695_solr) [n:127.0.0.1:43695_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 195944 INFO  (zkCallback-569-thread-1-processing-n:127.0.0.1:36329_solr) [n:127.0.0.1:36329_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 195945 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 195945 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 195948 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1cd40665{/solr,null,UNAVAILABLE}
   [junit4]   2> 195948 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 195953 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T09:27:37+12:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 195973 INFO  (zkCallback-586-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 195996 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 195996 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 195996 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 196013 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4fbbd3e0{/solr,null,AVAILABLE}
   [junit4]   2> 196013 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6f99ac37{SSL,[ssl, http/1.1]}{127.0.0.1:46101}
   [junit4]   2> 196013 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.Server Started @198041ms
   [junit4]   2> 196013 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33693}
   [junit4]   2> 196014 ERROR (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 196028 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 196028 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 196028 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 196028 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-06T21:59:04.325Z
   [junit4]   2> 196032 INFO  (zkConnectionManagerCallback-589-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 196033 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 196057 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40089/solr
   [junit4]   2> 196063 INFO  (zkConnectionManagerCallback-593-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 196077 INFO  (zkConnectionManagerCallback-595-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 196080 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 196081 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [n:127.0.0.1:33693_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 196083 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [n:127.0.0.1:33693_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33693_solr
   [junit4]   2> 196083 INFO  (zkCallback-554-thread-1-processing-n:127.0.0.1:35153_solr) [n:127.0.0.1:35153_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 196083 INFO  (zkCallback-586-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 196083 INFO  (zkCallback-575-thread-1-processing-n:127.0.0.1:32883_solr) [n:127.0.0.1:32883_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 196084 INFO  (zkCallback-571-thread-1-processing-n:127.0.0.1:43695_solr) [n:127.0.0.1:43695_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 196091 INFO  (zkCallback-594-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 196125 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [n:127.0.0.1:33693_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33693.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b4c3c
   [junit4]   2> 196133 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [n:127.0.0.1:33693_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33693.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b4c3c
   [junit4]   2> 196133 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [n:127.0.0.1:33693_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33693.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b4c3c
   [junit4]   2> 196134 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [n:127.0.0.1:33693_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudConsistency_319162A814CA065F-001/tempDir-001/node4/.
   [junit4]   2> 196180 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.c.TestCloudConsistency Adding proxy for URL: https://127.0.0.1:46101/solr. Proxy: https://127.0.0.1:33693/solr
   [junit4]   2> 196193 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@2c17bd4b{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 196193 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1379652739
   [junit4]   2> 196193 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 196194 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1891d87f: rootName = solr_43695, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@5006b764
   [junit4]   2> 196200 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 196200 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@c001874: rootName = solr_43695, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@44eb7dbd
   [junit4]   2> 196204 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 196204 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@19f196c7: rootName = solr_43695, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@20c16aaa
   [junit4]   2> 196210 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:43695_solr
   [junit4]   2> 196211 INFO  (zkCallback-586-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 196211 INFO  (zkCallback-554-thread-1-processing-n:127.0.0.1:35153_solr) [n:127.0.0.1:35153_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 196211 INFO  (zkCallback-575-thread-1-processing-n:127.0.0.1:32883_solr) [n:127.0.0.1:32883_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 196211 INFO  (zkCallback-594-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 196211 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 196212 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 196212 INFO  (zkCallback-571-thread-1-processing-n:127.0.0.1:43695_solr) [n:127.0.0.1:43695_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 196213 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.c.Overseer Overseer (id=72091092824293387-127.0.0.1:43695_solr-n_0000000000) closing
   [junit4]   2> 196213 INFO  (OverseerStateUpdate-72091092824293387-127.0.0.1:43695_solr-n_0000000000) [n:127.0.0.1:43695_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43695_solr
   [junit4]   2> 196216 WARN  (OverseerAutoScalingTriggerThread-72091092824293387-127.0.0.1:43695_solr-n_0000000000) [n:127.0.0.1:43695_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 196222 INFO  (zkCallback-575-thread-1-processing-n:127.0.0.1:32883_solr) [n:127.0.0.1:32883_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:32883_solr
   [junit4]   2> 196222 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1564bfc8{/solr,null,UNAVAILABLE}
   [junit4]   2> 196223 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 196223 INFO  (zkCallback-575-thread-1-processing-n:127.0.0.1:32883_solr) [n:127.0.0.1:32883_solr    ] o.a.s.c.Overseer Overseer (id=72091092824293388-127.0.0.1:32883_solr-n_0000000002) starting
   [junit4]   2> 196224 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T09:27:37+12:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 196237 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 196237 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 196237 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 196237 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@77b6f81b{/solr,null,AVAILABLE}
   [junit4]   2> 196238 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6143d023{SSL,[ssl, http/1.1]}{127.0.0.1:38997}
   [junit4]   2> 196238 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.Server Started @198266ms
   [junit4]   2> 196238 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34177}
   [junit4]   2> 196238 ERROR (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 196241 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 196241 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 196241 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 196241 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-06T21:59:04.538Z
   [junit4]   2> 196300 INFO  (zkConnectionManagerCallback-599-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 196301 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 196329 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40089/solr
   [junit4]   2> 196344 INFO  (zkConnectionManagerCallback-603-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 196372 INFO  (zkConnectionManagerCallback-605-thread-1-processing-n:127.0.0.1:34177_solr) [n:127.0.0.1:34177_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 196379 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [n:127.0.0.1:34177_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 196381 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [n:127.0.0.1:34177_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 196383 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [n:127.0.0.1:34177_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34177_solr
   [junit4]   2> 196384 INFO  (zkCallback-586-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 196384 INFO  (zkCallback-554-thread-1-processing-n:127.0.0.1:35153_solr) [n:127.0.0.1:35153_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 196384 INFO  (zkCallback-594-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 196384 INFO  (zkCallback-575-thread-1-processing-n:127.0.0.1:32883_solr) [n:127.0.0.1:32883_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 196397 INFO  (zkCallback-604-thread-1-processing-n:127.0.0.1:34177_solr) [n:127.0.0.1:34177_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 196440 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [n:127.0.0.1:34177_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34177.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b4c3c
   [junit4]   2> 196457 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [n:127.0.0.1:34177_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34177.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b4c3c
   [junit4]   2> 196457 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [n:127.0.0.1:34177_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34177.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b4c3c
   [junit4]   2> 196459 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [n:127.0.0.1:34177_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudConsistency_319162A814CA065F-001/tempDir-001/node2/.
   [junit4]   2> 196512 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.c.TestCloudConsistency Adding proxy for URL: https://127.0.0.1:38997/solr. Proxy: https://127.0.0.1:34177/solr
   [junit4]   2> 196529 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@6a30210e{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 196529 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1051618205
   [junit4]   2> 196529 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 196530 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6df2e28: rootName = solr_32883, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@328dac07
   [junit4]   2> 196535 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 196535 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6622923d: rootName = solr_32883, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@44eb7dbd
   [junit4]   2> 196538 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 196538 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@52c8cc: rootName = solr_32883, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@20c16aaa
   [junit4]   2> 196539 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:32883_solr
   [junit4]   2> 196540 INFO  (zkCallback-586-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 196540 INFO  (zkCallback-554-thread-1-processing-n:127.0.0.1:35153_solr) [n:127.0.0.1:35153_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 196540 INFO  (zkCallback-594-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 196540 INFO  (zkCallback-604-thread-1-processing-n:127.0.0.1:34177_solr) [n:127.0.0.1:34177_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 196540 INFO  (zkCallback-575-thread-1-processing-n:127.0.0.1:32883_solr) [n:127.0.0.1:32883_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 196540 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 196542 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 196542 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.c.Overseer Overseer (id=72091092824293388-127.0.0.1:32883_solr-n_0000000002) closing
   [junit4]   2> 196542 INFO  (OverseerStateUpdate-72091092824293388-127.0.0.1:32883_solr-n_0000000002) [n:127.0.0.1:32883_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:32883_solr
   [junit4]   2> 196548 WARN  (OverseerAutoScalingTriggerThread-72091092824293388-127.0.0.1:32883_solr-n_0000000002) [n:127.0.0.1:32883_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 196550 INFO  (zkCallback-554-thread-1-processing-n:127.0.0.1:35153_solr) [n:127.0.0.1:35153_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35153_solr
   [junit4]   2> 196551 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2f016f16{/solr,null,UNAVAILABLE}
   [junit4]   2> 196551 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 196551 INFO  (zkCallback-554-thread-1-processing-n:127.0.0.1:35153_solr) [n:127.0.0.1:35153_solr    ] o.a.s.c.Overseer Overseer (id=72091092824293382-127.0.0.1:35153_solr-n_0000000003) starting
   [junit4]   2> 196553 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T09:27:37+12:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 196657 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 196657 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 196657 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 196659 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@15f3d9bc{/solr,null,AVAILABLE}
   [junit4]   2> 196659 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@20e56184{SSL,[ssl, http/1.1]}{127.0.0.1:34013}
   [junit4]   2> 196659 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.Server Started @198688ms
   [junit4]   2> 196660 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44515}
   [junit4]   2> 196660 ERROR (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 196660 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 196660 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 196660 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 196660 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-06T21:59:04.957Z
   [junit4]   2> 196688 INFO  (zkConnectionManagerCallback-609-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 196689 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 196717 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40089/solr
   [junit4]   2> 196720 INFO  (zkConnectionManagerCallback-613-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 196723 INFO  (zkConnectionManagerCallback-615-thread-1-processing-n:127.0.0.1:44515_solr) [n:127.0.0.1:44515_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 196726 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [n:127.0.0.1:44515_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 196727 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [n:127.0.0.1:44515_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 196729 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [n:127.0.0.1:44515_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44515_solr
   [junit4]   2> 196730 INFO  (zkCallback-604-thread-1-processing-n:127.0.0.1:34177_solr) [n:127.0.0.1:34177_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 196730 INFO  (zkCallback-554-thread-1-processing-n:127.0.0.1:35153_solr) [n:127.0.0.1:35153_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 196730 INFO  (zkCallback-594-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 196737 INFO  (zkCallback-586-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 196737 INFO  (zkCallback-614-thread-1-processing-n:127.0.0.1:44515_solr) [n:127.0.0.1:44515_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 196790 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [n:127.0.0.1:44515_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44515.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b4c3c
   [junit4]   2> 196798 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [n:127.0.0.1:44515_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44515.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b4c3c
   [junit4]   2> 196798 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [n:127.0.0.1:44515_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44515.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b4c3c
   [junit4]   2> 196799 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [n:127.0.0.1:44515_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudConsistency_319162A814CA065F-001/tempDir-001/node3/.
   [junit4]   2> 196888 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.c.TestCloudConsistency Adding proxy for URL: https://127.0.0.1:34013/solr. Proxy: https://127.0.0.1:44515/solr
   [junit4]   2> 196890 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@2ef334d0{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 196891 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1696919238
   [junit4]   2> 196895 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 196895 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7277cf24: rootName = solr_35153, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@13131111
   [junit4]   2> 196903 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 196904 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@13a1d2fe: rootName = solr_35153, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@44eb7dbd
   [junit4]   2> 196908 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 196936 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@462da371: rootName = solr_35153, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@20c16aaa
   [junit4]   2> 196937 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:35153_solr
   [junit4]   2> 196939 INFO  (zkCallback-604-thread-1-processing-n:127.0.0.1:34177_solr) [n:127.0.0.1:34177_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 196940 INFO  (zkCallback-614-thread-1-processing-n:127.0.0.1:44515_solr) [n:127.0.0.1:44515_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 196940 INFO  (zkCallback-594-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 196940 INFO  (zkCallback-586-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 196941 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 196941 INFO  (zkCallback-554-thread-1-processing-n:127.0.0.1:35153_solr) [n:127.0.0.1:35153_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 196960 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 196961 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.c.Overseer Overseer (id=72091092824293382-127.0.0.1:35153_solr-n_0000000003) closing
   [junit4]   2> 196961 INFO  (OverseerStateUpdate-72091092824293382-127.0.0.1:35153_solr-n_0000000003) [n:127.0.0.1:35153_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:35153_solr
   [junit4]   2> 196976 WARN  (OverseerAutoScalingTriggerThread-72091092824293382-127.0.0.1:35153_solr-n_0000000003) [n:127.0.0.1:35153_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 196990 INFO  (zkCallback-594-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33693_solr
   [junit4]   2> 196990 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@19daa4f3{/solr,null,UNAVAILABLE}
   [junit4]   2> 196990 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 196992 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T09:27:37+12:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 196992 INFO  (zkCallback-594-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.Overseer Overseer (id=72091092824293393-127.0.0.1:33693_solr-n_0000000004) starting
   [junit4]   2> 197036 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 197036 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 197037 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 197037 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@557f04b{/solr,null,AVAILABLE}
   [junit4]   2> 197038 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5644037c{SSL,[ssl, http/1.1]}{127.0.0.1:41561}
   [junit4]   2> 197038 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.e.j.s.Server Started @199066ms
   [junit4]   2> 197038 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39159}
   [junit4]   2> 197038 ERROR (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 197049 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 197049 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 197049 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 197049 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-06T21:59:05.346Z
   [junit4]   2> 197108 INFO  (zkConnectionManagerCallback-619-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 197109 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 197124 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40089/solr
   [junit4]   2> 197141 INFO  (zkConnectionManagerCallback-623-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 197144 INFO  (zkConnectionManagerCallback-625-thread-1-processing-n:127.0.0.1:39159_solr) [n:127.0.0.1:39159_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 197147 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [n:127.0.0.1:39159_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 197148 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [n:127.0.0.1:39159_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 197150 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [n:127.0.0.1:39159_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39159_solr
   [junit4]   2> 197151 INFO  (zkCallback-604-thread-1-processing-n:127.0.0.1:34177_solr) [n:127.0.0.1:34177_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 197151 INFO  (zkCallback-586-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 197151 INFO  (zkCallback-614-thread-1-processing-n:127.0.0.1:44515_solr) [n:127.0.0.1:44515_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 197151 INFO  (zkCallback-594-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 197172 INFO  (zkCallback-624-thread-1-processing-n:127.0.0.1:39159_solr) [n:127.0.0.1:39159_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 197203 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [n:127.0.0.1:39159_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39159.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b4c3c
   [junit4]   2> 197209 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [n:127.0.0.1:39159_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39159.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b4c3c
   [junit4]   2> 197209 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [n:127.0.0.1:39159_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39159.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b4c3c
   [junit4]   2> 197210 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [n:127.0.0.1:39159_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudConsistency_319162A814CA065F-001/tempDir-001/node1/.
   [junit4]   2> 197264 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.c.TestCloudConsistency Adding proxy for URL: https://127.0.0.1:41561/solr. Proxy: https://127.0.0.1:39159/solr
   [junit4]   2> 197282 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[319162A814CA065F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testOutOfSyncReplicasCannotBecomeLeader
   [junit4]   2> 197282 INFO  (SocketProxy-Acceptor-33693) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=52370,localport=33693], receiveBufferSize:531000
   [junit4]   2> 197304 INFO  (SocketProxy-Acceptor-33693) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=46101,localport=37088], receiveBufferSize=530904
   [junit4]   2> 197406 INFO  (qtp1905743338-2505) [n:127.0.0.1:33693_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&replicationFactor=3&name=outOfSyncReplicasCannotBecomeLeader-false&nrtReplicas=3&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 197411 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection outOfSyncReplicasCannotBecomeLeader-false
   [junit4]   2> 197412 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/protwords.txt
   [junit4]   2> 197417 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/managed-schema
   [junit4]   2> 197418 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/solrconfig.xml
   [junit4]   2> 197419 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/synonyms.txt
   [junit4]   2> 197420 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/stopwords.txt
   [junit4]   2> 197421 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 197423 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 197424 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 197425 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 197426 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 197426 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 197428 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 197428 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 197429 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 197430 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 197431 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 197432 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 197433 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 197434 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 197435 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 197436 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 197437 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 197438 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 197439 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 197440 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 197440 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 197479 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 197480 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 197483 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 197484 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 197485 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 197487 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 197490 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 197491 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 197492 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 197495 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 197496 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) [n:127.0.0.1:33693_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 197505 INFO  (OverseerThreadFactory-980-thread-1-processing-n:127.0.0.1:33693_solr) 

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

9247_solr x:outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n65 s:shard1 c:outOfSyncReplicasCannotBecomeLeader-true r:core_node66) [n:127.0.0.1:39247_solr c:outOfSyncReplicasCannotBecomeLeader-true s:shard1 r:core_node66 x:outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n65] o.a.s.c.RecoveryStrategy Replay not started, or was not successful... still buffering updates.
   [junit4]   2> 279744 INFO  (recoveryExecutor-254-thread-1-processing-n:127.0.0.1:39247_solr x:outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n65 s:shard1 c:outOfSyncReplicasCannotBecomeLeader-true r:core_node66) [n:127.0.0.1:39247_solr c:outOfSyncReplicasCannotBecomeLeader-true s:shard1 r:core_node66 x:outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n65] o.a.s.c.RecoveryStrategy RecoveryStrategy has been closed
   [junit4]   2> 279744 INFO  (recoveryExecutor-254-thread-1-processing-n:127.0.0.1:39247_solr x:outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n65 s:shard1 c:outOfSyncReplicasCannotBecomeLeader-true r:core_node66) [n:127.0.0.1:39247_solr c:outOfSyncReplicasCannotBecomeLeader-true s:shard1 r:core_node66 x:outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n65] o.a.s.c.RecoveryStrategy Finished recovery process, successful=[false]
   [junit4]   2> 279744 INFO  (recoveryExecutor-254-thread-1-processing-n:127.0.0.1:39247_solr x:outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n65 s:shard1 c:outOfSyncReplicasCannotBecomeLeader-true r:core_node66) [n:127.0.0.1:39247_solr c:outOfSyncReplicasCannotBecomeLeader-true s:shard1 r:core_node66 x:outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n65] o.a.s.c.SolrCore [outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n65]  CLOSING SolrCore org.apache.solr.core.SolrCore@444bd091
   [junit4]   2> 279744 INFO  (recoveryExecutor-254-thread-1-processing-n:127.0.0.1:39247_solr x:outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n65 s:shard1 c:outOfSyncReplicasCannotBecomeLeader-true r:core_node66) [n:127.0.0.1:39247_solr c:outOfSyncReplicasCannotBecomeLeader-true s:shard1 r:core_node66 x:outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n65] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.outOfSyncReplicasCannotBecomeLeader-true.shard1.replica_n65, tag=1145819281
   [junit4]   2> 279744 INFO  (recoveryExecutor-254-thread-1-processing-n:127.0.0.1:39247_solr x:outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n65 s:shard1 c:outOfSyncReplicasCannotBecomeLeader-true r:core_node66) [n:127.0.0.1:39247_solr c:outOfSyncReplicasCannotBecomeLeader-true s:shard1 r:core_node66 x:outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n65] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@457f74cf: rootName = solr_39247, domain = solr.core.outOfSyncReplicasCannotBecomeLeader-true.shard1.replica_n65, service url = null, agent id = null] for registry solr.core.outOfSyncReplicasCannotBecomeLeader-true.shard1.replica_n65 / com.codahale.metrics.MetricRegistry@2a74b197
   [junit4]   2> 279760 INFO  (recoveryExecutor-254-thread-1-processing-n:127.0.0.1:39247_solr x:outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n65 s:shard1 c:outOfSyncReplicasCannotBecomeLeader-true r:core_node66) [n:127.0.0.1:39247_solr c:outOfSyncReplicasCannotBecomeLeader-true s:shard1 r:core_node66 x:outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n65] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.outOfSyncReplicasCannotBecomeLeader-true.shard1.leader, tag=1145819281
   [junit4]   2> 279761 WARN  (recoveryExecutor-254-thread-1-processing-n:127.0.0.1:39247_solr x:outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n65 s:shard1 c:outOfSyncReplicasCannotBecomeLeader-true r:core_node66) [n:127.0.0.1:39247_solr c:outOfSyncReplicasCannotBecomeLeader-true s:shard1 r:core_node66 x:outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n65] o.a.s.c.RecoveryStrategy Stopping recovery for core=[outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n65] coreNodeName=[core_node66]
   [junit4]   2> 279767 INFO  (jetty-closer-138-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@54c379c5{/solr,null,UNAVAILABLE}
   [junit4]   2> 279768 INFO  (jetty-closer-138-thread-3) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 279768 ERROR (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 279768 INFO  (SUITE-TestCloudConsistency-seed#[319162A814CA065F]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:36987 36987
   [junit4]   2> 279803 INFO  (Thread-139) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:36987 36987
   [junit4]   2> 279804 WARN  (Thread-139) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	33	/solr/collections/outOfSyncReplicasCannotBecomeLeader-false/terms/shard1
   [junit4]   2> 	27	/solr/collections/outOfSyncReplicasCannotBecomeLeader-true/terms/shard1
   [junit4]   2> 	13	/solr/aliases.json
   [junit4]   2> 	12	/solr/security.json
   [junit4]   2> 	6	/solr/collections/outOfSyncReplicasCannotBecomeLeader-true/collectionprops.json
   [junit4]   2> 	6	/solr/configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED
   [junit4]   2> 	6	/solr/configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/managed-schema
   [junit4]   2> 	4	/solr/configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/managed-schema
   [junit4]   2> 	4	/solr/collections/outOfSyncReplicasCannotBecomeLeader-false/collectionprops.json
   [junit4]   2> 	4	/solr/configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	59	/solr/collections/outOfSyncReplicasCannotBecomeLeader-true/state.json
   [junit4]   2> 	58	/solr/collections/outOfSyncReplicasCannotBecomeLeader-false/state.json
   [junit4]   2> 	13	/solr/clusterprops.json
   [junit4]   2> 	13	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/autoscaling.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72091314968526855-127.0.0.1:44601_solr-n_0000000000
   [junit4]   2> 	2	/solr/collections/outOfSyncReplicasCannotBecomeLeader-true/leader_elect/shard1/election/72091314968526877-core_node62-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/72091314968526874-127.0.0.1:34685_solr-n_0000000007
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/live_nodes
   [junit4]   2> 	13	/solr/collections
   [junit4]   2> 	6	/solr/overseer/queue
   [junit4]   2> 	6	/solr/overseer/collection-queue-work
   [junit4]   2> 	6	/solr/overseer/queue-work
   [junit4]   2> 	4	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudConsistency_319162A814CA065F-001
   [junit4]   2> Mar 06, 2018 10:59:01 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=208, maxMBSortInHeap=5.437438571950403, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3a5f5985), locale=sl-SI, timezone=AST
   [junit4]   2> NOTE: Linux 4.13.0-36-generic amd64/Oracle Corporation 1.8.0_162 (64-bit)/cpus=8,threads=1,free=349708984,total=495452160
   [junit4]   2> NOTE: All tests run in this JVM: [TestCloudConsistency, TestCloudConsistency]
   [junit4] Completed [5/5 (1!)] on J0 in 208.63s, 2 tests, 1 failure <<< FAILURES!

[...truncated 11 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1561: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1085: There were test failures: 5 suites, 10 tests, 1 failure [seed: 319162A814CA065F]

Total time: 4 minutes 44 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   1/5 failed: org.apache.solr.cloud.TestCloudConsistency
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=28de8218fee732077d91d52fb04e6abe427efdc7, workspace=/var/lib/jenkins/workspace/Lucene-Solr-master-Linux
[WARNINGS] Computing warning deltas based on reference build #21582
Recording test results
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

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

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

3 tests failed.
FAILED:  org.apache.solr.cloud.MoveReplicaHDFSTest.testFailedMove

Error Message:


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


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

Error Message:
Error from server at http://127.0.0.1:35277/solr: delete the collection time out:180s

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:35277/solr: delete the collection time out:180s
	at __randomizedtesting.SeedInfo.seed([BD473B766A761C8B:351304ACC48A7173]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:451)
	at org.apache.solr.cloud.MoveReplicaTest.beforeTest(MoveReplicaTest.java:97)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:968)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.MoveReplicaHDFSTest.testNormalMove

Error Message:
Error from server at http://127.0.0.1:35277/solr: delete the collection time out:180s

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:35277/solr: delete the collection time out:180s
	at __randomizedtesting.SeedInfo.seed([BD473B766A761C8B:1B9F8CD1EF97DE91]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:451)
	at org.apache.solr.cloud.MoveReplicaTest.beforeTest(MoveReplicaTest.java:97)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:968)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13290 lines...]
   [junit4] Suite: org.apache.solr.cloud.MoveReplicaHDFSTest
   [junit4]   2> 946341 INFO  (SUITE-MoveReplicaHDFSTest-seed#[BD473B766A761C8B]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_BD473B766A761C8B-001/init-core-data-001
   [junit4]   2> 946341 INFO  (SUITE-MoveReplicaHDFSTest-seed#[BD473B766A761C8B]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 946343 INFO  (SUITE-MoveReplicaHDFSTest-seed#[BD473B766A761C8B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 946343 INFO  (SUITE-MoveReplicaHDFSTest-seed#[BD473B766A761C8B]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_BD473B766A761C8B-001/tempDir-001
   [junit4]   2> 946343 INFO  (SUITE-MoveReplicaHDFSTest-seed#[BD473B766A761C8B]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 946343 INFO  (Thread-3638) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 946343 INFO  (Thread-3638) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 946345 ERROR (Thread-3638) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 946443 INFO  (SUITE-MoveReplicaHDFSTest-seed#[BD473B766A761C8B]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:40477
   [junit4]   2> 946446 INFO  (zkConnectionManagerCallback-2337-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946449 INFO  (jetty-launcher-2334-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T13:27:37-08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 946449 INFO  (jetty-launcher-2334-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T13:27:37-08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 946449 INFO  (jetty-launcher-2334-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T13:27:37-08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 946449 INFO  (jetty-launcher-2334-thread-4) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T13:27:37-08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 946450 INFO  (jetty-launcher-2334-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 946450 INFO  (jetty-launcher-2334-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 946450 INFO  (jetty-launcher-2334-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 946450 INFO  (jetty-launcher-2334-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 946450 INFO  (jetty-launcher-2334-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 946450 INFO  (jetty-launcher-2334-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 946450 INFO  (jetty-launcher-2334-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 946450 INFO  (jetty-launcher-2334-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 946450 INFO  (jetty-launcher-2334-thread-3) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 946450 INFO  (jetty-launcher-2334-thread-4) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 946450 INFO  (jetty-launcher-2334-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 946450 INFO  (jetty-launcher-2334-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6b85ff{/solr,null,AVAILABLE}
   [junit4]   2> 946450 INFO  (jetty-launcher-2334-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 946451 INFO  (jetty-launcher-2334-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@289b3a{/solr,null,AVAILABLE}
   [junit4]   2> 946451 INFO  (jetty-launcher-2334-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@f8e9e8{/solr,null,AVAILABLE}
   [junit4]   2> 946451 INFO  (jetty-launcher-2334-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@51baf{/solr,null,AVAILABLE}
   [junit4]   2> 946451 INFO  (jetty-launcher-2334-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@e624c2{HTTP/1.1,[http/1.1]}{127.0.0.1:43833}
   [junit4]   2> 946451 INFO  (jetty-launcher-2334-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@d436e7{HTTP/1.1,[http/1.1]}{127.0.0.1:40395}
   [junit4]   2> 946451 INFO  (jetty-launcher-2334-thread-1) [    ] o.e.j.s.Server Started @947518ms
   [junit4]   2> 946451 INFO  (jetty-launcher-2334-thread-2) [    ] o.e.j.s.Server Started @947518ms
   [junit4]   2> 946451 INFO  (jetty-launcher-2334-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43833}
   [junit4]   2> 946451 INFO  (jetty-launcher-2334-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40395}
   [junit4]   2> 946451 INFO  (jetty-launcher-2334-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1a0afc1{HTTP/1.1,[http/1.1]}{127.0.0.1:35277}
   [junit4]   2> 946451 INFO  (jetty-launcher-2334-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1749acb{HTTP/1.1,[http/1.1]}{127.0.0.1:40807}
   [junit4]   2> 946451 INFO  (jetty-launcher-2334-thread-3) [    ] o.e.j.s.Server Started @947518ms
   [junit4]   2> 946451 INFO  (jetty-launcher-2334-thread-4) [    ] o.e.j.s.Server Started @947518ms
   [junit4]   2> 946451 INFO  (jetty-launcher-2334-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35277}
   [junit4]   2> 946452 INFO  (jetty-launcher-2334-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40807}
   [junit4]   2> 946452 ERROR (jetty-launcher-2334-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 946452 ERROR (jetty-launcher-2334-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 946452 INFO  (jetty-launcher-2334-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 946452 ERROR (jetty-launcher-2334-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 946452 INFO  (jetty-launcher-2334-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 946452 INFO  (jetty-launcher-2334-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 946452 INFO  (jetty-launcher-2334-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 946452 INFO  (jetty-launcher-2334-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 946452 INFO  (jetty-launcher-2334-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-07T02:16:08.205Z
   [junit4]   2> 946452 INFO  (jetty-launcher-2334-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 946452 INFO  (jetty-launcher-2334-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 946452 INFO  (jetty-launcher-2334-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-07T02:16:08.205Z
   [junit4]   2> 946452 INFO  (jetty-launcher-2334-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 946452 ERROR (jetty-launcher-2334-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 946452 INFO  (jetty-launcher-2334-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 946452 INFO  (jetty-launcher-2334-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 946452 INFO  (jetty-launcher-2334-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-07T02:16:08.205Z
   [junit4]   2> 946452 INFO  (jetty-launcher-2334-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 946452 INFO  (jetty-launcher-2334-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 946452 INFO  (jetty-launcher-2334-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-07T02:16:08.205Z
   [junit4]   2> 946453 INFO  (zkConnectionManagerCallback-2341-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946453 INFO  (zkConnectionManagerCallback-2345-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946454 INFO  (zkConnectionManagerCallback-2339-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946454 INFO  (jetty-launcher-2334-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 946454 INFO  (zkConnectionManagerCallback-2343-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946454 INFO  (jetty-launcher-2334-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 946454 INFO  (jetty-launcher-2334-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 946454 INFO  (jetty-launcher-2334-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 946477 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1001f62e6570001, likely client has closed socket
   [junit4]   2> 946479 INFO  (jetty-launcher-2334-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40477/solr
   [junit4]   2> 946479 INFO  (jetty-launcher-2334-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40477/solr
   [junit4]   2> 946480 INFO  (jetty-launcher-2334-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40477/solr
   [junit4]   2> 946480 INFO  (jetty-launcher-2334-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40477/solr
   [junit4]   2> 946480 INFO  (zkConnectionManagerCallback-2355-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946481 INFO  (zkConnectionManagerCallback-2357-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946481 INFO  (zkConnectionManagerCallback-2359-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946481 INFO  (zkConnectionManagerCallback-2361-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946481 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1001f62e6570006, likely client has closed socket
   [junit4]   2> 946481 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1001f62e6570007, likely client has closed socket
   [junit4]   2> 946481 DEBUG (jetty-launcher-2334-thread-1) [n:127.0.0.1:43833_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$237/22906710@14968e6
   [junit4]   2> 946481 DEBUG (jetty-launcher-2334-thread-3) [n:127.0.0.1:35277_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$237/22906710@13e556a
   [junit4]   2> 946481 DEBUG (jetty-launcher-2334-thread-4) [n:127.0.0.1:40807_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$237/22906710@1d5310d
   [junit4]   2> 946482 DEBUG (jetty-launcher-2334-thread-2) [n:127.0.0.1:40395_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$237/22906710@1359dfd
   [junit4]   2> 946482 INFO  (zkConnectionManagerCallback-2363-thread-1-processing-n:127.0.0.1:43833_solr) [n:127.0.0.1:43833_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946482 INFO  (zkConnectionManagerCallback-2367-thread-1-processing-n:127.0.0.1:40807_solr) [n:127.0.0.1:40807_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946483 INFO  (zkConnectionManagerCallback-2365-thread-1-processing-n:127.0.0.1:35277_solr) [n:127.0.0.1:35277_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946483 INFO  (zkConnectionManagerCallback-2369-thread-1-processing-n:127.0.0.1:40395_solr) [n:127.0.0.1:40395_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946529 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 946530 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 946530 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 946530 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 946530 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 946530 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 946530 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 946530 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 946530 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 946530 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 946530 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 946530 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 946530 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 946530 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 946530 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 946530 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 946530 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 946530 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 946530 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 946530 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 946530 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 946530 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 946531 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 946531 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 946532 INFO  (jetty-launcher-2334-thread-2) [n:127.0.0.1:40395_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 946532 INFO  (jetty-launcher-2334-thread-4) [n:127.0.0.1:40807_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 946532 INFO  (jetty-launcher-2334-thread-3) [n:127.0.0.1:35277_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 946532 DEBUG (jetty-launcher-2334-thread-2) [n:127.0.0.1:40395_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72092103669645324-127.0.0.1:40395_solr-n_0000000000
   [junit4]   2> 946532 INFO  (jetty-launcher-2334-thread-1) [n:127.0.0.1:43833_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 946532 DEBUG (jetty-launcher-2334-thread-4) [n:127.0.0.1:40807_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72092103669645322-127.0.0.1:40807_solr-n_0000000001
   [junit4]   2> 946532 DEBUG (jetty-launcher-2334-thread-3) [n:127.0.0.1:35277_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72092103669645323-127.0.0.1:35277_solr-n_0000000002
   [junit4]   2> 946532 INFO  (jetty-launcher-2334-thread-2) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40395_solr
   [junit4]   2> 946532 DEBUG (jetty-launcher-2334-thread-1) [n:127.0.0.1:43833_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72092103669645321-127.0.0.1:43833_solr-n_0000000003
   [junit4]   2> 946532 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72092103669645324-127.0.0.1:40395_solr-n_0000000000
   [junit4]   2> 946532 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72092103669645322-127.0.0.1:40807_solr-n_0000000001
   [junit4]   2> 946533 DEBUG (jetty-launcher-2334-thread-4) [n:127.0.0.1:40807_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72092103669645324-127.0.0.1:40395_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 946533 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72092103669645323-127.0.0.1:35277_solr-n_0000000002
   [junit4]   2> 946533 DEBUG (jetty-launcher-2334-thread-3) [n:127.0.0.1:35277_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72092103669645322-127.0.0.1:40807_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 946533 DEBUG (jetty-launcher-2334-thread-1) [n:127.0.0.1:43833_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72092103669645323-127.0.0.1:35277_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 946533 INFO  (jetty-launcher-2334-thread-4) [n:127.0.0.1:40807_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40807_solr
   [junit4]   2> 946533 INFO  (jetty-launcher-2334-thread-2) [n:127.0.0.1:40395_solr    ] o.a.s.c.Overseer Overseer (id=72092103669645324-127.0.0.1:40395_solr-n_0000000000) starting
   [junit4]   2> 946533 INFO  (jetty-launcher-2334-thread-3) [n:127.0.0.1:35277_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35277_solr
   [junit4]   2> 946533 INFO  (jetty-launcher-2334-thread-1) [n:127.0.0.1:43833_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43833_solr
   [junit4]   2> 946533 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 946533 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 946533 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 946533 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 946533 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 946533 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 946534 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 946534 INFO  (zkCallback-2362-thread-1-processing-n:127.0.0.1:43833_solr) [n:127.0.0.1:43833_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 946534 INFO  (zkCallback-2368-thread-1-processing-n:127.0.0.1:40395_solr) [n:127.0.0.1:40395_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 946534 INFO  (zkCallback-2364-thread-1-processing-n:127.0.0.1:35277_solr) [n:127.0.0.1:35277_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 946536 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 946536 INFO  (zkCallback-2366-thread-1-processing-n:127.0.0.1:40807_solr) [n:127.0.0.1:40807_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 946541 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 946541 DEBUG (OverseerStateUpdate-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 946541 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0
   [junit4]   2> 946541 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 946541 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 946541 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 946541 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 946541 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 elements. ExcludeSet: []
   [junit4]   2> 946541 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue-work
   [junit4]   2> 946541 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 946542 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 946546 DEBUG (jetty-launcher-2334-thread-2) [n:127.0.0.1:40395_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:40395_solr as DOWN
   [junit4]   2> 946546 DEBUG (OverseerAutoScalingTriggerThread-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 946547 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/autoscaling.json
   [junit4]   2> 946547 DEBUG (OverseerAutoScalingTriggerThread-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 946547 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 946547 INFO  (jetty-launcher-2334-thread-2) [n:127.0.0.1:40395_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40395_solr
   [junit4]   2> 946547 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 946547 DEBUG (OverseerAutoScalingTriggerThread-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:40807_solr, 127.0.0.1:35277_solr, 127.0.0.1:43833_solr]
   [junit4]   2> 946547 DEBUG (OverseerAutoScalingTriggerThread-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 946547 DEBUG (OverseerAutoScalingTriggerThread-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 946547 DEBUG (OverseerStateUpdate-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:40395_solr"} current state version: 0
   [junit4]   2> 946548 DEBUG (OverseerStateUpdate-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:40395_solr
   [junit4]   2> 946548 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 946548 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 946548 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 946548 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 946548 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 946548 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 946548 INFO  (zkCallback-2366-thread-1-processing-n:127.0.0.1:40807_solr) [n:127.0.0.1:40807_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 946548 INFO  (zkCallback-2362-thread-1-processing-n:127.0.0.1:43833_solr) [n:127.0.0.1:43833_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 946548 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 946548 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 946548 INFO  (zkCallback-2364-thread-1-processing-n:127.0.0.1:35277_solr) [n:127.0.0.1:35277_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 946548 INFO  (zkCallback-2368-thread-1-processing-n:127.0.0.1:40395_solr) [n:127.0.0.1:40395_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 946552 DEBUG (OverseerAutoScalingTriggerThread-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 946552 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 946552 DEBUG (OverseerAutoScalingTriggerThread-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 946553 DEBUG (ScheduledTrigger-4560-thread-1) [n:127.0.0.1:40395_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 946648 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 946648 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 946648 INFO  (jetty-launcher-2334-thread-4) [n:127.0.0.1:40807_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40807.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f339
   [junit4]   2> 946658 INFO  (jetty-launcher-2334-thread-4) [n:127.0.0.1:40807_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40807.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f339
   [junit4]   2> 946659 INFO  (jetty-launcher-2334-thread-4) [n:127.0.0.1:40807_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40807.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f339
   [junit4]   2> 946660 INFO  (jetty-launcher-2334-thread-4) [n:127.0.0.1:40807_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_BD473B766A761C8B-001/tempDir-001/node4/.
   [junit4]   2> 946780 INFO  (jetty-launcher-2334-thread-2) [n:127.0.0.1:40395_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40395.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f339
   [junit4]   2> 946780 INFO  (jetty-launcher-2334-thread-3) [n:127.0.0.1:35277_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35277.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f339
   [junit4]   2> 946790 INFO  (jetty-launcher-2334-thread-2) [n:127.0.0.1:40395_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40395.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f339
   [junit4]   2> 946790 INFO  (jetty-launcher-2334-thread-2) [n:127.0.0.1:40395_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40395.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f339
   [junit4]   2> 946791 INFO  (jetty-launcher-2334-thread-3) [n:127.0.0.1:35277_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35277.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f339
   [junit4]   2> 946791 INFO  (jetty-launcher-2334-thread-3) [n:127.0.0.1:35277_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35277.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f339
   [junit4]   2> 946791 INFO  (jetty-launcher-2334-thread-2) [n:127.0.0.1:40395_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_BD473B766A761C8B-001/tempDir-001/node2/.
   [junit4]   2> 946793 INFO  (jetty-launcher-2334-thread-3) [n:127.0.0.1:35277_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_BD473B766A761C8B-001/tempDir-001/node3/.
   [junit4]   2> 946842 INFO  (jetty-launcher-2334-thread-1) [n:127.0.0.1:43833_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43833.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f339
   [junit4]   2> 946853 INFO  (jetty-launcher-2334-thread-1) [n:127.0.0.1:43833_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43833.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f339
   [junit4]   2> 946853 INFO  (jetty-launcher-2334-thread-1) [n:127.0.0.1:43833_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43833.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f339
   [junit4]   2> 946854 INFO  (jetty-launcher-2334-thread-1) [n:127.0.0.1:43833_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_BD473B766A761C8B-001/tempDir-001/node1/.
   [junit4]   2> 946910 INFO  (zkConnectionManagerCallback-2379-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946913 INFO  (zkConnectionManagerCallback-2383-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946914 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 946914 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 946914 INFO  (SUITE-MoveReplicaHDFSTest-seed#[BD473B766A761C8B]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 946915 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 946915 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 946915 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 946915 INFO  (SUITE-MoveReplicaHDFSTest-seed#[BD473B766A761C8B]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40477/solr ready
   [junit4]   2> 946919 INFO  (qtp29684825-11294) [n:127.0.0.1:40395_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 946919 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 946919 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 946920 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 946920 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000
   [junit4]   2> 946920 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 946921 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 946921 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000
   [junit4]   2> 946921 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskQueue Returning topN elements: [/overseer/collection-queue-work/qn-0000000000, ]
   [junit4]   2> 946921 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ecf]]
   [junit4]   2> 946921 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as running
   [junit4]   2> 946921 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{"operation":"overseerstatus"}
   [junit4]   2> 946921 DEBUG (OverseerThreadFactory-4562-thread-1-processing-n:127.0.0.1:40395_solr) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskProcessor Runner processing /overseer/collection-queue-work/qn-0000000000
   [junit4]   2> 946921 DEBUG (OverseerThreadFactory-4562-thread-1-processing-n:127.0.0.1:40395_solr) [n:127.0.0.1:40395_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : overseerstatus , {"operation":"overseerstatus"}
   [junit4]   2> 946921 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1
   [junit4]   2> 946921 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 946921 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 946921 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 946921 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 946922 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 99 elements. ExcludeSet: [/overseer/collection-queue-work/qn-0000000000],[]
   [junit4]   2> 946923 DEBUG (OverseerThreadFactory-4562-thread-1-processing-n:127.0.0.1:40395_solr) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskProcessor Completed task:[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 946924 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 946924 DEBUG (zkCallback-2368-thread-1-processing-n:127.0.0.1:40395_solr) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskQueue NodeDataChanged fired on path /overseer/collection-queue-work/qnr-0000000000 state SyncConnected latchEventType null
   [junit4]   2> 946924 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 946924 DEBUG (OverseerThreadFactory-4562-thread-1-processing-n:127.0.0.1:40395_solr) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as completed.
   [junit4]   2> 946924 DEBUG (OverseerThreadFactory-4562-thread-1-processing-n:127.0.0.1:40395_solr) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 946924 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 946924 DEBUG (OverseerThreadFactory-4562-thread-1-processing-n:127.0.0.1:40395_solr) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 946924 DEBUG (OverseerThreadFactory-4562-thread-1-processing-n:127.0.0.1:40395_solr) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 946924 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000
   [junit4]   2> 946924 DEBUG (OverseerThreadFactory-4562-thread-1-processing-n:127.0.0.1:40395_solr) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 946924 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 946924 DEBUG (OverseerThreadFactory-4562-thread-1-processing-n:127.0.0.1:40395_solr) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{leader=127.0.0.1:40395_solr,overseer_queue_size=0,overseer_work_queue_size=0,overseer_collection_queue_size=2,overseer_operations={am_i_leader={requests=3,errors=0,avgRequestsPerSecond=7.865986330866522,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.13886733333333331,medianRequestTime=0.127666,75thPcRequestTime=0.164519,95thPcRequestTime=0.164519,99thPcRequestTime=0.164519,999thPcRequestTime=0.164519},downnode={requests=1,errors=0,avgRequestsPerSecond=2.6700103312845753,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.036615,medianRequestTime=0.036615,75thPcRequestTime=0.036615,95thPcRequestTime=0.036615,99thPcRequestTime=0.036615,999thPcRequestTime=0.036615}},collection_operations={am_i_leader={requests=3,errors=0,avgRequestsPerSecond=7.868805442258893,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.150588,medianRequestTime=0.126826,75thPcRequestTime=0.235287,95thPcRequestTime=0.235287,99thPcRequestTime=0.235287,999thPcRequestTime=0.235287},overseerstatus={requests=0,errors=0,avgRequestsPerSecond=0.0,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.0,medianRequestTime=0.0,75thPcRequestTime=0.0,95thPcRequestTime=0.0,99thPcRequestTime=0.0,999thPcRequestTime=0.0}},overseer_queue={},overseer_internal_queue={peek={avgRequestsPerSecond=2.626534804778716,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.134308,medianRequestTime=0.134308,75thPcRequestTime=0.134308,95thPcRequestTime=0.134308,99thPcRequestTime=0.134308,999thPcRequestTime=0.134308}},collection_queue={peektopn_wait2000={avgRequestsPerSecond=2.6270696031346636,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=379.391915,medianRequestTime=379.391915,75thPcRequestTime=379.391915,95thPcRequestTime=379.391915,99thPcRequestTime=379.391915,999thPcRequestTime=379.391915}}}
   [junit4]   2> 946925 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 946926 INFO  (qtp29684825-11294) [n:127.0.0.1:40395_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=6
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 946995 WARN  (SUITE-MoveReplicaHDFSTest-seed#[BD473B766A761C8B]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 947008 WARN  (SUITE-MoveReplicaHDFSTest-seed#[BD473B766A761C8B]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 947010 INFO  (SUITE-MoveReplicaHDFSTest-seed#[BD473B766A761C8B]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 947025 INFO  (SUITE-MoveReplicaHDFSTest-seed#[BD473B766A761C8B]-worker) [    ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs to ./temp/Jetty_localhost_localdomain_34463_hdfs____.qftnhy/webapp
   [junit4]   2> 947553 DEBUG (ScheduledTrigger-4560-thread-1) [n:127.0.0.1:40395_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 947563 INFO  (SUITE-MoveReplicaHDFSTest-seed#[BD473B766A761C8B]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:34463
   [junit4]   2> 947656 WARN  (SUITE-MoveReplicaHDFSTest-seed#[BD473B766A761C8B]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 947657 INFO  (SUITE-MoveReplicaHDFSTest-seed#[BD473B766A761C8B]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 947667 INFO  (SUITE-MoveReplicaHDFSTest-seed#[BD473B766A761C8B]-worker) [    ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_45521_datanode____2z88sa/webapp
   [junit4]   2> 948129 INFO  (SUITE-MoveReplicaHDFSTest-seed#[BD473B766A761C8B]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:45521
   [junit4]   2> 948162 WARN  (SUITE-MoveReplicaHDFSTest-seed#[BD473B766A761C8B]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 948163 INFO  (SUITE-MoveReplicaHDFSTest-seed#[BD473B766A761C8B]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 948173 INFO  (SUITE-MoveReplicaHDFSTest-seed#[BD473B766A761C8B]-worker) [    ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_37323_datanode____.otsabt/webapp
   [junit4]   2> 948537 ERROR (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_BD473B766A761C8B-001/tempDir-002/hdfsBaseDir/data/data1/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_BD473B766A761C8B-001/tempDir-002/hdfsBaseDir/data/data2/]]  heartbeating to localhost.localdomain/127.0.0.1:36649) [    ] o.a.h.h.s.d.DirectoryScanner dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 ms/sec. Assuming default value of 1000
   [junit4]   2> 948544 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x1deeb5a52f934: from storage DS-10303c8f-8de9-4e0c-9cb7-b291027a234a node DatanodeRegistration(127.0.0.1:33157, datanodeUuid=30836354-85cc-4572-b0a7-43b395a9977a, infoPort=37383, infoSecurePort=0, ipcPort=39231, storageInfo=lv=-56;cid=testClusterID;nsid=898129867;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 948544 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x1deeb5a52f934: from storage DS-416e5f1b-e29b-4ecc-b787-74ab65e341a3 node DatanodeRegistration(127.0.0.1:33157, datanodeUuid=30836354-85cc-4572-b0a7-43b395a9977a, infoPort=37383, infoSecurePort=0, ipcPort=39231, storageInfo=lv=-56;cid=testClusterID;nsid=898129867;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 948554 DEBUG (ScheduledTrigger-4560-thread-2) [n:127.0.0.1:40395_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 948633 INFO  (SUITE-MoveReplicaHDFSTest-seed#[BD473B766A761C8B]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:37323
   [junit4]   2> 948759 ERROR (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_BD473B766A761C8B-001/tempDir-002/hdfsBaseDir/data/data3/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_BD473B766A761C8B-001/tempDir-002/hdfsBaseDir/data/data4/]]  heartbeating to localhost.localdomain/127.0.0.1:36649) [    ] o.a.h.h.s.d.DirectoryScanner dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 ms/sec. Assuming default value of 1000
   [junit4]   2> 948764 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x1deeb6778e22c: from storage DS-b820401d-0734-4dcd-a4e2-33530ff97329 node DatanodeRegistration(127.0.0.1:45689, datanodeUuid=7cc3eb2b-622e-4c5c-b7f4-e7791bde8f23, infoPort=44153, infoSecurePort=0, ipcPort=42713, storageInfo=lv=-56;cid=testClusterID;nsid=898129867;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 948764 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x1deeb6778e22c: from storage DS-827a4e0a-5495-49a2-869a-5302edee62f6 node DatanodeRegistration(127.0.0.1:45689, datanodeUuid=7cc3eb2b-622e-4c5c-b7f4-e7791bde8f23, infoPort=44153, infoSecurePort=0, ipcPort=42713, storageInfo=lv=-56;cid=testClusterID;nsid=898129867;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 948925 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskProcessor Got 0 tasks from work-queue : [[]]
   [junit4]   2> 948928 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0
   [junit4]   2> 948930 INFO  (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_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> 948936 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 948937 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 948938 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 948939 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 948940 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 elements. ExcludeSet: []
   [junit4]   2> 948949 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[BD473B766A761C8B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFailedMove
   [junit4]   2> 948949 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 948950 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 948950 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[BD473B766A761C8B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 948950 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 948950 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 948950 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 948951 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[BD473B766A761C8B]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T13:27:37-08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 948952 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[BD473B766A761C8B]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 948952 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[BD473B766A761C8B]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 948952 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[BD473B766A761C8B]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 948952 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[BD473B766A761C8B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@8b33dd{/solr,null,AVAILABLE}
   [junit4]   2> 948953 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[BD473B766A761C8B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@11d1543{HTTP/1.1,[http/1.1]}{127.0.0.1:36515}
   [junit4]   2> 948953 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[BD473B766A761C8B]) [    ] o.e.j.s.Server Started @950020ms
   [junit4]   2> 948953 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[BD473B766A761C8B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36515}
   [junit4]   2> 948953 ERROR (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[BD473B766A761C8B]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 948953 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[BD473B766A761C8B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 948953 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[BD473B766A761C8B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 948953 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[BD473B766A761C8B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 948954 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[BD473B766A761C8B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-07T02:16:10.706Z
   [junit4]   2> 948955 INFO  (zkConnectionManagerCallback-2386-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 948956 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[BD473B766A761C8B]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 948987 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[BD473B766A761C8B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40477/solr
   [junit4]   2> 948989 INFO  (zkConnectionManagerCallback-2390-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 948990 DEBUG (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[BD473B766A761C8B]) [n:127.0.0.1:36515_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$237/22906710@20527b
   [junit4]   2> 948991 INFO  (zkConnectionManagerCallback-2392-thread-1-processing-n:127.0.0.1:36515_solr) [n:127.0.0.1:36515_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 948996 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 948996 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 948997 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[BD473B766A761C8B]) [n:127.0.0.1:36515_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 948997 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 948997 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 948997 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 948998 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 948998 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[BD473B766A761C8B]) [n:127.0.0.1:36515_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 948999 DEBUG (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[BD473B766A761C8B]) [n:127.0.0.1:36515_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72092103669645329-127.0.0.1:36515_solr-n_0000000004
   [junit4]   2> 948999 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72092103669645321-127.0.0.1:43833_solr-n_0000000003
   [junit4]   2> 948999 DEBUG (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[BD473B766A761C8B]) [n:127.0.0.1:36515_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72092103669645321-127.0.0.1:43833_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 949000 DEBUG (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[BD473B766A761C8B]) [n:127.0.0.1:36515_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:36515_solr as DOWN
   [junit4]   2> 949000 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 949001 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[BD473B766A761C8B]) [n:127.0.0.1:36515_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36515_solr
   [junit4]   2> 949001 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 949001 DEBUG (OverseerStateUpdate-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:36515_solr"} current state version: 0
   [junit4]   2> 949001 DEBUG (OverseerStateUpdate-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:36515_solr
   [junit4]   2> 949001 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 949001 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 949001 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 949001 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 949001 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 949001 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 949002 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 949002 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 949002 INFO  (zkCallback-2366-thread-1-processing-n:127.0.0.1:40807_solr) [n:127.0.0.1:40807_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 949002 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 949002 INFO  (zkCallback-2362-thread-1-processing-n:127.0.0.1:43833_solr) [n:127.0.0.1:43833_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 949002 INFO  (zkCallback-2368-thread-1-processing-n:127.0.0.1:40395_solr) [n:127.0.0.1:40395_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 949002 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 949002 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 949002 INFO  (zkCallback-2364-thread-1-processing-n:127.0.0.1:35277_solr) [n:127.0.0.1:35277_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 949002 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 949002 INFO  (zkCallback-2382-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 949002 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 949002 INFO  (zkCallback-2391-thread-1-processing-n:127.0.0.1:36515_solr) [n:127.0.0.1:36515_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 949002 INFO  (zkCallback-2382-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 949102 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 949102 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 949135 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[BD473B766A761C8B]) [n:127.0.0.1:36515_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36515.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f339
   [junit4]   2> 949148 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[BD473B766A761C8B]) [n:127.0.0.1:36515_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36515.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f339
   [junit4]   2> 949149 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[BD473B766A761C8B]) [n:127.0.0.1:36515_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36515.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f339
   [junit4]   2> 949150 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[BD473B766A761C8B]) [n:127.0.0.1:36515_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_BD473B766A761C8B-001/tempDir-001/node5/.
   [junit4]   2> 949219 INFO  (zkConnectionManagerCallback-2396-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 949223 INFO  (qtp30485957-11298) [n:127.0.0.1:35277_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf1&autoAddReplicas=false&name=MoveReplicaHDFSTest_failed_coll_true&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 949224 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 949224 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/overseer/collection-queue-work/qnr-0000000002
   [junit4]   2> 949224 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 949225 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000002
   [junit4]   2> 949225 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 949225 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 949226 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000002
   [junit4]   2> 949226 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskQueue Returning topN elements: [/overseer/collection-queue-work/qn-0000000002, ]
   [junit4]   2> 949226 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ed1]]
   [junit4]   2> 949226 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000002] as running
   [junit4]   2> 949226 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000002 message:{
   [junit4]   2>   "name":"MoveReplicaHDFSTest_failed_coll_true",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 949226 DEBUG (OverseerThreadFactory-4562-thread-2-processing-n:127.0.0.1:40395_solr) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskProcessor Runner processing /overseer/collection-queue-work/qn-0000000002
   [junit4]   2> 949227 DEBUG (OverseerThreadFactory-4562-thread-2-processing-n:127.0.0.1:40395_solr) [n:127.0.0.1:40395_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"MoveReplicaHDFSTest_failed_coll_true",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 949227 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1
   [junit4]   2> 949227 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 949227 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 949227 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 949227 INFO  (OverseerThreadFactory-4562-thread-2-processing-n:127.0.0.1:40395_solr) [n:127.0.0.1:40395_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection MoveReplicaHDFSTest_failed_coll_true
   [junit4]   2> 949227 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 949227 DEBUG (OverseerCollectionConfigSetProcessor-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 99 elements. ExcludeSet: [/overseer/collection-queue-work/qn-0000000002],[]
   [junit4]   2> 949228 DEBUG (OverseerThreadFactory-4562-thread-2-processing-n:127.0.0.1:40395_solr) [n:127.0.0.1:40395_solr    ] o.a.s.c.a.c.Assign Identify nodes using default
   [junit4]   2> 949229 DEBUG (OverseerThreadFactory-4562-thread-2-processing-n:127.0.0.1:40395_solr) [n:127.0.0.1:40395_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler creating collections conf node /collections/MoveReplicaHDFSTest_failed_coll_true 
   [junit4]   2> 949229 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 949229 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 949229 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 949229 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 949230 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 949230 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 949230 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 949230 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 949230 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 949230 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 949230 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 949230 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 949230 DEBUG (OverseerThreadFactory-4562-thread-2-processing-n:127.0.0.1:40395_solr) [n:127.0.0.1:40395_solr    ] o.a.s.c.a.c.CreateCollectionCmd Check for collection zkNode:MoveReplicaHDFSTest_failed_coll_true
   [junit4]   2> 949230 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 949230 DEBUG (OverseerThreadFactory-4562-thread-2-processing-n:127.0.0.1:40395_solr) [n:127.0.0.1:40395_solr    ] o.a.s.c.a.c.CreateCollectionCmd Collection zkNode exists
   [junit4]   2> 949231 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 949231 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 949231 DEBUG (OverseerStateUpdate-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"MoveReplicaHDFSTest_failed_coll_true",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 949231 DEBUG (OverseerStateUpdate-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: MoveReplicaHDFSTest_failed_coll_true
   [junit4]   2> 949232 DEBUG (OverseerStateUpdate-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/MoveReplicaHDFSTest_failed_coll_true/state.json
   [junit4]   2> 949232 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 949232 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 949332 DEBUG (OverseerThreadFactory-4562-thread-2-processing-n:127.0.0.1:40395_solr) [n:127.0.0.1:40395_solr    ] o.a.s.c.a.c.CreateCollectionCmd Creating SolrCores for new collection MoveReplicaHDFSTest_failed_coll_true, shardNames [shard1, shard2] , message : {
   [junit4]   2>   "name":"MoveReplicaHDFSTest_failed_coll_true",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 949333 DEBUG (OverseerThreadFactory-4562-thread-2-processing-n:127.0.0.1:40395_solr) [n:127.0.0.1:40395_solr    ] o.a.s.c.a.c.CreateCollectionCmd Creating core MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1 as part of shard shard1 of collection MoveReplicaHDFSTest_failed_coll_true on 127.0.0.1:43833_solr
   [junit4]   2> 949335 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 949335 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 949336 DEBUG (OverseerStateUpdate-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_failed_coll_true",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:43833/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 949336 INFO  (OverseerStateUpdate-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_failed_coll_true",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:43833/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 949336 DEBUG (OverseerThreadFactory-4562-thread-2-processing-n:127.0.0.1:40395_solr) [n:127.0.0.1:40395_solr    ] o.a.s.c.a.c.CreateCollectionCmd Creating core MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2 as part of shard shard1 of collection MoveReplicaHDFSTest_failed_coll_true on 127.0.0.1:36515_solr
   [junit4]   2> 949337 DEBUG (OverseerStateUpdate-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 949337 DEBUG (OverseerStateUpdate-72092103669645324-127.0.0.1:40395_solr-n_0000000000) [n:127.0.0.1:40395_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4] 

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

led_coll_true_shard1_replica_n1] o.a.s.s.h.HdfsDirectory Closing hdfs directory hdfs://localhost.localdomain:43003/data/MoveReplicaHDFSTest_failed_coll_true/core_node4/data/index
   [junit4]   2> 666662 INFO  (recoveryExecutor-17-thread-1-processing-x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1 r:core_node4 b1gvmu12i7qjnlu87uigwi47v529181407692600 CREATE n:127.0.0.1:42917_solr s:shard1 c:MoveReplicaHDFSTest_failed_coll_true) [n:127.0.0.1:42917_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node4 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.s.h.HdfsDirectory Closing hdfs directory hdfs://localhost.localdomain:43003/data/MoveReplicaHDFSTest_failed_coll_true/core_node4/data
   [junit4]   2> 666662 INFO  (recoveryExecutor-17-thread-1-processing-x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1 r:core_node4 b1gvmu12i7qjnlu87uigwi47v529181407692600 CREATE n:127.0.0.1:42917_solr s:shard1 c:MoveReplicaHDFSTest_failed_coll_true) [n:127.0.0.1:42917_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node4 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.s.h.HdfsDirectory Closing hdfs directory hdfs://localhost.localdomain:43003/data/MoveReplicaHDFSTest_failed_coll_true/core_node4/data/snapshot_metadata
   [junit4]   2> 666663 WARN  (updateExecutor-16-thread-1-processing-x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1 r:core_node4 b1gvmu12i7qjnlu87uigwi47v529181407692600 CREATE n:127.0.0.1:42917_solr s:shard1 c:MoveReplicaHDFSTest_failed_coll_true) [n:127.0.0.1:42917_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node4 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1] o.a.s.u.DefaultSolrCoreState Skipping recovery because Solr is shutdown
   [junit4]   2> 666664 INFO  (jetty-closer-2-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1fb297a{/solr,null,UNAVAILABLE}
   [junit4]   2> 666664 INFO  (jetty-closer-2-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 666665 ERROR (SUITE-MoveReplicaHDFSTest-seed#[BD473B766A761C8B]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 666665 INFO  (SUITE-MoveReplicaHDFSTest-seed#[BD473B766A761C8B]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39905 39905
   [junit4]   2> 667457 INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39905 39905
   [junit4]   2> 667458 WARN  (Thread-1) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/collections/MoveReplicaHDFSTest_failed_coll_true/terms/shard1
   [junit4]   2> 	10	/solr/clusterprops.json
   [junit4]   2> 	10	/solr/aliases.json
   [junit4]   2> 	8	/solr/collections/MoveReplicaHDFSTest_failed_coll_true/terms/shard2
   [junit4]   2> 	5	/solr/collections/MoveReplicaHDFSTest_failed_coll_true/collectionprops.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	428	/solr/collections/MoveReplicaHDFSTest_failed_coll_true/state.json
   [junit4]   2> 	10	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72092272974233611-127.0.0.1:38367_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/live_nodes
   [junit4]   2> 	11	/solr/collections
   [junit4]   2> 
   [junit4]   2> 667459 WARN  (SUITE-MoveReplicaHDFSTest-seed#[BD473B766A761C8B]-worker) [    ] o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 667514 INFO  (SUITE-MoveReplicaHDFSTest-seed#[BD473B766A761C8B]-worker) [    ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 667615 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_BD473B766A761C8B-001/tempDir-002/hdfsBaseDir/data/data3/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_BD473B766A761C8B-001/tempDir-002/hdfsBaseDir/data/data4/]]  heartbeating to localhost.localdomain/127.0.0.1:43003) [    ] o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager interrupted
   [junit4]   2> 667615 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_BD473B766A761C8B-001/tempDir-002/hdfsBaseDir/data/data3/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_BD473B766A761C8B-001/tempDir-002/hdfsBaseDir/data/data4/]]  heartbeating to localhost.localdomain/127.0.0.1:43003) [    ] o.a.h.h.s.d.DataNode Ending block pool service for: Block pool BP-619645140-88.99.242.108-1520391555182 (Datanode Uuid 14944042-1906-4c47-a1d0-b0f72366599c) service to localhost.localdomain/127.0.0.1:43003
   [junit4]   2> 667617 WARN  (SUITE-MoveReplicaHDFSTest-seed#[BD473B766A761C8B]-worker) [    ] o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 667622 INFO  (SUITE-MoveReplicaHDFSTest-seed#[BD473B766A761C8B]-worker) [    ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 667723 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_BD473B766A761C8B-001/tempDir-002/hdfsBaseDir/data/data1/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_BD473B766A761C8B-001/tempDir-002/hdfsBaseDir/data/data2/]]  heartbeating to localhost.localdomain/127.0.0.1:43003) [    ] o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager interrupted
   [junit4]   2> 667724 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_BD473B766A761C8B-001/tempDir-002/hdfsBaseDir/data/data1/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_BD473B766A761C8B-001/tempDir-002/hdfsBaseDir/data/data2/]]  heartbeating to localhost.localdomain/127.0.0.1:43003) [    ] o.a.h.h.s.d.DataNode Ending block pool service for: Block pool BP-619645140-88.99.242.108-1520391555182 (Datanode Uuid c2aea3dd-eecf-4eea-b51f-c4aeddcec80a) service to localhost.localdomain/127.0.0.1:43003
   [junit4]   2> 667736 INFO  (SUITE-MoveReplicaHDFSTest-seed#[BD473B766A761C8B]-worker) [    ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:0
   [junit4]   2> 667853 INFO  (SUITE-MoveReplicaHDFSTest-seed#[BD473B766A761C8B]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39905 39905
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_BD473B766A761C8B-001
   [junit4]   2> Mar 07, 2018 3:10:19 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 66 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene70, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@11b0a3c), locale=it-IT, timezone=Asia/Yekaterinburg
   [junit4]   2> NOTE: Linux 4.13.0-36-generic i386/Oracle Corporation 1.8.0_162 (32-bit)/cpus=8,threads=5,free=95762696,total=221773824
   [junit4]   2> NOTE: All tests run in this JVM: [MoveReplicaHDFSTest]
   [junit4] Completed [5/5 (1!)] on J1 in 678.01s, 4 tests, 1 failure, 3 errors <<< FAILURES!

[...truncated 14 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1561: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1085: There were test failures: 5 suites, 20 tests, 3 errors, 1 failure [seed: BD473B766A761C8B]

Total time: 11 minutes 20 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   1/5 failed: org.apache.solr.cloud.MoveReplicaHDFSTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=28de8218fee732077d91d52fb04e6abe427efdc7, workspace=/var/lib/jenkins/workspace/Lucene-Solr-master-Linux
[WARNINGS] Computing warning deltas based on reference build #21583
Recording test results
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2