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/09/18 08:46:17 UTC

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

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22877/
Java: 64bit/jdk1.8.0_172 -XX:+UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.cdcr.CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange

Error Message:
Error from server at http://127.0.0.1:33107/solr: Could not fully remove collection: cdcr-target

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:33107/solr: Could not fully remove collection: cdcr-target
	at __randomizedtesting.SeedInfo.seed([F351567F85D8B8C:DDC55984A6F22DBE]: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:1107)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:461)
	at org.apache.solr.cloud.cdcr.CdcrWithNodesRestartsTest.deleteTargetcollection(CdcrWithNodesRestartsTest.java:330)
	at org.apache.solr.cloud.cdcr.CdcrWithNodesRestartsTest.deleteCollections(CdcrWithNodesRestartsTest.java:340)
	at org.apache.solr.cloud.cdcr.CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange(CdcrWithNodesRestartsTest.java:302)
	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:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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 15335 lines...]
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrWithNodesRestartsTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrWithNodesRestartsTest_F351567F85D8B8C-001/init-core-data-001
   [junit4]   2> 2758782 WARN  (SUITE-CdcrWithNodesRestartsTest-seed#[F351567F85D8B8C]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=29 numCloses=29
   [junit4]   2> 2758783 INFO  (SUITE-CdcrWithNodesRestartsTest-seed#[F351567F85D8B8C]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2758784 INFO  (SUITE-CdcrWithNodesRestartsTest-seed#[F351567F85D8B8C]-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> 2758784 INFO  (SUITE-CdcrWithNodesRestartsTest-seed#[F351567F85D8B8C]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2758785 INFO  (TEST-CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange-seed#[F351567F85D8B8C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testReplicationAfterLeaderChange
   [junit4]   2> 2758785 INFO  (TEST-CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange-seed#[F351567F85D8B8C]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrWithNodesRestartsTest_F351567F85D8B8C-001/cdcr-target-001
   [junit4]   2> 2758785 INFO  (TEST-CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange-seed#[F351567F85D8B8C]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2758786 INFO  (Thread-3663) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2758786 INFO  (Thread-3663) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2758787 ERROR (Thread-3663) [    ] 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> 2758886 INFO  (TEST-CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange-seed#[F351567F85D8B8C]) [    ] o.a.s.c.ZkTestServer start zk server on port:38645
   [junit4]   2> 2758887 INFO  (zkConnectionManagerCallback-4327-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2758890 INFO  (jetty-launcher-4324-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> 2758890 INFO  (jetty-launcher-4324-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> 2758890 INFO  (jetty-launcher-4324-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2758890 INFO  (jetty-launcher-4324-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2758890 INFO  (jetty-launcher-4324-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2758891 INFO  (jetty-launcher-4324-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2758891 INFO  (jetty-launcher-4324-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2758891 INFO  (jetty-launcher-4324-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2758891 INFO  (jetty-launcher-4324-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@70dba2b6{/solr,null,AVAILABLE}
   [junit4]   2> 2758891 INFO  (jetty-launcher-4324-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4872d2a4{/solr,null,AVAILABLE}
   [junit4]   2> 2758891 INFO  (jetty-launcher-4324-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5b8995ad{HTTP/1.1,[http/1.1]}{127.0.0.1:40789}
   [junit4]   2> 2758891 INFO  (jetty-launcher-4324-thread-1) [    ] o.e.j.s.Server Started @2758924ms
   [junit4]   2> 2758891 INFO  (jetty-launcher-4324-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4a981d72{HTTP/1.1,[http/1.1]}{127.0.0.1:33107}
   [junit4]   2> 2758891 INFO  (jetty-launcher-4324-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40789}
   [junit4]   2> 2758891 INFO  (jetty-launcher-4324-thread-2) [    ] o.e.j.s.Server Started @2758924ms
   [junit4]   2> 2758892 INFO  (jetty-launcher-4324-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33107}
   [junit4]   2> 2758892 ERROR (jetty-launcher-4324-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2758892 ERROR (jetty-launcher-4324-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2758892 INFO  (jetty-launcher-4324-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2758892 INFO  (jetty-launcher-4324-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2758892 INFO  (jetty-launcher-4324-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2758892 INFO  (jetty-launcher-4324-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2758892 INFO  (jetty-launcher-4324-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2758892 INFO  (jetty-launcher-4324-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2758892 INFO  (jetty-launcher-4324-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2758892 INFO  (jetty-launcher-4324-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2758892 INFO  (jetty-launcher-4324-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-09-18T07:41:56.826Z
   [junit4]   2> 2758892 INFO  (jetty-launcher-4324-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-09-18T07:41:56.826Z
   [junit4]   2> 2758893 INFO  (zkConnectionManagerCallback-4330-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2758893 INFO  (zkConnectionManagerCallback-4331-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2758893 INFO  (jetty-launcher-4324-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2758893 INFO  (jetty-launcher-4324-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2758897 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 0x100aa01082d0002, likely client has closed socket
   [junit4]   2> 2758985 INFO  (jetty-launcher-4324-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38645/solr
   [junit4]   2> 2758986 INFO  (zkConnectionManagerCallback-4335-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2758987 INFO  (zkConnectionManagerCallback-4337-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2759018 INFO  (jetty-launcher-4324-thread-1) [n:127.0.0.1:40789_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40789_solr
   [junit4]   2> 2759018 INFO  (jetty-launcher-4324-thread-1) [n:127.0.0.1:40789_solr    ] o.a.s.c.Overseer Overseer (id=72244515446784004-127.0.0.1:40789_solr-n_0000000000) starting
   [junit4]   2> 2759021 INFO  (zkConnectionManagerCallback-4344-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2759021 INFO  (jetty-launcher-4324-thread-1) [n:127.0.0.1:40789_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38645/solr ready
   [junit4]   2> 2759022 INFO  (OverseerStateUpdate-72244515446784004-127.0.0.1:40789_solr-n_0000000000) [n:127.0.0.1:40789_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:40789_solr
   [junit4]   2> 2759025 INFO  (jetty-launcher-4324-thread-1) [n:127.0.0.1:40789_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40789_solr
   [junit4]   2> 2759026 INFO  (zkCallback-4336-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2759026 INFO  (zkCallback-4343-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2759037 INFO  (jetty-launcher-4324-thread-1) [n:127.0.0.1:40789_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2759048 INFO  (jetty-launcher-4324-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38645/solr
   [junit4]   2> 2759049 INFO  (zkConnectionManagerCallback-4349-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2759052 INFO  (zkConnectionManagerCallback-4351-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2759054 INFO  (jetty-launcher-4324-thread-1) [n:127.0.0.1:40789_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40789.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5aea1069
   [junit4]   2> 2759055 INFO  (jetty-launcher-4324-thread-2) [n:127.0.0.1:33107_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2759056 INFO  (jetty-launcher-4324-thread-2) [n:127.0.0.1:33107_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2759056 INFO  (jetty-launcher-4324-thread-2) [n:127.0.0.1:33107_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33107_solr
   [junit4]   2> 2759056 INFO  (zkCallback-4336-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2759057 INFO  (zkCallback-4343-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2759057 INFO  (zkCallback-4350-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2759059 INFO  (jetty-launcher-4324-thread-1) [n:127.0.0.1:40789_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40789.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5aea1069
   [junit4]   2> 2759059 INFO  (jetty-launcher-4324-thread-1) [n:127.0.0.1:40789_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40789.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5aea1069
   [junit4]   2> 2759059 INFO  (jetty-launcher-4324-thread-1) [n:127.0.0.1:40789_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.cdcr.CdcrWithNodesRestartsTest_F351567F85D8B8C-001/cdcr-target-001/node1/.
   [junit4]   2> 2759069 INFO  (zkConnectionManagerCallback-4358-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2759069 INFO  (jetty-launcher-4324-thread-2) [n:127.0.0.1:33107_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2759070 INFO  (jetty-launcher-4324-thread-2) [n:127.0.0.1:33107_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38645/solr ready
   [junit4]   2> 2759070 INFO  (jetty-launcher-4324-thread-2) [n:127.0.0.1:33107_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2759080 INFO  (jetty-launcher-4324-thread-2) [n:127.0.0.1:33107_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33107.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5aea1069
   [junit4]   2> 2759085 INFO  (jetty-launcher-4324-thread-2) [n:127.0.0.1:33107_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33107.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5aea1069
   [junit4]   2> 2759085 INFO  (jetty-launcher-4324-thread-2) [n:127.0.0.1:33107_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33107.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5aea1069
   [junit4]   2> 2759085 INFO  (jetty-launcher-4324-thread-2) [n:127.0.0.1:33107_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.cdcr.CdcrWithNodesRestartsTest_F351567F85D8B8C-001/cdcr-target-001/node2/.
   [junit4]   2> 2759099 INFO  (zkConnectionManagerCallback-4361-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2759101 INFO  (zkConnectionManagerCallback-4364-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2759102 INFO  (TEST-CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange-seed#[F351567F85D8B8C]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrWithNodesRestartsTest_F351567F85D8B8C-001/cdcr-source-001
   [junit4]   2> 2759102 INFO  (TEST-CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange-seed#[F351567F85D8B8C]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2759102 INFO  (Thread-3682) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2759102 INFO  (Thread-3682) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2759103 ERROR (Thread-3682) [    ] 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> 2759202 INFO  (TEST-CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange-seed#[F351567F85D8B8C]) [    ] o.a.s.c.ZkTestServer start zk server on port:37503
   [junit4]   2> 2759204 INFO  (zkConnectionManagerCallback-4368-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2759207 INFO  (jetty-launcher-4365-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> 2759207 INFO  (jetty-launcher-4365-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> 2759207 INFO  (jetty-launcher-4365-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2759207 INFO  (jetty-launcher-4365-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2759207 INFO  (jetty-launcher-4365-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2759207 INFO  (jetty-launcher-4365-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2759207 INFO  (jetty-launcher-4365-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2759208 INFO  (jetty-launcher-4365-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2759208 INFO  (jetty-launcher-4365-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7bc070e4{/solr,null,AVAILABLE}
   [junit4]   2> 2759208 INFO  (jetty-launcher-4365-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6584d7f8{/solr,null,AVAILABLE}
   [junit4]   2> 2759208 INFO  (jetty-launcher-4365-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3dca5080{HTTP/1.1,[http/1.1]}{127.0.0.1:45853}
   [junit4]   2> 2759208 INFO  (jetty-launcher-4365-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@602b4941{HTTP/1.1,[http/1.1]}{127.0.0.1:44279}
   [junit4]   2> 2759208 INFO  (jetty-launcher-4365-thread-1) [    ] o.e.j.s.Server Started @2759240ms
   [junit4]   2> 2759208 INFO  (jetty-launcher-4365-thread-2) [    ] o.e.j.s.Server Started @2759240ms
   [junit4]   2> 2759208 INFO  (jetty-launcher-4365-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44279}
   [junit4]   2> 2759208 INFO  (jetty-launcher-4365-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45853}
   [junit4]   2> 2759208 ERROR (jetty-launcher-4365-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2759208 ERROR (jetty-launcher-4365-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2759208 INFO  (jetty-launcher-4365-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2759208 INFO  (jetty-launcher-4365-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2759208 INFO  (jetty-launcher-4365-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2759208 INFO  (jetty-launcher-4365-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2759208 INFO  (jetty-launcher-4365-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2759208 INFO  (jetty-launcher-4365-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2759208 INFO  (jetty-launcher-4365-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2759208 INFO  (jetty-launcher-4365-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2759208 INFO  (jetty-launcher-4365-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-09-18T07:41:57.142Z
   [junit4]   2> 2759208 INFO  (jetty-launcher-4365-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-09-18T07:41:57.142Z
   [junit4]   2> 2759209 INFO  (zkConnectionManagerCallback-4371-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2759209 INFO  (zkConnectionManagerCallback-4372-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2759209 INFO  (jetty-launcher-4365-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2759209 INFO  (jetty-launcher-4365-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2759282 INFO  (jetty-launcher-4365-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37503/solr
   [junit4]   2> 2759283 INFO  (zkConnectionManagerCallback-4376-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2759284 INFO  (zkConnectionManagerCallback-4378-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2759303 INFO  (jetty-launcher-4365-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37503/solr
   [junit4]   2> 2759304 INFO  (zkConnectionManagerCallback-4384-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2759305 INFO  (zkConnectionManagerCallback-4386-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2759309 INFO  (jetty-launcher-4365-thread-1) [n:127.0.0.1:45853_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45853_solr
   [junit4]   2> 2759309 INFO  (jetty-launcher-4365-thread-1) [n:127.0.0.1:45853_solr    ] o.a.s.c.Overseer Overseer (id=72244515467493382-127.0.0.1:45853_solr-n_0000000000) starting
   [junit4]   2> 2759314 INFO  (zkConnectionManagerCallback-4393-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2759315 INFO  (jetty-launcher-4365-thread-2) [n:127.0.0.1:44279_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44279_solr
   [junit4]   2> 2759315 INFO  (jetty-launcher-4365-thread-1) [n:127.0.0.1:45853_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37503/solr ready
   [junit4]   2> 2759315 INFO  (zkCallback-4377-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2759315 INFO  (zkCallback-4385-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2759315 INFO  (zkCallback-4392-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2759315 INFO  (OverseerStateUpdate-72244515467493382-127.0.0.1:45853_solr-n_0000000000) [n:127.0.0.1:45853_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:45853_solr
   [junit4]   2> 2759316 INFO  (jetty-launcher-4365-thread-1) [n:127.0.0.1:45853_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2759316 INFO  (jetty-launcher-4365-thread-1) [n:127.0.0.1:45853_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45853_solr
   [junit4]   2> 2759316 INFO  (zkCallback-4392-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2759316 INFO  (zkCallback-4377-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2759316 INFO  (zkCallback-4385-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2759348 INFO  (jetty-launcher-4365-thread-1) [n:127.0.0.1:45853_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2759348 INFO  (zkConnectionManagerCallback-4399-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2759349 INFO  (jetty-launcher-4365-thread-2) [n:127.0.0.1:44279_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2759350 INFO  (jetty-launcher-4365-thread-2) [n:127.0.0.1:44279_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37503/solr ready
   [junit4]   2> 2759350 INFO  (jetty-launcher-4365-thread-2) [n:127.0.0.1:44279_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2759363 INFO  (jetty-launcher-4365-thread-1) [n:127.0.0.1:45853_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45853.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5aea1069
   [junit4]   2> 2759363 INFO  (jetty-launcher-4365-thread-2) [n:127.0.0.1:44279_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44279.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5aea1069
   [junit4]   2> 2759371 INFO  (jetty-launcher-4365-thread-1) [n:127.0.0.1:45853_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45853.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5aea1069
   [junit4]   2> 2759371 INFO  (jetty-launcher-4365-thread-2) [n:127.0.0.1:44279_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44279.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5aea1069
   [junit4]   2> 2759371 INFO  (jetty-launcher-4365-thread-1) [n:127.0.0.1:45853_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45853.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5aea1069
   [junit4]   2> 2759371 INFO  (jetty-launcher-4365-thread-2) [n:127.0.0.1:44279_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44279.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5aea1069
   [junit4]   2> 2759372 INFO  (jetty-launcher-4365-thread-2) [n:127.0.0.1:44279_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.cdcr.CdcrWithNodesRestartsTest_F351567F85D8B8C-001/cdcr-source-001/node2/.
   [junit4]   2> 2759372 INFO  (jetty-launcher-4365-thread-1) [n:127.0.0.1:45853_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.cdcr.CdcrWithNodesRestartsTest_F351567F85D8B8C-001/cdcr-source-001/node1/.
   [junit4]   2> 2759420 INFO  (zkConnectionManagerCallback-4402-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2759421 INFO  (zkConnectionManagerCallback-4405-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2759423 INFO  (zkConnectionManagerCallback-4407-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2759425 INFO  (zkConnectionManagerCallback-4411-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2759425 INFO  (TEST-CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange-seed#[F351567F85D8B8C]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2759426 INFO  (TEST-CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange-seed#[F351567F85D8B8C]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38645/solr ready
   [junit4]   2> 2759427 INFO  (qtp1598974572-21537) [n:127.0.0.1:33107_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=cdcr-target&name=cdcr-target&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2759429 INFO  (OverseerThreadFactory-7482-thread-1-processing-n:127.0.0.1:40789_solr) [n:127.0.0.1:40789_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection cdcr-target
   [junit4]   2> 2759535 INFO  (OverseerStateUpdate-72244515446784004-127.0.0.1:40789_solr-n_0000000000) [n:127.0.0.1:40789_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-target",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-target_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:33107/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2759736 INFO  (qtp1598974572-21526) [n:127.0.0.1:33107_solr    x:cdcr-target_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-target&newCollection=true&collection=cdcr-target&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-target_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 2760745 INFO  (qtp1598974572-21526) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2760748 INFO  (qtp1598974572-21526) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 2760749 INFO  (qtp1598974572-21526) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.IndexSchema [cdcr-target_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2760750 INFO  (qtp1598974572-21526) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2760751 INFO  (qtp1598974572-21526) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/cdcr-target/managed-schema
   [junit4]   2> 2760752 INFO  (qtp1598974572-21526) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/cdcr-target/schema.xml to /configs/cdcr-target/schema.xml.bak
   [junit4]   2> 2760752 INFO  (qtp1598974572-21526) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-target_shard1_replica_n1' using configuration from collection cdcr-target, trusted=true
   [junit4]   2> 2760753 INFO  (qtp1598974572-21526) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33107.solr.core.cdcr-target.shard1.replica_n1' (registry 'solr.core.cdcr-target.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5aea1069
   [junit4]   2> 2760753 INFO  (qtp1598974572-21526) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SolrCore [[cdcr-target_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrWithNodesRestartsTest_F351567F85D8B8C-001/cdcr-target-001/node2/cdcr-target_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrWithNodesRestartsTest_F351567F85D8B8C-001/cdcr-target-001/node2/./cdcr-target_shard1_replica_n1/data/]
   [junit4]   2> 2760897 INFO  (qtp1598974572-21526) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 2760897 INFO  (qtp1598974572-21526) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2760897 INFO  (qtp1598974572-21526) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2760897 INFO  (qtp1598974572-21526) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2760899 INFO  (qtp1598974572-21526) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7204d180[cdcr-target_shard1_replica_n1] main]
   [junit4]   2> 2760900 INFO  (qtp1598974572-21526) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-target
   [junit4]   2> 2760900 INFO  (qtp1598974572-21526) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-target
   [junit4]   2> 2760900 INFO  (qtp1598974572-21526) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-target/managed-schema
   [junit4]   2> 2760900 INFO  (qtp1598974572-21526) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2760901 INFO  (qtp1598974572-21526) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2760901 INFO  (qtp1598974572-21526) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 2760902 INFO  (qtp1598974572-21526) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-target/cdcr/state/process
   [junit4]   2> 2760902 INFO  (qtp1598974572-21526) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1611930291494977536
   [junit4]   2> 2760903 INFO  (searcherExecutor-7516-thread-1-processing-n:127.0.0.1:33107_solr x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-target_shard1_replica_n1] Registered new searcher Searcher@7204d180[cdcr-target_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2760906 INFO  (qtp1598974572-21526) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/cdcr-target/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 2760907 INFO  (qtp1598974572-21526) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2760907 INFO  (qtp1598974572-21526) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2760907 INFO  (qtp1598974572-21526) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:33107/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 2760907 INFO  (qtp1598974572-21526) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2760907 INFO  (qtp1598974572-21526) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:33107/solr/cdcr-target_shard1_replica_n1/ has no replicas
   [junit4]   2> 2760907 INFO  (qtp1598974572-21526) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2760908 INFO  (zkCallback-4350-thread-1) [    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-target:shard1
   [junit4]   2> 2760909 INFO  (qtp1598974572-21526) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:33107/solr/cdcr-target_shard1_replica_n1/ shard1
   [junit4]   2> 2761011 INFO  (qtp1598974572-21526) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2761012 INFO  (qtp1598974572-21526) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-target&newCollection=true&collection=cdcr-target&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-target_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin} status=0 QTime=1276
   [junit4]   2> 2761014 INFO  (qtp1598974572-21537) [n:127.0.0.1:33107_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2761113 INFO  (zkCallback-4350-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2761431 INFO  (OverseerCollectionConfigSetProcessor-72244515446784004-127.0.0.1:40789_solr-n_0000000000) [n:127.0.0.1:40789_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2762014 INFO  (qtp1598974572-21537) [n:127.0.0.1:33107_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=cdcr-target&name=cdcr-target&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=2587
   [junit4]   2> 2763016 INFO  (zkConnectionManagerCallback-4413-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2763018 INFO  (zkConnectionManagerCallback-4417-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2763019 INFO  (TEST-CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange-seed#[F351567F85D8B8C]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2763020 INFO  (TEST-CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange-seed#[F351567F85D8B8C]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37503/solr ready
   [junit4]   2> 2763020 INFO  (qtp1663020050-21622) [n:127.0.0.1:45853_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=2&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2763021 INFO  (OverseerThreadFactory-7507-thread-1-processing-n:127.0.0.1:45853_solr) [n:127.0.0.1:45853_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection cdcr-source
   [junit4]   2> 2763126 INFO  (OverseerStateUpdate-72244515467493382-127.0.0.1:45853_solr-n_0000000000) [n:127.0.0.1:45853_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-source",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-source_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44279/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2763126 INFO  (OverseerStateUpdate-72244515467493382-127.0.0.1:45853_solr-n_0000000000) [n:127.0.0.1:45853_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-source",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-source_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45853/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2763329 INFO  (qtp1663020050-21613) [n:127.0.0.1:45853_solr    x:cdcr-source_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node4&name=cdcr-source_shard1_replica_n2&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 2763329 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr    x:cdcr-source_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node3&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 2763329 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr    x:cdcr-source_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2764338 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2764338 INFO  (qtp1663020050-21613) [n:127.0.0.1:45853_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2764342 INFO  (qtp1663020050-21613) [n:127.0.0.1:45853_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 2764342 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 2764343 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.s.IndexSchema [cdcr-source_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2764343 INFO  (qtp1663020050-21613) [n:127.0.0.1:45853_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.s.IndexSchema [cdcr-source_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 2764344 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2764344 INFO  (qtp1663020050-21613) [n:127.0.0.1:45853_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2764345 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/cdcr-source/managed-schema
   [junit4]   2> 2764345 INFO  (qtp1663020050-21613) [n:127.0.0.1:45853_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.s.ManagedIndexSchema Managed schema znode at /configs/cdcr-source/managed-schema already exists - no need to create it
   [junit4]   2> 2764346 INFO  (qtp1663020050-21613) [n:127.0.0.1:45853_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/cdcr-source/schema.xml to /configs/cdcr-source/schema.xml.bak
   [junit4]   2> 2764346 INFO  (qtp1663020050-21613) [n:127.0.0.1:45853_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-source_shard1_replica_n2' using configuration from collection cdcr-source, trusted=true
   [junit4]   2> 2764346 INFO  (qtp1663020050-21613) [n:127.0.0.1:45853_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45853.solr.core.cdcr-source.shard1.replica_n2' (registry 'solr.core.cdcr-source.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5aea1069
   [junit4]   2> 2764346 INFO  (qtp1663020050-21613) [n:127.0.0.1:45853_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.c.SolrCore [[cdcr-source_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrWithNodesRestartsTest_F351567F85D8B8C-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrWithNodesRestartsTest_F351567F85D8B8C-001/cdcr-source-001/node1/./cdcr-source_shard1_replica_n2/data/]
   [junit4]   2> 2764346 WARN  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory Error persisting managed schema resource managed-schema
   [junit4]   2> org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /configs/cdcr-source/schema.xml
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:114) ~[zookeeper-3.4.11.jar:3.4.11-37e277162d567b55a07d1755f0b31c32e93c01a0]
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54) ~[zookeeper-3.4.11.jar:3.4.11-37e277162d567b55a07d1755f0b31c32e93c01a0]
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:876) ~[zookeeper-3.4.11.jar:3.4.11-37e277162d567b55a07d1755f0b31c32e93c01a0]
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$delete$1(SolrZkClient.java:245) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:244) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchemaFactory.zkUgradeToManagedSchema(ManagedIndexSchemaFactory.java:349) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchemaFactory.upgradeToManagedSchema(ManagedIndexSchemaFactory.java:268) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:186) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:45) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:70) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:118) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:91) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.getConfigSet(CoreContainer.java:1192) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1139) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1053) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360) [java/:?]
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:395) [java/:?]
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180) [java/:?]
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:734) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:715) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:377) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:323) [java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139) [java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1317) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1219) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:674) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:531) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:352) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281) [jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102) [jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118) [jetty-io-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:762) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:680) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> 2764347 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-source_shard1_replica_n1' using configuration from collection cdcr-source, trusted=true
   [junit4]   2> 2764347 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44279.solr.core.cdcr-source.shard1.replica_n1' (registry 'solr.core.cdcr-source.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5aea1069
   [junit4]   2> 2764347 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [[cdcr-source_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrWithNodesRestartsTest_F351567F85D8B8C-001/cdcr-source-001/node2/cdcr-source_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrWithNodesRestartsTest_F351567F85D8B8C-001/cdcr-source-001/node2/./cdcr-source_shard1_replica_n1/data/]
   [junit4]   2> 2764410 INFO  (qtp1663020050-21613) [n:127.0.0.1:45853_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 2764410 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 2764410 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2764410 INFO  (qtp1663020050-21613) [n:127.0.0.1:45853_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2764411 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2764411 INFO  (qtp1663020050-21613) [n:127.0.0.1:45853_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2764411 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2764411 INFO  (qtp1663020050-21613) [n:127.0.0.1:45853_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2764413 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2ecfdc9d[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2764413 INFO  (qtp1663020050-21613) [n:127.0.0.1:45853_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@4c3aa80b[cdcr-source_shard1_replica_n2] main]
   [junit4]   2> 2764414 INFO  (qtp1663020050-21613) [n:127.0.0.1:45853_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-source
   [junit4]   2> 2764414 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-source
   [junit4]   2> 2764414 INFO  (qtp1663020050-21613) [n:127.0.0.1:45853_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-source
   [junit4]   2> 2764414 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-source
   [junit4]   2> 2764414 INFO  (qtp1663020050-21613) [n:127.0.0.1:45853_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-source/managed-schema
   [junit4]   2> 2764414 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-source/managed-schema
   [junit4]   2> 2764414 INFO  (qtp1663020050-21613) [n:127.0.0.1:45853_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 0 from ZooKeeper
   [junit4]   2> 2764414 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2764415 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2764416 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-source/cdcr/state/buffer
   [junit4]   2> 2764416 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-source/cdcr/state/process
   [junit4]   2> 2764416 INFO  (qtp1663020050-21613) [n:127.0.0.1:45853_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.s.IndexSchema [cdcr-source_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 2764418 INFO  (qtp1663020050-21613) [n:127.0.0.1:45853_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2764418 INFO  (qtp1663020050-21613) [n:127.0.0.1:45853_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 4 ms
   [junit4]   2> 2764419 INFO  (searcherExecutor-7523-thread-1-processing-n:127.0.0.1:44279_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node3) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@2ecfdc9d[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2764419 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1611930295182819328
   [junit4]   2> 2764419 INFO  (qtp1663020050-21613) [n:127.0.0.1:45853_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2764420 INFO  (qtp1663020050-21613) [n:127.0.0.1:45853_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1611930295183867904
   [junit4]   2> 2764421 INFO  (searcherExecutor-7522-thread-1-processing-n:127.0.0.1:45853_solr x:cdcr-source_shard1_replica_n2 c:cdcr-source s:shard1 r:core_node4) [n:127.0.0.1:45853_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n2] Registered new searcher Searcher@4c3aa80b[cdcr-source_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2764422 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/cdcr-source/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 2764423 INFO  (qtp1663020050-21613) [n:127.0.0.1:45853_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/cdcr-source/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 2764424 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2764424 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2764424 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:44279/solr/cdcr-source_shard1_replica_n1/
   [junit4]   2> 2764424 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=cdcr-source_shard1_replica_n1 url=http://127.0.0.1:44279/solr START replicas=[http://127.0.0.1:45853/solr/cdcr-source_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 2764424 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=cdcr-source_shard1_replica_n1 url=http://127.0.0.1:44279/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 2764426 INFO  (qtp1663020050-21615) [n:127.0.0.1:45853_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.c.S.Request [cdcr-source_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2764426 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 2764426 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 2764426 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2764427 INFO  (zkCallback-4377-thread-1) [    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-source:shard1
   [junit4]   2> 2764427 INFO  (zkCallback-4385-thread-1) [    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-source:shard1
   [junit4]   2> 2764428 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:44279/solr/cdcr-source_shard1_replica_n1/ shard1
   [junit4]   2> 2764530 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2764531 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node3&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin} status=0 QTime=1202
   [junit4]   2> 2764631 INFO  (zkCallback-4377-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2765423 INFO  (qtp542827215-21610) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/cdcr params={action=LASTPROCESSEDVERSION&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2765426 INFO  (qtp1663020050-21613) [n:127.0.0.1:45853_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node4&name=cdcr-source_shard1_replica_n2&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin} status=0 QTime=2097
   [junit4]   2> 2765428 INFO  (qtp1663020050-21622) [n:127.0.0.1:45853_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2765526 INFO  (zkCallback-4385-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2765526 INFO  (zkCallback-4377-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2766425 INFO  (qtp542827215-21612) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/cdcr params={action=LASTPROCESSEDVERSION&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2766428 INFO  (qtp1663020050-21622) [n:127.0.0.1:45853_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=2&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=3407
   [junit4]   2> 2767023 INFO  (OverseerCollectionConfigSetProcessor-72244515467493382-127.0.0.1:45853_solr-n_0000000000) [n:127.0.0.1:45853_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2767426 INFO  (qtp542827215-21608) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/cdcr params={action=LASTPROCESSEDVERSION&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2767429 INFO  (zkConnectionManagerCallback-4424-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2767430 INFO  (qtp542827215-21609) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2767430 INFO  (qtp542827215-21609) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38645/solr ready
   [junit4]   2> 2767432 INFO  (qtp1598974572-21522) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
   [junit4]   2> 2767433 INFO  (qtp1598974572-21522) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2767433 INFO  (qtp1598974572-21528) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={_stateVer_=cdcr-target:4&action=COLLECTIONCHECKPOINT&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 2767433 INFO  (qtp542827215-21609) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Create new update log reader for target cdcr-target with checkpoint -1 @ cdcr-source:shard1
   [junit4]   2> 2767433 INFO  (qtp542827215-21609) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-target, shard: shard1
   [junit4]   2> 2767433 INFO  (qtp542827215-21609) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Submitting bootstrap task to executor
   [junit4]   2> 2767434 INFO  (cdcr-bootstrap-status-4420-thread-1-processing-n:127.0.0.1:44279_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node3) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-target shard: shard1 leader: http://127.0.0.1:33107/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 2767434 INFO  (zkCallback-4377-thread-1) [    ] o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/cdcr/state/process @ cdcr-source:shard1
   [junit4]   2> 2767434 INFO  (zkCallback-4385-thread-2) [    ] o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/cdcr/state/process @ cdcr-source:shard1
   [junit4]   2> 2767434 INFO  (zkCallback-4377-thread-1) [    ] o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: STARTED @ cdcr-source:shard1
   [junit4]   2> 2767434 INFO  (zkCallback-4385-thread-2) [    ] o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: STARTED @ cdcr-source:shard1
   [junit4]   2> 2767434 INFO  (qtp542827215-21609) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&_stateVer_=cdcr-source:5&action=start&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 2767434 INFO  (qtp1598974572-21693) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&masterUrl=http://127.0.0.1:44279/solr/cdcr-source_shard1_replica_n1/&action=BOOTSTRAP&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2767435 INFO  (recoveryExecutor-4347-thread-1-processing-n:127.0.0.1:33107_solr x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 2767435 INFO  (qtp1598974572-21526) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2767435 INFO  (cdcr-bootstrap-status-4420-thread-1-processing-n:127.0.0.1:44279_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node3) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager CDCR bootstrap running for 1 seconds, sleeping for 2000 ms
   [junit4]   2> 2767436 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1611930298346373120,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2767436 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2767436 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2767436 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2767437 INFO  (qtp542827215-21616) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 2767437 INFO  (recoveryExecutor-4347-thread-1-processing-n:127.0.0.1:33107_solr x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2767437 INFO  (recoveryExecutor-4347-thread-1-processing-n:127.0.0.1:33107_solr x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2767437 INFO  (recoveryExecutor-4347-thread-1-processing-n:127.0.0.1:33107_solr x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 2767437 INFO  (recoveryExecutor-4347-thread-1-processing-n:127.0.0.1:33107_solr x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 2767437 INFO  (recoveryExecutor-4347-thread-1-processing-n:127.0.0.1:33107_solr x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 2767437 INFO  (recoveryExecutor-4347-thread-1-processing-n:127.0.0.1:33107_solr x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@22be70e1[cdcr-target_shard1_replica_n1] main]
   [junit4]   2> 2767438 INFO  (searcherExecutor-7516-thread-1-processing-n:127.0.0.1:33107_solr x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-target_shard1_replica_n1] Registered new searcher Searcher@22be70e1[cdcr-target_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2767439 INFO  (recoveryExecutor-4347-thread-1-processing-n:127.0.0.1:33107_solr x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.CdcrRequestHandler No replay needed.
   [junit4]   2> 2768428 INFO  (qtp542827215-21725) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/cdcr params={action=LASTPROCESSEDVERSION&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2769429 INFO  (qtp542827215-21618) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/cdcr params={action=LASTPROCESSEDVERSION&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2769436 INFO  (qtp1598974572-21693) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2769436 INFO  (cdcr-bootstrap-status-4420-thread-1-processing-n:127.0.0.1:44279_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node3) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager CDCR bootstrap successful in 3 seconds
   [junit4]   2> 2769436 INFO  (zkConnectionManagerCallback-4429-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2769437 INFO  (TEST-CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange-seed#[F351567F85D8B8C]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2769438 INFO  (TEST-CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange-seed#[F351567F85D8B8C]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37503/solr ready
   [junit4]   2> 2769438 INFO  (qtp1598974572-21524) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
   [junit4]   2> 2769438 INFO  (qtp1598974572-21524) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2769438 INFO  (qtp1598974572-21526) [n:127.0.0.1:33107_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={_stateVer_=cdcr-target:4&action=COLLECTIONCHECKPOINT&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 2769438 INFO  (cdcr-bootstrap-status-4420-thread-1-processing-n:127.0.0.1:44279_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node3) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Create new update log reader for target cdcr-target with checkpoint -1 @ cdcr-source:shard1
   [junit4]   2> 2769438 INFO  (cdcr-bootstrap-status-4420-thread-1-processing-n:127.0.0.1:44279_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node3) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Bootstrap successful, giving the go-ahead to replicator
   [junit4]   2> 2769439 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/cdcr-source/terms/shard1 to Terms{values={core_node3=1, core_node4=1}, version=2}
   [junit4]   2> 2769440 INFO  (qtp1663020050-21607) [n:127.0.0.1:45853_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.c.S.Request [cdcr-source_shard1_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&update.chain=cdcr-processor-chain&distrib.from=http://127.0.0.1:44279/solr/cdcr-source_shard1_replica_n1/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2769440 INFO  (qtp542827215-21620) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 2769441 INFO  (qtp1663020050-21619) [n:127.0.0.1:45853_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1611930300448768000,optimize=false,openSearcher=true,waitSearcher=false,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2769441 INFO  (qtp1663020050-21619) [n:127.0.0.1:45853_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@716334ab commitCommandVersion:1611930300448768000
   [junit4]   2> 2769441 INFO  (qtp542827215-21610) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1611930300448768000,optimize=false,openSearcher=true,waitSearcher=false,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2769442 INFO  (qtp542827215-21610) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1a9a69f commitCommandVersion:1611930300448768000
   [junit4]   2> 2770214 INFO  (qtp542827215-21610) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7edeb357[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 2770214 INFO  (qtp1663020050-21619) [n:127.0.0.1:45853_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@6eaa18b6[cdcr-source_shard1_replica_n2] main]
   [junit4]   2> 2770214 INFO  (qtp542827215-21610) [n:127.0.0.1:44279_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2770214 INFO  (qtp1663020050-21619) [n:127.0.0.1:45853_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_sha

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

eaderChange
   [junit4] OK       151s J1 | CdcrWithNodesRestartsTest.testBufferOnNonLeader
   [junit4] OK       286s J1 | CdcrWithNodesRestartsTest.testReplicationAfterRestart
   [junit4] OK       133s J1 | CdcrWithNodesRestartsTest.testUpdateLogSynchronisation
   [junit4] Completed [2/5] on J1 in 1298.00s, 4 tests
   [junit4] 
   [junit4] Duplicate suite name used with XML reports: org.apache.solr.cloud.cdcr.CdcrWithNodesRestartsTest. This may confuse tools that process XML reports. Set 'ignoreDuplicateSuites' to true to skip this message.
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrWithNodesRestartsTest
   [junit4] OK       725s J2 | CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange
   [junit4] OK       154s J2 | CdcrWithNodesRestartsTest.testBufferOnNonLeader
   [junit4] OK       285s J2 | CdcrWithNodesRestartsTest.testReplicationAfterRestart
   [junit4] OK       134s J2 | CdcrWithNodesRestartsTest.testUpdateLogSynchronisation
   [junit4] Completed [3/5] on J2 in 1299.78s, 4 tests
   [junit4] 
   [junit4] HEARTBEAT J0 PID(10931@serv1.sd-datasolutions.de): 2018-09-18T08:27:34, stalled for 71.7s at: CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange
   [junit4] HEARTBEAT J1 PID(10932@serv1.sd-datasolutions.de): 2018-09-18T08:27:46, stalled for 68.8s at: CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange
   [junit4] HEARTBEAT J0 PID(10931@serv1.sd-datasolutions.de): 2018-09-18T08:28:34, stalled for  132s at: CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange
   [junit4] HEARTBEAT J1 PID(10932@serv1.sd-datasolutions.de): 2018-09-18T08:28:46, stalled for  129s at: CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange
   [junit4] HEARTBEAT J0 PID(10931@serv1.sd-datasolutions.de): 2018-09-18T08:29:34, stalled for  192s at: CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange
   [junit4] HEARTBEAT J1 PID(10932@serv1.sd-datasolutions.de): 2018-09-18T08:29:46, stalled for  189s at: CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange
   [junit4] HEARTBEAT J0 PID(10931@serv1.sd-datasolutions.de): 2018-09-18T08:30:34, stalled for  252s at: CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange
   [junit4] HEARTBEAT J1 PID(10932@serv1.sd-datasolutions.de): 2018-09-18T08:30:46, stalled for  249s at: CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange
   [junit4] HEARTBEAT J0 PID(10931@serv1.sd-datasolutions.de): 2018-09-18T08:31:34, stalled for  312s at: CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange
   [junit4] HEARTBEAT J1 PID(10932@serv1.sd-datasolutions.de): 2018-09-18T08:31:46, stalled for  309s at: CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange
   [junit4] HEARTBEAT J0 PID(10931@serv1.sd-datasolutions.de): 2018-09-18T08:32:34, stalled for  372s at: CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange
   [junit4] HEARTBEAT J1 PID(10932@serv1.sd-datasolutions.de): 2018-09-18T08:32:46, stalled for  369s at: CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange
   [junit4] HEARTBEAT J0 PID(10931@serv1.sd-datasolutions.de): 2018-09-18T08:33:34, stalled for  432s at: CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange
   [junit4] HEARTBEAT J1 PID(10932@serv1.sd-datasolutions.de): 2018-09-18T08:33:46, stalled for  429s at: CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange
   [junit4] HEARTBEAT J0 PID(10931@serv1.sd-datasolutions.de): 2018-09-18T08:35:22, stalled for 68.9s at: CdcrWithNodesRestartsTest.testBufferOnNonLeader
   [junit4] HEARTBEAT J1 PID(10932@serv1.sd-datasolutions.de): 2018-09-18T08:35:46, stalled for 66.7s at: CdcrWithNodesRestartsTest.testBufferOnNonLeader
   [junit4] HEARTBEAT J0 PID(10931@serv1.sd-datasolutions.de): 2018-09-18T08:36:58, stalled for 65.1s at: CdcrWithNodesRestartsTest.testReplicationAfterRestart
   [junit4] HEARTBEAT J1 PID(10932@serv1.sd-datasolutions.de): 2018-09-18T08:37:22, stalled for 67.2s at: CdcrWithNodesRestartsTest.testReplicationAfterRestart
   [junit4] HEARTBEAT J0 PID(10931@serv1.sd-datasolutions.de): 2018-09-18T08:37:58, stalled for  125s at: CdcrWithNodesRestartsTest.testReplicationAfterRestart
   [junit4] HEARTBEAT J1 PID(10932@serv1.sd-datasolutions.de): 2018-09-18T08:38:22, stalled for  127s at: CdcrWithNodesRestartsTest.testReplicationAfterRestart
   [junit4] HEARTBEAT J0 PID(10931@serv1.sd-datasolutions.de): 2018-09-18T08:39:58, stalled for 64.7s at: CdcrWithNodesRestartsTest.testUpdateLogSynchronisation
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrWithNodesRestartsTest
   [junit4] OK       471s J0 | CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange
   [junit4] OK      99.9s J0 | CdcrWithNodesRestartsTest.testBufferOnNonLeader
   [junit4] OK       180s J0 | CdcrWithNodesRestartsTest.testReplicationAfterRestart
   [junit4] OK      82.2s J0 | CdcrWithNodesRestartsTest.testUpdateLogSynchronisation
   [junit4] Completed [4/5] on J0 in 833.66s, 4 tests
   [junit4] 
   [junit4] HEARTBEAT J1 PID(10932@serv1.sd-datasolutions.de): 2018-09-18T08:40:22, stalled for 70.1s at: CdcrWithNodesRestartsTest.testUpdateLogSynchronisation
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrWithNodesRestartsTest
   [junit4] OK       482s J1 | CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange
   [junit4] OK      95.6s J1 | CdcrWithNodesRestartsTest.testBufferOnNonLeader
   [junit4] OK       177s J1 | CdcrWithNodesRestartsTest.testReplicationAfterRestart
   [junit4] OK      82.4s J1 | CdcrWithNodesRestartsTest.testUpdateLogSynchronisation
   [junit4] Completed [5/5] on J1 in 837.80s, 4 tests
   [junit4] 
   [junit4] JVM J0:     0.39 ..  2118.38 =  2117.99s
   [junit4] JVM J1:     0.39 ..  2137.26 =  2136.87s
   [junit4] JVM J2:     0.39 ..  1301.13 =  1300.74s
   [junit4] Execution time total: 35 minutes 37 seconds
   [junit4] Tests summary: 5 suites, 20 tests
   [junit4] Could not remove temporary path: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp])
   [junit4] Could not remove temporary path: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp])
   [junit4] Could not remove temporary path: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp])
     [echo] 5 slowest tests:
[junit4:tophints] 1331.87s | org.apache.solr.cloud.BasicDistributedZkTest
[junit4:tophints] 1031.14s | org.apache.solr.cloud.cdcr.CdcrWithNodesRestartsTest
[junit4:tophints] 471.05s | org.apache.solr.cloud.cdcr.CdcrOpsAndBoundariesTest
[junit4:tophints] 436.10s | org.apache.solr.cloud.api.collections.ShardSplitTest
[junit4:tophints] 207.92s | org.apache.solr.update.TestInPlaceUpdatesDistrib

-check-totals:

test-nocompile:

BUILD SUCCESSFUL
Total time: 35 minutes 38 seconds
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.cdcr.CdcrWithNodesRestartsTest
[repro] Exiting with code 0
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2845)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2724)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2705)
	at hudson.FilePath.act(FilePath.java:1076)
	at hudson.FilePath.act(FilePath.java:1059)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2703)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1840)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/*_pid*.log". Configuration error?
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=7d0a7782fa7e99250bccfb4d3e995485c3f0ca19, workspace=/var/lib/jenkins/workspace/Lucene-Solr-master-Linux
[WARNINGS] Computing warning deltas based on reference build #22876
Recording test results
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

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

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

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:39291/solr/MoveReplicaHDFSTest_failed_coll_true, https://127.0.0.1:41893/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:39291/solr/MoveReplicaHDFSTest_failed_coll_true, https://127.0.0.1:41893/solr/MoveReplicaHDFSTest_failed_coll_true]
	at __randomizedtesting.SeedInfo.seed([2AC79F91E6206ADC:800A4C6351F3BF0C]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1107)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:994)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
	at org.apache.solr.cloud.MoveReplicaTest.testFailedMove(MoveReplicaTest.java:291)
	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:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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:39291/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:413)
	... 45 more




Build Log:
[...truncated 14166 lines...]
   [junit4] Suite: org.apache.solr.cloud.MoveReplicaHDFSTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_2AC79F91E6206ADC-001/init-core-data-001
   [junit4]   2> 1925731 INFO  (SUITE-MoveReplicaHDFSTest-seed#[2AC79F91E6206ADC]-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.MoveReplicaHDFSTest_2AC79F91E6206ADC-001/tempDir-001
   [junit4]   2> 1925731 INFO  (SUITE-MoveReplicaHDFSTest-seed#[2AC79F91E6206ADC]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1925731 INFO  (Thread-3031) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1925731 INFO  (Thread-3031) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1925732 ERROR (Thread-3031) [    ] 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> 1925831 INFO  (SUITE-MoveReplicaHDFSTest-seed#[2AC79F91E6206ADC]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:41213
   [junit4]   2> 1925832 INFO  (zkConnectionManagerCallback-12117-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1925836 INFO  (jetty-launcher-12114-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> 1925836 INFO  (jetty-launcher-12114-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> 1925836 INFO  (jetty-launcher-12114-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> 1925836 INFO  (jetty-launcher-12114-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> 1925837 INFO  (jetty-launcher-12114-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1925837 INFO  (jetty-launcher-12114-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1925837 INFO  (jetty-launcher-12114-thread-3) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1925837 INFO  (jetty-launcher-12114-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5eb1624e{/solr,null,AVAILABLE}
   [junit4]   2> 1925838 INFO  (jetty-launcher-12114-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1925838 INFO  (jetty-launcher-12114-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1925838 INFO  (jetty-launcher-12114-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@365e46e{SSL,[ssl, http/1.1]}{127.0.0.1:39291}
   [junit4]   2> 1925838 INFO  (jetty-launcher-12114-thread-4) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1925838 INFO  (jetty-launcher-12114-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1925838 INFO  (jetty-launcher-12114-thread-3) [    ] o.e.j.s.Server Started @1925867ms
   [junit4]   2> 1925838 INFO  (jetty-launcher-12114-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1925838 INFO  (jetty-launcher-12114-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1925838 INFO  (jetty-launcher-12114-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39291}
   [junit4]   2> 1925838 INFO  (jetty-launcher-12114-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@497f549e{/solr,null,AVAILABLE}
   [junit4]   2> 1925838 ERROR (jetty-launcher-12114-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1925838 INFO  (jetty-launcher-12114-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1925838 INFO  (jetty-launcher-12114-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1925838 INFO  (jetty-launcher-12114-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1925838 INFO  (jetty-launcher-12114-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1925838 INFO  (jetty-launcher-12114-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1925838 INFO  (jetty-launcher-12114-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1925838 INFO  (jetty-launcher-12114-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1925838 INFO  (jetty-launcher-12114-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-09-18T11:25:15.721494Z
   [junit4]   2> 1925838 INFO  (jetty-launcher-12114-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@95e6ea{/solr,null,AVAILABLE}
   [junit4]   2> 1925838 INFO  (jetty-launcher-12114-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5582e2c2{SSL,[ssl, http/1.1]}{127.0.0.1:41395}
   [junit4]   2> 1925838 INFO  (jetty-launcher-12114-thread-4) [    ] o.e.j.s.Server Started @1925868ms
   [junit4]   2> 1925838 INFO  (jetty-launcher-12114-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41395}
   [junit4]   2> 1925838 ERROR (jetty-launcher-12114-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1925838 INFO  (jetty-launcher-12114-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1925838 INFO  (jetty-launcher-12114-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@408f6d68{SSL,[ssl, http/1.1]}{127.0.0.1:35017}
   [junit4]   2> 1925838 INFO  (jetty-launcher-12114-thread-1) [    ] o.e.j.s.Server Started @1925868ms
   [junit4]   2> 1925838 INFO  (jetty-launcher-12114-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1925838 INFO  (jetty-launcher-12114-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1925838 INFO  (jetty-launcher-12114-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35017}
   [junit4]   2> 1925839 INFO  (jetty-launcher-12114-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1925839 INFO  (jetty-launcher-12114-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-09-18T11:25:15.722060Z
   [junit4]   2> 1925839 ERROR (jetty-launcher-12114-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1925839 INFO  (jetty-launcher-12114-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1925839 INFO  (jetty-launcher-12114-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1925839 INFO  (jetty-launcher-12114-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1925839 INFO  (jetty-launcher-12114-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1925839 INFO  (jetty-launcher-12114-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-09-18T11:25:15.722239Z
   [junit4]   2> 1925839 INFO  (jetty-launcher-12114-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@41663c9a{/solr,null,AVAILABLE}
   [junit4]   2> 1925839 INFO  (jetty-launcher-12114-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@35e0743a{SSL,[ssl, http/1.1]}{127.0.0.1:41893}
   [junit4]   2> 1925839 INFO  (jetty-launcher-12114-thread-2) [    ] o.e.j.s.Server Started @1925869ms
   [junit4]   2> 1925839 INFO  (jetty-launcher-12114-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41893}
   [junit4]   2> 1925843 ERROR (jetty-launcher-12114-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1925843 INFO  (jetty-launcher-12114-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1925843 INFO  (jetty-launcher-12114-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1925843 INFO  (zkConnectionManagerCallback-12123-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1925843 INFO  (jetty-launcher-12114-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1925843 INFO  (jetty-launcher-12114-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1925843 INFO  (jetty-launcher-12114-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-09-18T11:25:15.726536Z
   [junit4]   2> 1925843 INFO  (zkConnectionManagerCallback-12121-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1925843 INFO  (jetty-launcher-12114-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1925843 INFO  (jetty-launcher-12114-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1925843 INFO  (zkConnectionManagerCallback-12119-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1925844 INFO  (jetty-launcher-12114-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1925844 INFO  (zkConnectionManagerCallback-12125-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1925844 INFO  (jetty-launcher-12114-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1925847 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 0x100aacd7b9b0002, likely client has closed socket
   [junit4]   2> 1925904 INFO  (jetty-launcher-12114-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41213/solr
   [junit4]   2> 1925904 INFO  (zkConnectionManagerCallback-12129-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1925905 DEBUG (jetty-launcher-12114-thread-4) [n:127.0.0.1:41395_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$203/661374214@bd31071
   [junit4]   2> 1925905 INFO  (zkConnectionManagerCallback-12131-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1925940 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1925940 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1925940 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1925940 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1925940 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1925940 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 1925941 DEBUG (jetty-launcher-12114-thread-4) [n:127.0.0.1:41395_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72245393556701190-127.0.0.1:41395_solr-n_0000000000
   [junit4]   2> 1925941 INFO  (jetty-launcher-12114-thread-4) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41395_solr
   [junit4]   2> 1925942 INFO  (jetty-launcher-12114-thread-4) [n:127.0.0.1:41395_solr    ] o.a.s.c.Overseer Overseer (id=72245393556701190-127.0.0.1:41395_solr-n_0000000000) starting
   [junit4]   2> 1925948 INFO  (zkConnectionManagerCallback-12138-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1925949 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1925949 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1925949 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1925949 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1925949 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1925949 INFO  (jetty-launcher-12114-thread-4) [n:127.0.0.1:41395_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41213/solr ready
   [junit4]   2> 1925950 DEBUG (OverseerCollectionConfigSetProcessor-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1925950 INFO  (OverseerStateUpdate-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [n:127.0.0.1:41395_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:41395_solr
   [junit4]   2> 1925950 DEBUG (OverseerAutoScalingTriggerThread-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 1925950 INFO  (jetty-launcher-12114-thread-4) [n:127.0.0.1:41395_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41395_solr
   [junit4]   2> 1925950 DEBUG (OverseerCollectionConfigSetProcessor-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0
   [junit4]   2> 1925950 DEBUG (OverseerCollectionConfigSetProcessor-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 1925950 DEBUG (OverseerCollectionConfigSetProcessor-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 1925950 DEBUG (OverseerCollectionConfigSetProcessor-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 1925950 DEBUG (OverseerCollectionConfigSetProcessor-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 1925950 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1925950 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1925950 DEBUG (OverseerCollectionConfigSetProcessor-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 elements. ExcludeSet: []
   [junit4]   2> 1925951 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1925951 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1925951 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/autoscaling.json
   [junit4]   2> 1925951 INFO  (zkCallback-12130-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1925951 DEBUG (OverseerAutoScalingTriggerThread-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 1925951 DEBUG (OverseerAutoScalingTriggerThread-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 1925951 DEBUG (OverseerAutoScalingTriggerThread-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 1925953 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1925953 INFO  (zkCallback-12137-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1925956 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue-work
   [junit4]   2> 1925956 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1925966 INFO  (jetty-launcher-12114-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41213/solr
   [junit4]   2> 1925967 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 1925967 DEBUG (OverseerAutoScalingTriggerThread-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:41395_solr]
   [junit4]   2> 1925968 DEBUG (OverseerAutoScalingTriggerThread-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1925968 DEBUG (OverseerAutoScalingTriggerThread-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1925969 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 1925969 INFO  (zkConnectionManagerCallback-12142-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1925969 DEBUG (ScheduledTrigger-6304-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1925970 DEBUG (jetty-launcher-12114-thread-1) [n:127.0.0.1:35017_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$203/661374214@2b5e7ba8
   [junit4]   2> 1925971 INFO  (jetty-launcher-12114-thread-4) [n:127.0.0.1:41395_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1925972 INFO  (zkConnectionManagerCallback-12145-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1925973 INFO  (jetty-launcher-12114-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41213/solr
   [junit4]   2> 1925973 INFO  (jetty-launcher-12114-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41213/solr
   [junit4]   2> 1925975 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1925975 INFO  (zkConnectionManagerCallback-12151-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1925975 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1925975 INFO  (jetty-launcher-12114-thread-1) [n:127.0.0.1:35017_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1925975 INFO  (zkConnectionManagerCallback-12153-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1925975 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1925975 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1925976 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1925976 DEBUG (jetty-launcher-12114-thread-3) [n:127.0.0.1:39291_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$203/661374214@11a59b80
   [junit4]   2> 1925976 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 1925976 DEBUG (jetty-launcher-12114-thread-2) [n:127.0.0.1:41893_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$203/661374214@504091ed
   [junit4]   2> 1925976 INFO  (zkConnectionManagerCallback-12157-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1925977 DEBUG (jetty-launcher-12114-thread-1) [n:127.0.0.1:35017_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72245393556701193-127.0.0.1:35017_solr-n_0000000001
   [junit4]   2> 1925977 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72245393556701190-127.0.0.1:41395_solr-n_0000000000
   [junit4]   2> 1925977 DEBUG (jetty-launcher-12114-thread-1) [n:127.0.0.1:35017_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72245393556701190-127.0.0.1:41395_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 1925977 DEBUG (jetty-launcher-12114-thread-1) [n:127.0.0.1:35017_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:35017_solr as DOWN
   [junit4]   2> 1925978 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1925978 INFO  (jetty-launcher-12114-thread-1) [n:127.0.0.1:35017_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1925978 INFO  (jetty-launcher-12114-thread-1) [n:127.0.0.1:35017_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35017_solr
   [junit4]   2> 1925978 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1925978 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1925978 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1925978 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1925978 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1925978 INFO  (zkCallback-12137-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1925978 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1925979 INFO  (zkCallback-12130-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1925979 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1925980 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1925980 INFO  (jetty-launcher-12114-thread-3) [n:127.0.0.1:39291_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1925980 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1925980 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1925980 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1925980 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 1925981 DEBUG (jetty-launcher-12114-thread-3) [n:127.0.0.1:39291_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72245393556701196-127.0.0.1:39291_solr-n_0000000002
   [junit4]   2> 1925981 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72245393556701193-127.0.0.1:35017_solr-n_0000000001
   [junit4]   2> 1925981 DEBUG (jetty-launcher-12114-thread-3) [n:127.0.0.1:39291_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72245393556701193-127.0.0.1:35017_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 1925981 DEBUG (jetty-launcher-12114-thread-3) [n:127.0.0.1:39291_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:39291_solr as DOWN
   [junit4]   2> 1925982 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1925982 INFO  (jetty-launcher-12114-thread-3) [n:127.0.0.1:39291_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1925982 INFO  (jetty-launcher-12114-thread-3) [n:127.0.0.1:39291_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39291_solr
   [junit4]   2> 1925982 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1925982 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1925982 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1925982 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1925982 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1925982 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1925982 INFO  (zkCallback-12137-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1925982 INFO  (zkCallback-12130-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1925984 INFO  (jetty-launcher-12114-thread-4) [n:127.0.0.1:41395_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41395.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76fd4fb3
   [junit4]   2> 1925984 INFO  (zkConnectionManagerCallback-12159-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1925987 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1925987 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1925987 INFO  (jetty-launcher-12114-thread-2) [n:127.0.0.1:41893_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1925988 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1925988 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1925988 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1925988 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 1925989 DEBUG (jetty-launcher-12114-thread-2) [n:127.0.0.1:41893_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72245393556701197-127.0.0.1:41893_solr-n_0000000003
   [junit4]   2> 1925989 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72245393556701196-127.0.0.1:39291_solr-n_0000000002
   [junit4]   2> 1925989 DEBUG (jetty-launcher-12114-thread-2) [n:127.0.0.1:41893_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72245393556701196-127.0.0.1:39291_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 1925989 DEBUG (jetty-launcher-12114-thread-2) [n:127.0.0.1:41893_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:41893_solr as DOWN
   [junit4]   2> 1925990 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1925990 INFO  (jetty-launcher-12114-thread-2) [n:127.0.0.1:41893_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1925990 INFO  (jetty-launcher-12114-thread-2) [n:127.0.0.1:41893_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41893_solr
   [junit4]   2> 1925990 INFO  (jetty-launcher-12114-thread-4) [n:127.0.0.1:41395_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41395.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76fd4fb3
   [junit4]   2> 1925990 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1925990 INFO  (jetty-launcher-12114-thread-4) [n:127.0.0.1:41395_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41395.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76fd4fb3
   [junit4]   2> 1925990 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1925990 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1925990 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1925990 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1925990 INFO  (zkCallback-12137-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1925990 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1925990 INFO  (zkCallback-12130-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1925991 INFO  (jetty-launcher-12114-thread-4) [n:127.0.0.1:41395_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.MoveReplicaHDFSTest_2AC79F91E6206ADC-001/tempDir-001/node4/.
   [junit4]   2> 1925992 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1925992 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1925993 INFO  (zkCallback-12156-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 1925993 INFO  (zkCallback-12144-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 1925993 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1925993 INFO  (zkCallback-12158-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1926000 INFO  (zkConnectionManagerCallback-12168-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1926001 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1926001 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1926001 INFO  (jetty-launcher-12114-thread-1) [n:127.0.0.1:35017_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1926001 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1926001 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1926001 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1926002 INFO  (jetty-launcher-12114-thread-1) [n:127.0.0.1:35017_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41213/solr ready
   [junit4]   2> 1926011 INFO  (zkConnectionManagerCallback-12173-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1926011 INFO  (jetty-launcher-12114-thread-1) [n:127.0.0.1:35017_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1926012 INFO  (zkConnectionManagerCallback-12179-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1926012 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1926012 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1926012 INFO  (jetty-launcher-12114-thread-3) [n:127.0.0.1:39291_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1926012 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1926012 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1926012 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1926012 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1926012 INFO  (jetty-launcher-12114-thread-2) [n:127.0.0.1:41893_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1926012 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1926012 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1926012 INFO  (jetty-launcher-12114-thread-3) [n:127.0.0.1:39291_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41213/solr ready
   [junit4]   2> 1926012 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1926013 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1926013 INFO  (jetty-launcher-12114-thread-2) [n:127.0.0.1:41893_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41213/solr ready
   [junit4]   2> 1926021 INFO  (jetty-launcher-12114-thread-1) [n:127.0.0.1:35017_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35017.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76fd4fb3
   [junit4]   2> 1926021 INFO  (jetty-launcher-12114-thread-3) [n:127.0.0.1:39291_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1926023 INFO  (jetty-launcher-12114-thread-2) [n:127.0.0.1:41893_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1926025 INFO  (jetty-launcher-12114-thread-1) [n:127.0.0.1:35017_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35017.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76fd4fb3
   [junit4]   2> 1926026 INFO  (jetty-launcher-12114-thread-1) [n:127.0.0.1:35017_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35017.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76fd4fb3
   [junit4]   2> 1926026 INFO  (jetty-launcher-12114-thread-1) [n:127.0.0.1:35017_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.MoveReplicaHDFSTest_2AC79F91E6206ADC-001/tempDir-001/node1/.
   [junit4]   2> 1926033 INFO  (jetty-launcher-12114-thread-3) [n:127.0.0.1:39291_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39291.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76fd4fb3
   [junit4]   2> 1926036 INFO  (jetty-launcher-12114-thread-2) [n:127.0.0.1:41893_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41893.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76fd4fb3
   [junit4]   2> 1926041 INFO  (jetty-launcher-12114-thread-3) [n:127.0.0.1:39291_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39291.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76fd4fb3
   [junit4]   2> 1926042 INFO  (jetty-launcher-12114-thread-3) [n:127.0.0.1:39291_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39291.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76fd4fb3
   [junit4]   2> 1926043 INFO  (jetty-launcher-12114-thread-3) [n:127.0.0.1:39291_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.MoveReplicaHDFSTest_2AC79F91E6206ADC-001/tempDir-001/node3/.
   [junit4]   2> 1926044 INFO  (jetty-launcher-12114-thread-2) [n:127.0.0.1:41893_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41893.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76fd4fb3
   [junit4]   2> 1926044 INFO  (jetty-launcher-12114-thread-2) [n:127.0.0.1:41893_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41893.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76fd4fb3
   [junit4]   2> 1926045 INFO  (jetty-launcher-12114-thread-2) [n:127.0.0.1:41893_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.MoveReplicaHDFSTest_2AC79F91E6206ADC-001/tempDir-001/node2/.
   [junit4]   2> 1926089 INFO  (zkConnectionManagerCallback-12183-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1926090 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1926090 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1926091 INFO  (zkConnectionManagerCallback-12188-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1926091 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1926091 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1926091 INFO  (SUITE-MoveReplicaHDFSTest-seed#[2AC79F91E6206ADC]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1926091 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1926091 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1926091 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1926092 INFO  (SUITE-MoveReplicaHDFSTest-seed#[2AC79F91E6206ADC]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41213/solr ready
   [junit4]   2> 1926100 INFO  (qtp619323444-25972) [n:127.0.0.1:41395_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1926101 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1926101 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 1926101 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1926101 DEBUG (OverseerCollectionConfigSetProcessor-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [n:127.0.0.1:41395_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000
   [junit4]   2> 1926101 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1926101 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1926101 DEBUG (OverseerCollectionConfigSetProcessor-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [n:127.0.0.1:41395_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000
   [junit4]   2> 1926102 DEBUG (OverseerCollectionConfigSetProcessor-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerTaskQueue Returning topN elements: [/overseer/collection-queue-work/qn-0000000000, ]
   [junit4]   2> 1926102 DEBUG (OverseerCollectionConfigSetProcessor-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ecf]]
   [junit4]   2> 1926102 DEBUG (OverseerCollectionConfigSetProcessor-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as running
   [junit4]   2> 1926102 DEBUG (OverseerCollectionConfigSetProcessor-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{"operation":"overseerstatus"}
   [junit4]   2> 1926102 DEBUG (OverseerThreadFactory-6306-thread-1-processing-n:127.0.0.1:41395_solr) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerTaskProcessor Runner processing /overseer/collection-queue-work/qn-0000000000
   [junit4]   2> 1926102 DEBUG (OverseerThreadFactory-6306-thread-1-processing-n:127.0.0.1:41395_solr) [n:127.0.0.1:41395_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : overseerstatus , {"operation":"overseerstatus"}
   [junit4]   2> 1926102 DEBUG (OverseerCollectionConfigSetProcessor-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1
   [junit4]   2> 1926102 DEBUG (OverseerCollectionConfigSetProcessor-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 1926102 DEBUG (OverseerCollectionConfigSetProcessor-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 1926102 DEBUG (OverseerCollectionConfigSetProcessor-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 1926102 DEBUG (OverseerCollectionConfigSetProcessor-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 1926102 DEBUG (OverseerCollectionConfigSetProcessor-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 99 elements. ExcludeSet: [/overseer/collection-queue-work/qn-0000000000],[]
   [junit4]   2> 1926103 DEBUG (OverseerThreadFactory-6306-thread-1-processing-n:127.0.0.1:41395_solr) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerTaskProcessor Completed task:[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 1926103 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 1926103 DEBUG (zkCallback-12130-thread-1) [    ] o.a.s.c.OverseerTaskQueue NodeDataChanged fired on path /overseer/collection-queue-work/qnr-0000000000 state SyncConnected latchEventType null
   [junit4]   2> 1926103 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1926103 DEBUG (OverseerThreadFactory-6306-thread-1-processing-n:127.0.0.1:41395_solr) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as completed.
   [junit4]   2> 1926103 DEBUG (OverseerThreadFactory-6306-thread-1-processing-n:127.0.0.1:41395_solr) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 1926103 DEBUG (OverseerThreadFactory-6306-thread-1-processing-n:127.0.0.1:41395_solr) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 1926103 DEBUG (OverseerThreadFactory-6306-thread-1-processing-n:127.0.0.1:41395_solr) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 1926103 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1926103 DEBUG (OverseerThreadFactory-6306-thread-1-processing-n:127.0.0.1:41395_solr) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 1926103 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1926103 DEBUG (OverseerCollectionConfigSetProcessor-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [n:127.0.0.1:41395_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000
   [junit4]   2> 1926103 DEBUG (OverseerThreadFactory-6306-thread-1-processing-n:127.0.0.1:41395_solr) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{leader=127.0.0.1:41395_solr,overseer_queue_size=0,overseer_work_queue_size=0,overseer_collection_queue_size=2,overseer_operations={am_i_leader={requests=3,errors=0,avgRequestsPerSecond=19.584440115325716,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.4554263333333333,medianRequestTime=0.252172,75thPcRequestTime=1.008084,95thPcRequestTime=1.008084,99thPcRequestTime=1.008084,999thPcRequestTime=1.008084},downnode={requests=3,errors=0,avgRequestsPerSecond=24.076697572104212,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.006091333333333333,medianRequestTime=0.006033,75thPcRequestTime=0.007559,95thPcRequestTime=0.007559,99thPcRequestTime=0.007559,999thPcRequestTime=0.007559}},collection_operations={am_i_leader={requests=3,errors=0,avgRequestsPerSecond=19.59955649600906,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.12758899999999998,medianRequestTime=0.133444,75thPcRequestTime=0.183388,95thPcRequestTime=0.183388,99thPcRequestTime=0.183388,999thPcRequestTime=0.183388},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=6.711234588580951,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=2.560229,medianRequestTime=2.560229,75thPcRequestTime=2.560229,95thPcRequestTime=2.560229,99thPcRequestTime=2.560229,999thPcRequestTime=2.560229}},collection_queue={peektopn_wait2000={avgRequestsPerSecond=6.566462579039771,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=151.224691,medianRequestTime=151.224691,75thPcRequestTime=151.224691,95thPcRequestTime=151.224691,99thPcRequestTime=151.224691,999thPcRequestTime=151.224691}}}
   [junit4]   2> 1926104 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1926104 INFO  (qtp619323444-25972) [n:127.0.0.1:41395_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=3
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 1926180 WARN  (SUITE-MoveReplicaHDFSTest-seed#[2AC79F91E6206ADC]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 1926183 WARN  (SUITE-MoveReplicaHDFSTest-seed#[2AC79F91E6206ADC]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1926185 INFO  (SUITE-MoveReplicaHDFSTest-seed#[2AC79F91E6206ADC]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1926188 INFO  (SUITE-MoveReplicaHDFSTest-seed#[2AC79F91E6206ADC]-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_35269_hdfs____.25p6c3/webapp
   [junit4]   2> 1926249 INFO  (SUITE-MoveReplicaHDFSTest-seed#[2AC79F91E6206ADC]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:35269
   [junit4]   2> 1926307 WARN  (SUITE-MoveReplicaHDFSTest-seed#[2AC79F91E6206ADC]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1926307 INFO  (SUITE-MoveReplicaHDFSTest-seed#[2AC79F91E6206ADC]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1926311 INFO  (SUITE-MoveReplicaHDFSTest-seed#[2AC79F91E6206ADC]-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_40681_datanode____jylnh6/webapp
   [junit4]   2> 1926373 INFO  (SUITE-MoveReplicaHDFSTest-seed#[2AC79F91E6206ADC]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:40681
   [junit4]   2> 1926404 WARN  (SUITE-MoveReplicaHDFSTest-seed#[2AC79F91E6206ADC]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1926405 INFO  (SUITE-MoveReplicaHDFSTest-seed#[2AC79F91E6206ADC]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1926409 INFO  (SUITE-MoveReplicaHDFSTest-seed#[2AC79F91E6206ADC]-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_45405_datanode____.on2nep/webapp
   [junit4]   2> 1926473 ERROR (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_2AC79F91E6206ADC-001/tempDir-002/hdfsBaseDir/data/data1/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_2AC79F91E6206ADC-001/tempDir-002/hdfsBaseDir/data/data2/]]  heartbeating to localhost.localdomain/127.0.0.1:33931) [    ] 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> 1926478 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0xa2e3e17ce847c: from storage DS-c3309ceb-b57e-463d-85ff-9df1aab1f9a6 node DatanodeRegistration(127.0.0.1:39591, datanodeUuid=1a655d36-0147-4657-ac72-df028015062f, infoPort=46727, infoSecurePort=0, ipcPort=33877, storageInfo=lv=-56;cid=testClusterID;nsid=1400484254;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 1926478 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0xa2e3e17ce847c: from storage DS-325e1c8b-283d-4d04-85ac-623a60625117 node DatanodeRegistration(127.0.0.1:39591, datanodeUuid=1a655d36-0147-4657-ac72-df028015062f, infoPort=46727, infoSecurePort=0, ipcPort=33877, storageInfo=lv=-56;cid=testClusterID;nsid=1400484254;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 1926486 INFO  (SUITE-MoveReplicaHDFSTest-seed#[2AC79F91E6206ADC]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:45405
   [junit4]   2> 1926591 ERROR (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_2AC79F91E6206ADC-001/tempDir-002/hdfsBaseDir/data/data3/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_2AC79F91E6206ADC-001/tempDir-002/hdfsBaseDir/data/data4/]]  heartbeating to localhost.localdomain/127.0.0.1:33931) [    ] 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> 1926597 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0xa2e3e1edc6823: from storage DS-78b6fb72-1949-4aa8-b6ea-a97cb175009b node DatanodeRegistration(127.0.0.1:45419, datanodeUuid=4b5e0abf-1dfb-499e-9bfc-3b8b9c4902de, infoPort=39231, infoSecurePort=0, ipcPort=36807, storageInfo=lv=-56;cid=testClusterID;nsid=1400484254;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 1926597 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0xa2e3e1edc6823: from storage DS-fb8cba65-f067-45e9-8789-9d03444b8b2e node DatanodeRegistration(127.0.0.1:45419, datanodeUuid=4b5e0abf-1dfb-499e-9bfc-3b8b9c4902de, infoPort=39231, infoSecurePort=0, ipcPort=36807, storageInfo=lv=-56;cid=testClusterID;nsid=1400484254;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4] IGNOR/A 0.00s J2 | MoveReplicaHDFSTest.testNormalFailedMove
   [junit4]    > Assumption #1: 'badapple' test group is disabled (@BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028"))
   [junit4]   2> 1926654 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1926654 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1926654 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2AC79F91E6206ADC]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1926654 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1926654 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1926655 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1926655 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 1926655 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 1926655 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 1926655 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 1926655 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 1926655 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 1926655 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 1926655 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 1926655 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 1926655 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1926655 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1926655 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1926655 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1926655 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1926655 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1926655 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1926655 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1926655 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1926655 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1926656 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2AC79F91E6206ADC]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10+46
   [junit4]   2> 1926656 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2AC79F91E6206ADC]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1926656 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2AC79F91E6206ADC]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1926656 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2AC79F91E6206ADC]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1926657 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2AC79F91E6206ADC]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@337c20a8{/solr,null,AVAILABLE}
   [junit4]   2> 1926657 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2AC79F91E6206ADC]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4f4f3d47{SSL,[ssl, http/1.1]}{127.0.0.1:37781}
   [junit4]   2> 1926657 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2AC79F91E6206ADC]) [    ] o.e.j.s.Server Started @1926686ms
   [junit4]   2> 1926657 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2AC79F91E6206ADC]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37781}
   [junit4]   2> 1926657 ERROR (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2AC79F91E6206ADC]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1926657 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2AC79F91E6206ADC]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1926657 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2AC79F91E6206ADC]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1926657 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2AC79F91E6206ADC]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1926657 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2AC79F91E6206ADC]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1926657 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2AC79F91E6206ADC]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-09-18T11:25:16.540754Z
   [junit4]   2> 1926658 INFO  (zkConnectionManagerCallback-12192-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1926659 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2AC79F91E6206ADC]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1926742 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2AC79F91E6206ADC]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41213/solr
   [junit4]   2> 1926743 INFO  (zkConnectionManagerCallback-12196-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1926744 DEBUG (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2AC79F91E6206ADC]) [n:127.0.0.1:37781_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$203/661374214@3a38a436
   [junit4]   2> 1926745 INFO  (zkConnectionManagerCallback-12198-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1926748 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1926748 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1926748 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2AC79F91E6206ADC]) [n:127.0.0.1:37781_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1926748 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1926748 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1926748 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1926748 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 1926749 DEBUG (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2AC79F91E6206ADC]) [n:127.0.0.1:37781_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72245393556701205-127.0.0.1:37781_solr-n_0000000004
   [junit4]   2> 1926749 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72245393556701197-127.0.0.1:41893_solr-n_0000000003
   [junit4]   2> 1926749 DEBUG (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2AC79F91E6206ADC]) [n:127.0.0.1:37781_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72245393556701197-127.0.0.1:41893_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 1926749 DEBUG (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2AC79F91E6206ADC]) [n:127.0.0.1:37781_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:37781_solr as DOWN
   [junit4]   2> 1926749 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1926749 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2AC79F91E6206ADC]) [n:127.0.0.1:37781_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1926749 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2AC79F91E6206ADC]) [n:127.0.0.1:37781_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37781_solr
   [junit4]   2> 1926749 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1926749 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1926750 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1926750 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1926750 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1926750 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1926750 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1926750 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1926750 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1926750 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1926750 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1926750 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1926750 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1926750 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1926750 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1926750 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1926750 INFO  (zkCallback-12187-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1926750 INFO  (zkCallback-12158-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1926750 INFO  (zkCallback-12187-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1926750 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1926750 INFO  (zkCallback-12144-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1926750 INFO  (zkCallback-12130-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1926750 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1926750 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1926750 INFO  (zkCallback-12178-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1926750 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1926750 INFO  (zkCallback-12156-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1926750 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1926750 INFO  (zkCallback-12137-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1926750 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1926750 INFO  (zkCallback-12167-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1926750 INFO  (zkCallback-12172-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1926750 INFO  (zkCallback-12197-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1926760 INFO  (zkConnectionManagerCallback-12205-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1926760 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1926760 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1926760 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2AC79F91E6206ADC]) [n:127.0.0.1:37781_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1926761 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1926761 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1926761 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1926761 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2AC79F91E6206ADC]) [n:127.0.0.1:37781_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41213/solr ready
   [junit4]   2> 1926761 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2AC79F91E6206ADC]) [n:127.0.0.1:37781_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1926782 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2AC79F91E6206ADC]) [n:127.0.0.1:37781_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37781.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76fd4fb3
   [junit4]   2> 1926791 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2AC79F91E6206ADC]) [n:127.0.0.1:37781_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37781.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76fd4fb3
   [junit4]   2> 1926792 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2AC79F91E6206ADC]) [n:127.0.0.1:37781_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37781.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76fd4fb3
   [junit4]   2> 1926793 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2AC79F91E6206ADC]) [n:127.0.0.1:37781_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.MoveReplicaHDFSTest_2AC79F91E6206ADC-001/tempDir-001/node5/.
   [junit4]   2> 1926835 INFO  (zkConnectionManagerCallback-12208-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1926846 INFO  (qtp840612747-25980) [n:127.0.0.1:35017_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> 1926847 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1926847 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/overseer/collection-queue-work/qnr-0000000002
   [junit4]   2> 1926847 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1926847 DEBUG (OverseerCollectionConfigSetProcessor-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [n:127.0.0.1:41395_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000002
   [junit4]   2> 1926848 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1926848 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1926848 DEBUG (OverseerCollectionConfigSetProcessor-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [n:127.0.0.1:41395_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000002
   [junit4]   2> 1926848 DEBUG (OverseerCollectionConfigSetProcessor-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerTaskQueue Returning topN elements: [/overseer/collection-queue-work/qn-0000000002, ]
   [junit4]   2> 1926848 DEBUG (OverseerCollectionConfigSetProcessor-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ed1]]
   [junit4]   2> 1926848 DEBUG (OverseerCollectionConfigSetProcessor-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000002] as running
   [junit4]   2> 1926848 DEBUG (OverseerCollectionConfigSetProcessor-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000002 message:{
   [junit4]   2>   "name":"MoveReplicaHDFSTest_failed_coll_true",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "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> 1926848 DEBUG (OverseerThreadFactory-6306-thread-2-processing-n:127.0.0.1:41395_solr) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerTaskProcessor Runner processing /overseer/collection-queue-work/qn-0000000002
   [junit4]   2> 1926848 DEBUG (OverseerThreadFactory-6306-thread-2-processing-n:127.0.0.1:41395_solr) [n:127.0.0.1:41395_solr    ] 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> 1926848 DEBUG (OverseerCollectionConfigSetProcessor-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1
   [junit4]   2> 1926848 INFO  (OverseerThreadFactory-6306-thread-2-processing-n:127.0.0.1:41395_solr) [n:127.0.0.1:41395_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection MoveReplicaHDFSTest_failed_coll_true
   [junit4]   2> 1926849 INFO  (OverseerCollectionConfigSetProcessor-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1926849 DEBUG (OverseerCollectionConfigSetProcessor-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 1926849 DEBUG (OverseerThreadFactory-6306-thread-2-processing-n:127.0.0.1:41395_solr) [n:127.0.0.1:41395_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler creating collections conf node /collections/MoveReplicaHDFSTest_failed_coll_true 
   [junit4]   2> 1926849 DEBUG (OverseerCollectionConfigSetProcessor-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 1926849 DEBUG (OverseerCollectionConfigSetProcessor-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 1926849 DEBUG (OverseerCollectionConfigSetProcessor-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 1926849 DEBUG (OverseerCollectionConfigSetProcessor-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [n:127.0.0.1:41395_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 99 elements. ExcludeSet: [/overseer/collection-queue-work/qn-0000000002],[]
   [junit4]   2> 1926849 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 1926849 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 1926849 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 1926849 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 1926850 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 1926850 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 1926850 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 1926850 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 1926850 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 1926850 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 1926850 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 1926850 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1926850 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1926850 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1926850 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1926850 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1926850 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1926850 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1926850 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1926850 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1926850 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1926850 DEBUG (OverseerThreadFactory-6306-thread-2-processing-n:127.0.0.1:41395_solr) [n:127.0.0.1:41395_solr    ] o.a.s.c.a.c.CreateCollectionCmd Check for collection zkNode:MoveReplicaHDFSTest_failed_coll_true
   [junit4]   2> 1926850 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1926850 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1926850 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1926850 DEBUG (OverseerThreadFactory-6306-thread-2-processing-n:127.0.0.1:41395_solr) [n:127.0.0.1:41395_solr    ] o.a.s.c.a.c.CreateCollectionCmd Collection zkNode exists
   [junit4]   2> 1926850 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1926851 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1926851 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1926851 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1926851 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1926952 DEBUG (OverseerThreadFactory-6306-thread-2-processing-n:127.0.0.1:41395_solr) [n:127.0.0.1:41395_solr    ] o.a.s.c.a.c.Assign Identify nodes using default
   [junit4]   2> 1926952 DEBUG (OverseerThreadFactory-6306-thread-2-processing-n:127.0.0.1:41395_solr) [n:127.0.0.1:41395_solr    ] o.a.s.c.a.c.CreateCollectionCmd Creating SolrCores for new collection MoveReplicaHDFSTest_failed_coll_true, shardNames [shard1, shard2] , message : {
   [junit4]   2>   "name":"MoveReplicaHDFSTest_failed_coll_true",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "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> 1926953 DEBUG (OverseerThreadFactory-6306-thread-2-processing-n:127.0.0.1:41395_solr) [n:127.0.0.1:41395_solr    ] o.a.s.c.a.c.CreateCollectionCmd Creating core MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1 as part of shard shard1 of collection MoveReplicaHDFSTest_failed_coll_true on 127.0.0.1:37781_solr
   [junit4]   2> 1926954 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1926954 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1926954 INFO  (OverseerStateUpdate-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [n:127.0.0.1:41395_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_failed_coll_true",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37781/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1926954 DEBUG (OverseerThreadFactory-6306-thread-2-processing-n:127.0.0.1:41395_solr) [n:127.0.0.1:41395_solr    ] o.a.s.c.a.c.CreateCollectionCmd Creating core MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2 as part of shard shard1 of collection MoveReplicaHDFSTest_failed_coll_true on 127.0.0.1:41395_solr
   [junit4]   2> 1926955 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1926955 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1926955 INFO  (OverseerStateUpdate-72245393556701190-127.0.0.1:41395_solr-n_0000000000) [n:127.0.0.1:41395_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_failed_coll_true",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:41395/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1926955 DEBUG (OverseerThreadFactory-6306-thread-2-processing-n:127.0.0.1:41395_solr) [n:127.0.0.1:41395_solr    ] o.a.s.c.a.c.CreateCollectionCmd Creating core MoveReplicaHDFSTest_failed_coll_true_shard2_replica_n4 as part of shard shard2 of collection MoveReplicaHDFSTest_failed_coll_true on 127.0.0.1:41893_solr
   [junit4]   2> 1926955 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1926955 DEBU

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

caling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	28	/solr/collections
   [junit4]   2> 	20	/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/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1978128 WARN  (SUITE-MoveReplicaHDFSTest-seed#[2AC79F91E6206ADC]-worker) [    ] o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 1978167 INFO  (SUITE-MoveReplicaHDFSTest-seed#[2AC79F91E6206ADC]-worker) [    ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 1978268 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_2AC79F91E6206ADC-001/tempDir-002/hdfsBaseDir/data/data3/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_2AC79F91E6206ADC-001/tempDir-002/hdfsBaseDir/data/data4/]]  heartbeating to localhost.localdomain/127.0.0.1:33931) [    ] o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager interrupted
   [junit4]   2> 1978268 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_2AC79F91E6206ADC-001/tempDir-002/hdfsBaseDir/data/data3/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_2AC79F91E6206ADC-001/tempDir-002/hdfsBaseDir/data/data4/]]  heartbeating to localhost.localdomain/127.0.0.1:33931) [    ] o.a.h.h.s.d.DataNode Ending block pool service for: Block pool BP-563375284-88.99.242.108-1537269915995 (Datanode Uuid 4b5e0abf-1dfb-499e-9bfc-3b8b9c4902de) service to localhost.localdomain/127.0.0.1:33931
   [junit4]   2> 1978270 WARN  (SUITE-MoveReplicaHDFSTest-seed#[2AC79F91E6206ADC]-worker) [    ] o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 1978305 INFO  (SUITE-MoveReplicaHDFSTest-seed#[2AC79F91E6206ADC]-worker) [    ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 1978406 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_2AC79F91E6206ADC-001/tempDir-002/hdfsBaseDir/data/data1/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_2AC79F91E6206ADC-001/tempDir-002/hdfsBaseDir/data/data2/]]  heartbeating to localhost.localdomain/127.0.0.1:33931) [    ] o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager interrupted
   [junit4]   2> 1978406 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_2AC79F91E6206ADC-001/tempDir-002/hdfsBaseDir/data/data1/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_2AC79F91E6206ADC-001/tempDir-002/hdfsBaseDir/data/data2/]]  heartbeating to localhost.localdomain/127.0.0.1:33931) [    ] o.a.h.h.s.d.DataNode Ending block pool service for: Block pool BP-563375284-88.99.242.108-1537269915995 (Datanode Uuid 1a655d36-0147-4657-ac72-df028015062f) service to localhost.localdomain/127.0.0.1:33931
   [junit4]   2> 1978411 INFO  (SUITE-MoveReplicaHDFSTest-seed#[2AC79F91E6206ADC]-worker) [    ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:0
   [junit4]   2> 1978412 WARN  (817447367@qtp-1821883066-1 - Acceptor0 HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:35269) [    ] o.a.h.h.HttpServer2 HttpServer Acceptor: isRunning is false. Rechecking.
   [junit4]   2> 1978412 WARN  (817447367@qtp-1821883066-1 - Acceptor0 HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:35269) [    ] o.a.h.h.HttpServer2 HttpServer Acceptor: isRunning is false
   [junit4]   2> 1978519 INFO  (SUITE-MoveReplicaHDFSTest-seed#[2AC79F91E6206ADC]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41213 41213
   [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.MoveReplicaHDFSTest_2AC79F91E6206ADC-001
   [junit4]   2> Sep 18, 2018 11:26:08 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 66 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {_version_=Lucene50(blocksize=128), id=PostingsFormat(name=MockRandom)}, docValues:{}, maxPointsInLeafNode=1114, maxMBSortInHeap=6.451829708157879, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4cd0f131), locale=fr-ML, timezone=Asia/Muscat
   [junit4]   2> NOTE: Linux 4.15.0-32-generic amd64/Oracle Corporation 10 (64-bit)/cpus=8,threads=3,free=183542760,total=523239424
   [junit4]   2> NOTE: All tests run in this JVM: [SystemLogListenerTest, TestXIncludeConfig, DocExpirationUpdateProcessorFactoryTest, TestCloudPhrasesIdentificationComponent, TestScoreJoinQPNoScore, DistributedFacetPivotSmallAdvancedTest, AnalyticsMergeStrategyTest, HdfsBasicDistributedZkTest, BinaryUpdateRequestHandlerTest, ClusterStateUpdateTest, TestAnalyzedSuggestions, RecoveryAfterSoftCommitTest, V2ApiIntegrationTest, MetricsHandlerTest, TestPayloadCheckQParserPlugin, HdfsNNFailoverTest, TestQuerySenderNoQuery, TestCollectionAPIs, TestNonDefinedSimilarityFactory, FieldAnalysisRequestHandlerTest, CoreAdminCreateDiscoverTest, PingRequestHandlerTest, DebugComponentTest, TestRuleBasedAuthorizationPlugin, DistributedQueryElevationComponentTest, TestSolrConfigHandlerCloud, TestImpersonationWithHadoopAuth, LoggingHandlerTest, AutoAddReplicasIntegrationTest, TestPushWriter, TestRemoteStreaming, HdfsTlogReplayBufferedWhileIndexingTest, RestartWhileUpdatingTest, BadCopyFieldTest, TestPullReplicaErrorHandling, TestWriterPerf, TestIBSimilarityFactory, TestLRUStatsCache, HdfsCollectionsAPIDistributedZkTest, DeleteInactiveReplicaTest, TestRebalanceLeaders, TestDistributedGrouping, CollectionsAPIDistributedZkTest, CdcrWithNodesRestartsTest, CoreSorterTest, TestNamedUpdateProcessors, DistributedFacetExistsSmallTest, UnloadDistributedZkTest, TestSortByMinMaxFunction, TestGraphTermsQParserPlugin, TestStressLiveNodes, QueryEqualityTest, TestUseDocValuesAsStored, TestTolerantUpdateProcessorRandomCloud, OverseerTaskQueueTest, PrimUtilsTest, ComputePlanActionTest, TolerantUpdateProcessorTest, TestTrieFacet, TestNestedUpdateProcessor, SpellPossibilityIteratorTest, TaggingAttributeTest, ForceLeaderTest, TestRetrieveFieldsOptimizer, ZkControllerTest, TestSystemIdResolver, TestSolrDeletionPolicy2, ZkShardTermsTest, CdcrBidirectionalTest, TestLocalFSCloudBackupRestore, TestTrie, GraphQueryTest, TestRandomCollapseQParserPlugin, SuggesterTest, SharedFSAutoReplicaFailoverTest, TestJoin, PKIAuthenticationIntegrationTest, ConvertedLegacyTest, TestInitQParser, TestInPlaceUpdatesDistrib, DateFieldTest, TestDynamicFieldCollectionResource, RegexBoostProcessorTest, TestPhraseSuggestions, CdcrReplicationHandlerTest, TestFastOutputStream, SuggestComponentTest, MaxSizeAutoCommitTest, HdfsDirectoryFactoryTest, SolrCloudReportersTest, TestInitParams, JSONWriterTest, LeaderTragicEventTest, TestClassicSimilarityFactory, TestJettySolrRunner, UpdateLogTest, TestPostingsSolrHighlighter, SpellCheckComponentTest, NumericFieldsTest, TestSimDistributedQueue, CloneFieldUpdateProcessorFactoryTest, StatsReloadRaceTest, DistributedIntervalFacetingTest, HLLSerializationTest, TestSolrQueryParser, TestSubQueryTransformerDistrib, SolrTestCaseJ4Test, DataDrivenBlockJoinTest, TestXmlQParserPlugin, TestBinaryField, HttpTriggerListenerTest, TestRestManager, TestLeaderInitiatedRecoveryThread, TestQueryTypes, NoCacheHeaderTest, TestSchemaManager, TestComplexPhraseLeadingWildcard, NodeLostTriggerIntegrationTest, StressHdfsTest, SolrCloudExampleTest, RandomizedTaggerTest, TestSimPolicyCloud, BitVectorTest, SaslZkACLProviderTest, TestCharFilters, TestFilteredDocIdSet, DistributedMLTComponentTest, TestSmileRequest, ReplaceNodeNoTargetTest, XsltUpdateRequestHandlerTest, CacheHeaderTest, TestDocBasedVersionConstraints, TestNumericTerms32, DistributedQueueTest, MoveReplicaHDFSTest]
   [junit4] Completed [488/834 (1!)] on J2 in 62.62s, 4 tests, 1 error, 1 skipped <<< FAILURES!

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

[repro] Revision: 7d0a7782fa7e99250bccfb4d3e995485c3f0ca19

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC"
[repro] Repro line:  ant test  -Dtestcase=MoveReplicaHDFSTest -Dtests.method=testFailedMove -Dtests.seed=2AC79F91E6206ADC -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr-ML -Dtests.timezone=Asia/Muscat -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 3428 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.MoveReplicaHDFSTest" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=2AC79F91E6206ADC -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr-ML -Dtests.timezone=Asia/Muscat -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...]