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/07/02 14:21:01 UTC

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-11-ea+14) - Build # 22369 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22369/
Java: 64bit/jdk-11-ea+14 -XX:+UseCompressedOops -XX:+UseSerialGC

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

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

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




Build Log:
[...truncated 12898 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudConsistency
   [junit4]   2> 356320 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudConsistency_63085C29811E2922-001/init-core-data-001
   [junit4]   2> 356329 WARN  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 356333 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 356337 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 356337 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudConsistency_63085C29811E2922-001/tempDir-001
   [junit4]   2> 356337 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 356349 INFO  (Thread-614) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 356349 INFO  (Thread-614) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 356365 ERROR (Thread-614) [    ] 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> 356449 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:40397
   [junit4]   2> 356465 INFO  (zkConnectionManagerCallback-504-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 356473 INFO  (jetty-launcher-501-thread-1) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 11-ea+14
   [junit4]   2> 356475 INFO  (jetty-launcher-501-thread-2) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 11-ea+14
   [junit4]   2> 356482 INFO  (jetty-launcher-501-thread-3) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 11-ea+14
   [junit4]   2> 356488 INFO  (jetty-launcher-501-thread-4) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 11-ea+14
   [junit4]   2> 356513 INFO  (jetty-launcher-501-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 356514 INFO  (jetty-launcher-501-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 356514 INFO  (jetty-launcher-501-thread-3) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 356514 INFO  (jetty-launcher-501-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 356514 INFO  (jetty-launcher-501-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 356514 INFO  (jetty-launcher-501-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 356514 INFO  (jetty-launcher-501-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 356514 INFO  (jetty-launcher-501-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 356514 INFO  (jetty-launcher-501-thread-4) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 356514 INFO  (jetty-launcher-501-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 356514 INFO  (jetty-launcher-501-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 356514 INFO  (jetty-launcher-501-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 356514 INFO  (jetty-launcher-501-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1af0e137{/solr,null,AVAILABLE}
   [junit4]   2> 356514 INFO  (jetty-launcher-501-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7bd6545b{/solr,null,AVAILABLE}
   [junit4]   2> 356514 INFO  (jetty-launcher-501-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4e37ad56{/solr,null,AVAILABLE}
   [junit4]   2> 356515 INFO  (jetty-launcher-501-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2fc5ba94{/solr,null,AVAILABLE}
   [junit4]   2> 356517 INFO  (jetty-launcher-501-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@432e4e5e{HTTP/1.1,[http/1.1]}{127.0.0.1:34133}
   [junit4]   2> 356517 INFO  (jetty-launcher-501-thread-1) [    ] o.e.j.s.Server Started @356535ms
   [junit4]   2> 356517 INFO  (jetty-launcher-501-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34133}
   [junit4]   2> 356517 ERROR (jetty-launcher-501-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 356517 INFO  (jetty-launcher-501-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 356517 INFO  (jetty-launcher-501-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 356517 INFO  (jetty-launcher-501-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 356517 INFO  (jetty-launcher-501-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 356517 INFO  (jetty-launcher-501-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-02T13:37:20.267848Z
   [junit4]   2> 356517 INFO  (jetty-launcher-501-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@789f9919{HTTP/1.1,[http/1.1]}{127.0.0.1:43269}
   [junit4]   2> 356517 INFO  (jetty-launcher-501-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@466f7579{HTTP/1.1,[http/1.1]}{127.0.0.1:42895}
   [junit4]   2> 356518 INFO  (jetty-launcher-501-thread-4) [    ] o.e.j.s.Server Started @356536ms
   [junit4]   2> 356518 INFO  (jetty-launcher-501-thread-2) [    ] o.e.j.s.Server Started @356536ms
   [junit4]   2> 356518 INFO  (jetty-launcher-501-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43269}
   [junit4]   2> 356518 INFO  (jetty-launcher-501-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42895}
   [junit4]   2> 356518 ERROR (jetty-launcher-501-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 356518 INFO  (jetty-launcher-501-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 356518 ERROR (jetty-launcher-501-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 356518 INFO  (jetty-launcher-501-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 356518 INFO  (jetty-launcher-501-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 356518 INFO  (jetty-launcher-501-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 356518 INFO  (jetty-launcher-501-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 356518 INFO  (jetty-launcher-501-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 356518 INFO  (jetty-launcher-501-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 356518 INFO  (jetty-launcher-501-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 356518 INFO  (jetty-launcher-501-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-02T13:37:20.268659Z
   [junit4]   2> 356518 INFO  (jetty-launcher-501-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-02T13:37:20.268675Z
   [junit4]   2> 356525 INFO  (jetty-launcher-501-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@53d95abd{HTTP/1.1,[http/1.1]}{127.0.0.1:44551}
   [junit4]   2> 356525 INFO  (jetty-launcher-501-thread-3) [    ] o.e.j.s.Server Started @356542ms
   [junit4]   2> 356525 INFO  (jetty-launcher-501-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44551}
   [junit4]   2> 356525 ERROR (jetty-launcher-501-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 356525 INFO  (jetty-launcher-501-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 356525 INFO  (jetty-launcher-501-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 356525 INFO  (jetty-launcher-501-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 356525 INFO  (jetty-launcher-501-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 356525 INFO  (jetty-launcher-501-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-02T13:37:20.275533Z
   [junit4]   2> 356526 INFO  (zkConnectionManagerCallback-506-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 356526 INFO  (jetty-launcher-501-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 356542 INFO  (zkConnectionManagerCallback-510-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 356542 INFO  (jetty-launcher-501-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 356543 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 0x100007746f00001, likely client has closed socket
   [junit4]   2> 356563 INFO  (zkConnectionManagerCallback-512-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 356565 INFO  (jetty-launcher-501-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 356576 INFO  (zkConnectionManagerCallback-509-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 356577 INFO  (jetty-launcher-501-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 356676 INFO  (jetty-launcher-501-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40397/solr
   [junit4]   2> 356677 INFO  (zkConnectionManagerCallback-516-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 356685 INFO  (jetty-launcher-501-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40397/solr
   [junit4]   2> 356688 INFO  (zkConnectionManagerCallback-519-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 356688 INFO  (zkConnectionManagerCallback-522-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 356690 INFO  (zkConnectionManagerCallback-524-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 356718 INFO  (jetty-launcher-501-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40397/solr
   [junit4]   2> 356729 INFO  (zkConnectionManagerCallback-532-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 356734 INFO  (zkConnectionManagerCallback-534-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 356745 INFO  (jetty-launcher-501-thread-3) [n:127.0.0.1:44551_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 356746 INFO  (jetty-launcher-501-thread-3) [n:127.0.0.1:44551_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44551_solr
   [junit4]   2> 356747 INFO  (jetty-launcher-501-thread-3) [n:127.0.0.1:44551_solr    ] o.a.s.c.Overseer Overseer (id=72058106329169930-127.0.0.1:44551_solr-n_0000000000) starting
   [junit4]   2> 356755 INFO  (zkConnectionManagerCallback-541-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 356758 INFO  (jetty-launcher-501-thread-3) [n:127.0.0.1:44551_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40397/solr ready
   [junit4]   2> 356769 INFO  (jetty-launcher-501-thread-3) [n:127.0.0.1:44551_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44551_solr
   [junit4]   2> 356771 INFO  (zkCallback-540-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 356773 INFO  (zkCallback-533-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 356776 INFO  (jetty-launcher-501-thread-1) [n:127.0.0.1:34133_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 356790 INFO  (jetty-launcher-501-thread-3) [n:127.0.0.1:44551_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 356793 INFO  (jetty-launcher-501-thread-1) [n:127.0.0.1:34133_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 356795 INFO  (jetty-launcher-501-thread-1) [n:127.0.0.1:34133_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 356795 INFO  (jetty-launcher-501-thread-1) [n:127.0.0.1:34133_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34133_solr
   [junit4]   2> 356801 INFO  (zkCallback-533-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 356803 INFO  (jetty-launcher-501-thread-2) [n:127.0.0.1:42895_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 356804 INFO  (jetty-launcher-501-thread-2) [n:127.0.0.1:42895_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 356805 INFO  (jetty-launcher-501-thread-2) [n:127.0.0.1:42895_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 356806 INFO  (jetty-launcher-501-thread-2) [n:127.0.0.1:42895_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42895_solr
   [junit4]   2> 356806 INFO  (zkCallback-540-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 356808 INFO  (jetty-launcher-501-thread-3) [n:127.0.0.1:44551_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44551.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4127a42c
   [junit4]   2> 356809 INFO  (zkCallback-533-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 356815 INFO  (jetty-launcher-501-thread-3) [n:127.0.0.1:44551_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44551.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4127a42c
   [junit4]   2> 356815 INFO  (jetty-launcher-501-thread-3) [n:127.0.0.1:44551_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44551.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4127a42c
   [junit4]   2> 356816 INFO  (jetty-launcher-501-thread-3) [n:127.0.0.1:44551_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudConsistency_63085C29811E2922-001/tempDir-001/node3/.
   [junit4]   2> 356824 INFO  (zkCallback-518-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 356825 INFO  (zkCallback-523-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 356828 INFO  (zkConnectionManagerCallback-547-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 356828 INFO  (zkCallback-540-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 356829 INFO  (jetty-launcher-501-thread-1) [n:127.0.0.1:34133_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 356829 INFO  (zkConnectionManagerCallback-552-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 356830 INFO  (jetty-launcher-501-thread-1) [n:127.0.0.1:34133_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40397/solr ready
   [junit4]   2> 356830 INFO  (jetty-launcher-501-thread-2) [n:127.0.0.1:42895_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 356830 INFO  (jetty-launcher-501-thread-2) [n:127.0.0.1:42895_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40397/solr ready
   [junit4]   2> 356833 INFO  (jetty-launcher-501-thread-1) [n:127.0.0.1:34133_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 356839 INFO  (jetty-launcher-501-thread-2) [n:127.0.0.1:42895_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 356851 INFO  (jetty-launcher-501-thread-1) [n:127.0.0.1:34133_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34133.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4127a42c
   [junit4]   2> 356852 INFO  (jetty-launcher-501-thread-2) [n:127.0.0.1:42895_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42895.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4127a42c
   [junit4]   2> 356858 INFO  (jetty-launcher-501-thread-1) [n:127.0.0.1:34133_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34133.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4127a42c
   [junit4]   2> 356858 INFO  (jetty-launcher-501-thread-1) [n:127.0.0.1:34133_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34133.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4127a42c
   [junit4]   2> 356858 INFO  (jetty-launcher-501-thread-2) [n:127.0.0.1:42895_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42895.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4127a42c
   [junit4]   2> 356859 INFO  (jetty-launcher-501-thread-2) [n:127.0.0.1:42895_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42895.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4127a42c
   [junit4]   2> 356859 INFO  (jetty-launcher-501-thread-2) [n:127.0.0.1:42895_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudConsistency_63085C29811E2922-001/tempDir-001/node2/.
   [junit4]   2> 356859 INFO  (jetty-launcher-501-thread-1) [n:127.0.0.1:34133_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudConsistency_63085C29811E2922-001/tempDir-001/node1/.
   [junit4]   2> 356869 INFO  (jetty-launcher-501-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40397/solr
   [junit4]   2> 356876 INFO  (zkConnectionManagerCallback-558-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 356881 INFO  (zkConnectionManagerCallback-560-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 356884 INFO  (jetty-launcher-501-thread-4) [n:127.0.0.1:43269_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 356885 INFO  (jetty-launcher-501-thread-4) [n:127.0.0.1:43269_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 356888 INFO  (jetty-launcher-501-thread-4) [n:127.0.0.1:43269_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 356888 INFO  (jetty-launcher-501-thread-4) [n:127.0.0.1:43269_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43269_solr
   [junit4]   2> 356889 INFO  (zkCallback-533-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 356889 INFO  (zkCallback-540-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 356889 INFO  (zkCallback-518-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 356889 INFO  (zkCallback-523-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 356894 INFO  (zkCallback-559-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 356894 INFO  (zkCallback-551-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 356894 INFO  (zkCallback-546-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 356899 INFO  (zkConnectionManagerCallback-567-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 356899 INFO  (jetty-launcher-501-thread-4) [n:127.0.0.1:43269_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 356900 INFO  (jetty-launcher-501-thread-4) [n:127.0.0.1:43269_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40397/solr ready
   [junit4]   2> 356900 INFO  (jetty-launcher-501-thread-4) [n:127.0.0.1:43269_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 356908 INFO  (jetty-launcher-501-thread-4) [n:127.0.0.1:43269_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43269.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4127a42c
   [junit4]   2> 356912 INFO  (jetty-launcher-501-thread-4) [n:127.0.0.1:43269_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43269.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4127a42c
   [junit4]   2> 356912 INFO  (jetty-launcher-501-thread-4) [n:127.0.0.1:43269_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43269.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4127a42c
   [junit4]   2> 356913 INFO  (jetty-launcher-501-thread-4) [n:127.0.0.1:43269_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudConsistency_63085C29811E2922-001/tempDir-001/node4/.
   [junit4]   2> 356935 INFO  (zkConnectionManagerCallback-570-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 356937 INFO  (zkConnectionManagerCallback-575-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 356938 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 356938 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40397/solr ready
   [junit4]   2> 356940 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@53d95abd{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 356941 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=596580036
   [junit4]   2> 356941 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 356941 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@395f01bf: rootName = solr_44551, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@4d090710
   [junit4]   2> 356945 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 356945 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@131010b6: rootName = solr_44551, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1f2bd2c5
   [junit4]   2> 356948 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 356948 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7f64cd49: rootName = solr_44551, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@3478c9f
   [junit4]   2> 356949 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:44551_solr
   [junit4]   2> 356949 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 356949 INFO  (zkCallback-540-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 356949 INFO  (zkCallback-559-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 356949 INFO  (zkCallback-551-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 356949 INFO  (zkCallback-518-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 356949 INFO  (zkCallback-533-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 356949 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 356949 INFO  (zkCallback-523-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 356949 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.c.Overseer Overseer (id=72058106329169930-127.0.0.1:44551_solr-n_0000000000) closing
   [junit4]   2> 356949 INFO  (zkCallback-546-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 356950 INFO  (OverseerStateUpdate-72058106329169930-127.0.0.1:44551_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:44551_solr
   [junit4]   2> 356950 WARN  (OverseerAutoScalingTriggerThread-72058106329169930-127.0.0.1:44551_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 356950 INFO  (zkCallback-566-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 356952 INFO  (zkCallback-574-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 356954 INFO  (zkCallback-518-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34133_solr
   [junit4]   2> 356954 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4e37ad56{/solr,null,UNAVAILABLE}
   [junit4]   2> 356954 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 356955 INFO  (zkCallback-518-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72058106329169926-127.0.0.1:34133_solr-n_0000000001) starting
   [junit4]   2> 356955 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 11-ea+14
   [junit4]   2> 356957 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 356957 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 356957 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 356957 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@482a4d17{/solr,null,AVAILABLE}
   [junit4]   2> 356957 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4dcddd57{HTTP/1.1,[http/1.1]}{127.0.0.1:35073}
   [junit4]   2> 356957 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.Server Started @356975ms
   [junit4]   2> 356957 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45539}
   [junit4]   2> 356958 ERROR (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 356958 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 356958 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 356958 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 356958 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 356958 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-02T13:37:20.708525Z
   [junit4]   2> 356959 INFO  (zkConnectionManagerCallback-577-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 356959 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 357079 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40397/solr
   [junit4]   2> 357080 INFO  (zkConnectionManagerCallback-581-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 357083 INFO  (zkConnectionManagerCallback-583-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 357085 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:45539_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 357086 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:45539_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 357087 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:45539_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 357087 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:45539_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45539_solr
   [junit4]   2> 357087 INFO  (zkCallback-523-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 357087 INFO  (zkCallback-546-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 357087 INFO  (zkCallback-574-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 357087 INFO  (zkCallback-518-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 357087 INFO  (zkCallback-566-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 357087 INFO  (zkCallback-551-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 357088 INFO  (zkCallback-559-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 357088 INFO  (zkCallback-582-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 357097 INFO  (zkConnectionManagerCallback-590-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 357098 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:45539_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 357098 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:45539_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40397/solr ready
   [junit4]   2> 357099 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:45539_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 357107 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:45539_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45539.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4127a42c
   [junit4]   2> 357113 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:45539_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45539.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4127a42c
   [junit4]   2> 357113 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:45539_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45539.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4127a42c
   [junit4]   2> 357114 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:45539_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudConsistency_63085C29811E2922-001/tempDir-001/node3/.
   [junit4]   2> 357137 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.c.TestCloudConsistency Adding proxy for URL: http://127.0.0.1:35073/solr. Proxy: http://127.0.0.1:45539/solr
   [junit4]   2> 357138 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@466f7579{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 357138 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1657416475
   [junit4]   2> 357138 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 357138 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6f53d3ea: rootName = solr_42895, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@6354ba0f
   [junit4]   2> 357143 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 357143 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@71d22680: rootName = solr_42895, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1f2bd2c5
   [junit4]   2> 357146 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 357146 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@63a2f134: rootName = solr_42895, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@3478c9f
   [junit4]   2> 357147 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:42895_solr
   [junit4]   2> 357147 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 357147 INFO  (zkCallback-582-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 357147 INFO  (zkCallback-546-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 357147 INFO  (zkCallback-574-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 357147 INFO  (zkCallback-551-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 357147 INFO  (zkCallback-518-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 357147 INFO  (zkCallback-523-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 357148 INFO  (zkCallback-566-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 357148 INFO  (zkCallback-589-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 357148 INFO  (zkCallback-559-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 357150 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2fc5ba94{/solr,null,UNAVAILABLE}
   [junit4]   2> 357150 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 357150 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 11-ea+14
   [junit4]   2> 357152 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 357153 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 357153 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 357158 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@67190c12{/solr,null,AVAILABLE}
   [junit4]   2> 357158 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2fd154fc{HTTP/1.1,[http/1.1]}{127.0.0.1:33999}
   [junit4]   2> 357158 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.Server Started @357176ms
   [junit4]   2> 357158 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38065}
   [junit4]   2> 357158 ERROR (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 357158 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 357158 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 357158 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 357158 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 357158 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-02T13:37:20.908707Z
   [junit4]   2> 357161 INFO  (zkConnectionManagerCallback-593-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 357161 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 357200 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40397/solr
   [junit4]   2> 357201 INFO  (zkConnectionManagerCallback-597-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 357203 INFO  (zkConnectionManagerCallback-599-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 357207 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:38065_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 357208 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:38065_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 357209 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:38065_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 357209 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:38065_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38065_solr
   [junit4]   2> 357209 INFO  (zkCallback-574-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 357209 INFO  (zkCallback-582-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 357209 INFO  (zkCallback-546-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 357209 INFO  (zkCallback-559-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 357209 INFO  (zkCallback-518-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 357210 INFO  (zkCallback-598-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 357213 INFO  (zkCallback-589-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 357213 INFO  (zkCallback-566-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 357219 INFO  (zkConnectionManagerCallback-606-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 357220 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:38065_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 357220 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:38065_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40397/solr ready
   [junit4]   2> 357221 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:38065_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 357230 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:38065_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38065.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4127a42c
   [junit4]   2> 357236 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:38065_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38065.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4127a42c
   [junit4]   2> 357236 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:38065_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38065.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4127a42c
   [junit4]   2> 357237 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:38065_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudConsistency_63085C29811E2922-001/tempDir-001/node2/.
   [junit4]   2> 357260 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.c.TestCloudConsistency Adding proxy for URL: http://127.0.0.1:33999/solr. Proxy: http://127.0.0.1:38065/solr
   [junit4]   2> 357260 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@432e4e5e{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 357260 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=438952685
   [junit4]   2> 357261 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 357261 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4b14a5a1: rootName = solr_34133, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@4394864b
   [junit4]   2> 357265 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 357265 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@181aa224: rootName = solr_34133, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1f2bd2c5
   [junit4]   2> 357268 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 357268 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6da1f59c: rootName = solr_34133, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@3478c9f
   [junit4]   2> 357269 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:34133_solr
   [junit4]   2> 357270 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 357270 INFO  (zkCallback-546-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 357270 INFO  (zkCallback-582-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 357270 INFO  (zkCallback-589-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 357270 INFO  (zkCallback-518-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 357270 INFO  (zkCallback-574-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 357270 INFO  (zkCallback-566-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 357270 INFO  (zkCallback-559-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 357271 INFO  (zkCallback-598-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 357271 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.c.Overseer Overseer (id=72058106329169926-127.0.0.1:34133_solr-n_0000000001) closing
   [junit4]   2> 357271 INFO  (OverseerStateUpdate-72058106329169926-127.0.0.1:34133_solr-n_0000000001) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:34133_solr
   [junit4]   2> 357271 WARN  (OverseerAutoScalingTriggerThread-72058106329169926-127.0.0.1:34133_solr-n_0000000001) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 357271 INFO  (zkCallback-605-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 357273 INFO  (zkCallback-559-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43269_solr
   [junit4]   2> 357273 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1af0e137{/solr,null,UNAVAILABLE}
   [junit4]   2> 357274 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 357274 INFO  (zkCallback-559-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72058106329169935-127.0.0.1:43269_solr-n_0000000003) starting
   [junit4]   2> 357274 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 11-ea+14
   [junit4]   2> 357275 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 357275 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 357275 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 357275 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1b179e0c{/solr,null,AVAILABLE}
   [junit4]   2> 357275 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@60e94a52{HTTP/1.1,[http/1.1]}{127.0.0.1:33013}
   [junit4]   2> 357275 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.Server Started @357293ms
   [junit4]   2> 357275 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44297}
   [junit4]   2> 357276 ERROR (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 357276 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 357276 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 357276 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 357276 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 357276 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-02T13:37:21.026349Z
   [junit4]   2> 357277 INFO  (zkConnectionManagerCallback-609-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 357278 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 357509 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40397/solr
   [junit4]   2> 357510 INFO  (zkConnectionManagerCallback-613-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 357511 INFO  (zkConnectionManagerCallback-615-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 357514 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:44297_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 357515 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:44297_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 357516 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:44297_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 357516 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:44297_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44297_solr
   [junit4]   2> 357517 INFO  (zkCallback-559-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 357517 INFO  (zkCallback-614-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 357517 INFO  (zkCallback-605-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 357517 INFO  (zkCallback-574-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 357517 INFO  (zkCallback-582-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 357521 INFO  (zkCallback-598-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 357521 INFO  (zkCallback-566-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 357525 INFO  (zkCallback-589-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 357527 INFO  (zkConnectionManagerCallback-622-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 357528 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:44297_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 357529 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:44297_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40397/solr ready
   [junit4]   2> 357532 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:44297_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 357542 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:44297_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44297.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4127a42c
   [junit4]   2> 357547 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:44297_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44297.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4127a42c
   [junit4]   2> 357547 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:44297_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44297.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4127a42c
   [junit4]   2> 357548 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:44297_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudConsistency_63085C29811E2922-001/tempDir-001/node1/.
   [junit4]   2> 357571 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.c.TestCloudConsistency Adding proxy for URL: http://127.0.0.1:33013/solr. Proxy: http://127.0.0.1:44297/solr
   [junit4]   2> 357572 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@789f9919{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 357572 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=865278733
   [junit4]   2> 357572 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 357572 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@24d61350: rootName = solr_43269, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@52aeff89
   [junit4]   2> 357577 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 357577 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@37e8bc25: rootName = solr_43269, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1f2bd2c5
   [junit4]   2> 357580 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 357580 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@10f279b1: rootName = solr_43269, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@3478c9f
   [junit4]   2> 357580 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:43269_solr
   [junit4]   2> 357581 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 357581 INFO  (zkCallback-605-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 357581 INFO  (zkCallback-566-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 357581 INFO  (zkCallback-598-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 357581 INFO  (zkCallback-574-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 357581 INFO  (zkCallback-559-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 357581 INFO  (zkCallback-614-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 357581 INFO  (zkCallback-589-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 357581 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.c.Overseer Overseer (id=72058106329169935-127.0.0.1:43269_solr-n_0000000003) closing
   [junit4]   2> 357582 INFO  (OverseerStateUpdate-72058106329169935-127.0.0.1:43269_solr-n_0000000003) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43269_solr
   [junit4]   2> 357582 INFO  (zkCallback-621-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 357582 WARN  (OverseerAutoScalingTriggerThread-72058106329169935-127.0.0.1:43269_solr-n_0000000003) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 357586 INFO  (zkCallback-582-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 357587 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7bd6545b{/solr,null,UNAVAILABLE}
   [junit4]   2> 357587 INFO  (zkCallback-582-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45539_solr
   [junit4]   2> 357587 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 357587 INFO  (zkCallback-582-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72058106329169941-127.0.0.1:45539_solr-n_0000000004) starting
   [junit4]   2> 357588 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 11-ea+14
   [junit4]   2> 357589 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 357589 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 357589 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 357589 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@a88ebbe{/solr,null,AVAILABLE}
   [junit4]   2> 357589 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5908b046{HTTP/1.1,[http/1.1]}{127.0.0.1:41345}
   [junit4]   2> 357589 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.e.j.s.Server Started @357607ms
   [junit4]   2> 357589 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37697}
   [junit4]   2> 357589 ERROR (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 357590 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 357590 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 357590 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 357590 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 357590 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-02T13:37:21.340169Z
   [junit4]   2> 357597 INFO  (zkConnectionManagerCallback-625-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 357597 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 357662 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40397/solr
   [junit4]   2> 357662 INFO  (SocketProxy-Acceptor-44297) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=58642,localport=44297], receiveBufferSize:531000
   [junit4]   2> 357663 INFO  (zkConnectionManagerCallback-629-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 357663 INFO  (SocketProxy-Acceptor-44297) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=33013,localport=45772], receiveBufferSize=530904
   [junit4]   2> 357664 INFO  (zkConnectionManagerCallback-631-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 357668 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:37697_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 357668 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:37697_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 357669 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:37697_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 357669 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:37697_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37697_solr
   [junit4]   2> 357670 INFO  (zkCallback-605-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 357670 INFO  (zkCallback-574-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 357670 INFO  (zkCallback-589-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 357670 INFO  (zkCallback-598-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 357670 INFO  (zkCallback-614-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 357670 INFO  (zkCallback-621-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 357670 INFO  (zkCallback-582-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 357670 INFO  (zkCallback-630-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 357680 INFO  (zkConnectionManagerCallback-638-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 357681 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:37697_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 357681 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:37697_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40397/solr ready
   [junit4]   2> 357682 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:37697_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 357690 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:37697_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37697.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4127a42c
   [junit4]   2> 357696 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:37697_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37697.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4127a42c
   [junit4]   2> 357696 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:37697_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37697.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4127a42c
   [junit4]   2> 357696 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [n:127.0.0.1:37697_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudConsistency_63085C29811E2922-001/tempDir-001/node4/.
   [junit4]   2> 357720 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.c.TestCloudConsistency Adding proxy for URL: http://127.0.0.1:41345/solr. Proxy: http://127.0.0.1:37697/solr
   [junit4]   2> 357734 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeaderAfterRestart-seed#[63085C29811E2922]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testOutOfSyncReplicasCannotBecomeLeaderAfterRestart
   [junit4]   2> 357735 INFO  (SocketProxy-Acceptor-37697) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=35140,localport=37697], receiveBufferSize:531000
   [junit4]   2> 357735 INFO  (SocketProxy-Acceptor-37697) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=41345,localport=42566], receiveBufferSize=530904
   [junit4]   2> 357736 INFO  (qtp1476396043-3106) [n:127.0.0.1:37697_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&name=outOfSyncReplicasCannotBecomeLeader-true&nrtReplicas=3&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 357737 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection outOfSyncReplicasCannotBecomeLeader-true
   [junit4]   2> 357737 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/protwords.txt
   [junit4]   2> 357738 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/managed-schema
   [junit4]   2> 357738 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/solrconfig.xml
   [junit4]   2> 357739 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/synonyms.txt
   [junit4]   2> 357740 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/stopwords.txt
   [junit4]   2> 357740 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 357741 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 357742 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 357742 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 357743 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 357743 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 357744 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 357745 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 357745 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 357746 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 357746 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 357747 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 357748 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 357748 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 357749 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 357749 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 357750 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 357750 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 357751 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 357751 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 357752 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 357753 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 357753 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 357754 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 357754 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 357755 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 357756 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 357756 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 357757 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 357757 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 357758 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 357759 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 357759 INFO  (OverseerThreadFactory-1529-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro

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

.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: CoreContainer is closed
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeaderProps(ZkController.java:1287)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeaderProps(ZkController.java:1254)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1210)
   [junit4]   2> 	... 7 more
   [junit4]   2> 
   [junit4]   2> 464092 INFO  (jetty-closer-502-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@818b553{/solr,null,UNAVAILABLE}
   [junit4]   2> 464092 INFO  (jetty-closer-502-thread-3) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 464215 ERROR (coreZkRegister-1564-thread-1-processing-n:127.0.0.1:38065_solr x:outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n63 c:outOfSyncReplicasCannotBecomeLeader-true s:shard1 r:core_node64) [n:127.0.0.1:38065_solr c:outOfSyncReplicasCannotBecomeLeader-true s:shard1 r:core_node64 x:outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n63] o.a.s.c.ZkController Error getting leader from zk
   [junit4]   2> org.apache.solr.common.SolrException: CoreContainer is closed
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeaderProps(ZkController.java:1287) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeaderProps(ZkController.java:1254) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1210) [java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.register(ZkController.java:1094) [java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.register(ZkController.java:1025) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:187) [java/:?]
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209) [java/:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> 464215 ERROR (coreZkRegister-1564-thread-1-processing-n:127.0.0.1:38065_solr x:outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n63 c:outOfSyncReplicasCannotBecomeLeader-true s:shard1 r:core_node64) [n:127.0.0.1:38065_solr c:outOfSyncReplicasCannotBecomeLeader-true s:shard1 r:core_node64 x:outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n63] o.a.s.c.ZkContainer :org.apache.solr.common.SolrException: Error getting leader from zk for shard shard1
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1243)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.register(ZkController.java:1094)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.register(ZkController.java:1025)
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:187)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: CoreContainer is closed
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeaderProps(ZkController.java:1287)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeaderProps(ZkController.java:1254)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1210)
   [junit4]   2> 	... 7 more
   [junit4]   2> 
   [junit4]   2> 464216 INFO  (jetty-closer-502-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3a44e4a0{/solr,null,UNAVAILABLE}
   [junit4]   2> 464216 INFO  (jetty-closer-502-thread-2) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 464216 ERROR (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-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> 464217 INFO  (SUITE-TestCloudConsistency-seed#[63085C29811E2922]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40397 40397
   [junit4]   2> 464261 INFO  (Thread-614) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40397 40397
   [junit4]   2> 464262 WARN  (Thread-614) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	27	/solr/collections/outOfSyncReplicasCannotBecomeLeader-true/terms/shard1
   [junit4]   2> 	23	/solr/aliases.json
   [junit4]   2> 	23	/solr/clusterprops.json
   [junit4]   2> 	11	/solr/security.json
   [junit4]   2> 	6	/solr/configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED
   [junit4]   2> 	6	/solr/configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/managed-schema
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	23	/solr/collections/outOfSyncReplicasCannotBecomeLeader-true/state.json
   [junit4]   2> 	23	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/autoscaling.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72058106329169941-127.0.0.1:45539_solr-n_0000000004
   [junit4]   2> 	2	/solr/collections/outOfSyncReplicasCannotBecomeLeader-true/leader_elect/shard1/election/72058106329169941-core_node62-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/72058106329169926-127.0.0.1:34133_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	23	/solr/live_nodes
   [junit4]   2> 	23	/solr/collections
   [junit4]   2> 	5	/solr/overseer/queue
   [junit4]   2> 	5	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	5	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 	5	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCloudConsistency_63085C29811E2922-001
   [junit4]   2> Jul 02, 2018 1:39:08 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=25718, maxDocsPerChunk=878, blockSize=868), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=25718, blockSize=868)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@42dbe5ab), locale=ms, timezone=Pacific/Saipan
   [junit4]   2> NOTE: Linux 4.15.0-24-generic amd64/Oracle Corporation 11-ea (64-bit)/cpus=8,threads=1,free=328267512,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [RollingRestartTest, ConjunctionSolrSpellCheckerTest, UpdateParamsTest, ManagedSchemaRoundRobinCloudTest, LIRRollingUpdatesTest, TestInfoStreamLogging, SpellPossibilityIteratorTest, DocumentAnalysisRequestHandlerTest, ExternalFileFieldSortTest, MoreLikeThisHandlerTest, TestSchemaNameResource, TermVectorComponentTest, AutoAddReplicasIntegrationTest, RequestHandlersTest, DistributedDebugComponentTest, TestDistributedGrouping, TestConfigSets, ClassificationUpdateProcessorIntegrationTest, SolrPluginUtilsTest, TestNoOpRegenerator, AtomicUpdateProcessorFactoryTest, TestSchemaVersionResource, BadCopyFieldTest, TestHalfAndHalfDocValues, NumericFieldsTest, TestWriterPerf, PKIAuthenticationIntegrationTest, DistributedFacetSimpleRefinementLongTailTest, TestChildDocTransformer, UUIDUpdateProcessorFallbackTest, TestLRUStatsCache, CdcrRequestHandlerTest, DistributedIntervalFacetingTest, ResponseBuilderTest, UnloadDistributedZkTest, SoftAutoCommitTest, QueryEqualityTest, TestSchemaManager, DefaultValueUpdateProcessorTest, TestLegacyNumericUtils, CursorMarkTest, TestCloudConsistency]
   [junit4] Completed [163/820 (1!)] on J2 in 108.21s, 2 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 46238 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22369/consoleText

[repro] Revision: ea4043b954dd089e3deb27b1f70da868b383152a

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC"
[repro] Repro line:  ant test  -Dtestcase=TestCloudConsistency -Dtests.method=testOutOfSyncReplicasCannotBecomeLeaderAfterRestart -Dtests.seed=63085C29811E2922 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ms -Dtests.timezone=Pacific/Saipan -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       TestCloudConsistency
[repro] ant compile-test

[...truncated 3305 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestCloudConsistency" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=63085C29811E2922 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ms -Dtests.timezone=Pacific/Saipan -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 81 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.TestCloudConsistency
[repro] Exiting with code 0

[...truncated 40 lines...]

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-10) - Build # 22372 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22372/
Java: 64bit/jdk-10 -XX:+UseCompressedOops -XX:+UseSerialGC

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

Error Message:
No live SolrServers available to handle this request:[https://127.0.0.1:40607/solr/MoveReplicaHDFSTest_failed_coll_true, https://127.0.0.1:46137/solr/MoveReplicaHDFSTest_failed_coll_true]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:40607/solr/MoveReplicaHDFSTest_failed_coll_true, https://127.0.0.1:46137/solr/MoveReplicaHDFSTest_failed_coll_true]
	at __randomizedtesting.SeedInfo.seed([447E582DF4C90BA0:EEB38BDF431ADE70]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:993)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
	at org.apache.solr.cloud.MoveReplicaTest.testFailedMove(MoveReplicaTest.java:290)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:46137/solr/MoveReplicaHDFSTest_failed_coll_true: no servers hosting shard: shard1
	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:436)
	... 45 more




Build Log:
[...truncated 13945 lines...]
   [junit4] Suite: org.apache.solr.cloud.MoveReplicaHDFSTest
   [junit4]   2> 1182363 INFO  (SUITE-MoveReplicaHDFSTest-seed#[447E582DF4C90BA0]-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_447E582DF4C90BA0-001/init-core-data-001
   [junit4]   2> 1182364 WARN  (SUITE-MoveReplicaHDFSTest-seed#[447E582DF4C90BA0]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=38 numCloses=38
   [junit4]   2> 1182364 INFO  (SUITE-MoveReplicaHDFSTest-seed#[447E582DF4C90BA0]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1182365 INFO  (SUITE-MoveReplicaHDFSTest-seed#[447E582DF4C90BA0]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1182365 INFO  (SUITE-MoveReplicaHDFSTest-seed#[447E582DF4C90BA0]-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_447E582DF4C90BA0-001/tempDir-001
   [junit4]   2> 1182365 INFO  (SUITE-MoveReplicaHDFSTest-seed#[447E582DF4C90BA0]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1182365 INFO  (Thread-3052) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1182365 INFO  (Thread-3052) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1182367 ERROR (Thread-3052) [    ] 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> 1182465 INFO  (SUITE-MoveReplicaHDFSTest-seed#[447E582DF4C90BA0]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:44877
   [junit4]   2> 1182467 INFO  (zkConnectionManagerCallback-5568-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1182471 INFO  (jetty-launcher-5565-thread-3) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10+46
   [junit4]   2> 1182471 INFO  (jetty-launcher-5565-thread-2) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10+46
   [junit4]   2> 1182471 INFO  (jetty-launcher-5565-thread-1) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10+46
   [junit4]   2> 1182471 INFO  (jetty-launcher-5565-thread-4) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10+46
   [junit4]   2> 1182472 INFO  (jetty-launcher-5565-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1182472 INFO  (jetty-launcher-5565-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1182472 INFO  (jetty-launcher-5565-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1182472 INFO  (jetty-launcher-5565-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1182472 INFO  (jetty-launcher-5565-thread-4) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1182472 INFO  (jetty-launcher-5565-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1182472 INFO  (jetty-launcher-5565-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3e52be97{/solr,null,AVAILABLE}
   [junit4]   2> 1182472 INFO  (jetty-launcher-5565-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@9e49542{/solr,null,AVAILABLE}
   [junit4]   2> 1182472 INFO  (jetty-launcher-5565-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1182472 INFO  (jetty-launcher-5565-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1182472 INFO  (jetty-launcher-5565-thread-3) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1182473 INFO  (jetty-launcher-5565-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@12a1a0ba{SSL,[ssl, http/1.1]}{127.0.0.1:33423}
   [junit4]   2> 1182473 INFO  (jetty-launcher-5565-thread-1) [    ] o.e.j.s.Server Started @1182494ms
   [junit4]   2> 1182473 INFO  (jetty-launcher-5565-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33423}
   [junit4]   2> 1182473 ERROR (jetty-launcher-5565-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1182473 INFO  (jetty-launcher-5565-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1182473 INFO  (jetty-launcher-5565-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1182474 INFO  (jetty-launcher-5565-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1182474 INFO  (jetty-launcher-5565-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1182474 INFO  (jetty-launcher-5565-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-02T23:16:03.460053Z
   [junit4]   2> 1182476 INFO  (jetty-launcher-5565-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1182476 INFO  (jetty-launcher-5565-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1182477 INFO  (jetty-launcher-5565-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@40696e62{SSL,[ssl, http/1.1]}{127.0.0.1:44513}
   [junit4]   2> 1182477 INFO  (jetty-launcher-5565-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1182477 INFO  (jetty-launcher-5565-thread-4) [    ] o.e.j.s.Server Started @1182497ms
   [junit4]   2> 1182477 INFO  (jetty-launcher-5565-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44513}
   [junit4]   2> 1182477 INFO  (jetty-launcher-5565-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4901b48{/solr,null,AVAILABLE}
   [junit4]   2> 1182477 INFO  (jetty-launcher-5565-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1e972207{/solr,null,AVAILABLE}
   [junit4]   2> 1182477 ERROR (jetty-launcher-5565-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1182477 INFO  (jetty-launcher-5565-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1182477 INFO  (jetty-launcher-5565-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1182477 INFO  (jetty-launcher-5565-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1182477 INFO  (jetty-launcher-5565-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1182477 INFO  (jetty-launcher-5565-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-02T23:16:03.463560Z
   [junit4]   2> 1182477 INFO  (jetty-launcher-5565-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1861b121{SSL,[ssl, http/1.1]}{127.0.0.1:34601}
   [junit4]   2> 1182477 INFO  (jetty-launcher-5565-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5bcff696{SSL,[ssl, http/1.1]}{127.0.0.1:46137}
   [junit4]   2> 1182477 INFO  (jetty-launcher-5565-thread-3) [    ] o.e.j.s.Server Started @1182498ms
   [junit4]   2> 1182477 INFO  (jetty-launcher-5565-thread-2) [    ] o.e.j.s.Server Started @1182498ms
   [junit4]   2> 1182477 INFO  (jetty-launcher-5565-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34601}
   [junit4]   2> 1182477 INFO  (jetty-launcher-5565-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46137}
   [junit4]   2> 1182477 ERROR (jetty-launcher-5565-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1182477 ERROR (jetty-launcher-5565-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1182477 INFO  (jetty-launcher-5565-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1182477 INFO  (jetty-launcher-5565-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1182477 INFO  (jetty-launcher-5565-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1182477 INFO  (jetty-launcher-5565-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1182478 INFO  (jetty-launcher-5565-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1182478 INFO  (jetty-launcher-5565-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1182478 INFO  (jetty-launcher-5565-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1182478 INFO  (jetty-launcher-5565-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-02T23:16:03.464028Z
   [junit4]   2> 1182478 INFO  (jetty-launcher-5565-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1182478 INFO  (jetty-launcher-5565-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-02T23:16:03.464059Z
   [junit4]   2> 1182479 INFO  (zkConnectionManagerCallback-5570-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1182480 INFO  (jetty-launcher-5565-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1182481 INFO  (zkConnectionManagerCallback-5576-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1182481 INFO  (zkConnectionManagerCallback-5572-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1182481 INFO  (zkConnectionManagerCallback-5574-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1182481 INFO  (jetty-launcher-5565-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1182481 INFO  (jetty-launcher-5565-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1182481 INFO  (jetty-launcher-5565-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1182484 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 0x10002891ca10002, likely client has closed socket
   [junit4]   2> 1182532 INFO  (jetty-launcher-5565-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44877/solr
   [junit4]   2> 1182533 INFO  (zkConnectionManagerCallback-5580-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1182533 DEBUG (jetty-launcher-5565-thread-3) [n:127.0.0.1:34601_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$419/1850132142@14a2b4cf
   [junit4]   2> 1182538 INFO  (zkConnectionManagerCallback-5582-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1182576 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1182576 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1182576 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1182576 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1182576 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1182576 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 1182577 INFO  (jetty-launcher-5565-thread-3) [n:127.0.0.1:34601_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1182577 DEBUG (jetty-launcher-5565-thread-3) [n:127.0.0.1:34601_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72060381952016390-127.0.0.1:34601_solr-n_0000000000
   [junit4]   2> 1182577 INFO  (jetty-launcher-5565-thread-3) [n:127.0.0.1:34601_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34601_solr
   [junit4]   2> 1182578 INFO  (jetty-launcher-5565-thread-3) [n:127.0.0.1:34601_solr    ] o.a.s.c.Overseer Overseer (id=72060381952016390-127.0.0.1:34601_solr-n_0000000000) starting
   [junit4]   2> 1182589 INFO  (zkConnectionManagerCallback-5589-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1182589 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1182589 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1182589 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1182590 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1182590 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1182590 INFO  (jetty-launcher-5565-thread-3) [n:127.0.0.1:34601_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44877/solr ready
   [junit4]   2> 1182590 DEBUG (OverseerCollectionConfigSetProcessor-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1182590 DEBUG (OverseerCollectionConfigSetProcessor-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0
   [junit4]   2> 1182590 DEBUG (OverseerCollectionConfigSetProcessor-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 1182590 DEBUG (OverseerCollectionConfigSetProcessor-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 1182590 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue-work
   [junit4]   2> 1182591 DEBUG (OverseerCollectionConfigSetProcessor-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 1182591 DEBUG (OverseerCollectionConfigSetProcessor-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 1182591 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1182591 DEBUG (OverseerCollectionConfigSetProcessor-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 elements. ExcludeSet: []
   [junit4]   2> 1182591 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1182593 INFO  (jetty-launcher-5565-thread-3) [n:127.0.0.1:34601_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34601_solr
   [junit4]   2> 1182593 DEBUG (OverseerAutoScalingTriggerThread-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 1182593 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1182593 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1182597 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/autoscaling.json
   [junit4]   2> 1182597 DEBUG (OverseerAutoScalingTriggerThread-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 1182597 DEBUG (OverseerAutoScalingTriggerThread-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 1182597 DEBUG (OverseerAutoScalingTriggerThread-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 1182601 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1182601 INFO  (zkCallback-5581-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1182605 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 1182605 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1182605 INFO  (zkCallback-5588-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1182605 DEBUG (OverseerAutoScalingTriggerThread-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:34601_solr]
   [junit4]   2> 1182608 INFO  (jetty-launcher-5565-thread-3) [n:127.0.0.1:34601_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1182612 DEBUG (OverseerAutoScalingTriggerThread-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1182613 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 1182613 DEBUG (OverseerAutoScalingTriggerThread-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1182613 DEBUG (ScheduledTrigger-5153-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1182618 INFO  (jetty-launcher-5565-thread-3) [n:127.0.0.1:34601_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34601.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@35f0ce2b
   [junit4]   2> 1182622 INFO  (jetty-launcher-5565-thread-3) [n:127.0.0.1:34601_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34601.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@35f0ce2b
   [junit4]   2> 1182622 INFO  (jetty-launcher-5565-thread-3) [n:127.0.0.1:34601_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34601.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@35f0ce2b
   [junit4]   2> 1182623 INFO  (jetty-launcher-5565-thread-3) [n:127.0.0.1:34601_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_447E582DF4C90BA0-001/tempDir-001/node3/.
   [junit4]   2> 1182661 INFO  (jetty-launcher-5565-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44877/solr
   [junit4]   2> 1182664 INFO  (zkConnectionManagerCallback-5594-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1182665 DEBUG (jetty-launcher-5565-thread-2) [n:127.0.0.1:46137_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$419/1850132142@770452d2
   [junit4]   2> 1182666 INFO  (zkConnectionManagerCallback-5598-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1182666 INFO  (jetty-launcher-5565-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44877/solr
   [junit4]   2> 1182666 INFO  (zkConnectionManagerCallback-5600-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1182667 DEBUG (jetty-launcher-5565-thread-4) [n:127.0.0.1:44513_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$419/1850132142@2afcddef
   [junit4]   2> 1182667 INFO  (zkConnectionManagerCallback-5602-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1182668 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1182668 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1182668 INFO  (jetty-launcher-5565-thread-2) [n:127.0.0.1:46137_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1182669 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1182669 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1182669 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1182669 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 1182669 INFO  (jetty-launcher-5565-thread-2) [n:127.0.0.1:46137_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1182669 DEBUG (jetty-launcher-5565-thread-2) [n:127.0.0.1:46137_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72060381952016393-127.0.0.1:46137_solr-n_0000000001
   [junit4]   2> 1182669 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1182670 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72060381952016390-127.0.0.1:34601_solr-n_0000000000
   [junit4]   2> 1182670 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1182670 DEBUG (jetty-launcher-5565-thread-2) [n:127.0.0.1:46137_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72060381952016390-127.0.0.1:34601_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 1182670 INFO  (jetty-launcher-5565-thread-4) [n:127.0.0.1:44513_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1182670 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1182670 DEBUG (jetty-launcher-5565-thread-2) [n:127.0.0.1:46137_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:46137_solr as DOWN
   [junit4]   2> 1182670 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1182670 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1182670 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1182670 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 1182670 INFO  (jetty-launcher-5565-thread-2) [n:127.0.0.1:46137_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1182670 INFO  (jetty-launcher-5565-thread-2) [n:127.0.0.1:46137_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46137_solr
   [junit4]   2> 1182670 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1182670 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1182670 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1182670 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1182670 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1182671 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1182671 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1182671 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1182671 INFO  (zkCallback-5588-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1182671 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1182671 INFO  (zkCallback-5601-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1182671 INFO  (zkCallback-5597-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1182671 INFO  (zkCallback-5581-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1182671 INFO  (jetty-launcher-5565-thread-4) [n:127.0.0.1:44513_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1182671 DEBUG (jetty-launcher-5565-thread-4) [n:127.0.0.1:44513_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72060381952016395-127.0.0.1:44513_solr-n_0000000002
   [junit4]   2> 1182671 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72060381952016393-127.0.0.1:46137_solr-n_0000000001
   [junit4]   2> 1182671 DEBUG (jetty-launcher-5565-thread-4) [n:127.0.0.1:44513_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72060381952016393-127.0.0.1:46137_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 1182671 DEBUG (jetty-launcher-5565-thread-4) [n:127.0.0.1:44513_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:44513_solr as DOWN
   [junit4]   2> 1182672 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1182672 INFO  (jetty-launcher-5565-thread-4) [n:127.0.0.1:44513_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1182672 INFO  (jetty-launcher-5565-thread-4) [n:127.0.0.1:44513_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44513_solr
   [junit4]   2> 1182672 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1182672 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1182672 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1182672 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1182672 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1182672 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1182672 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1182672 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1182672 INFO  (zkCallback-5588-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1182672 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1182672 INFO  (zkCallback-5581-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1182672 INFO  (zkCallback-5597-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1182676 INFO  (zkCallback-5601-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1182681 INFO  (zkConnectionManagerCallback-5611-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1182682 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1182682 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1182682 INFO  (jetty-launcher-5565-thread-2) [n:127.0.0.1:46137_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1182682 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1182682 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1182682 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1182682 INFO  (jetty-launcher-5565-thread-2) [n:127.0.0.1:46137_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44877/solr ready
   [junit4]   2> 1182684 INFO  (jetty-launcher-5565-thread-2) [n:127.0.0.1:46137_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1182684 INFO  (zkConnectionManagerCallback-5617-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1182684 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1182685 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1182685 INFO  (jetty-launcher-5565-thread-4) [n:127.0.0.1:44513_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1182685 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1182685 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1182685 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1182685 INFO  (jetty-launcher-5565-thread-4) [n:127.0.0.1:44513_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44877/solr ready
   [junit4]   2> 1182691 INFO  (jetty-launcher-5565-thread-4) [n:127.0.0.1:44513_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1182694 INFO  (jetty-launcher-5565-thread-2) [n:127.0.0.1:46137_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46137.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@35f0ce2b
   [junit4]   2> 1182699 INFO  (jetty-launcher-5565-thread-2) [n:127.0.0.1:46137_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46137.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@35f0ce2b
   [junit4]   2> 1182699 INFO  (jetty-launcher-5565-thread-2) [n:127.0.0.1:46137_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46137.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@35f0ce2b
   [junit4]   2> 1182699 INFO  (jetty-launcher-5565-thread-4) [n:127.0.0.1:44513_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44513.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@35f0ce2b
   [junit4]   2> 1182699 INFO  (jetty-launcher-5565-thread-2) [n:127.0.0.1:46137_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_447E582DF4C90BA0-001/tempDir-001/node2/.
   [junit4]   2> 1182703 INFO  (jetty-launcher-5565-thread-4) [n:127.0.0.1:44513_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44513.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@35f0ce2b
   [junit4]   2> 1182703 INFO  (jetty-launcher-5565-thread-4) [n:127.0.0.1:44513_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44513.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@35f0ce2b
   [junit4]   2> 1182704 INFO  (jetty-launcher-5565-thread-4) [n:127.0.0.1:44513_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_447E582DF4C90BA0-001/tempDir-001/node4/.
   [junit4]   2> 1182738 INFO  (jetty-launcher-5565-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44877/solr
   [junit4]   2> 1182739 INFO  (zkConnectionManagerCallback-5622-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1182739 DEBUG (jetty-launcher-5565-thread-1) [n:127.0.0.1:33423_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$419/1850132142@5f1f5f00
   [junit4]   2> 1182740 INFO  (zkConnectionManagerCallback-5624-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1182742 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1182742 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1182742 INFO  (jetty-launcher-5565-thread-1) [n:127.0.0.1:33423_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1182742 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1182742 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1182743 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1182743 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 1182743 INFO  (jetty-launcher-5565-thread-1) [n:127.0.0.1:33423_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1182743 DEBUG (jetty-launcher-5565-thread-1) [n:127.0.0.1:33423_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72060381952016399-127.0.0.1:33423_solr-n_0000000003
   [junit4]   2> 1182743 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72060381952016395-127.0.0.1:44513_solr-n_0000000002
   [junit4]   2> 1182743 DEBUG (jetty-launcher-5565-thread-1) [n:127.0.0.1:33423_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72060381952016395-127.0.0.1:44513_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 1182744 DEBUG (jetty-launcher-5565-thread-1) [n:127.0.0.1:33423_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:33423_solr as DOWN
   [junit4]   2> 1182744 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1182744 INFO  (jetty-launcher-5565-thread-1) [n:127.0.0.1:33423_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1182744 INFO  (jetty-launcher-5565-thread-1) [n:127.0.0.1:33423_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33423_solr
   [junit4]   2> 1182744 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1182744 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1182744 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1182744 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1182744 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1182744 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1182744 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1182744 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1182744 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1182744 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1182744 INFO  (zkCallback-5588-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1182744 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1182744 INFO  (zkCallback-5601-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1182744 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1182744 INFO  (zkCallback-5581-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1182745 INFO  (zkCallback-5597-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1182745 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1182745 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1182745 INFO  (zkCallback-5616-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1182745 INFO  (zkCallback-5610-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1182745 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1182745 INFO  (zkCallback-5623-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1182752 INFO  (zkConnectionManagerCallback-5631-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1182752 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1182752 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1182752 INFO  (jetty-launcher-5565-thread-1) [n:127.0.0.1:33423_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1182752 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1182752 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1182753 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1182753 INFO  (jetty-launcher-5565-thread-1) [n:127.0.0.1:33423_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44877/solr ready
   [junit4]   2> 1182753 INFO  (jetty-launcher-5565-thread-1) [n:127.0.0.1:33423_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1182771 INFO  (jetty-launcher-5565-thread-1) [n:127.0.0.1:33423_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33423.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@35f0ce2b
   [junit4]   2> 1182775 INFO  (jetty-launcher-5565-thread-1) [n:127.0.0.1:33423_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33423.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@35f0ce2b
   [junit4]   2> 1182775 INFO  (jetty-launcher-5565-thread-1) [n:127.0.0.1:33423_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33423.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@35f0ce2b
   [junit4]   2> 1182776 INFO  (jetty-launcher-5565-thread-1) [n:127.0.0.1:33423_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_447E582DF4C90BA0-001/tempDir-001/node1/.
   [junit4]   2> 1182797 INFO  (zkConnectionManagerCallback-5634-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1182800 INFO  (zkConnectionManagerCallback-5639-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1182801 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1182801 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1182801 INFO  (SUITE-MoveReplicaHDFSTest-seed#[447E582DF4C90BA0]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1182801 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1182801 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1182801 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1182801 INFO  (SUITE-MoveReplicaHDFSTest-seed#[447E582DF4C90BA0]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44877/solr ready
   [junit4]   2> 1182811 INFO  (qtp695068671-14952) [n:127.0.0.1:34601_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1182811 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1182812 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 1182812 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1182812 DEBUG (OverseerCollectionConfigSetProcessor-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000
   [junit4]   2> 1182812 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1182812 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1182812 DEBUG (OverseerCollectionConfigSetProcessor-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000
   [junit4]   2> 1182812 DEBUG (OverseerCollectionConfigSetProcessor-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Returning topN elements: [/overseer/collection-queue-work/qn-0000000000, ]
   [junit4]   2> 1182812 DEBUG (OverseerCollectionConfigSetProcessor-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ecf]]
   [junit4]   2> 1182812 DEBUG (OverseerCollectionConfigSetProcessor-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as running
   [junit4]   2> 1182812 DEBUG (OverseerCollectionConfigSetProcessor-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{"operation":"overseerstatus"}
   [junit4]   2> 1182813 DEBUG (OverseerThreadFactory-5155-thread-1) [    ] o.a.s.c.OverseerTaskProcessor Runner processing /overseer/collection-queue-work/qn-0000000000
   [junit4]   2> 1182813 DEBUG (OverseerThreadFactory-5155-thread-1) [    ] o.a.s.c.a.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : overseerstatus , {"operation":"overseerstatus"}
   [junit4]   2> 1182813 DEBUG (OverseerCollectionConfigSetProcessor-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1
   [junit4]   2> 1182813 DEBUG (OverseerCollectionConfigSetProcessor-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 1182813 DEBUG (OverseerCollectionConfigSetProcessor-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 1182813 DEBUG (OverseerCollectionConfigSetProcessor-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 1182813 DEBUG (OverseerCollectionConfigSetProcessor-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 1182813 DEBUG (OverseerCollectionConfigSetProcessor-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Peeking for top 99 elements. ExcludeSet: [/overseer/collection-queue-work/qn-0000000000],[]
   [junit4]   2> 1182814 DEBUG (OverseerThreadFactory-5155-thread-1) [    ] o.a.s.c.OverseerTaskProcessor Completed task:[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 1182814 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 1182814 DEBUG (zkCallback-5581-thread-1) [    ] o.a.s.c.OverseerTaskQueue NodeDataChanged fired on path /overseer/collection-queue-work/qnr-0000000000 state SyncConnected latchEventType null
   [junit4]   2> 1182815 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1182815 DEBUG (OverseerThreadFactory-5155-thread-1) [    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as completed.
   [junit4]   2> 1182815 DEBUG (OverseerThreadFactory-5155-thread-1) [    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 1182815 DEBUG (OverseerThreadFactory-5155-thread-1) [    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 1182815 DEBUG (OverseerThreadFactory-5155-thread-1) [    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 1182815 DEBUG (OverseerThreadFactory-5155-thread-1) [    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 1182815 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1182815 DEBUG (OverseerThreadFactory-5155-thread-1) [    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{leader=127.0.0.1:34601_solr,overseer_queue_size=3,overseer_work_queue_size=0,overseer_collection_queue_size=2,overseer_operations={am_i_leader={requests=2,errors=0,avgRequestsPerSecond=8.937636905604915,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.0981965,medianRequestTime=0.104387,75thPcRequestTime=0.104387,95thPcRequestTime=0.104387,99thPcRequestTime=0.104387,999thPcRequestTime=0.104387},downnode={requests=3,errors=0,avgRequestsPerSecond=20.90781175016093,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.007829333333333332,medianRequestTime=0.00715,75thPcRequestTime=0.009467,95thPcRequestTime=0.009467,99thPcRequestTime=0.009467,999thPcRequestTime=0.009467}},collection_operations={am_i_leader={requests=3,errors=0,avgRequestsPerSecond=13.414404629150065,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.103272,medianRequestTime=0.082091,75thPcRequestTime=0.158021,95thPcRequestTime=0.158021,99thPcRequestTime=0.158021,999thPcRequestTime=0.158021},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=4.478303383656909,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.118749,medianRequestTime=0.118749,75thPcRequestTime=0.118749,95thPcRequestTime=0.118749,99thPcRequestTime=0.118749,999thPcRequestTime=0.118749}},collection_queue={peektopn_wait2000={avgRequestsPerSecond=4.483489319680577,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=221.665981,medianRequestTime=221.665981,75thPcRequestTime=221.665981,95thPcRequestTime=221.665981,99thPcRequestTime=221.665981,999thPcRequestTime=221.665981}}}
   [junit4]   2> 1182815 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1182815 DEBUG (OverseerCollectionConfigSetProcessor-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000
   [junit4]   2> 1182815 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1182816 INFO  (qtp695068671-14952) [n:127.0.0.1:34601_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=4
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 1182845 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1182845 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1183099 WARN  (SUITE-MoveReplicaHDFSTest-seed#[447E582DF4C90BA0]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 1183105 WARN  (SUITE-MoveReplicaHDFSTest-seed#[447E582DF4C90BA0]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1183106 INFO  (SUITE-MoveReplicaHDFSTest-seed#[447E582DF4C90BA0]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1183109 INFO  (SUITE-MoveReplicaHDFSTest-seed#[447E582DF4C90BA0]-worker) [    ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs to ./temp/Jetty_localhost_localdomain_42245_hdfs____.tepzch/webapp
   [junit4]   2> 1183180 INFO  (SUITE-MoveReplicaHDFSTest-seed#[447E582DF4C90BA0]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:42245
   [junit4]   2> 1183245 WARN  (SUITE-MoveReplicaHDFSTest-seed#[447E582DF4C90BA0]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1183246 INFO  (SUITE-MoveReplicaHDFSTest-seed#[447E582DF4C90BA0]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1183248 INFO  (SUITE-MoveReplicaHDFSTest-seed#[447E582DF4C90BA0]-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_38689_datanode____x9ybrt/webapp
   [junit4]   2> 1183313 INFO  (SUITE-MoveReplicaHDFSTest-seed#[447E582DF4C90BA0]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:38689
   [junit4]   2> 1183338 WARN  (SUITE-MoveReplicaHDFSTest-seed#[447E582DF4C90BA0]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1183338 INFO  (SUITE-MoveReplicaHDFSTest-seed#[447E582DF4C90BA0]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1183341 INFO  (SUITE-MoveReplicaHDFSTest-seed#[447E582DF4C90BA0]-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_41837_datanode____31iq1y/webapp
   [junit4]   2> 1183409 INFO  (SUITE-MoveReplicaHDFSTest-seed#[447E582DF4C90BA0]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:41837
   [junit4]   2> 1183418 ERROR (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_447E582DF4C90BA0-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_447E582DF4C90BA0-001/tempDir-002/hdfsBaseDir/data/data2/]]  heartbeating to localhost.localdomain/127.0.0.1:38353) [    ] 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> 1183425 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x26b0e8325189: from storage DS-a836703d-d68d-4f58-a10e-c044a3afabf3 node DatanodeRegistration(127.0.0.1:45083, datanodeUuid=2b051fee-f3a1-48f7-af87-2fe334eb9d10, infoPort=44473, infoSecurePort=0, ipcPort=38383, storageInfo=lv=-56;cid=testClusterID;nsid=1066949126;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 1183425 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x26b0e8325189: from storage DS-522f46d1-8109-46e4-bbd2-b908cf88c8e1 node DatanodeRegistration(127.0.0.1:45083, datanodeUuid=2b051fee-f3a1-48f7-af87-2fe334eb9d10, infoPort=44473, infoSecurePort=0, ipcPort=38383, storageInfo=lv=-56;cid=testClusterID;nsid=1066949126;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 1183521 ERROR (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_447E582DF4C90BA0-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_447E582DF4C90BA0-001/tempDir-002/hdfsBaseDir/data/data4/]]  heartbeating to localhost.localdomain/127.0.0.1:38353) [    ] 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> 1183524 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x26b0ee22e3db: from storage DS-2d4035ce-0b61-49d0-9d97-24156b80c0de node DatanodeRegistration(127.0.0.1:40085, datanodeUuid=a734a298-6aa5-452c-8758-603292c75b55, infoPort=44407, infoSecurePort=0, ipcPort=37553, storageInfo=lv=-56;cid=testClusterID;nsid=1066949126;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 1183524 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x26b0ee22e3db: from storage DS-505336b7-8703-4e1f-b76e-d9f88167a1d5 node DatanodeRegistration(127.0.0.1:40085, datanodeUuid=a734a298-6aa5-452c-8758-603292c75b55, infoPort=44407, infoSecurePort=0, ipcPort=37553, storageInfo=lv=-56;cid=testClusterID;nsid=1066949126;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 1183592 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[447E582DF4C90BA0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFailedMove
   [junit4]   2> 1183592 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1183592 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1183592 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[447E582DF4C90BA0]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1183592 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1183592 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1183592 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1183593 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 1183593 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 1183593 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 1183593 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 1183593 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 1183593 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 1183593 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 1183593 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 1183593 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 1183593 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1183593 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1183593 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1183593 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1183593 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1183593 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1183593 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1183593 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1183594 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[447E582DF4C90BA0]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10+46
   [junit4]   2> 1183594 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1183594 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1183594 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[447E582DF4C90BA0]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1183594 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[447E582DF4C90BA0]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1183594 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[447E582DF4C90BA0]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1183595 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[447E582DF4C90BA0]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@60dc035{/solr,null,AVAILABLE}
   [junit4]   2> 1183595 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[447E582DF4C90BA0]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4e2b833f{SSL,[ssl, http/1.1]}{127.0.0.1:40607}
   [junit4]   2> 1183595 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[447E582DF4C90BA0]) [    ] o.e.j.s.Server Started @1183615ms
   [junit4]   2> 1183595 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[447E582DF4C90BA0]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40607}
   [junit4]   2> 1183595 ERROR (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[447E582DF4C90BA0]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1183595 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[447E582DF4C90BA0]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1183595 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[447E582DF4C90BA0]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1183595 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[447E582DF4C90BA0]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1183595 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[447E582DF4C90BA0]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1183595 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[447E582DF4C90BA0]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-02T23:16:04.581729Z
   [junit4]   2> 1183596 INFO  (zkConnectionManagerCallback-5643-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1183597 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[447E582DF4C90BA0]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1183614 DEBUG (ScheduledTrigger-5153-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 1183728 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[447E582DF4C90BA0]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44877/solr
   [junit4]   2> 1183730 INFO  (zkConnectionManagerCallback-5647-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1183730 DEBUG (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[447E582DF4C90BA0]) [n:127.0.0.1:40607_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$419/1850132142@47e13641
   [junit4]   2> 1183731 INFO  (zkConnectionManagerCallback-5649-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1183733 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1183733 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1183734 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[447E582DF4C90BA0]) [n:127.0.0.1:40607_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1183734 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1183734 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1183734 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1183734 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 1183734 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[447E582DF4C90BA0]) [n:127.0.0.1:40607_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1183735 DEBUG (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[447E582DF4C90BA0]) [n:127.0.0.1:40607_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72060381952016405-127.0.0.1:40607_solr-n_0000000004
   [junit4]   2> 1183735 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72060381952016399-127.0.0.1:33423_solr-n_0000000003
   [junit4]   2> 1183735 DEBUG (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[447E582DF4C90BA0]) [n:127.0.0.1:40607_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72060381952016399-127.0.0.1:33423_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 1183735 DEBUG (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[447E582DF4C90BA0]) [n:127.0.0.1:40607_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:40607_solr as DOWN
   [junit4]   2> 1183735 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1183735 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[447E582DF4C90BA0]) [n:127.0.0.1:40607_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1183735 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[447E582DF4C90BA0]) [n:127.0.0.1:40607_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40607_solr
   [junit4]   2> 1183735 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1183736 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1183736 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1183736 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1183736 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1183736 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1183736 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1183736 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1183736 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1183736 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1183736 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1183736 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1183736 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1183736 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1183736 INFO  (zkCallback-5610-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1183736 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1183736 INFO  (zkCallback-5588-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1183736 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1183736 INFO  (zkCallback-5616-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1183736 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1183736 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1183736 INFO  (zkCallback-5630-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1183736 INFO  (zkCallback-5638-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1183736 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1183736 INFO  (zkCallback-5601-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1183736 INFO  (zkCallback-5623-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1183736 INFO  (zkCallback-5597-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1183736 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1183736 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1183736 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1183737 INFO  (zkCallback-5581-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1183737 INFO  (zkCallback-5638-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1183737 INFO  (zkCallback-5648-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1183750 INFO  (zkConnectionManagerCallback-5656-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1183751 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1183751 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1183751 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[447E582DF4C90BA0]) [n:127.0.0.1:40607_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1183751 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1183751 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1183751 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1183751 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[447E582DF4C90BA0]) [n:127.0.0.1:40607_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44877/solr ready
   [junit4]   2> 1183752 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[447E582DF4C90BA0]) [n:127.0.0.1:40607_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1183777 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[447E582DF4C90BA0]) [n:127.0.0.1:40607_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40607.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@35f0ce2b
   [junit4]   2> 1183784 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[447E582DF4C90BA0]) [n:127.0.0.1:40607_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40607.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@35f0ce2b
   [junit4]   2> 1183784 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[447E582DF4C90BA0]) [n:127.0.0.1:40607_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40607.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@35f0ce2b
   [junit4]   2> 1183785 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[447E582DF4C90BA0]) [n:127.0.0.1:40607_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_447E582DF4C90BA0-001/tempDir-001/node5/.
   [junit4]   2> 1183835 INFO  (zkConnectionManagerCallback-5659-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1183836 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1183837 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1183849 INFO  (qtp234690794-14944) [n:127.0.0.1:33423_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 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> 1183849 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1183850 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/overseer/collection-queue-work/qnr-0000000002
   [junit4]   2> 1183850 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1183850 DEBUG (OverseerCollectionConfigSetProcessor-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000002
   [junit4]   2> 1183850 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1183850 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1183850 DEBUG (OverseerCollectionConfigSetProcessor-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000002
   [junit4]   2> 1183850 DEBUG (OverseerCollectionConfigSetProcessor-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Returning topN elements: [/overseer/collection-queue-work/qn-0000000002, ]
   [junit4]   2> 1183850 DEBUG (OverseerCollectionConfigSetProcessor-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ed1]]
   [junit4]   2> 1183850 DEBUG (OverseerCollectionConfigSetProcessor-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000002] as running
   [junit4]   2> 1183850 DEBUG (OverseerCollectionConfigSetProcessor-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] 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>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 1183850 DEBUG (OverseerCollectionConfigSetProcessor-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1
   [junit4]   2> 1183850 DEBUG (OverseerThreadFactory-5155-thread-2) [    ] o.a.s.c.OverseerTaskProcessor Runner processing /overseer/collection-queue-work/qn-0000000002
   [junit4]   2> 1183850 DEBUG (OverseerThreadFactory-5155-thread-2) [    ] o.a.s.c.a.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"MoveReplicaHDFSTest_failed_coll_true",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 1183850 INFO  (OverseerThreadFactory-5155-thread-2) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection MoveReplicaHDFSTest_failed_coll_true
   [junit4]   2> 1183850 INFO  (OverseerCollectionConfigSetProcessor-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] 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> 1183851 DEBUG (OverseerCollectionConfigSetProcessor-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 1183851 DEBUG (OverseerCollectionConfigSetProcessor-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 1183851 DEBUG (OverseerCollectionConfigSetProcessor-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 1183851 DEBUG (OverseerCollectionConfigSetProcessor-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 1183851 DEBUG (OverseerCollectionConfigSetProcessor-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Peeking for top 99 elements. ExcludeSet: [/overseer/collection-queue-work/qn-0000000002],[]
   [junit4]   2> 1183851 DEBUG (OverseerThreadFactory-5155-thread-2) [    ] o.a.s.c.a.c.Assign Identify nodes using default
   [junit4]   2> 1183851 DEBUG (OverseerThreadFactory-5155-thread-2) [    ] o.a.s.c.a.c.OverseerCollectionMessageHandler creating collections conf node /collections/MoveReplicaHDFSTest_failed_coll_true 
   [junit4]   2> 1183851 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 1183851 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 1183851 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 1183851 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 1183851 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 1183851 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 1183851 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 1183851 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 1183851 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 1183851 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 1183851 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 1183851 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1183851 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1183852 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1183852 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1183852 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1183852 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1183852 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1183852 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1183852 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1183852 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1183852 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1183852 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1183852 DEBUG (OverseerThreadFactory-5155-thread-2) [    ] o.a.s.c.a.c.CreateCollectionCmd Check for collection zkNode:MoveReplicaHDFSTest_failed_coll_true
   [junit4]   2> 1183852 DEBUG (OverseerThreadFactory-5155-thread-2) [    ] o.a.s.c.a.c.CreateCollectionCmd Collection zkNode exists
   [junit4]   2> 1183852 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1183852 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1183853 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1183853 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1183953 DEBUG (OverseerThreadFactory-5155-thread-2) [    ] 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>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 1183954 DEBUG (OverseerThreadFactory-5155-thread-2) [    ] 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:33423_solr
   [junit4]   2> 1183955 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1183955 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1183956 INFO  (OverseerStateUpdate-72060381952016390-127.0.0.1:34601_solr-n_0000000000) [    ] 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":"https://127.0.0.1:33423/solr",
   [junit4]

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

MoveReplicaHDFSTest_coll_false/leader_elect/shard1/election/72060381952016405-core_node3-n_0000000000
   [junit4]   2> 	2	/solr/collections/MoveReplicaHDFSTest_coll_true/leader_elect/shard2/election/72060381952016410-core_node8-n_0000000001
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72060381952016395-127.0.0.1:44513_solr-n_0000000002
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	37	/solr/collections
   [junit4]   2> 	25	/solr/live_nodes
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 1247335 WARN  (SUITE-MoveReplicaHDFSTest-seed#[447E582DF4C90BA0]-worker) [    ] o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 1247842 INFO  (SUITE-MoveReplicaHDFSTest-seed#[447E582DF4C90BA0]-worker) [    ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 1247943 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_447E582DF4C90BA0-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_447E582DF4C90BA0-001/tempDir-002/hdfsBaseDir/data/data4/]]  heartbeating to localhost.localdomain/127.0.0.1:38353) [    ] o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager interrupted
   [junit4]   2> 1247943 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_447E582DF4C90BA0-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_447E582DF4C90BA0-001/tempDir-002/hdfsBaseDir/data/data4/]]  heartbeating to localhost.localdomain/127.0.0.1:38353) [    ] o.a.h.h.s.d.DataNode Ending block pool service for: Block pool BP-323267581-88.99.242.108-1530573363808 (Datanode Uuid a734a298-6aa5-452c-8758-603292c75b55) service to localhost.localdomain/127.0.0.1:38353
   [junit4]   2> 1247944 WARN  (SUITE-MoveReplicaHDFSTest-seed#[447E582DF4C90BA0]-worker) [    ] o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 1247947 INFO  (SUITE-MoveReplicaHDFSTest-seed#[447E582DF4C90BA0]-worker) [    ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 1248048 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_447E582DF4C90BA0-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_447E582DF4C90BA0-001/tempDir-002/hdfsBaseDir/data/data2/]]  heartbeating to localhost.localdomain/127.0.0.1:38353) [    ] o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager interrupted
   [junit4]   2> 1248048 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_447E582DF4C90BA0-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_447E582DF4C90BA0-001/tempDir-002/hdfsBaseDir/data/data2/]]  heartbeating to localhost.localdomain/127.0.0.1:38353) [    ] o.a.h.h.s.d.DataNode Ending block pool service for: Block pool BP-323267581-88.99.242.108-1530573363808 (Datanode Uuid 2b051fee-f3a1-48f7-af87-2fe334eb9d10) service to localhost.localdomain/127.0.0.1:38353
   [junit4]   2> 1248052 INFO  (SUITE-MoveReplicaHDFSTest-seed#[447E582DF4C90BA0]-worker) [    ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:0
   [junit4]   2> 1248162 INFO  (SUITE-MoveReplicaHDFSTest-seed#[447E582DF4C90BA0]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44877 44877
   [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_447E582DF4C90BA0-001
   [junit4]   2> Jul 02, 2018 11:17:09 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 67 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {id=FSTOrd50}, docValues:{_version_=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=424, maxMBSortInHeap=7.770294034899834, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3ff702c9), locale=mer, timezone=America/Chihuahua
   [junit4]   2> NOTE: Linux 4.15.0-24-generic amd64/Oracle Corporation 10 (64-bit)/cpus=8,threads=2,free=191019912,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [V2StandaloneTest, CoreAdminOperationTest, TestCopyFieldCollectionResource, TestTestInjection, AssignBackwardCompatibilityTest, TestClusterStateMutator, TestSQLHandler, PrimitiveFieldTypeTest, TestSolrConfigHandlerConcurrent, TestReloadAndDeleteDocs, TestRandomFaceting, TestPKIAuthenticationPlugin, TestLockTree, TestClusterStateProvider, ImplicitSnitchTest, TestGraphTermsQParserPlugin, TestImplicitCoreProperties, TestStressUserVersions, HLLUtilTest, DisMaxRequestHandlerTest, TestSmileRequest, SolrCloudExampleTest, DocumentBuilderTest, SpatialFilterTest, AutoscalingHistoryHandlerTest, TestSolrCloudWithDelegationTokens, TestAtomicUpdateErrorCases, SynonymTokenizerTest, TestFieldCache, CurrencyRangeFacetCloudTest, TestIntervalFaceting, HdfsSyncSliceTest, MetricsHistoryIntegrationTest, TestExactStatsCache, HealthCheckHandlerTest, CSVRequestHandlerTest, TestFilteredDocIdSet, SharedFSAutoReplicaFailoverTest, TestSolrConfigHandler, BlockJoinFacetSimpleTest, SolrInfoBeanTest, TestPayloadCheckQParserPlugin, TestAuthenticationFramework, TestReplicationHandlerBackup, ConfigSetsAPITest, TestHighlightDedupGrouping, LeaderElectionIntegrationTest, SuggesterTSTTest, TestOrdValues, TestPartialUpdateDeduplication, HttpSolrCallGetCoreTest, TestSimDistributedQueue, NumberUtilsTest, HdfsAutoAddReplicasIntegrationTest, SolrGraphiteReporterTest, TestJsonRequest, TestPrepRecovery, ExplicitHLLTest, SaslZkACLProviderTest, PropertiesRequestHandlerTest, TestCursorMarkWithoutUniqueKey, URLClassifyProcessorTest, SearchHandlerTest, CreateRoutedAliasTest, HdfsUnloadDistributedZkTest, TestBinaryResponseWriter, TestQueryTypes, TestDirectoryFactory, SubstringBytesRefFilterTest, TestZkAclsWithHadoopAuth, ClusterStateTest, TestCustomSort, PeerSyncWithBufferUpdatesTest, TestConfigSetProperties, DeleteStatusTest, TestLegacyNumericRangeQueryBuilder, UtilsToolTest, TestComplexPhraseLeadingWildcard, TestNodeAddedTrigger, RankQueryTest, SortByFunctionTest, TestRawResponseWriter, TestDistributedStatsComponentCardinality, DistribJoinFromCollectionTest, DateMathParserTest, TestSortableTextField, TestUnInvertedFieldException, TestDownShardTolerantSearch, ActionThrottleTest, TestUniqueKeyFieldResource, TestDeleteCollectionOnDownNodes, ChaosMonkeyNothingIsSafeWithPullReplicasTest, DistributedMLTComponentTest, TestSlowCompositeReaderWrapper, TestSchemaSimilarityResource, SOLR749Test, TestJsonFacetRefinement, TestSolrIndexConfig, TestRequestStatusCollectionAPI, AssignTest, TestCoreBackup, TestIndexingPerformance, DebugComponentTest, FieldMutatingUpdateProcessorTest, BasicDistributedZkTest, DistributedFacetExistsSmallTest, StatelessScriptUpdateProcessorFactoryTest, MetricTriggerIntegrationTest, TestRequestForwarding, TestDelegationWithHadoopAuth, TestDefaultStatsCache, TestNestedDocsSort, TestEmbeddedSolrServerSchemaAPI, DocValuesMissingTest, TestSolrCoreParser, SolrSlf4jReporterTest, RecoveryAfterSoftCommitTest, TestTrieFacet, TestNRTOpen, DistributedFacetPivotSmallAdvancedTest, StatsComponentTest, LeaderFailureAfterFreshStartTest, TestUtilizeNode, TestCoreAdminApis, TestCoreDiscovery, OverseerModifyCollectionTest, ZkCLITest, DistributedTermsComponentTest, TestPivotHelperCode, TestFieldTypeResource, SolrIndexConfigTest, DistributedQueryElevationComponentTest, JsonLoaderTest, OpenCloseCoreStressTest, TestHighFrequencyDictionaryFactory, SolrMetricReporterTest, DeleteNodeTest, DeleteReplicaTest, MoveReplicaHDFSTest]
   [junit4] Completed [465/820 (1!)] on J1 in 75.13s, 4 tests, 1 error <<< FAILURES!

[...truncated 45185 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22372/consoleText

[repro] Revision: 9a9c65a6ba3503fe5e505b1b7ae8cc43da3a271f

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC"
[repro] Repro line:  ant test  -Dtestcase=MoveReplicaHDFSTest -Dtests.method=testFailedMove -Dtests.seed=447E582DF4C90BA0 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=mer -Dtests.timezone=America/Chihuahua -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       MoveReplicaHDFSTest
[repro] ant compile-test

[...truncated 3305 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.MoveReplicaHDFSTest" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=447E582DF4C90BA0 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=mer -Dtests.timezone=America/Chihuahua -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 91 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.MoveReplicaHDFSTest
[repro] Exiting with code 0

[...truncated 40 lines...]

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-9.0.4) - Build # 22371 - Still Unstable!

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

1 tests failed.
FAILED:  org.apache.solr.cloud.api.collections.TestCollectionAPI.test

Error Message:


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




Build Log:
[...truncated 12985 lines...]
   [junit4] Suite: org.apache.solr.cloud.api.collections.TestCollectionAPI
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.TestCollectionAPI_EE4A96355CDEB9F1-001/init-core-data-001
   [junit4]   2> 340944 WARN  (SUITE-TestCollectionAPI-seed#[EE4A96355CDEB9F1]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 340944 INFO  (SUITE-TestCollectionAPI-seed#[EE4A96355CDEB9F1]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 340945 INFO  (SUITE-TestCollectionAPI-seed#[EE4A96355CDEB9F1]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 340946 INFO  (SUITE-TestCollectionAPI-seed#[EE4A96355CDEB9F1]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 340946 INFO  (SUITE-TestCollectionAPI-seed#[EE4A96355CDEB9F1]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 340947 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 340947 INFO  (Thread-881) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 340947 INFO  (Thread-881) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 340954 ERROR (Thread-881) [    ] 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> 341047 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.ZkTestServer start zk server on port:42673
   [junit4]   2> 341052 INFO  (zkConnectionManagerCallback-794-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 341056 INFO  (zkConnectionManagerCallback-796-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 341058 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 341059 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 341059 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 341060 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 341060 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 341061 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 341061 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 341062 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 341063 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 341063 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 341064 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 341076 INFO  (zkConnectionManagerCallback-800-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 341077 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 341177 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
   [junit4]   2> 341180 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 341180 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 341180 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 341188 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2d6eaced{/,null,AVAILABLE}
   [junit4]   2> 341189 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@609d8309{SSL,[ssl, http/1.1]}{127.0.0.1:33575}
   [junit4]   2> 341189 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.e.j.s.Server Started @341231ms
   [junit4]   2> 341189 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.TestCollectionAPI_EE4A96355CDEB9F1-001/tempDir-001/control/data, hostPort=33575, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.TestCollectionAPI_EE4A96355CDEB9F1-001/control-001/cores, replicaType=NRT}
   [junit4]   2> 341189 ERROR (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 341189 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 341189 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 341189 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 341189 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 341189 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-02T20:02:10.096855Z
   [junit4]   2> 341195 INFO  (zkConnectionManagerCallback-802-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 341196 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 341196 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.TestCollectionAPI_EE4A96355CDEB9F1-001/control-001/solr.xml
   [junit4]   2> 341198 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 341198 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 341199 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@28822e61, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 341342 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42673/solr
   [junit4]   2> 341343 INFO  (zkConnectionManagerCallback-806-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 341348 INFO  (zkConnectionManagerCallback-808-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 341401 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [n:127.0.0.1:33575_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 341401 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [n:127.0.0.1:33575_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33575_
   [junit4]   2> 341402 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [n:127.0.0.1:33575_    ] o.a.s.c.Overseer Overseer (id=72059619539353605-127.0.0.1:33575_-n_0000000000) starting
   [junit4]   2> 341414 INFO  (zkConnectionManagerCallback-815-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 341418 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [n:127.0.0.1:33575_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42673/solr ready
   [junit4]   2> 341428 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [n:127.0.0.1:33575_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33575_
   [junit4]   2> 341437 INFO  (zkCallback-814-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 341438 INFO  (OverseerStateUpdate-72059619539353605-127.0.0.1:33575_-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 341445 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [n:127.0.0.1:33575_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 341459 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [n:127.0.0.1:33575_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28822e61
   [junit4]   2> 341469 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [n:127.0.0.1:33575_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28822e61
   [junit4]   2> 341469 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [n:127.0.0.1:33575_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28822e61
   [junit4]   2> 341470 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [n:127.0.0.1:33575_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.TestCollectionAPI_EE4A96355CDEB9F1-001/control-001/cores
   [junit4]   2> 341486 INFO  (zkConnectionManagerCallback-821-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 341487 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 341487 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42673/solr ready
   [junit4]   2> 341513 INFO  (qtp332773911-3774) [n:127.0.0.1:33575_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:33575_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 341516 INFO  (OverseerThreadFactory-1515-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 341627 INFO  (qtp332773911-3776) [n:127.0.0.1:33575_    x:control_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 341627 INFO  (qtp332773911-3776) [n:127.0.0.1:33575_    x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 343242 INFO  (qtp332773911-3776) [n:127.0.0.1:33575_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 343256 INFO  (qtp332773911-3776) [n:127.0.0.1:33575_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 343291 INFO  (qtp332773911-3776) [n:127.0.0.1:33575_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 343298 INFO  (qtp332773911-3776) [n:127.0.0.1:33575_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 343299 INFO  (qtp332773911-3776) [n:127.0.0.1:33575_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28822e61
   [junit4]   2> 343299 INFO  (qtp332773911-3776) [n:127.0.0.1:33575_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 343299 INFO  (qtp332773911-3776) [n:127.0.0.1:33575_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.TestCollectionAPI_EE4A96355CDEB9F1-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.TestCollectionAPI_EE4A96355CDEB9F1-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 343300 INFO  (qtp332773911-3776) [n:127.0.0.1:33575_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=941299262, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 343309 WARN  (qtp332773911-3776) [n:127.0.0.1:33575_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 343352 INFO  (qtp332773911-3776) [n:127.0.0.1:33575_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 343353 INFO  (qtp332773911-3776) [n:127.0.0.1:33575_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 343354 INFO  (qtp332773911-3776) [n:127.0.0.1:33575_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 343354 INFO  (qtp332773911-3776) [n:127.0.0.1:33575_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 343354 INFO  (qtp332773911-3776) [n:127.0.0.1:33575_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=90.626953125, floorSegmentMB=1.3330078125, forceMergeDeletesPctAllowed=22.934051387170587, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, reclaimDeletesWeight=1.8664893621281462
   [junit4]   2> 343355 INFO  (qtp332773911-3776) [n:127.0.0.1:33575_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6dc666c6[control_collection_shard1_replica_n1] main]
   [junit4]   2> 343355 INFO  (qtp332773911-3776) [n:127.0.0.1:33575_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 343356 INFO  (qtp332773911-3776) [n:127.0.0.1:33575_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 343356 INFO  (qtp332773911-3776) [n:127.0.0.1:33575_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 343356 INFO  (qtp332773911-3776) [n:127.0.0.1:33575_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1604910298969407488
   [junit4]   2> 343357 INFO  (searcherExecutor-1520-thread-1-processing-n:127.0.0.1:33575_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:33575_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@6dc666c6[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 343360 INFO  (qtp332773911-3776) [n:127.0.0.1:33575_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 343362 INFO  (qtp332773911-3776) [n:127.0.0.1:33575_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 343362 INFO  (qtp332773911-3776) [n:127.0.0.1:33575_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 343362 INFO  (qtp332773911-3776) [n:127.0.0.1:33575_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:33575/control_collection_shard1_replica_n1/
   [junit4]   2> 343362 INFO  (qtp332773911-3776) [n:127.0.0.1:33575_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 343362 INFO  (qtp332773911-3776) [n:127.0.0.1:33575_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:33575/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 343362 INFO  (qtp332773911-3776) [n:127.0.0.1:33575_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 343363 INFO  (qtp332773911-3776) [n:127.0.0.1:33575_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:33575/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 343465 INFO  (qtp332773911-3776) [n:127.0.0.1:33575_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 343466 INFO  (qtp332773911-3776) [n:127.0.0.1:33575_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1839
   [junit4]   2> 343468 INFO  (qtp332773911-3774) [n:127.0.0.1:33575_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 343518 INFO  (OverseerCollectionConfigSetProcessor-72059619539353605-127.0.0.1:33575_-n_0000000000) [    ] 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> 343566 INFO  (zkCallback-807-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 344468 INFO  (qtp332773911-3774) [n:127.0.0.1:33575_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:33575_&wt=javabin&version=2} status=0 QTime=2954
   [junit4]   2> 344471 INFO  (zkConnectionManagerCallback-826-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 344472 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 344472 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42673/solr ready
   [junit4]   2> 344472 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 344474 INFO  (qtp332773911-3775) [n:127.0.0.1:33575_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 344475 INFO  (OverseerThreadFactory-1515-thread-2) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 344475 WARN  (OverseerThreadFactory-1515-thread-2) [    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 344679 INFO  (qtp332773911-3775) [n:127.0.0.1:33575_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 344679 INFO  (qtp332773911-3775) [n:127.0.0.1:33575_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=204
   [junit4]   2> 344743 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.TestCollectionAPI_EE4A96355CDEB9F1-001/shard-1-001 of type NRT
   [junit4]   2> 344745 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
   [junit4]   2> 344745 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 344745 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 344745 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 344746 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@259ece7b{/,null,AVAILABLE}
   [junit4]   2> 344746 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@125bf80{SSL,[ssl, http/1.1]}{127.0.0.1:35355}
   [junit4]   2> 344746 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.e.j.s.Server Started @344789ms
   [junit4]   2> 344746 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.TestCollectionAPI_EE4A96355CDEB9F1-001/tempDir-001/jetty1, hostPort=35355, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.TestCollectionAPI_EE4A96355CDEB9F1-001/shard-1-001/cores, replicaType=NRT}
   [junit4]   2> 344747 ERROR (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 344747 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 344747 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 344747 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 344747 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 344747 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-02T20:02:13.654309Z
   [junit4]   2> 344748 INFO  (zkConnectionManagerCallback-828-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 344748 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 344749 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.TestCollectionAPI_EE4A96355CDEB9F1-001/shard-1-001/solr.xml
   [junit4]   2> 344750 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 344750 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 344751 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@28822e61, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 344877 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42673/solr
   [junit4]   2> 344880 INFO  (zkConnectionManagerCallback-832-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 344898 INFO  (zkConnectionManagerCallback-834-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 344902 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [n:127.0.0.1:35355_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 344903 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [n:127.0.0.1:35355_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 344904 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [n:127.0.0.1:35355_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 344904 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [n:127.0.0.1:35355_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35355_
   [junit4]   2> 344908 INFO  (zkCallback-807-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 344908 INFO  (zkCallback-814-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 344908 INFO  (zkCallback-825-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 344912 INFO  (zkCallback-833-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 344916 INFO  (zkConnectionManagerCallback-841-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 344917 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [n:127.0.0.1:35355_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 344917 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [n:127.0.0.1:35355_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42673/solr ready
   [junit4]   2> 344918 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [n:127.0.0.1:35355_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 344927 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [n:127.0.0.1:35355_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28822e61
   [junit4]   2> 344933 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [n:127.0.0.1:35355_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28822e61
   [junit4]   2> 344933 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [n:127.0.0.1:35355_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28822e61
   [junit4]   2> 344934 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [n:127.0.0.1:35355_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.TestCollectionAPI_EE4A96355CDEB9F1-001/shard-1-001/cores
   [junit4]   2> 344948 INFO  (qtp332773911-3776) [n:127.0.0.1:33575_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:35355_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 344949 INFO  (OverseerCollectionConfigSetProcessor-72059619539353605-127.0.0.1:33575_-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 344949 INFO  (OverseerThreadFactory-1515-thread-3) [ c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:35355_ for creating new replica
   [junit4]   2> 344962 INFO  (qtp649007196-3832) [n:127.0.0.1:35355_    x:collection1_shard2_replica_n41] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 346094 INFO  (qtp649007196-3832) [n:127.0.0.1:35355_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 346100 INFO  (qtp649007196-3832) [n:127.0.0.1:35355_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema [collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 346131 INFO  (qtp649007196-3832) [n:127.0.0.1:35355_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 346136 INFO  (qtp649007196-3832) [n:127.0.0.1:35355_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n41' using configuration from collection collection1, trusted=true
   [junit4]   2> 346137 INFO  (qtp649007196-3832) [n:127.0.0.1:35355_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n41' (registry 'solr.core.collection1.shard2.replica_n41') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28822e61
   [junit4]   2> 346137 INFO  (qtp649007196-3832) [n:127.0.0.1:35355_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 346137 INFO  (qtp649007196-3832) [n:127.0.0.1:35355_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore [[collection1_shard2_replica_n41] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.TestCollectionAPI_EE4A96355CDEB9F1-001/shard-1-001/cores/collection1_shard2_replica_n41], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.TestCollectionAPI_EE4A96355CDEB9F1-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
   [junit4]   2> 346138 INFO  (qtp649007196-3832) [n:127.0.0.1:35355_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=941299262, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 346139 WARN  (qtp649007196-3832) [n:127.0.0.1:35355_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 346170 INFO  (qtp649007196-3832) [n:127.0.0.1:35355_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 346170 INFO  (qtp649007196-3832) [n:127.0.0.1:35355_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 346171 INFO  (qtp649007196-3832) [n:127.0.0.1:35355_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 346171 INFO  (qtp649007196-3832) [n:127.0.0.1:35355_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 346171 INFO  (qtp649007196-3832) [n:127.0.0.1:35355_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=90.626953125, floorSegmentMB=1.3330078125, forceMergeDeletesPctAllowed=22.934051387170587, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, reclaimDeletesWeight=1.8664893621281462
   [junit4]   2> 346171 INFO  (qtp649007196-3832) [n:127.0.0.1:35355_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.SolrIndexSearcher Opening [Searcher@3d735515[collection1_shard2_replica_n41] main]
   [junit4]   2> 346172 INFO  (qtp649007196-3832) [n:127.0.0.1:35355_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 346172 INFO  (qtp649007196-3832) [n:127.0.0.1:35355_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 346172 INFO  (qtp649007196-3832) [n:127.0.0.1:35355_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 346173 INFO  (qtp649007196-3832) [n:127.0.0.1:35355_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1604910301923246080
   [junit4]   2> 346173 INFO  (searcherExecutor-1534-thread-1-processing-n:127.0.0.1:35355_ x:collection1_shard2_replica_n41 c:collection1 s:shard2) [n:127.0.0.1:35355_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore [collection1_shard2_replica_n41] Registered new searcher Searcher@3d735515[collection1_shard2_replica_n41] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 346176 INFO  (qtp649007196-3832) [n:127.0.0.1:35355_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node42=0}, version=0}
   [junit4]   2> 346177 INFO  (qtp649007196-3832) [n:127.0.0.1:35355_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 346177 INFO  (qtp649007196-3832) [n:127.0.0.1:35355_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 346177 INFO  (qtp649007196-3832) [n:127.0.0.1:35355_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:35355/collection1_shard2_replica_n41/
   [junit4]   2> 346177 INFO  (qtp649007196-3832) [n:127.0.0.1:35355_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 346177 INFO  (qtp649007196-3832) [n:127.0.0.1:35355_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy https://127.0.0.1:35355/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 346177 INFO  (qtp649007196-3832) [n:127.0.0.1:35355_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 346178 INFO  (qtp649007196-3832) [n:127.0.0.1:35355_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:35355/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 346328 INFO  (qtp649007196-3832) [n:127.0.0.1:35355_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 346330 INFO  (qtp649007196-3832) [n:127.0.0.1:35355_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1368
   [junit4]   2> 346331 INFO  (qtp332773911-3776) [n:127.0.0.1:33575_ c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:35355_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1383
   [junit4]   2> 346425 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.TestCollectionAPI_EE4A96355CDEB9F1-001/shard-2-001 of type NRT
   [junit4]   2> 346426 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
   [junit4]   2> 346428 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 346428 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 346428 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 346428 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2ff470a6{/,null,AVAILABLE}
   [junit4]   2> 346429 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7afe805e{SSL,[ssl, http/1.1]}{127.0.0.1:32955}
   [junit4]   2> 346429 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.e.j.s.Server Started @346471ms
   [junit4]   2> 346429 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.TestCollectionAPI_EE4A96355CDEB9F1-001/tempDir-001/jetty2, hostPort=32955, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.TestCollectionAPI_EE4A96355CDEB9F1-001/shard-2-001/cores, replicaType=NRT}
   [junit4]   2> 346429 ERROR (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 346429 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 346429 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 346429 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 346429 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 346429 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-02T20:02:15.336907Z
   [junit4]   2> 346431 INFO  (zkConnectionManagerCallback-844-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 346431 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 346431 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.TestCollectionAPI_EE4A96355CDEB9F1-001/shard-2-001/solr.xml
   [junit4]   2> 346434 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 346434 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 346434 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@28822e61, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 346558 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42673/solr
   [junit4]   2> 346559 INFO  (zkConnectionManagerCallback-848-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 346560 INFO  (zkConnectionManagerCallback-850-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 346562 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [n:127.0.0.1:32955_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 346563 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [n:127.0.0.1:32955_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 346564 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [n:127.0.0.1:32955_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 346564 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [n:127.0.0.1:32955_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32955_
   [junit4]   2> 346565 INFO  (zkCallback-825-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 346565 INFO  (zkCallback-807-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 346565 INFO  (zkCallback-840-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 346565 INFO  (zkCallback-833-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 346565 INFO  (zkCallback-849-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 346568 INFO  (zkCallback-814-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 346579 INFO  (zkConnectionManagerCallback-857-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 346579 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [n:127.0.0.1:32955_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 346580 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [n:127.0.0.1:32955_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42673/solr ready
   [junit4]   2> 346580 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [n:127.0.0.1:32955_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 346594 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [n:127.0.0.1:32955_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28822e61
   [junit4]   2> 346604 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [n:127.0.0.1:32955_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28822e61
   [junit4]   2> 346604 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [n:127.0.0.1:32955_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28822e61
   [junit4]   2> 346605 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [n:127.0.0.1:32955_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.TestCollectionAPI_EE4A96355CDEB9F1-001/shard-2-001/cores
   [junit4]   2> 346637 INFO  (qtp1521990804-3870) [n:127.0.0.1:32955_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:32955_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 346638 INFO  (OverseerCollectionConfigSetProcessor-72059619539353605-127.0.0.1:33575_-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 346638 INFO  (OverseerThreadFactory-1515-thread-4) [ c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:32955_ for creating new replica
   [junit4]   2> 346641 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_    x:collection1_shard1_replica_n43] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 347658 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 347667 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema [collection1_shard1_replica_n43] Schema name=test
   [junit4]   2> 347718 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 347726 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n43' using configuration from collection collection1, trusted=true
   [junit4]   2> 347726 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n43' (registry 'solr.core.collection1.shard1.replica_n43') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28822e61
   [junit4]   2> 347726 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 347726 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore [[collection1_shard1_replica_n43] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.TestCollectionAPI_EE4A96355CDEB9F1-001/shard-2-001/cores/collection1_shard1_replica_n43], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.TestCollectionAPI_EE4A96355CDEB9F1-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
   [junit4]   2> 347728 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=941299262, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 347730 WARN  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 347781 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 347781 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 347782 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 347782 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 347783 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=90.626953125, floorSegmentMB=1.3330078125, forceMergeDeletesPctAllowed=22.934051387170587, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, reclaimDeletesWeight=1.8664893621281462
   [junit4]   2> 347783 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.SolrIndexSearcher Opening [Searcher@f8c1764[collection1_shard1_replica_n43] main]
   [junit4]   2> 347784 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 347784 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 347785 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 347785 INFO  (searcherExecutor-1548-thread-1-processing-n:127.0.0.1:32955_ x:collection1_shard1_replica_n43 c:collection1 s:shard1) [n:127.0.0.1:32955_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore [collection1_shard1_replica_n43] Registered new searcher Searcher@f8c1764[collection1_shard1_replica_n43] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 347786 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1604910303614599168
   [junit4]   2> 347789 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node44=0}, version=0}
   [junit4]   2> 347789 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 347789 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 347790 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:32955/collection1_shard1_replica_n43/
   [junit4]   2> 347790 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 347790 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy https://127.0.0.1:32955/collection1_shard1_replica_n43/ has no replicas
   [junit4]   2> 347790 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 347791 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:32955/collection1_shard1_replica_n43/ shard1
   [junit4]   2> 347942 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 347943 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1301
   [junit4]   2> 347944 INFO  (qtp1521990804-3870) [n:127.0.0.1:32955_ c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:32955_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1307
   [junit4]   2> 347946 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 347948 INFO  (zkConnectionManagerCallback-863-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 347949 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 347949 INFO  (TEST-TestCollectionAPI.test-seed#[EE4A96355CDEB9F1]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42673/solr ready
   [junit4]   2> 347958 INFO  (OverseerThreadFactory-1515-thread-5) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testcollection
   [junit4]   2> 347958 INFO  (OverseerCollectionConfigSetProcessor-72059619539353605-127.0.0.1:33575_-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 348164 INFO  (qtp1521990804-3872) [n:127.0.0.1:32955_    x:testcollection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=testcollection_shard1_replica_n1&action=CREATE&numShards=2&collection=testcollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 348172 INFO  (qtp649007196-3833) [n:127.0.0.1:35355_    x:testcollection_shard1_replica_p2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=testcollection_shard1_replica_p2&action=CREATE&numShards=2&collection=testcollection&shard=shard1&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 348178 INFO  (qtp332773911-3771) [n:127.0.0.1:33575_    x:testcollection_shard2_replica_n3] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=testcollection_shard2_replica_n3&action=CREATE&numShards=2&collection=testcollection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 348179 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_    x:testcollection_shard2_replica_p6] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=testcollection_shard2_replica_p6&action=CREATE&numShards=2&collection=testcollection&shard=shard2&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 349398 INFO  (qtp332773911-3771) [n:127.0.0.1:33575_ c:testcollection s:shard2  x:testcollection_shard2_replica_n3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 349398 INFO  (qtp1521990804-3872) [n:127.0.0.1:32955_ c:testcollection s:shard1  x:testcollection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 349398 INFO  (qtp649007196-3833) [n:127.0.0.1:35355_ c:testcollection s:shard1  x:testcollection_shard1_replica_p2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 349407 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:testcollection s:shard2  x:testcollection_shard2_replica_p6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 349410 INFO  (qtp332773911-3771) [n:127.0.0.1:33575_ c:testcollection s:shard2  x:testcollection_shard2_replica_n3] o.a.s.s.IndexSchema [testcollection_shard2_replica_n3] Schema name=test
   [junit4]   2> 349410 INFO  (qtp649007196-3833) [n:127.0.0.1:35355_ c:testcollection s:shard1  x:testcollection_shard1_replica_p2] o.a.s.s.IndexSchema [testcollection_shard1_replica_p2] Schema name=test
   [junit4]   2> 349427 INFO  (qtp1521990804-3872) [n:127.0.0.1:32955_ c:testcollection s:shard1  x:testcollection_shard1_replica_n1] o.a.s.s.IndexSchema [testcollection_shard1_replica_n1] Schema name=test
   [junit4]   2> 349429 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:testcollection s:shard2  x:testcollection_shard2_replica_p6] o.a.s.s.IndexSchema [testcollection_shard2_replica_p6] Schema name=test
   [junit4]   2> 349490 INFO  (qtp649007196-3833) [n:127.0.0.1:35355_ c:testcollection s:shard1  x:testcollection_shard1_replica_p2] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 349503 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:testcollection s:shard2  x:testcollection_shard2_replica_p6] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 349508 INFO  (qtp649007196-3833) [n:127.0.0.1:35355_ c:testcollection s:shard1  x:testcollection_shard1_replica_p2] o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard1_replica_p2' using configuration from collection testcollection, trusted=true
   [junit4]   2> 349513 INFO  (qtp649007196-3833) [n:127.0.0.1:35355_ c:testcollection s:shard1  x:testcollection_shard1_replica_p2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.testcollection.shard1.replica_p2' (registry 'solr.core.testcollection.shard1.replica_p2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28822e61
   [junit4]   2> 349513 INFO  (qtp649007196-3833) [n:127.0.0.1:35355_ c:testcollection s:shard1  x:testcollection_shard1_replica_p2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 349513 INFO  (qtp649007196-3833) [n:127.0.0.1:35355_ c:testcollection s:shard1  x:testcollection_shard1_replica_p2] o.a.s.c.SolrCore [[testcollection_shard1_replica_p2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.TestCollectionAPI_EE4A96355CDEB9F1-001/shard-1-001/cores/testcollection_shard1_replica_p2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.TestCollectionAPI_EE4A96355CDEB9F1-001/shard-1-001/cores/testcollection_shard1_replica_p2/data/]
   [junit4]   2> 349516 INFO  (qtp649007196-3833) [n:127.0.0.1:35355_ c:testcollection s:shard1  x:testcollection_shard1_replica_p2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=941299262, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 349517 WARN  (qtp649007196-3833) [n:127.0.0.1:35355_ c:testcollection s:shard1  x:testcollection_shard1_replica_p2] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 349520 INFO  (qtp332773911-3771) [n:127.0.0.1:33575_ c:testcollection s:shard2  x:testcollection_shard2_replica_n3] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 349528 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:testcollection s:shard2  x:testcollection_shard2_replica_p6] o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard2_replica_p6' using configuration from collection testcollection, trusted=true
   [junit4]   2> 349528 INFO  (qtp1521990804-3872) [n:127.0.0.1:32955_ c:testcollection s:shard1  x:testcollection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 349528 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:testcollection s:shard2  x:testcollection_shard2_replica_p6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.testcollection.shard2.replica_p6' (registry 'solr.core.testcollection.shard2.replica_p6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28822e61
   [junit4]   2> 349529 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:testcollection s:shard2  x:testcollection_shard2_replica_p6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 349529 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:testcollection s:shard2  x:testcollection_shard2_replica_p6] o.a.s.c.SolrCore [[testcollection_shard2_replica_p6] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.TestCollectionAPI_EE4A96355CDEB9F1-001/shard-2-001/cores/testcollection_shard2_replica_p6], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.TestCollectionAPI_EE4A96355CDEB9F1-001/shard-2-001/cores/testcollection_shard2_replica_p6/data/]
   [junit4]   2> 349531 INFO  (qtp332773911-3771) [n:127.0.0.1:33575_ c:testcollection s:shard2  x:testcollection_shard2_replica_n3] o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard2_replica_n3' using configuration from collection testcollection, trusted=true
   [junit4]   2> 349531 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:testcollection s:shard2  x:testcollection_shard2_replica_p6] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=17, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8028281945532469]
   [junit4]   2> 349531 INFO  (qtp332773911-3771) [n:127.0.0.1:33575_ c:testcollection s:shard2  x:testcollection_shard2_replica_n3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.testcollection.shard2.replica_n3' (registry 'solr.core.testcollection.shard2.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28822e61
   [junit4]   2> 349532 INFO  (qtp332773911-3771) [n:127.0.0.1:33575_ c:testcollection s:shard2  x:testcollection_shard2_replica_n3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 349532 INFO  (qtp332773911-3771) [n:127.0.0.1:33575_ c:testcollection s:shard2  x:testcollection_shard2_replica_n3] o.a.s.c.SolrCore [[testcollection_shard2_replica_n3] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.TestCollectionAPI_EE4A96355CDEB9F1-001/control-001/cores/testcollection_shard2_replica_n3], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.TestCollectionAPI_EE4A96355CDEB9F1-001/control-001/cores/testcollection_shard2_replica_n3/data/]
   [junit4]   2> 349534 INFO  (qtp332773911-3771) [n:127.0.0.1:33575_ c:testcollection s:shard2  x:testcollection_shard2_replica_n3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=941299262, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 349538 INFO  (qtp1521990804-3872) [n:127.0.0.1:32955_ c:testcollection s:shard1  x:testcollection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard1_replica_n1' using configuration from collection testcollection, trusted=true
   [junit4]   2> 349538 INFO  (qtp1521990804-3872) [n:127.0.0.1:32955_ c:testcollection s:shard1  x:testcollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.testcollection.shard1.replica_n1' (registry 'solr.core.testcollection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28822e61
   [junit4]   2> 349538 INFO  (qtp1521990804-3872) [n:127.0.0.1:32955_ c:testcollection s:shard1  x:testcollection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 349539 INFO  (qtp1521990804-3872) [n:127.0.0.1:32955_ c:testcollection s:shard1  x:testcollection_shard1_replica_n1] o.a.s.c.SolrCore [[testcollection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.TestCollectionAPI_EE4A96355CDEB9F1-001/shard-2-001/cores/testcollection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.TestCollectionAPI_EE4A96355CDEB9F1-001/shard-2-001/cores/testcollection_shard1_replica_n1/data/]
   [junit4]   2> 349541 WARN  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:testcollection s:shard2  x:testcollection_shard2_replica_p6] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 349542 INFO  (qtp1521990804-3872) [n:127.0.0.1:32955_ c:testcollection s:shard1  x:testcollection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=941299262, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 349548 WARN  (qtp332773911-3771) [n:127.0.0.1:33575_ c:testcollection s:shard2  x:testcollection_shard2_replica_n3] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 349552 WARN  (qtp1521990804-3872) [n:127.0.0.1:32955_ c:testcollection s:shard1  x:testcollection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 349557 INFO  (qtp649007196-3833) [n:127.0.0.1:35355_ c:testcollection s:shard1  x:testcollection_shard1_replica_p2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 349557 INFO  (qtp649007196-3833) [n:127.0.0.1:35355_ c:testcollection s:shard1  x:testcollection_shard1_replica_p2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 349557 INFO  (qtp649007196-3833) [n:127.0.0.1:35355_ c:testcollection s:shard1  x:testcollection_shard1_replica_p2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=90.626953125, floorSegmentMB=1.3330078125, forceMergeDeletesPctAllowed=22.934051387170587, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, reclaimDeletesWeight=1.8664893621281462
   [junit4]   2> 349557 INFO  (qtp649007196-3833) [n:127.0.0.1:35355_ c:testcollection s:shard1  x:testcollection_shard1_replica_p2] o.a.s.s.SolrIndexSearcher Opening [Searcher@3c8f3365[testcollection_shard1_replica_p2] main]
   [junit4]   2> 349558 INFO  (qtp649007196-3833) [n:127.0.0.1:35355_ c:testcollection s:shard1  x:testcollection_shard1_replica_p2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 349558 INFO  (qtp649007196-3833) [n:127.0.0.1:35355_ c:testcollection s:shard1  x:testcollection_shard1_replica_p2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 349558 INFO  (qtp649007196-3833) [n:127.0.0.1:35355_ c:testcollection s:shard1  x:testcollection_shard1_replica_p2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 349559 INFO  (searcherExecutor-1553-thread-1-processing-n:127.0.0.1:35355_ x:testcollection_shard1_replica_p2 c:testcollection s:shard1) [n:127.0.0.1:35355_ c:testcollection s:shard1  x:testcollection_shard1_replica_p2] o.a.s.c.SolrCore [testcollection_shard1_replica_p2] Registered new searcher Searcher@3c8f3365[testcollection_shard1_replica_p2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 349573 INFO  (qtp649007196-3833) [n:127.0.0.1:35355_ c:testcollection s:shard1  x:testcollection_shard1_replica_p2] o.a.s.c.ZkController testcollection_shard1_replica_p2 starting background replication from leader
   [junit4]   2> 349573 INFO  (qtp649007196-3833) [n:127.0.0.1:35355_ c:testcollection s:shard1  x:testcollection_shard1_replica_p2] o.a.s.c.ReplicateFromLeader Will start replication from leader with poll interval: 00:00:03
   [junit4]   2> 349575 INFO  (qtp649007196-3833) [n:127.0.0.1:35355_ c:testcollection s:shard1  x:testcollection_shard1_replica_p2] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 349576 INFO  (qtp649007196-3833) [n:127.0.0.1:35355_ c:testcollection s:shard1  x:testcollection_shard1_replica_p2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 349586 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:testcollection s:shard2  x:testcollection_shard2_replica_p6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 349586 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:testcollection s:shard2  x:testcollection_shard2_replica_p6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 349587 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:testcollection s:shard2  x:testcollection_shard2_replica_p6] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=307942431, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 349588 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:testcollection s:shard2  x:testcollection_shard2_replica_p6] o.a.s.s.SolrIndexSearcher Opening [Searcher@6f53f31a[testcollection_shard2_replica_p6] main]
   [junit4]   2> 349590 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:testcollection s:shard2  x:testcollection_shard2_replica_p6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 349590 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:testcollection s:shard2  x:testcollection_shard2_replica_p6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 349591 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:testcollection s:shard2  x:testcollection_shard2_replica_p6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 349592 INFO  (searcherExecutor-1554-thread-1-processing-n:127.0.0.1:32955_ x:testcollection_shard2_replica_p6 c:testcollection s:shard2) [n:127.0.0.1:32955_ c:testcollection s:shard2  x:testcollection_shard2_replica_p6] o.a.s.c.SolrCore [testcollection_shard2_replica_p6] Registered new searcher Searcher@6f53f31a[testcollection_shard2_replica_p6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 349593 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:testcollection s:shard2  x:testcollection_shard2_replica_p6] o.a.s.c.ZkController testcollection_shard2_replica_p6 starting background replication from leader
   [junit4]   2> 349594 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:testcollection s:shard2  x:testcollection_shard2_replica_p6] o.a.s.c.ReplicateFromLeader Will start replication from leader with poll interval: 00:00:03
   [junit4]   2> 349595 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:testcollection s:shard2  x:testcollection_shard2_replica_p6] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 349595 INFO  (qtp1521990804-3897) [n:127.0.0.1:32955_ c:testcollection s:shard2  x:testcollection_shard2_replica_p6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 349597 INFO  (qtp332773911-3771) [n:127.0.0.1:33575_ c:testcollection s:shard2  x:testcollection_shard2_replica_n3] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 349597 INFO  (qtp332773911-3771) [n:127.0.0.1:33575_ c:testcollection s:shard2  x:testcollection_shard2_replica_n3] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 349598 INFO  (qtp332773911-3771) [n:127.0.0.1:33575_ c:testcollection s:shard2  x:testcollection_shard2_replica_n3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 349598 INFO  (qtp332773911-3771) [n:127.0.0.1:33575_ c:testcollection s:shard2  x:testcollection_shard2_replica_n3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 349599 INFO  (qtp332773911-3771) [n:127.0.0.1:33575_ c:testcollection s:shard2  x:testcollection_shard2_replica_n3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=90.626953125, floorSegmentMB=1.3330078125, forceMergeDeletesPctAllowed=22.934051387170587, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, reclaimDeletesWeight=1.8664893621281462
   [junit4]   2> 349600 INFO  (qtp332773911-3771) [n:127.0.0.1:33575_ c:testcollection s:shard2  x:testcollection_shard2_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@6a087437[testcollection_shard2_replica_n3] main]
   [junit4]   2> 349600 INFO  (qtp332773911-3771) [n:127.0.0.1:33575_ c:testcollection s:shard2  x:testcollection_shard2_replica_n3] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 349601 INFO  (qtp332773911-3771) [n:127.0.0.1:33575_ c:testcollection s:shard2  x:testcollection_shard2_replica_n3] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 349601 INFO  (qtp332773911-3771) [n:127.0.0.1:33575_ c:testcollection s:shard2  x:testcollection_shard2_replica_n3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 349601 INFO  (qtp332773911-3771) [n:127.0.0.1:33575_ c:testcollection s:shard2  x:testcollection_shard2_replica_n3] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1604910305517764608
   [junit4]   2> 349602 INFO  (qtp1521990804-3872) [n:127.0.0.1:32955_ c:testcollection s:shard1  x:testcollection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 349602 INFO  (qtp1521990804-3872) [n:127.0.0.1:32955_ c:testcollection s:shard1  x:testcollection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 349604 INFO  (qtp1521990804-3872) [n:127.0.0.1:32955_ c:testcollection s:shard1  x:testcollection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 349604 INFO  (qtp1521990804-3872) [n:127.0.0.1:32955_ c:testcollection s:shard1  x:testcollection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 349605 INFO  (qtp1521990804-3872) [n:127.0.0.1:32955_ c:testcollection s:shard1  x:testcollection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=90.626953125, floorSegmentMB=1.3330078125, forceMergeDeletesPctAllowed=22.934051387170587, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, reclaimDeletesWeight=1.8664893621281462
   [junit4]   2> 349605 INFO  (qtp1521990804-3872) [n:127.0.0.1:32955_ c:testcollection s:shard1  x:testcollection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2eb02ed9[testcollection_shard1_replica_n1] main]
   [junit4]   2> 349607 INFO  (searcherExecutor-1555-t

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

   "node_name":"127.0.0.1:32955_",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "leader":"true"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"testcollection_shard1_replica_p2",
   [junit4]   2>           "base_url":"https://127.0.0.1:35355",
   [junit4]   2>           "node_name":"127.0.0.1:35355_",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"PULL",
   [junit4]   2>           "property.preferredleader":"true",
   [junit4]   2>           "property.prop":"silly"}}},
   [junit4]   2>     "shard2":{
   [junit4]   2>       "range":"0-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node7":{
   [junit4]   2>           "core":"testcollection_shard2_replica_n3",
   [junit4]   2>           "base_url":"https://127.0.0.1:33575",
   [junit4]   2>           "node_name":"127.0.0.1:33575_",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "leader":"true",
   [junit4]   2>           "property.preferredleader":"true"},
   [junit4]   2>         "core_node8":{
   [junit4]   2>           "core":"testcollection_shard2_replica_p6",
   [junit4]   2>           "base_url":"https://127.0.0.1:32955",
   [junit4]   2>           "node_name":"127.0.0.1:32955_",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"PULL"}}}},
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":null,
   [junit4]   2>   "tlogReplicas":"0"} with live_nodes=[]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:861)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:845)
   [junit4]   2> 	at org.apache.solr.handler.IndexFetcher.getLeaderReplica(IndexFetcher.java:689)
   [junit4]   2> 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:382)
   [junit4]   2> 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:347)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:421)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1156)
   [junit4]   2> 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
   [junit4]   2> 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:300)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 372175 INFO  (Thread-881) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42673 42673
   [junit4]   2> 372176 WARN  (Thread-881) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	27	/solr/aliases.json
   [junit4]   2> 	9	/solr/collections/clusterStatusZNodeVersion/terms/shard1
   [junit4]   2> 	9	/solr/collections/test_repFactorColl/terms/shard1
   [junit4]   2> 	4	/solr/collections/collection1/state.json
   [junit4]   2> 	4	/solr/collections/testcollection/terms/shard1
   [junit4]   2> 	4	/solr/collections/testcollection/terms/shard2
   [junit4]   2> 	3	/solr/collections/testClusterStateMigration/terms/shard1
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 	3	/solr/configs/conf1
   [junit4]   2> 	3	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	2	/solr/collections/control_collection/terms/shard1
   [junit4]   2> 	2	/solr/collections/testcollection1/state.json
   [junit4]   2> 	2	/solr/collections/testClusterStateMigration/state.json
   [junit4]   2> 	2	/solr/collections/testcollection1/terms/shard1
   [junit4]   2> 	2	/solr/collections/valid_collection_name/terms/a
   [junit4]   2> 	2	/solr/collections/collection1/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	27	/solr/clusterprops.json
   [junit4]   2> 	27	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/collections/clusterStatusZNodeVersion/state.json
   [junit4]   2> 	4	/solr/collections/testcollection/state.json
   [junit4]   2> 	3	/solr/collections/test_repFactorColl/state.json
   [junit4]   2> 	3	/solr/autoscaling.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72059619539353615-127.0.0.1:32955_-n_0000000002
   [junit4]   2> 	2	/solr/collections/testClusterStateMigration/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	27	/solr/live_nodes
   [junit4]   2> 	27	/solr/collections
   [junit4]   2> 	3	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	3	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCollectionAPI -Dtests.method=test -Dtests.seed=EE4A96355CDEB9F1 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr-MC -Dtests.timezone=Pacific/Efate -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 31.2s J2 | TestCollectionAPI.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([EE4A96355CDEB9F1:661EA9EFF222D409]:0)
   [junit4]    > 	at org.apache.solr.cloud.api.collections.TestCollectionAPI.testModifyCollection(TestCollectionAPI.java:141)
   [junit4]    > 	at org.apache.solr.cloud.api.collections.TestCollectionAPI.test(TestCollectionAPI.java:99)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1008)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:983)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.TestCollectionAPI_EE4A96355CDEB9F1-001
   [junit4]   2> Jul 02, 2018 8:02:41 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {id=FST50}, docValues:{_version_=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1548, maxMBSortInHeap=5.031410855300579, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4cac323), locale=fr-MC, timezone=Pacific/Efate
   [junit4]   2> NOTE: Linux 4.15.0-24-generic amd64/Oracle Corporation 9.0.4 (64-bit)/cpus=8,threads=1,free=70607696,total=462946304
   [junit4]   2> NOTE: All tests run in this JVM: [ComputePlanActionTest, TestSolr4Spatial, DistributedQueueTest, LIRRollingUpdatesTest, TestClassicSimilarityFactory, SolrPluginUtilsTest, AddReplicaTest, TestFieldCacheVsDocValues, TestGenericDistributedQueue, DistributedFacetPivotSmallTest, TestInPlaceUpdatesDistrib, RegexBytesRefFilterTest, TestGeoJSONResponseWriter, TestLRUStatsCache, UpdateParamsTest, CollectionsAPISolrJTest, SystemLogListenerTest, ReturnFieldsTest, TestDistribIDF, TestSolrCoreSnapshots, TestDocTermOrds, DocumentAnalysisRequestHandlerTest, TestScoreJoinQPNoScore, MetricsHandlerTest, TestFieldCacheReopen, UninvertDocValuesMergePolicyTest, TestIBSimilarityFactory, BadComponentTest, DistribCursorPagingTest, HdfsRecoveryZkTest, TestRuleBasedAuthorizationPlugin, SignatureUpdateProcessorFactoryTest, ConfigureRecoveryStrategyTest, TestCollectionAPI]
   [junit4] Completed [158/820 (1!)] on J2 in 31.50s, 1 test, 1 failure <<< FAILURES!

[...truncated 46124 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22371/consoleText

[repro] Revision: f835d2499778972ad901a6be11ecf6ef308c0bb0

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC"
[repro] Repro line:  ant test  -Dtestcase=TestCollectionAPI -Dtests.method=test -Dtests.seed=EE4A96355CDEB9F1 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr-MC -Dtests.timezone=Pacific/Efate -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       TestCollectionAPI
[repro] ant compile-test

[...truncated 3305 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestCollectionAPI" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=EE4A96355CDEB9F1 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr-MC -Dtests.timezone=Pacific/Efate -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 76 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.api.collections.TestCollectionAPI
[repro] Exiting with code 0

[...truncated 40 lines...]

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

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

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

Error Message:
Error from server at http://127.0.0.1:33427/solr: Could not fully remove collection: MoveReplicaHDFSTest_failed_coll_true

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:33427/solr: Could not fully remove collection: MoveReplicaHDFSTest_failed_coll_true
	at __randomizedtesting.SeedInfo.seed([4A765619F92A07D2:6D7D4951D56899CB]: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:1106)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	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:454)
	at org.apache.solr.cloud.MoveReplicaTest.beforeTest(MoveReplicaTest.java:89)
	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:33427/solr: Could not fully remove collection: MoveReplicaHDFSTest_failed_coll_true

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:33427/solr: Could not fully remove collection: MoveReplicaHDFSTest_failed_coll_true
	at __randomizedtesting.SeedInfo.seed([4A765619F92A07D2:ECAEE1BE7CCBC5C8]: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:1106)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	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:454)
	at org.apache.solr.cloud.MoveReplicaTest.beforeTest(MoveReplicaTest.java:89)
	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.test

Error Message:
Error from server at http://127.0.0.1:33427/solr: Could not fully remove collection: MoveReplicaHDFSTest_failed_coll_true

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:33427/solr: Could not fully remove collection: MoveReplicaHDFSTest_failed_coll_true
	at __randomizedtesting.SeedInfo.seed([4A765619F92A07D2:C22269C357D66A2A]: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:1106)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	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:454)
	at org.apache.solr.cloud.MoveReplicaTest.beforeTest(MoveReplicaTest.java:89)
	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 14096 lines...]
   [junit4] Suite: org.apache.solr.cloud.MoveReplicaHDFSTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_4A765619F92A07D2-001/init-core-data-001
   [junit4]   2> 1807054 INFO  (SUITE-MoveReplicaHDFSTest-seed#[4A765619F92A07D2]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1807055 INFO  (SUITE-MoveReplicaHDFSTest-seed#[4A765619F92A07D2]-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> 1807055 INFO  (SUITE-MoveReplicaHDFSTest-seed#[4A765619F92A07D2]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1807056 INFO  (SUITE-MoveReplicaHDFSTest-seed#[4A765619F92A07D2]-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.MoveReplicaHDFSTest_4A765619F92A07D2-001/tempDir-001
   [junit4]   2> 1807056 INFO  (SUITE-MoveReplicaHDFSTest-seed#[4A765619F92A07D2]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1807056 INFO  (Thread-3605) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1807056 INFO  (Thread-3605) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1807058 ERROR (Thread-3605) [    ] 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> 1807156 INFO  (SUITE-MoveReplicaHDFSTest-seed#[4A765619F92A07D2]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:33981
   [junit4]   2> 1807159 INFO  (zkConnectionManagerCallback-4864-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1807162 INFO  (jetty-launcher-4861-thread-2) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1807162 INFO  (jetty-launcher-4861-thread-1) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1807162 INFO  (jetty-launcher-4861-thread-4) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1807165 INFO  (jetty-launcher-4861-thread-3) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1807165 INFO  (jetty-launcher-4861-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1807165 INFO  (jetty-launcher-4861-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1807165 INFO  (jetty-launcher-4861-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1807165 INFO  (jetty-launcher-4861-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1807165 INFO  (jetty-launcher-4861-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1807165 INFO  (jetty-launcher-4861-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1807165 INFO  (jetty-launcher-4861-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1807165 INFO  (jetty-launcher-4861-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1807165 INFO  (jetty-launcher-4861-thread-4) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1807166 INFO  (jetty-launcher-4861-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@cc9c38{/solr,null,AVAILABLE}
   [junit4]   2> 1807166 INFO  (jetty-launcher-4861-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@146e506{/solr,null,AVAILABLE}
   [junit4]   2> 1807166 INFO  (jetty-launcher-4861-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1807166 INFO  (jetty-launcher-4861-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@99b1d5{/solr,null,AVAILABLE}
   [junit4]   2> 1807166 INFO  (jetty-launcher-4861-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1807166 INFO  (jetty-launcher-4861-thread-3) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1807166 INFO  (jetty-launcher-4861-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1bdeeea{/solr,null,AVAILABLE}
   [junit4]   2> 1807166 INFO  (jetty-launcher-4861-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@14973d9{HTTP/1.1,[http/1.1]}{127.0.0.1:42137}
   [junit4]   2> 1807166 INFO  (jetty-launcher-4861-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@19c4028{HTTP/1.1,[http/1.1]}{127.0.0.1:46093}
   [junit4]   2> 1807166 INFO  (jetty-launcher-4861-thread-4) [    ] o.e.j.s.Server Started @1807200ms
   [junit4]   2> 1807166 INFO  (jetty-launcher-4861-thread-1) [    ] o.e.j.s.Server Started @1807200ms
   [junit4]   2> 1807166 INFO  (jetty-launcher-4861-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42137}
   [junit4]   2> 1807166 INFO  (jetty-launcher-4861-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46093}
   [junit4]   2> 1807167 INFO  (jetty-launcher-4861-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1281b6e{HTTP/1.1,[http/1.1]}{127.0.0.1:45411}
   [junit4]   2> 1807167 INFO  (jetty-launcher-4861-thread-3) [    ] o.e.j.s.Server Started @1807200ms
   [junit4]   2> 1807167 INFO  (jetty-launcher-4861-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45411}
   [junit4]   2> 1807167 ERROR (jetty-launcher-4861-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1807167 ERROR (jetty-launcher-4861-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1807167 INFO  (jetty-launcher-4861-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1807167 INFO  (jetty-launcher-4861-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1807167 INFO  (jetty-launcher-4861-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1807167 INFO  (jetty-launcher-4861-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1807167 ERROR (jetty-launcher-4861-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1807167 INFO  (jetty-launcher-4861-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1807167 INFO  (jetty-launcher-4861-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1807167 INFO  (jetty-launcher-4861-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1807167 INFO  (jetty-launcher-4861-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1807167 INFO  (jetty-launcher-4861-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1807167 INFO  (jetty-launcher-4861-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1807167 INFO  (jetty-launcher-4861-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1807167 INFO  (jetty-launcher-4861-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-02T17:31:38.441Z
   [junit4]   2> 1807167 INFO  (jetty-launcher-4861-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1807167 INFO  (jetty-launcher-4861-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-02T17:31:38.441Z
   [junit4]   2> 1807167 INFO  (jetty-launcher-4861-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-02T17:31:38.441Z
   [junit4]   2> 1807168 INFO  (jetty-launcher-4861-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@107490d{HTTP/1.1,[http/1.1]}{127.0.0.1:38845}
   [junit4]   2> 1807169 INFO  (jetty-launcher-4861-thread-2) [    ] o.e.j.s.Server Started @1807202ms
   [junit4]   2> 1807169 INFO  (jetty-launcher-4861-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38845}
   [junit4]   2> 1807169 ERROR (jetty-launcher-4861-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1807169 INFO  (jetty-launcher-4861-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1807169 INFO  (jetty-launcher-4861-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1807169 INFO  (jetty-launcher-4861-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1807169 INFO  (jetty-launcher-4861-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1807169 INFO  (jetty-launcher-4861-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-02T17:31:38.443Z
   [junit4]   2> 1807169 INFO  (zkConnectionManagerCallback-4866-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1807169 INFO  (zkConnectionManagerCallback-4868-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1807170 INFO  (jetty-launcher-4861-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1807170 INFO  (jetty-launcher-4861-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1807171 INFO  (zkConnectionManagerCallback-4870-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1807172 INFO  (jetty-launcher-4861-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1807182 INFO  (zkConnectionManagerCallback-4872-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1807183 INFO  (jetty-launcher-4861-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1807568 INFO  (jetty-launcher-4861-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33981/solr
   [junit4]   2> 1807569 INFO  (zkConnectionManagerCallback-4876-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1807570 DEBUG (jetty-launcher-4861-thread-2) [n:127.0.0.1:38845_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$288/27041869@183adb4
   [junit4]   2> 1807581 INFO  (zkConnectionManagerCallback-4878-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1807645 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 1807645 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1807645 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1807645 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1807645 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1807646 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 1807647 INFO  (jetty-launcher-4861-thread-2) [n:127.0.0.1:38845_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1807648 DEBUG (jetty-launcher-4861-thread-2) [n:127.0.0.1:38845_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72059027649200134-127.0.0.1:38845_solr-n_0000000000
   [junit4]   2> 1807648 INFO  (jetty-launcher-4861-thread-2) [n:127.0.0.1:38845_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38845_solr
   [junit4]   2> 1807648 INFO  (jetty-launcher-4861-thread-2) [n:127.0.0.1:38845_solr    ] o.a.s.c.Overseer Overseer (id=72059027649200134-127.0.0.1:38845_solr-n_0000000000) starting
   [junit4]   2> 1807680 INFO  (zkConnectionManagerCallback-4885-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1807681 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 1807681 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1807681 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1807681 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1807681 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1807682 INFO  (jetty-launcher-4861-thread-2) [n:127.0.0.1:38845_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33981/solr ready
   [junit4]   2> 1807685 DEBUG (OverseerStateUpdate-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1807689 INFO  (jetty-launcher-4861-thread-2) [n:127.0.0.1:38845_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38845_solr
   [junit4]   2> 1807689 DEBUG (OverseerAutoScalingTriggerThread-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 1807691 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue-work
   [junit4]   2> 1807691 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1807692 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1807692 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1807692 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1807692 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/autoscaling.json
   [junit4]   2> 1807692 DEBUG (OverseerAutoScalingTriggerThread-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 1807693 DEBUG (OverseerAutoScalingTriggerThread-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 1807693 DEBUG (OverseerAutoScalingTriggerThread-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 1807705 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1807705 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1807705 INFO  (zkCallback-4884-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1807706 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0
   [junit4]   2> 1807706 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 1807706 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 1807706 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 1807706 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 1807706 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 elements. ExcludeSet: []
   [junit4]   2> 1807706 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1807706 INFO  (zkCallback-4877-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1807710 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 1807715 DEBUG (OverseerAutoScalingTriggerThread-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:38845_solr]
   [junit4]   2> 1807720 DEBUG (OverseerAutoScalingTriggerThread-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1807720 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 1807720 DEBUG (OverseerAutoScalingTriggerThread-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1807720 DEBUG (ScheduledTrigger-7241-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1807721 INFO  (jetty-launcher-4861-thread-2) [n:127.0.0.1:38845_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1807758 INFO  (jetty-launcher-4861-thread-2) [n:127.0.0.1:38845_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38845.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@fc6a31
   [junit4]   2> 1807771 INFO  (jetty-launcher-4861-thread-2) [n:127.0.0.1:38845_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38845.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@fc6a31
   [junit4]   2> 1807771 INFO  (jetty-launcher-4861-thread-2) [n:127.0.0.1:38845_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38845.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@fc6a31
   [junit4]   2> 1807773 INFO  (jetty-launcher-4861-thread-2) [n:127.0.0.1:38845_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.MoveReplicaHDFSTest_4A765619F92A07D2-001/tempDir-001/node2/.
   [junit4]   2> 1808721 DEBUG (ScheduledTrigger-7241-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1808924 INFO  (jetty-launcher-4861-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33981/solr
   [junit4]   2> 1808925 INFO  (zkConnectionManagerCallback-4890-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1808926 DEBUG (jetty-launcher-4861-thread-4) [n:127.0.0.1:42137_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$288/27041869@1e40cff
   [junit4]   2> 1808927 INFO  (zkConnectionManagerCallback-4892-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1808931 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 1808931 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1808931 INFO  (jetty-launcher-4861-thread-4) [n:127.0.0.1:42137_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1808932 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1808932 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1808932 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1808932 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 1808933 INFO  (jetty-launcher-4861-thread-4) [n:127.0.0.1:42137_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1808933 DEBUG (jetty-launcher-4861-thread-4) [n:127.0.0.1:42137_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72059027649200137-127.0.0.1:42137_solr-n_0000000001
   [junit4]   2> 1808933 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72059027649200134-127.0.0.1:38845_solr-n_0000000000
   [junit4]   2> 1808933 DEBUG (jetty-launcher-4861-thread-4) [n:127.0.0.1:42137_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72059027649200134-127.0.0.1:38845_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 1808934 DEBUG (jetty-launcher-4861-thread-4) [n:127.0.0.1:42137_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:42137_solr as DOWN
   [junit4]   2> 1808934 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1808934 INFO  (jetty-launcher-4861-thread-4) [n:127.0.0.1:42137_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1808934 INFO  (jetty-launcher-4861-thread-4) [n:127.0.0.1:42137_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42137_solr
   [junit4]   2> 1808934 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1808935 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1808935 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1808935 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1808935 DEBUG (OverseerStateUpdate-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:42137_solr"} current state version: 0
   [junit4]   2> 1808935 DEBUG (OverseerStateUpdate-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:42137_solr
   [junit4]   2> 1808935 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1808935 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1808935 INFO  (zkCallback-4884-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1808935 INFO  (zkCallback-4877-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1808935 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1808935 INFO  (zkCallback-4891-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1808959 INFO  (zkConnectionManagerCallback-4899-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1808959 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 1808960 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1808960 INFO  (jetty-launcher-4861-thread-4) [n:127.0.0.1:42137_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1808960 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1808960 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1808960 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1808961 INFO  (jetty-launcher-4861-thread-4) [n:127.0.0.1:42137_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33981/solr ready
   [junit4]   2> 1808964 INFO  (jetty-launcher-4861-thread-4) [n:127.0.0.1:42137_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1808989 INFO  (jetty-launcher-4861-thread-4) [n:127.0.0.1:42137_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42137.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@fc6a31
   [junit4]   2> 1809001 INFO  (jetty-launcher-4861-thread-4) [n:127.0.0.1:42137_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42137.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@fc6a31
   [junit4]   2> 1809001 INFO  (jetty-launcher-4861-thread-4) [n:127.0.0.1:42137_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42137.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@fc6a31
   [junit4]   2> 1809003 INFO  (jetty-launcher-4861-thread-4) [n:127.0.0.1:42137_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.MoveReplicaHDFSTest_4A765619F92A07D2-001/tempDir-001/node4/.
   [junit4]   2> 1809035 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1809036 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1809706 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Got 0 tasks from work-queue : [[]]
   [junit4]   2> 1809707 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0
   [junit4]   2> 1809707 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 1809707 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 1809707 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 1809707 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 1809707 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 elements. ExcludeSet: []
   [junit4]   2> 1809721 DEBUG (ScheduledTrigger-7241-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1810269 INFO  (jetty-launcher-4861-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33981/solr
   [junit4]   2> 1810270 INFO  (zkConnectionManagerCallback-4904-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1810271 DEBUG (jetty-launcher-4861-thread-1) [n:127.0.0.1:46093_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$288/27041869@17b11b8
   [junit4]   2> 1810272 INFO  (zkConnectionManagerCallback-4906-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1810276 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 1810276 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1810276 INFO  (jetty-launcher-4861-thread-1) [n:127.0.0.1:46093_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1810276 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1810276 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1810276 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1810277 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 1810278 INFO  (jetty-launcher-4861-thread-1) [n:127.0.0.1:46093_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1810278 DEBUG (jetty-launcher-4861-thread-1) [n:127.0.0.1:46093_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72059027649200140-127.0.0.1:46093_solr-n_0000000002
   [junit4]   2> 1810279 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72059027649200137-127.0.0.1:42137_solr-n_0000000001
   [junit4]   2> 1810279 DEBUG (jetty-launcher-4861-thread-1) [n:127.0.0.1:46093_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72059027649200137-127.0.0.1:42137_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 1810279 DEBUG (jetty-launcher-4861-thread-1) [n:127.0.0.1:46093_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:46093_solr as DOWN
   [junit4]   2> 1810279 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1810279 INFO  (jetty-launcher-4861-thread-1) [n:127.0.0.1:46093_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1810279 INFO  (jetty-launcher-4861-thread-1) [n:127.0.0.1:46093_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46093_solr
   [junit4]   2> 1810280 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1810280 DEBUG (OverseerStateUpdate-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:46093_solr"} current state version: 0
   [junit4]   2> 1810280 DEBUG (OverseerStateUpdate-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:46093_solr
   [junit4]   2> 1810280 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1810280 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1810280 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1810280 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1810280 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1810280 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1810280 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1810280 INFO  (zkCallback-4884-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1810280 INFO  (zkCallback-4877-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1810281 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1810281 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1810281 INFO  (zkCallback-4891-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1810282 INFO  (zkCallback-4898-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1810283 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1810283 INFO  (zkCallback-4905-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1810298 INFO  (zkConnectionManagerCallback-4913-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1810299 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 1810299 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1810299 INFO  (jetty-launcher-4861-thread-1) [n:127.0.0.1:46093_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1810300 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1810300 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1810300 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1810300 INFO  (jetty-launcher-4861-thread-1) [n:127.0.0.1:46093_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33981/solr ready
   [junit4]   2> 1810301 INFO  (jetty-launcher-4861-thread-1) [n:127.0.0.1:46093_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1810316 INFO  (jetty-launcher-4861-thread-1) [n:127.0.0.1:46093_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46093.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@fc6a31
   [junit4]   2> 1810327 INFO  (jetty-launcher-4861-thread-1) [n:127.0.0.1:46093_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46093.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@fc6a31
   [junit4]   2> 1810327 INFO  (jetty-launcher-4861-thread-1) [n:127.0.0.1:46093_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46093.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@fc6a31
   [junit4]   2> 1810329 INFO  (jetty-launcher-4861-thread-1) [n:127.0.0.1:46093_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.MoveReplicaHDFSTest_4A765619F92A07D2-001/tempDir-001/node1/.
   [junit4]   2> 1810380 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1810381 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1810435 INFO  (jetty-launcher-4861-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33981/solr
   [junit4]   2> 1810436 INFO  (zkConnectionManagerCallback-4918-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1810437 DEBUG (jetty-launcher-4861-thread-3) [n:127.0.0.1:45411_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$288/27041869@11fdaf6
   [junit4]   2> 1810438 INFO  (zkConnectionManagerCallback-4920-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1810444 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 1810444 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1810444 INFO  (jetty-launcher-4861-thread-3) [n:127.0.0.1:45411_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1810444 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1810444 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1810445 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1810445 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 1810446 INFO  (jetty-launcher-4861-thread-3) [n:127.0.0.1:45411_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1810446 DEBUG (jetty-launcher-4861-thread-3) [n:127.0.0.1:45411_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72059027649200143-127.0.0.1:45411_solr-n_0000000003
   [junit4]   2> 1810446 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72059027649200140-127.0.0.1:46093_solr-n_0000000002
   [junit4]   2> 1810447 DEBUG (jetty-launcher-4861-thread-3) [n:127.0.0.1:45411_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72059027649200140-127.0.0.1:46093_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 1810447 DEBUG (jetty-launcher-4861-thread-3) [n:127.0.0.1:45411_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:45411_solr as DOWN
   [junit4]   2> 1810447 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1810447 INFO  (jetty-launcher-4861-thread-3) [n:127.0.0.1:45411_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1810447 INFO  (jetty-launcher-4861-thread-3) [n:127.0.0.1:45411_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45411_solr
   [junit4]   2> 1810447 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1810448 DEBUG (OverseerStateUpdate-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:45411_solr"} current state version: 0
   [junit4]   2> 1810448 DEBUG (OverseerStateUpdate-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:45411_solr
   [junit4]   2> 1810448 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1810448 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1810448 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1810448 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1810448 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1810448 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1810448 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1810448 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1810448 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1810448 INFO  (zkCallback-4884-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1810448 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1810448 INFO  (zkCallback-4905-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1810448 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1810448 INFO  (zkCallback-4898-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1810448 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1810448 INFO  (zkCallback-4877-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1810448 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1810448 INFO  (zkCallback-4891-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1810449 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1810449 INFO  (zkCallback-4912-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1810449 INFO  (zkCallback-4919-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1810467 INFO  (zkConnectionManagerCallback-4927-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1810468 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 1810468 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1810468 INFO  (jetty-launcher-4861-thread-3) [n:127.0.0.1:45411_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1810468 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1810468 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1810469 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1810469 INFO  (jetty-launcher-4861-thread-3) [n:127.0.0.1:45411_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33981/solr ready
   [junit4]   2> 1810469 INFO  (jetty-launcher-4861-thread-3) [n:127.0.0.1:45411_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1810484 INFO  (jetty-launcher-4861-thread-3) [n:127.0.0.1:45411_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45411.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@fc6a31
   [junit4]   2> 1810492 INFO  (jetty-launcher-4861-thread-3) [n:127.0.0.1:45411_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45411.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@fc6a31
   [junit4]   2> 1810492 INFO  (jetty-launcher-4861-thread-3) [n:127.0.0.1:45411_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45411.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@fc6a31
   [junit4]   2> 1810493 INFO  (jetty-launcher-4861-thread-3) [n:127.0.0.1:45411_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.MoveReplicaHDFSTest_4A765619F92A07D2-001/tempDir-001/node3/.
   [junit4]   2> 1810536 INFO  (zkConnectionManagerCallback-4930-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1810541 INFO  (zkConnectionManagerCallback-4935-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1810542 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 1810542 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1810542 INFO  (SUITE-MoveReplicaHDFSTest-seed#[4A765619F92A07D2]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1810542 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1810543 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1810543 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1810543 INFO  (SUITE-MoveReplicaHDFSTest-seed#[4A765619F92A07D2]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33981/solr ready
   [junit4]   2> 1810547 INFO  (qtp19721877-17628) [n:127.0.0.1:38845_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1810548 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1810548 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 1810548 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1810548 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1810548 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000
   [junit4]   2> 1810548 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1810549 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1810549 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1810549 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000
   [junit4]   2> 1810549 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Returning topN elements: [/overseer/collection-queue-work/qn-0000000000, ]
   [junit4]   2> 1810549 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ecf]]
   [junit4]   2> 1810549 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as running
   [junit4]   2> 1810549 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{"operation":"overseerstatus"}
   [junit4]   2> 1810550 DEBUG (OverseerThreadFactory-7243-thread-1) [    ] o.a.s.c.OverseerTaskProcessor Runner processing /overseer/collection-queue-work/qn-0000000000
   [junit4]   2> 1810550 DEBUG (OverseerThreadFactory-7243-thread-1) [    ] o.a.s.c.a.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : overseerstatus , {"operation":"overseerstatus"}
   [junit4]   2> 1810550 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1
   [junit4]   2> 1810550 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 1810550 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 1810550 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 1810550 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 1810550 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Peeking for top 99 elements. ExcludeSet: [/overseer/collection-queue-work/qn-0000000000],[]
   [junit4]   2> 1810551 DEBUG (OverseerThreadFactory-7243-thread-1) [    ] o.a.s.c.OverseerTaskProcessor Completed task:[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 1810551 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 1810551 DEBUG (zkCallback-4877-thread-1) [    ] o.a.s.c.OverseerTaskQueue NodeDataChanged fired on path /overseer/collection-queue-work/qnr-0000000000 state SyncConnected latchEventType null
   [junit4]   2> 1810551 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1810552 DEBUG (OverseerThreadFactory-7243-thread-1) [    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as completed.
   [junit4]   2> 1810552 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1810552 DEBUG (OverseerThreadFactory-7243-thread-1) [    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 1810552 DEBUG (OverseerThreadFactory-7243-thread-1) [    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 1810552 DEBUG (OverseerThreadFactory-7243-thread-1) [    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 1810552 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000
   [junit4]   2> 1810552 DEBUG (OverseerThreadFactory-7243-thread-1) [    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 1810552 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1810552 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1810552 DEBUG (OverseerThreadFactory-7243-thread-1) [    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{leader=127.0.0.1:38845_solr,overseer_queue_size=0,overseer_work_queue_size=0,overseer_collection_queue_size=2,overseer_operations={am_i_leader={requests=5,errors=0,avgRequestsPerSecond=1.7448451820680515,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.19737694878865558,medianRequestTime=0.172117,75thPcRequestTime=0.189642,95thPcRequestTime=0.294828,99thPcRequestTime=0.294828,999thPcRequestTime=0.294828},downnode={requests=3,errors=0,avgRequestsPerSecond=1.8572707660538934,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.035264512554833954,medianRequestTime=0.032736,75thPcRequestTime=0.040669,95thPcRequestTime=0.040669,99thPcRequestTime=0.040669,999thPcRequestTime=0.040669}},collection_operations={am_i_leader={requests=4,errors=0,avgRequestsPerSecond=1.3992549348069496,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.24592356972695173,medianRequestTime=0.215582,75thPcRequestTime=0.265236,95thPcRequestTime=0.372605,99thPcRequestTime=0.372605,999thPcRequestTime=0.372605},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=0.3494912922528533,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=2.485474,medianRequestTime=2.485474,75thPcRequestTime=2.485474,95thPcRequestTime=2.485474,99thPcRequestTime=2.485474,999thPcRequestTime=2.485474}},collection_queue={peektopn_wait2000={avgRequestsPerSecond=0.7031737916088039,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=1416.8883890680713,medianRequestTime=842.165321,75thPcRequestTime=2000.297284,95thPcRequestTime=2000.297284,99thPcRequestTime=2000.297284,999thPcRequestTime=2000.297284}}}
   [junit4]   2> 1810553 INFO  (qtp19721877-17628) [n:127.0.0.1:38845_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> 1810643 WARN  (SUITE-MoveReplicaHDFSTest-seed#[4A765619F92A07D2]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 1810651 WARN  (SUITE-MoveReplicaHDFSTest-seed#[4A765619F92A07D2]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1810652 INFO  (SUITE-MoveReplicaHDFSTest-seed#[4A765619F92A07D2]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1810663 INFO  (SUITE-MoveReplicaHDFSTest-seed#[4A765619F92A07D2]-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_45023_hdfs____vontii/webapp
   [junit4]   2> 1810722 DEBUG (ScheduledTrigger-7241-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 1811163 INFO  (SUITE-MoveReplicaHDFSTest-seed#[4A765619F92A07D2]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:45023
   [junit4]   2> 1811304 WARN  (SUITE-MoveReplicaHDFSTest-seed#[4A765619F92A07D2]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1811305 INFO  (SUITE-MoveReplicaHDFSTest-seed#[4A765619F92A07D2]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1811317 INFO  (SUITE-MoveReplicaHDFSTest-seed#[4A765619F92A07D2]-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_45517_datanode____.hrvqxr/webapp
   [junit4]   2> 1811723 DEBUG (ScheduledTrigger-7241-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 1811791 INFO  (SUITE-MoveReplicaHDFSTest-seed#[4A765619F92A07D2]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:45517
   [junit4]   2> 1811846 WARN  (SUITE-MoveReplicaHDFSTest-seed#[4A765619F92A07D2]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1811847 INFO  (SUITE-MoveReplicaHDFSTest-seed#[4A765619F92A07D2]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1811862 INFO  (SUITE-MoveReplicaHDFSTest-seed#[4A765619F92A07D2]-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_44769_datanode____.az5rhb/webapp
   [junit4]   2> 1811949 ERROR (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_4A765619F92A07D2-001/tempDir-002/hdfsBaseDir/data/data1/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_4A765619F92A07D2-001/tempDir-002/hdfsBaseDir/data/data2/]]  heartbeating to localhost.localdomain/127.0.0.1:42179) [    ] 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> 1811955 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x13e659c90949: from storage DS-683a31a1-afa1-4b2e-be7a-74f70db3c053 node DatanodeRegistration(127.0.0.1:41595, datanodeUuid=c86c0cdb-9ecf-4c42-9104-51dce8b36360, infoPort=34519, infoSecurePort=0, ipcPort=44355, storageInfo=lv=-56;cid=testClusterID;nsid=1976004942;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 1811955 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x13e659c90949: from storage DS-36405962-08dd-4b64-a671-6271b789fab1 node DatanodeRegistration(127.0.0.1:41595, datanodeUuid=c86c0cdb-9ecf-4c42-9104-51dce8b36360, infoPort=34519, infoSecurePort=0, ipcPort=44355, storageInfo=lv=-56;cid=testClusterID;nsid=1976004942;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 1812347 INFO  (SUITE-MoveReplicaHDFSTest-seed#[4A765619F92A07D2]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:44769
   [junit4]   2> 1812490 ERROR (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_4A765619F92A07D2-001/tempDir-002/hdfsBaseDir/data/data3/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_4A765619F92A07D2-001/tempDir-002/hdfsBaseDir/data/data4/]]  heartbeating to localhost.localdomain/127.0.0.1:42179) [    ] 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> 1812496 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x13e67a064e2a: from storage DS-28577fbb-d72f-4a94-8ec2-89d2e13957d5 node DatanodeRegistration(127.0.0.1:46661, datanodeUuid=3284cab6-4f2d-4aba-b6fe-05754967222a, infoPort=45429, infoSecurePort=0, ipcPort=39465, storageInfo=lv=-56;cid=testClusterID;nsid=1976004942;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 1812496 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x13e67a064e2a: from storage DS-6423a226-ab1a-4052-849a-9800da9fb42f node DatanodeRegistration(127.0.0.1:46661, datanodeUuid=3284cab6-4f2d-4aba-b6fe-05754967222a, infoPort=45429, infoSecurePort=0, ipcPort=39465, storageInfo=lv=-56;cid=testClusterID;nsid=1976004942;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 1812550 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Got 0 tasks from work-queue : [[]]
   [junit4]   2> 1812551 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0
   [junit4]   2> 1812551 INFO  (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] 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> 1812552 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 1812552 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 1812552 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 1812552 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 1812552 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 elements. ExcludeSet: []
   [junit4]   2> 1812655 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[4A765619F92A07D2]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFailedMove
   [junit4]   2> 1812656 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 1812656 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1812656 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[4A765619F92A07D2]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1812656 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1812656 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1812657 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1812657 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 1812657 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 1812657 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 1812657 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 1812657 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 1812658 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 1812658 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 1812658 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 1812658 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 1812658 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1812658 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1812658 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1812658 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1812658 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1812658 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1812659 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[4A765619F92A07D2]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1812659 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1812659 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1812661 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1812661 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1812662 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[4A765619F92A07D2]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1812663 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[4A765619F92A07D2]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1812663 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[4A765619F92A07D2]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1812663 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[4A765619F92A07D2]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@64cb30{/solr,null,AVAILABLE}
   [junit4]   2> 1812664 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[4A765619F92A07D2]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1fd9501{HTTP/1.1,[http/1.1]}{127.0.0.1:33427}
   [junit4]   2> 1812664 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[4A765619F92A07D2]) [    ] o.e.j.s.Server Started @1812697ms
   [junit4]   2> 1812664 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[4A765619F92A07D2]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33427}
   [junit4]   2> 1812664 ERROR (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[4A765619F92A07D2]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1812664 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[4A765619F92A07D2]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1812664 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[4A765619F92A07D2]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1812664 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[4A765619F92A07D2]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1812665 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[4A765619F92A07D2]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1812665 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[4A765619F92A07D2]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-02T17:31:43.939Z
   [junit4]   2> 1812666 INFO  (zkConnectionManagerCallback-4939-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1812667 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[4A765619F92A07D2]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1812724 DEBUG (ScheduledTrigger-7241-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 1813724 DEBUG (ScheduledTrigger-7241-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 1814552 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Got 0 tasks from work-queue : [[]]
   [junit4]   2> 1814553 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0
   [junit4]   2> 1814553 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 1814553 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 1814553 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 1814553 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 1814553 DEBUG (OverseerCollectionConfigSetProcessor-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 elements. ExcludeSet: []
   [junit4]   2> 1814724 DEBUG (ScheduledTrigger-7241-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 1815248 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[4A765619F92A07D2]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33981/solr
   [junit4]   2> 1815249 INFO  (zkConnectionManagerCallback-4943-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1815251 DEBUG (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[4A765619F92A07D2]) [n:127.0.0.1:33427_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$288/27041869@ba9583
   [junit4]   2> 1815252 INFO  (zkConnectionManagerCallback-4945-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1815257 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 1815257 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1815257 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[4A765619F92A07D2]) [n:127.0.0.1:33427_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1815257 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1815258 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1815258 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1815258 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 1815259 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[4A765619F92A07D2]) [n:127.0.0.1:33427_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1815259 DEBUG (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[4A765619F92A07D2]) [n:127.0.0.1:33427_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72059027649200149-127.0.0.1:33427_solr-n_0000000004
   [junit4]   2> 1815260 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72059027649200143-127.0.0.1:45411_solr-n_0000000003
   [junit4]   2> 1815260 DEBUG (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[4A765619F92A07D2]) [n:127.0.0.1:33427_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72059027649200143-127.0.0.1:45411_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 1815260 DEBUG (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[4A765619F92A07D2]) [n:127.0.0.1:33427_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:33427_solr as DOWN
   [junit4]   2> 1815261 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1815261 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[4A765619F92A07D2]) [n:127.0.0.1:33427_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1815261 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[4A765619F92A07D2]) [n:127.0.0.1:33427_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33427_solr
   [junit4]   2> 1815261 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1815261 DEBUG (OverseerStateUpdate-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:33427_solr"} current state version: 0
   [junit4]   2> 1815261 DEBUG (OverseerStateUpdate-72059027649200134-127.0.0.1:38845_solr-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:33427_solr
   [junit4]   2> 1

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

STest_failed_coll_true/state.json
   [junit4]   2> 	2	/solr/collections/MoveReplicaHDFSTest_failed_coll_true/leader_elect/shard2/election/72059027649200140-core_node7-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/72059027649200134-127.0.0.1:38845_solr-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/72059027649200140-127.0.0.1:46093_solr-n_0000000002
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	17	/solr/live_nodes
   [junit4]   2> 	16	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1923482 WARN  (SUITE-MoveReplicaHDFSTest-seed#[4A765619F92A07D2]-worker) [    ] o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 1923493 INFO  (SUITE-MoveReplicaHDFSTest-seed#[4A765619F92A07D2]-worker) [    ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 1923495 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_4A765619F92A07D2-001/tempDir-002/hdfsBaseDir/data/data3/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_4A765619F92A07D2-001/tempDir-002/hdfsBaseDir/data/data4/]]  heartbeating to localhost.localdomain/127.0.0.1:42179) [    ] o.a.h.h.s.d.DataNode Ending block pool service for: Block pool BP-1715388372-88.99.242.108-1530552701857 (Datanode Uuid 3284cab6-4f2d-4aba-b6fe-05754967222a) service to localhost.localdomain/127.0.0.1:42179
   [junit4]   2> 1923594 WARN  (SUITE-MoveReplicaHDFSTest-seed#[4A765619F92A07D2]-worker) [    ] o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 1923604 INFO  (SUITE-MoveReplicaHDFSTest-seed#[4A765619F92A07D2]-worker) [    ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 1923705 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_4A765619F92A07D2-001/tempDir-002/hdfsBaseDir/data/data1/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_4A765619F92A07D2-001/tempDir-002/hdfsBaseDir/data/data2/]]  heartbeating to localhost.localdomain/127.0.0.1:42179) [    ] o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager interrupted
   [junit4]   2> 1923705 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_4A765619F92A07D2-001/tempDir-002/hdfsBaseDir/data/data1/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_4A765619F92A07D2-001/tempDir-002/hdfsBaseDir/data/data2/]]  heartbeating to localhost.localdomain/127.0.0.1:42179) [    ] o.a.h.h.s.d.DataNode Ending block pool service for: Block pool BP-1715388372-88.99.242.108-1530552701857 (Datanode Uuid c86c0cdb-9ecf-4c42-9104-51dce8b36360) service to localhost.localdomain/127.0.0.1:42179
   [junit4]   2> 1923745 INFO  (SUITE-MoveReplicaHDFSTest-seed#[4A765619F92A07D2]-worker) [    ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:0
   [junit4]   2> 1923874 INFO  (SUITE-MoveReplicaHDFSTest-seed#[4A765619F92A07D2]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33981 33981
   [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.MoveReplicaHDFSTest_4A765619F92A07D2-001
   [junit4]   2> Jul 02, 2018 5:33:35 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 66 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=2, maxDocsPerChunk=5, blockSize=890), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=2, blockSize=890)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@da7bf8), locale=et, timezone=Arctic/Longyearbyen
   [junit4]   2> NOTE: Linux 4.15.0-24-generic i386/Oracle Corporation 1.8.0_172 (32-bit)/cpus=8,threads=2,free=74227488,total=409522176
   [junit4]   2> NOTE: All tests run in this JVM: [PreAnalyzedFieldTest, SpatialHeatmapFacetsTest, SpellCheckComponentTest, ExecutePlanActionTest, SpellCheckCollatorTest, DocExpirationUpdateProcessorFactoryTest, NodeMutatorTest, TestHashPartitioner, XsltUpdateRequestHandlerTest, TestCollectionsAPIViaSolrCloudCluster, FullSolrCloudDistribCmdsTest, TestBulkSchemaAPI, PeerSyncReplicationTest, TestBlendedInfixSuggestions, CollectionPropsTest, TestCloudJSONFacetSKG, TestXmlQParser, TestInPlaceUpdatesStandalone, TestCloudNestedDocsSort, TestRestoreCore, TestSolrCoreProperties, HdfsBasicDistributedZkTest, SchemaApiFailureTest, LeaderFailoverAfterPartitionTest, DistributedSuggestComponentTest, TestStressReorder, CoreAdminHandlerTest, TestExceedMaxTermLength, TestLRUCache, LargeFieldTest, DistributedFacetPivotLongTailTest, WrapperMergePolicyFactoryTest, TestReloadDeadlock, DistributedQueryComponentOptimizationTest, TestCloudDeleteByQuery, TestExactSharedStatsCache, TestFoldingMultitermQuery, ConcurrentDeleteAndCreateCollectionTest, TestFastOutputStream, SolrIndexSplitterTest, TestReplicaProperties, TestSolrConfigHandlerCloud, TestConfigSetImmutable, TestOnReconnectListenerSupport, ConnectionReuseTest, PingRequestHandlerTest, AliasIntegrationTest, SimpleFacetsTest, CustomHighlightComponentTest, SolrMetricManagerTest, CdcrReplicationDistributedZkTest, TestSimpleTextCodec, TestConfigsApi, SolrCLIZkUtilsTest, CursorPagingTest, QueryParsingTest, QueryResultKeyTest, MetricUtilsTest, TestRTGBase, DirectSolrConnectionTest, TestPerFieldSimilarity, TestSolrCloudWithHadoopAuthPlugin, ZkFailoverTest, TokenizerChainTest, TestPullReplicaErrorHandling, TestDocTermOrdsUninvertLimit, TestMergePolicyConfig, TestCloudRecovery, SuggesterFSTTest, TestOverriddenPrefixQueryForCustomFieldType, CoreSorterTest, ShardSplitTest, CollectionTooManyReplicasTest, SegmentsInfoRequestHandlerTest, TolerantUpdateProcessorTest, Tagger2Test, HdfsDirectoryTest, SolrJmxReporterTest, TestSha256AuthenticationProvider, BaseCdcrDistributedZkTest, AtomicUpdatesTest, TestDistribStateManager, StressHdfsTest, TestStandardQParsers, SuggestComponentTest, SolrShardReporterTest, TestSegmentSorting, TestDynamicURP, ResourceLoaderTest, OverseerCollectionConfigSetProcessorTest, SortSpecParsingTest, LegacyCloudClusterPropTest, BinaryUpdateRequestHandlerTest, TestInitParams, AnalysisAfterCoreReloadTest, TestLMDirichletSimilarityFactory, SpatialRPTFieldTypeTest, HdfsTlogReplayBufferedWhileIndexingTest, TestCryptoKeys, OverseerStatusTest, XmlInterpolationTest, IndexSizeTriggerTest, TestDistributedMap, PeerSyncTest, MissingSegmentRecoveryTest, ZkStateWriterTest, TestSkipOverseerOperations, TestCollationField, EchoParamsTest, TestBulkSchemaConcurrent, JvmMetricsTest, TestElisionMultitermQuery, MetricsHistoryHandlerTest, HdfsNNFailoverTest, TestFieldCacheWithThreads, CopyFieldTest, ResponseHeaderTest, SyncSliceTest, TestStreamBody, FieldAnalysisRequestHandlerTest, TestConfigSetsAPI, ResponseLogComponentTest, TestSystemIdResolver, PrimUtilsTest, TestPushWriter, DeleteShardTest, ZkSolrClientTest, TlogReplayBufferedWhileIndexingTest, TestManagedSynonymFilterFactory, AutoAddReplicasPlanActionTest, TestCollapseQParserPlugin, TestLargeCluster, TestDFISimilarityFactory, RemoteQueryErrorTest, ClassificationUpdateProcessorTest, TestCharFilters, TestLuceneMatchVersion, TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, BasicDistributedZkTest, BasicZkTest, CleanupOldIndexTest, CloudExitableDirectoryReaderTest, ClusterStateTest, ClusterStateUpdateTest, CollectionsAPISolrJTest, DistributedQueueTest, HttpPartitionTest, LeaderElectionContextKeyTest, LeaderElectionTest, MoveReplicaHDFSTest]
   [junit4] Completed [472/820 (1!)] on J0 in 126.49s, 4 tests, 3 errors <<< FAILURES!

[...truncated 47573 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22370/consoleText

[repro] Revision: f835d2499778972ad901a6be11ecf6ef308c0bb0

[repro] Ant options: "-Dargs=-client -XX:+UseSerialGC"
[repro] Repro line:  ant test  -Dtestcase=MoveReplicaHDFSTest -Dtests.method=testNormalFailedMove -Dtests.seed=4A765619F92A07D2 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=et -Dtests.timezone=Arctic/Longyearbyen -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] Repro line:  ant test  -Dtestcase=MoveReplicaHDFSTest -Dtests.method=testNormalMove -Dtests.seed=4A765619F92A07D2 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=et -Dtests.timezone=Arctic/Longyearbyen -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] Repro line:  ant test  -Dtestcase=MoveReplicaHDFSTest -Dtests.method=test -Dtests.seed=4A765619F92A07D2 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=et -Dtests.timezone=Arctic/Longyearbyen -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       MoveReplicaHDFSTest
[repro] ant compile-test

[...truncated 3300 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.MoveReplicaHDFSTest" -Dtests.showOutput=onerror "-Dargs=-client -XX:+UseSerialGC" -Dtests.seed=4A765619F92A07D2 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=et -Dtests.timezone=Arctic/Longyearbyen -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 86 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.MoveReplicaHDFSTest
[repro] Exiting with code 0

[...truncated 40 lines...]