You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/02/16 17:21:45 UTC

[JENKINS] Lucene-Solr-Tests-master - Build # 2338 - Still Failing

Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2338/

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

Error Message:


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


FAILED:  org.apache.solr.cloud.cdcr.CdcrBidirectionalTest.testBiDir

Error Message:
Index: 0, Size: 0

Stack Trace:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
	at __randomizedtesting.SeedInfo.seed([84CB3F3189A9AE6F:C110CFD39187E22D]:0)
	at java.util.ArrayList.rangeCheck(ArrayList.java:657)
	at java.util.ArrayList.get(ArrayList.java:433)
	at org.apache.solr.cloud.cdcr.CdcrBidirectionalTest.getDocFieldValue(CdcrBidirectionalTest.java:227)
	at org.apache.solr.cloud.cdcr.CdcrBidirectionalTest.testBiDir(CdcrBidirectionalTest.java:200)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


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

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

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




Build Log:
[...truncated 12667 lines...]
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrBidirectionalTest
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_84CB3F3189A9AE6F-001/init-core-data-001
   [junit4]   2> 1364635 WARN  (SUITE-CdcrBidirectionalTest-seed#[84CB3F3189A9AE6F]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=20 numCloses=20
   [junit4]   2> 1364636 INFO  (SUITE-CdcrBidirectionalTest-seed#[84CB3F3189A9AE6F]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1364637 INFO  (SUITE-CdcrBidirectionalTest-seed#[84CB3F3189A9AE6F]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1364638 INFO  (SUITE-CdcrBidirectionalTest-seed#[84CB3F3189A9AE6F]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1364639 INFO  (TEST-CdcrBidirectionalTest.testBiDir-seed#[84CB3F3189A9AE6F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBiDir
   [junit4]   2> 1364639 INFO  (TEST-CdcrBidirectionalTest.testBiDir-seed#[84CB3F3189A9AE6F]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_84CB3F3189A9AE6F-001/cdcr-cluster2-001
   [junit4]   2> 1364639 INFO  (TEST-CdcrBidirectionalTest.testBiDir-seed#[84CB3F3189A9AE6F]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1364640 INFO  (Thread-1550) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1364640 INFO  (Thread-1550) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1364648 ERROR (Thread-1550) [    ] 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> 1364740 INFO  (TEST-CdcrBidirectionalTest.testBiDir-seed#[84CB3F3189A9AE6F]) [    ] o.a.s.c.ZkTestServer start zk server on port:45999
   [junit4]   2> 1364742 INFO  (zkConnectionManagerCallback-1369-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1364747 INFO  (jetty-launcher-1366-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1364756 INFO  (jetty-launcher-1366-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1364756 INFO  (jetty-launcher-1366-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1364756 INFO  (jetty-launcher-1366-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1364757 INFO  (jetty-launcher-1366-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3c738a0e{/solr,null,AVAILABLE}
   [junit4]   2> 1364757 INFO  (jetty-launcher-1366-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7b7739bb{SSL,[ssl, http/1.1]}{127.0.0.1:38752}
   [junit4]   2> 1364757 INFO  (jetty-launcher-1366-thread-1) [    ] o.e.j.s.Server Started @1378154ms
   [junit4]   2> 1364757 INFO  (jetty-launcher-1366-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38752}
   [junit4]   2> 1364758 ERROR (jetty-launcher-1366-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1364758 INFO  (jetty-launcher-1366-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1364758 INFO  (jetty-launcher-1366-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1364758 INFO  (jetty-launcher-1366-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1364758 INFO  (jetty-launcher-1366-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-16T15:50:27.743Z
   [junit4]   2> 1364759 INFO  (zkConnectionManagerCallback-1371-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1364760 INFO  (jetty-launcher-1366-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1364767 INFO  (jetty-launcher-1366-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45999/solr
   [junit4]   2> 1364768 INFO  (zkConnectionManagerCallback-1375-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1364770 INFO  (zkConnectionManagerCallback-1377-thread-1-processing-n:127.0.0.1:38752_solr) [n:127.0.0.1:38752_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1364846 INFO  (jetty-launcher-1366-thread-1) [n:127.0.0.1:38752_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1364847 INFO  (jetty-launcher-1366-thread-1) [n:127.0.0.1:38752_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38752_solr
   [junit4]   2> 1364847 INFO  (jetty-launcher-1366-thread-1) [n:127.0.0.1:38752_solr    ] o.a.s.c.Overseer Overseer (id=72131887519432707-127.0.0.1:38752_solr-n_0000000000) starting
   [junit4]   2> 1364853 INFO  (jetty-launcher-1366-thread-1) [n:127.0.0.1:38752_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38752_solr
   [junit4]   2> 1364865 INFO  (OverseerStateUpdate-72131887519432707-127.0.0.1:38752_solr-n_0000000000) [n:127.0.0.1:38752_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1364899 INFO  (jetty-launcher-1366-thread-1) [n:127.0.0.1:38752_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38752.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@171223dd
   [junit4]   2> 1364906 INFO  (jetty-launcher-1366-thread-1) [n:127.0.0.1:38752_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38752.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@171223dd
   [junit4]   2> 1364906 INFO  (jetty-launcher-1366-thread-1) [n:127.0.0.1:38752_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38752.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@171223dd
   [junit4]   2> 1364907 INFO  (jetty-launcher-1366-thread-1) [n:127.0.0.1:38752_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_84CB3F3189A9AE6F-001/cdcr-cluster2-001/node1/.
   [junit4]   2> 1364923 INFO  (zkConnectionManagerCallback-1381-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1364926 INFO  (zkConnectionManagerCallback-1384-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1364927 INFO  (TEST-CdcrBidirectionalTest.testBiDir-seed#[84CB3F3189A9AE6F]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_84CB3F3189A9AE6F-001/cdcr-cluster1-001
   [junit4]   2> 1364928 INFO  (TEST-CdcrBidirectionalTest.testBiDir-seed#[84CB3F3189A9AE6F]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1364928 INFO  (Thread-1560) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1364928 INFO  (Thread-1560) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1364930 ERROR (Thread-1560) [    ] 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> 1365028 INFO  (TEST-CdcrBidirectionalTest.testBiDir-seed#[84CB3F3189A9AE6F]) [    ] o.a.s.c.ZkTestServer start zk server on port:41967
   [junit4]   2> 1365030 INFO  (zkConnectionManagerCallback-1388-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1365034 INFO  (jetty-launcher-1385-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1365036 INFO  (jetty-launcher-1385-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1365036 INFO  (jetty-launcher-1385-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1365036 INFO  (jetty-launcher-1385-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1365036 INFO  (jetty-launcher-1385-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@607ee1d4{/solr,null,AVAILABLE}
   [junit4]   2> 1365036 INFO  (jetty-launcher-1385-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7a946ab5{SSL,[ssl, http/1.1]}{127.0.0.1:33107}
   [junit4]   2> 1365037 INFO  (jetty-launcher-1385-thread-1) [    ] o.e.j.s.Server Started @1378433ms
   [junit4]   2> 1365037 INFO  (jetty-launcher-1385-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33107}
   [junit4]   2> 1365037 ERROR (jetty-launcher-1385-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1365037 INFO  (jetty-launcher-1385-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1365037 INFO  (jetty-launcher-1385-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1365037 INFO  (jetty-launcher-1385-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1365037 INFO  (jetty-launcher-1385-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-16T15:50:28.022Z
   [junit4]   2> 1365039 INFO  (zkConnectionManagerCallback-1390-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1365039 INFO  (jetty-launcher-1385-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1365046 INFO  (jetty-launcher-1385-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41967/solr
   [junit4]   2> 1365047 INFO  (zkConnectionManagerCallback-1394-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1365050 INFO  (zkConnectionManagerCallback-1396-thread-1-processing-n:127.0.0.1:33107_solr) [n:127.0.0.1:33107_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1365150 INFO  (jetty-launcher-1385-thread-1) [n:127.0.0.1:33107_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1365150 INFO  (jetty-launcher-1385-thread-1) [n:127.0.0.1:33107_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33107_solr
   [junit4]   2> 1365151 INFO  (jetty-launcher-1385-thread-1) [n:127.0.0.1:33107_solr    ] o.a.s.c.Overseer Overseer (id=72131887538307075-127.0.0.1:33107_solr-n_0000000000) starting
   [junit4]   2> 1365164 INFO  (jetty-launcher-1385-thread-1) [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> 1365166 INFO  (zkCallback-1395-thread-1-processing-n:127.0.0.1:33107_solr) [n:127.0.0.1:33107_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1365208 INFO  (jetty-launcher-1385-thread-1) [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@171223dd
   [junit4]   2> 1365215 INFO  (jetty-launcher-1385-thread-1) [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@171223dd
   [junit4]   2> 1365215 INFO  (jetty-launcher-1385-thread-1) [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@171223dd
   [junit4]   2> 1365216 INFO  (jetty-launcher-1385-thread-1) [n:127.0.0.1:33107_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_84CB3F3189A9AE6F-001/cdcr-cluster1-001/node1/.
   [junit4]   2> 1365239 INFO  (zkConnectionManagerCallback-1400-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1365243 INFO  (zkConnectionManagerCallback-1403-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1365244 INFO  (TEST-CdcrBidirectionalTest.testBiDir-seed#[84CB3F3189A9AE6F]) [    ] o.a.s.c.c.CdcrBidirectionalTest cluster2 zkHost = 127.0.0.1:45999/solr
   [junit4]   2> 1365244 INFO  (TEST-CdcrBidirectionalTest.testBiDir-seed#[84CB3F3189A9AE6F]) [    ] o.a.s.c.c.CdcrBidirectionalTest cluster1 zkHost = 127.0.0.1:41967/solr
   [junit4]   2> 1365245 INFO  (zkConnectionManagerCallback-1405-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1365249 INFO  (zkConnectionManagerCallback-1408-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1365250 INFO  (TEST-CdcrBidirectionalTest.testBiDir-seed#[84CB3F3189A9AE6F]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1365251 INFO  (TEST-CdcrBidirectionalTest.testBiDir-seed#[84CB3F3189A9AE6F]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41967/solr ready
   [junit4]   2> 1365271 INFO  (qtp907727919-6644) [n:127.0.0.1:33107_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=cdcr-cluster1&maxShardsPerNode=2&name=cdcr-cluster1&nrtReplicas=1&action=CREATE&numShards=2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1365274 INFO  (OverseerThreadFactory-3062-thread-1-processing-n:127.0.0.1:33107_solr) [n:127.0.0.1:33107_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection cdcr-cluster1
   [junit4]   2> 1365380 INFO  (OverseerStateUpdate-72131887538307075-127.0.0.1:33107_solr-n_0000000000) [n:127.0.0.1:33107_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-cluster1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-cluster1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33107/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1365382 INFO  (OverseerStateUpdate-72131887538307075-127.0.0.1:33107_solr-n_0000000000) [n:127.0.0.1:33107_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-cluster1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"cdcr-cluster1_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33107/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1365588 INFO  (qtp907727919-6646) [n:127.0.0.1:33107_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-cluster1&newCollection=true&collection=cdcr-cluster1&version=2&replicaType=NRT&coreNodeName=core_node3&name=cdcr-cluster1_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 1365588 INFO  (qtp907727919-6647) [n:127.0.0.1:33107_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-cluster1&newCollection=true&collection=cdcr-cluster1&version=2&replicaType=NRT&coreNodeName=core_node4&name=cdcr-cluster1_shard2_replica_n2&action=CREATE&numShards=2&shard=shard2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 1365589 INFO  (qtp907727919-6646) [n:127.0.0.1:33107_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1365693 INFO  (zkCallback-1395-thread-1-processing-n:127.0.0.1:33107_solr) [n:127.0.0.1:33107_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-cluster1/state.json] for collection [cdcr-cluster1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1365693 INFO  (zkCallback-1395-thread-2-processing-n:127.0.0.1:33107_solr) [n:127.0.0.1:33107_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-cluster1/state.json] for collection [cdcr-cluster1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1366603 INFO  (qtp907727919-6646) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1366603 INFO  (qtp907727919-6647) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1366619 INFO  (qtp907727919-6646) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.s.IndexSchema [cdcr-cluster1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1366619 INFO  (qtp907727919-6647) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.s.IndexSchema [cdcr-cluster1_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1366621 INFO  (qtp907727919-6647) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1366621 INFO  (qtp907727919-6646) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1366621 INFO  (qtp907727919-6647) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-cluster1_shard2_replica_n2' using configuration from collection cdcr-cluster1, trusted=true
   [junit4]   2> 1366621 INFO  (qtp907727919-6646) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-cluster1_shard1_replica_n1' using configuration from collection cdcr-cluster1, trusted=true
   [junit4]   2> 1366621 INFO  (qtp907727919-6646) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33107.solr.core.cdcr-cluster1.shard1.replica_n1' (registry 'solr.core.cdcr-cluster1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@171223dd
   [junit4]   2> 1366621 INFO  (qtp907727919-6647) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33107.solr.core.cdcr-cluster1.shard2.replica_n2' (registry 'solr.core.cdcr-cluster1.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@171223dd
   [junit4]   2> 1366622 INFO  (qtp907727919-6646) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1366622 INFO  (qtp907727919-6647) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1366622 INFO  (qtp907727919-6646) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.SolrCore [[cdcr-cluster1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_84CB3F3189A9AE6F-001/cdcr-cluster1-001/node1/cdcr-cluster1_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_84CB3F3189A9AE6F-001/cdcr-cluster1-001/node1/./cdcr-cluster1_shard1_replica_n1/data/]
   [junit4]   2> 1366622 INFO  (qtp907727919-6647) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.SolrCore [[cdcr-cluster1_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_84CB3F3189A9AE6F-001/cdcr-cluster1-001/node1/cdcr-cluster1_shard2_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_84CB3F3189A9AE6F-001/cdcr-cluster1-001/node1/./cdcr-cluster1_shard2_replica_n2/data/]
   [junit4]   2> 1366715 INFO  (qtp907727919-6647) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 1366715 INFO  (qtp907727919-6646) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 1366715 INFO  (qtp907727919-6647) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1366715 INFO  (qtp907727919-6646) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1366717 INFO  (qtp907727919-6647) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1366717 INFO  (qtp907727919-6646) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1366717 INFO  (qtp907727919-6647) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1366717 INFO  (qtp907727919-6646) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1366719 INFO  (qtp907727919-6646) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@281d8602[cdcr-cluster1_shard1_replica_n1] main]
   [junit4]   2> 1366719 INFO  (qtp907727919-6647) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@51a7f4b2[cdcr-cluster1_shard2_replica_n2] main]
   [junit4]   2> 1366720 INFO  (qtp907727919-6646) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-cluster1
   [junit4]   2> 1366720 INFO  (qtp907727919-6647) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-cluster1
   [junit4]   2> 1366721 INFO  (qtp907727919-6646) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-cluster1
   [junit4]   2> 1366721 INFO  (qtp907727919-6647) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-cluster1
   [junit4]   2> 1366721 INFO  (qtp907727919-6646) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-cluster1/managed-schema
   [junit4]   2> 1366721 INFO  (qtp907727919-6647) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-cluster1/managed-schema
   [junit4]   2> 1366721 INFO  (qtp907727919-6646) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1366721 INFO  (qtp907727919-6647) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1366722 INFO  (qtp907727919-6646) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1366722 INFO  (qtp907727919-6647) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1366727 INFO  (qtp907727919-6646) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-cluster1/cdcr/state/buffer
   [junit4]   2> 1366731 INFO  (qtp907727919-6647) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-cluster1/cdcr/state/process
   [junit4]   2> 1366750 INFO  (qtp907727919-6647) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592573275390607360
   [junit4]   2> 1366750 INFO  (qtp907727919-6646) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592573275390607360
   [junit4]   2> 1366751 INFO  (searcherExecutor-3065-thread-1-processing-n:127.0.0.1:33107_solr x:cdcr-cluster1_shard2_replica_n2 s:shard2 c:cdcr-cluster1 r:core_node4) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.SolrCore [cdcr-cluster1_shard2_replica_n2] Registered new searcher Searcher@51a7f4b2[cdcr-cluster1_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1366751 INFO  (searcherExecutor-3066-thread-1-processing-n:127.0.0.1:33107_solr x:cdcr-cluster1_shard1_replica_n1 s:shard1 c:cdcr-cluster1 r:core_node3) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-cluster1_shard1_replica_n1] Registered new searcher Searcher@281d8602[cdcr-cluster1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1366763 INFO  (qtp907727919-6647) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1366763 INFO  (qtp907727919-6647) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1366763 INFO  (qtp907727919-6647) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:33107/solr/cdcr-cluster1_shard2_replica_n2/
   [junit4]   2> 1366763 INFO  (qtp907727919-6647) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1366763 INFO  (qtp907727919-6647) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.SyncStrategy https://127.0.0.1:33107/solr/cdcr-cluster1_shard2_replica_n2/ has no replicas
   [junit4]   2> 1366763 INFO  (qtp907727919-6647) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1366764 INFO  (qtp907727919-6646) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1366764 INFO  (qtp907727919-6646) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1366764 INFO  (qtp907727919-6646) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:33107/solr/cdcr-cluster1_shard1_replica_n1/
   [junit4]   2> 1366764 INFO  (qtp907727919-6646) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1366764 INFO  (qtp907727919-6646) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:33107/solr/cdcr-cluster1_shard1_replica_n1/ has no replicas
   [junit4]   2> 1366764 INFO  (qtp907727919-6646) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1366766 INFO  (zkCallback-1395-thread-2-processing-n:127.0.0.1:33107_solr) [n:127.0.0.1:33107_solr    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-cluster1:shard2
   [junit4]   2> 1366772 INFO  (zkCallback-1395-thread-2-processing-n:127.0.0.1:33107_solr) [n:127.0.0.1:33107_solr    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-cluster1:shard1
   [junit4]   2> 1366773 INFO  (qtp907727919-6647) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:33107/solr/cdcr-cluster1_shard2_replica_n2/ shard2
   [junit4]   2> 1366776 INFO  (qtp907727919-6646) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:33107/solr/cdcr-cluster1_shard1_replica_n1/ shard1
   [junit4]   2> 1366877 INFO  (zkCallback-1395-thread-2-processing-n:127.0.0.1:33107_solr) [n:127.0.0.1:33107_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-cluster1/state.json] for collection [cdcr-cluster1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1366877 INFO  (zkCallback-1395-thread-1-processing-n:127.0.0.1:33107_solr) [n:127.0.0.1:33107_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-cluster1/state.json] for collection [cdcr-cluster1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1366927 INFO  (qtp907727919-6647) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1366927 INFO  (qtp907727919-6646) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1366929 INFO  (qtp907727919-6647) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-cluster1&newCollection=true&collection=cdcr-cluster1&version=2&replicaType=NRT&coreNodeName=core_node4&name=cdcr-cluster1_shard2_replica_n2&action=CREATE&numShards=2&shard=shard2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin} status=0 QTime=1340
   [junit4]   2> 1366929 INFO  (qtp907727919-6646) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-cluster1&newCollection=true&collection=cdcr-cluster1&version=2&replicaType=NRT&coreNodeName=core_node3&name=cdcr-cluster1_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin} status=0 QTime=1340
   [junit4]   2> 1366936 INFO  (qtp907727919-6644) [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> 1367030 INFO  (zkCallback-1395-thread-2-processing-n:127.0.0.1:33107_solr) [n:127.0.0.1:33107_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-cluster1/state.json] for collection [cdcr-cluster1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1367030 INFO  (zkCallback-1395-thread-1-processing-n:127.0.0.1:33107_solr) [n:127.0.0.1:33107_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-cluster1/state.json] for collection [cdcr-cluster1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1367276 INFO  (OverseerCollectionConfigSetProcessor-72131887538307075-127.0.0.1:33107_solr-n_0000000000) [n:127.0.0.1:33107_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> 1367936 INFO  (qtp907727919-6644) [n:127.0.0.1:33107_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=cdcr-cluster1&maxShardsPerNode=2&name=cdcr-cluster1&nrtReplicas=1&action=CREATE&numShards=2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=2665
   [junit4]   2> 1367939 INFO  (zkConnectionManagerCallback-1412-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1367943 INFO  (zkConnectionManagerCallback-1415-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1367944 INFO  (TEST-CdcrBidirectionalTest.testBiDir-seed#[84CB3F3189A9AE6F]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1367945 INFO  (TEST-CdcrBidirectionalTest.testBiDir-seed#[84CB3F3189A9AE6F]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45999/solr ready
   [junit4]   2> 1367959 INFO  (qtp479672519-6599) [n:127.0.0.1:38752_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=cdcr-cluster2&maxShardsPerNode=2&name=cdcr-cluster2&nrtReplicas=1&action=CREATE&numShards=2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1367961 INFO  (OverseerThreadFactory-3052-thread-1-processing-n:127.0.0.1:38752_solr) [n:127.0.0.1:38752_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection cdcr-cluster2
   [junit4]   2> 1368067 INFO  (OverseerStateUpdate-72131887519432707-127.0.0.1:38752_solr-n_0000000000) [n:127.0.0.1:38752_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-cluster2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-cluster2_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38752/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1368069 INFO  (OverseerStateUpdate-72131887519432707-127.0.0.1:38752_solr-n_0000000000) [n:127.0.0.1:38752_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-cluster2",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"cdcr-cluster2_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38752/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1368276 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-cluster2&newCollection=true&collection=cdcr-cluster2&version=2&replicaType=NRT&coreNodeName=core_node4&name=cdcr-cluster2_shard2_replica_n2&action=CREATE&numShards=2&shard=shard2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 1368276 INFO  (qtp479672519-6601) [n:127.0.0.1:38752_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-cluster2&newCollection=true&collection=cdcr-cluster2&version=2&replicaType=NRT&coreNodeName=core_node3&name=cdcr-cluster2_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 1368276 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1368381 INFO  (zkCallback-1376-thread-1-processing-n:127.0.0.1:38752_solr) [n:127.0.0.1:38752_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-cluster2/state.json] for collection [cdcr-cluster2] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1368381 INFO  (zkCallback-1376-thread-2-processing-n:127.0.0.1:38752_solr) [n:127.0.0.1:38752_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-cluster2/state.json] for collection [cdcr-cluster2] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1369289 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1369289 INFO  (qtp479672519-6601) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1369297 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.s.IndexSchema [cdcr-cluster2_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1369297 INFO  (qtp479672519-6601) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.s.IndexSchema [cdcr-cluster2_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1369315 INFO  (qtp479672519-6601) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1369315 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1369315 INFO  (qtp479672519-6601) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-cluster2_shard1_replica_n1' using configuration from collection cdcr-cluster2, trusted=true
   [junit4]   2> 1369315 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-cluster2_shard2_replica_n2' using configuration from collection cdcr-cluster2, trusted=true
   [junit4]   2> 1369316 INFO  (qtp479672519-6601) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38752.solr.core.cdcr-cluster2.shard1.replica_n1' (registry 'solr.core.cdcr-cluster2.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@171223dd
   [junit4]   2> 1369316 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38752.solr.core.cdcr-cluster2.shard2.replica_n2' (registry 'solr.core.cdcr-cluster2.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@171223dd
   [junit4]   2> 1369316 INFO  (qtp479672519-6601) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1369316 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1369316 INFO  (qtp479672519-6601) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.SolrCore [[cdcr-cluster2_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_84CB3F3189A9AE6F-001/cdcr-cluster2-001/node1/cdcr-cluster2_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_84CB3F3189A9AE6F-001/cdcr-cluster2-001/node1/./cdcr-cluster2_shard1_replica_n1/data/]
   [junit4]   2> 1369316 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.SolrCore [[cdcr-cluster2_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_84CB3F3189A9AE6F-001/cdcr-cluster2-001/node1/cdcr-cluster2_shard2_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_84CB3F3189A9AE6F-001/cdcr-cluster2-001/node1/./cdcr-cluster2_shard2_replica_n2/data/]
   [junit4]   2> 1369377 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 1369377 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1369378 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1369378 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1369381 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@4b189ea1[cdcr-cluster2_shard2_replica_n2] main]
   [junit4]   2> 1369382 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-cluster2
   [junit4]   2> 1369382 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-cluster2
   [junit4]   2> 1369382 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-cluster2/managed-schema
   [junit4]   2> 1369383 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1369383 INFO  (qtp479672519-6601) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 1369383 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1369383 INFO  (qtp479672519-6601) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1369384 INFO  (qtp479672519-6601) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1369384 INFO  (qtp479672519-6601) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1369385 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-cluster2/cdcr/state/buffer
   [junit4]   2> 1369386 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-cluster2/cdcr/state/process
   [junit4]   2> 1369387 INFO  (qtp479672519-6601) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6be1fd03[cdcr-cluster2_shard1_replica_n1] main]
   [junit4]   2> 1369388 INFO  (qtp479672519-6601) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-cluster2
   [junit4]   2> 1369389 INFO  (qtp479672519-6601) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-cluster2
   [junit4]   2> 1369389 INFO  (qtp479672519-6601) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-cluster2/managed-schema
   [junit4]   2> 1369389 INFO  (qtp479672519-6601) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1369389 INFO  (searcherExecutor-3078-thread-1-processing-n:127.0.0.1:38752_solr x:cdcr-cluster2_shard2_replica_n2 s:shard2 c:cdcr-cluster2 r:core_node4) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.SolrCore [cdcr-cluster2_shard2_replica_n2] Registered new searcher Searcher@4b189ea1[cdcr-cluster2_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1369389 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592573278157799424
   [junit4]   2> 1369390 INFO  (qtp479672519-6601) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1369392 INFO  (qtp479672519-6601) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592573278160945152
   [junit4]   2> 1369392 INFO  (searcherExecutor-3077-thread-1-processing-n:127.0.0.1:38752_solr x:cdcr-cluster2_shard1_replica_n1 s:shard1 c:cdcr-cluster2 r:core_node3) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-cluster2_shard1_replica_n1] Registered new searcher Searcher@6be1fd03[cdcr-cluster2_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1369399 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1369399 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1369399 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:38752/solr/cdcr-cluster2_shard2_replica_n2/
   [junit4]   2> 1369399 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1369399 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.SyncStrategy https://127.0.0.1:38752/solr/cdcr-cluster2_shard2_replica_n2/ has no replicas
   [junit4]   2> 1369399 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1369400 INFO  (qtp479672519-6601) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1369400 INFO  (qtp479672519-6601) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1369400 INFO  (qtp479672519-6601) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:38752/solr/cdcr-cluster2_shard1_replica_n1/
   [junit4]   2> 1369400 INFO  (qtp479672519-6601) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1369400 INFO  (qtp479672519-6601) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:38752/solr/cdcr-cluster2_shard1_replica_n1/ has no replicas
   [junit4]   2> 1369400 INFO  (qtp479672519-6601) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1369401 INFO  (zkCallback-1376-thread-2-processing-n:127.0.0.1:38752_solr) [n:127.0.0.1:38752_solr    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-cluster2:shard2
   [junit4]   2> 1369403 INFO  (zkCallback-1376-thread-2-processing-n:127.0.0.1:38752_solr) [n:127.0.0.1:38752_solr    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-cluster2:shard1
   [junit4]   2> 1369404 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:38752/solr/cdcr-cluster2_shard2_replica_n2/ shard2
   [junit4]   2> 1369405 INFO  (qtp479672519-6601) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:38752/solr/cdcr-cluster2_shard1_replica_n1/ shard1
   [junit4]   2> 1369507 INFO  (zkCallback-1376-thread-2-processing-n:127.0.0.1:38752_solr) [n:127.0.0.1:38752_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-cluster2/state.json] for collection [cdcr-cluster2] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1369507 INFO  (zkCallback-1376-thread-1-processing-n:127.0.0.1:38752_solr) [n:127.0.0.1:38752_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-cluster2/state.json] for collection [cdcr-cluster2] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1369556 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1369556 INFO  (qtp479672519-6601) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1369558 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-cluster2&newCollection=true&collection=cdcr-cluster2&version=2&replicaType=NRT&coreNodeName=core_node4&name=cdcr-cluster2_shard2_replica_n2&action=CREATE&numShards=2&shard=shard2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin} status=0 QTime=1281
   [junit4]   2> 1369558 INFO  (qtp479672519-6601) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-cluster2&newCollection=true&collection=cdcr-cluster2&version=2&replicaType=NRT&coreNodeName=core_node3&name=cdcr-cluster2_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin} status=0 QTime=1281
   [junit4]   2> 1369560 INFO  (qtp479672519-6599) [n:127.0.0.1:38752_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> 1369659 INFO  (zkCallback-1376-thread-1-processing-n:127.0.0.1:38752_solr) [n:127.0.0.1:38752_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-cluster2/state.json] for collection [cdcr-cluster2] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1369659 INFO  (zkCallback-1376-thread-2-processing-n:127.0.0.1:38752_solr) [n:127.0.0.1:38752_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-cluster2/state.json] for collection [cdcr-cluster2] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1369962 INFO  (OverseerCollectionConfigSetProcessor-72131887519432707-127.0.0.1:38752_solr-n_0000000000) [n:127.0.0.1:38752_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> 1370561 INFO  (qtp479672519-6599) [n:127.0.0.1:38752_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=cdcr-cluster2&maxShardsPerNode=2&name=cdcr-cluster2&nrtReplicas=1&action=CREATE&numShards=2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=2602
   [junit4]   2> 1370568 INFO  (zkConnectionManagerCallback-1421-thread-1-processing-n:127.0.0.1:33107_solr x:cdcr-cluster1_shard1_replica_n1 s:shard1 c:cdcr-cluster1 r:core_node3) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1370568 INFO  (qtp907727919-6648) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1370569 INFO  (qtp907727919-6648) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45999/solr ready
   [junit4]   2> 1370576 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
   [junit4]   2> 1370576 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.S.Request [cdcr-cluster2_shard2_replica_n2]  webapp=/solr path=/cdcr params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1370577 INFO  (qtp479672519-6601) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
   [junit4]   2> 1370578 INFO  (qtp479672519-6601) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.S.Request [cdcr-cluster2_shard1_replica_n1]  webapp=/solr path=/cdcr params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1370578 INFO  (qtp479672519-6599) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.S.Request [cdcr-cluster2_shard2_replica_n2]  webapp=/solr path=/cdcr params={_stateVer_=cdcr-cluster2:4&action=COLLECTIONCHECKPOINT&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 1370578 INFO  (qtp907727919-6648) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Create new update log reader for target cdcr-cluster2 with checkpoint -1 @ cdcr-cluster1:shard1
   [junit4]   2> 1370578 INFO  (qtp907727919-6648) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-cluster2, shard: shard1
   [junit4]   2> 1370582 INFO  (qtp907727919-6648) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Submitting bootstrap task to executor
   [junit4]   2> 1370583 INFO  (cdcr-bootstrap-status-1418-thread-1-processing-n:127.0.0.1:33107_solr x:cdcr-cluster1_shard1_replica_n1 s:shard1 c:cdcr-cluster1 r:core_node3) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-cluster2 shard: shard1 leader: https://127.0.0.1:38752/solr/cdcr-cluster2_shard1_replica_n1/
   [junit4]   2> 1370583 INFO  (zkCallback-1395-thread-1-processing-n:127.0.0.1:33107_solr) [n:127.0.0.1:33107_solr    ] o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-cluster1/cdcr/state/process @ cdcr-cluster1:shard2
   [junit4]   2> 1370584 INFO  (zkCallback-1395-thread-2-processing-n:127.0.0.1:33107_solr) [n:127.0.0.1:33107_solr    ] o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-cluster1/cdcr/state/process @ cdcr-cluster1:shard1
   [junit4]   2> 1370586 INFO  (zkCallback-1395-thread-1-processing-n:127.0.0.1:33107_solr) [n:127.0.0.1:33107_solr    ] o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: STARTED @ cdcr-cluster1:shard2
   [junit4]   2> 1370586 INFO  (qtp907727919-6648) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.S.Request [cdcr-cluster1_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&_stateVer_=cdcr-cluster1:4&action=start&wt=javabin&version=2} status=0 QTime=20
   [junit4]   2> 1370586 INFO  (zkCallback-1395-thread-2-processing-n:127.0.0.1:33107_solr) [n:127.0.0.1:33107_solr    ] o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: STARTED @ cdcr-cluster1:shard1
   [junit4]   2> 1370588 INFO  (zkConnectionManagerCallback-1425-thread-1-processing-n:127.0.0.1:33107_solr) [n:127.0.0.1:33107_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1370588 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.S.Request [cdcr-cluster2_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&masterUrl=https://127.0.0.1:33107/solr/cdcr-cluster1_shard1_replica_n1/&action=BOOTSTRAP&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 1370589 INFO  (zkCallback-1395-thread-1-processing-n:127.0.0.1:33107_solr) [n:127.0.0.1:33107_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1370589 INFO  (zkCallback-1395-thread-1-processing-n:127.0.0.1:33107_solr) [n:127.0.0.1:33107_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45999/solr ready
   [junit4]   2> 1370589 INFO  (recoveryExecutor-1373-thread-1-processing-n:127.0.0.1:38752_solr x:cdcr-cluster2_shard1_replica_n1 s:shard1 c:cdcr-cluster2 r:core_node3) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1370592 INFO  (qtp479672519-6599) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.S.Request [cdcr-cluster2_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1370592 INFO  (cdcr-bootstrap-status-1418-thread-1-processing-n:127.0.0.1:33107_solr x:cdcr-cluster1_shard1_replica_n1 s:shard1 c:cdcr-cluster1 r:core_node3) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager CDCR bootstrap running for 1 seconds, sleeping for 2000 ms
   [junit4]   2> 1370603 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
   [junit4]   2> 1370603 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.S.Request [cdcr-cluster2_shard2_replica_n2]  webapp=/solr path=/cdcr params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1370603 INFO  (qtp907727919-6645) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1592573279430770688,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1370604 INFO  (qtp907727919-6645) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1370606 INFO  (qtp907727919-6645) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1370606 INFO  (qtp907727919-6645) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.S.Request [cdcr-cluster1_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=3
   [junit4]   2> 1370607 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
   [junit4]   2> 1370607 INFO  (qtp479672519-6602) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.S.Request [cdcr-cluster2_shard1_replica_n1]  webapp=/solr path=/cdcr params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1370608 INFO  (qtp907727919-6644) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.S.Request [cdcr-cluster1_shard1_replica_n1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 1370609 INFO  (recoveryExecutor-1373-thread-1-processing-n:127.0.0.1:38752_solr x:cdcr-cluster2_shard1_replica_n1 s:shard1 c:cdcr-cluster2 r:core_node3) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1370609 INFO  (recoveryExecutor-1373-thread-1-processing-n:127.0.0.1:38752_solr x:cdcr-cluster2_shard1_replica_n1 s:shard1 c:cdcr-cluster2 r:core_node3) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1370609 INFO  (recoveryExecutor-1373-thread-1-processing-n:127.0.0.1:38752_solr x:cdcr-cluster2_shard1_replica_n1 s:shard1 c:cdcr-cluster2 r:core_node3) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1370609 INFO  (recoveryExecutor-1373-thread-1-processing-n:127.0.0.1:38752_solr x:cdcr-cluster2_shard1_replica_n1 s:shard1 c:cdcr-cluster2 r:core_node3) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1370609 INFO  (recoveryExecutor-1373-thread-1-processing-n:127.0.0.1:38752_solr x:cdcr-cluster2_shard1_replica_n1 s:shard1 c:cdcr-cluster2 r:core_node3) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 1370609 INFO  (qtp479672519-6603) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.S.Request [cdcr-cluster2_shard1_replica_n1]  webapp=/solr path=/cdcr params={_stateVer_=cdcr-cluster2:4&action=COLLECTIONCHECKPOINT&wt=javabin&version=2} status=0 QTime=17
   [junit4]   2> 1370609 INFO  (zkCallback-1395-thread-1-processing-n:127.0.0.1:33107_solr) [n:127.0.0.1:33107_solr    ] o.a.s.h.CdcrReplicatorManager Create new update log reader for target cdcr-cluster2 with checkpoint -1 @ cdcr-cluster1:shard2
   [junit4]   2> 1370609 INFO  (zkCallback-1395-thread-1-processing-n:127.0.0.1:33107_solr) [n:127.0.0.1:33107_solr    ] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-cluster2, shard: shard2
   [junit4]   2> 1370609 INFO  (zkCallback-1395-thread-1-processing-n:127.0.0.1:33107_solr) [n:127.0.0.1:33107_solr    ] o.a.s.h.CdcrReplicatorManager Submitting bootstrap task to executor
   [junit4]   2> 1370615 INFO  (recoveryExecutor-1373-thread-1-processing-n:127.0.0.1:38752_solr x:cdcr-cluster2_shard1_replica_n1 s:shard1 c:cdcr-cluster2 r:core_node3) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1370615 INFO  (recoveryExecutor-1373-thread-1-processing-n:127.0.0.1:38752_solr x:cdcr-cluster2_shard1_replica_n1 s:shard1 c:cdcr-cluster2 r:core_node3) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@25bc1f80 commitCommandVersion:0
   [junit4]   2> 1370616 INFO  (cdcr-bootstrap-status-1422-thread-1-processing-n:127.0.0.1:33107_solr) [n:127.0.0.1:33107_solr    ] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-cluster2 shard: shard2 leader: https://127.0.0.1:38752/solr/cdcr-cluster2_shard2_replica_n2/
   [junit4]   2> 1370618 INFO  (qtp479672519-6599) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.S.Request [cdcr-cluster2_shard2_replica_n2]  webapp=/solr path=/cdcr params={qt=/cdcr&masterUrl=https://127.0.0.1:33107/solr/cdcr-cluster1_shard2_replica_n2/&action=BOOTSTRAP&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1370618 INFO  (recoveryExecutor-1373-thread-2-processing-n:127.0.0.1:38752_solr x:cdcr-cluster2_shard2_replica_n2 s:shard2 c:cdcr-cluster2 r:core_node4) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1370619 INFO  (qtp479672519-6599) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.S.Request [cdcr-cluster2_shard2_replica_n2]  webapp=/solr path=/cdcr params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1370619 INFO  (cdcr-bootstrap-status-1422-thread-1-processing-n:127.0.0.1:33107_solr) [n:127.0.0.1:33107_solr    ] o.a.s.h.CdcrReplicatorManager CDCR bootstrap running for 1 seconds, sleeping for 2000 ms
   [junit4]   2> 1370620 INFO  (qtp907727919-6648) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1592573279448596480,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1370621 INFO  (qtp907727919-6648) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1370623 INFO  (qtp907727919-6648) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1370623 INFO  (qtp907727919-6648) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.S.Request [cdcr-cluster1_shard2_replica_n2]  webapp=/solr path=/update params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 1370625 INFO  (qtp907727919-6645) [n:127.0.0.1:33107_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.S.Request [cdcr-cluster1_shard2_replica_n2]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 1370625 INFO  (recoveryExecutor-1373-thread-2-processing-n:127.0.0.1:38752_solr x:cdcr-cluster2_shard2_replica_n2 s:shard2 c:cdcr-cluster2 r:core_node4) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1370625 INFO  (recoveryExecutor-1373-thread-2-processing-n:127.0.0.1:38752_solr x:cdcr-cluster2_shard2_replica_n2 s:shard2 c:cdcr-cluster2 r:core_node4) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1370625 INFO  (recoveryExecutor-1373-thread-2-processing-n:127.0.0.1:38752_solr x:cdcr-cluster2_shard2_replica_n2 s:shard2 c:cdcr-cluster2 r:core_node4) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1370625 INFO  (recoveryExecutor-1373-thread-2-processing-n:127.0.0.1:38752_solr x:cdcr-cluster2_shard2_replica_n2 s:shard2 c:cdcr-cluster2 r:core_node4) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1370626 INFO  (recoveryExecutor-1373-thread-2-processing-n:127.0.0.1:38752_solr x:cdcr-cluster2_shard2_replica_n2 s:shard2 c:cdcr-cluster2 r:core_node4) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 1370626 INFO  (recoveryExecutor-1373-thread-1-processing-n:127.0.0.1:38752_solr x:cdcr-cluster2_shard1_replica_n1 s:shard1 c:cdcr-cluster2 r:core_node3) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@93e01f[cdcr-cluster2_shard1_replica_n1] main]
   [junit4]   2> 1370627 INFO  (recoveryExecutor-1373-thread-1-processing-n:127.0.0.1:38752_solr x:cdcr-cluster2_shard1_replica_n1 s:shard1 c:cdcr-cluster2 r:core_node3) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1370628 INFO  (searcherExecutor-3077-thread-1-processing-n:127.0.0.1:38752_solr x:cdcr-cluster2_shard1_replica_n1 s:shard1 c:cdcr-cluster2 r:core_node3) [n:127.0.0.1:38752_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-cluster2_shard1_replica_n1] Registered new searcher Searcher@93e01f[cdcr-cluster2_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1370629 INFO  (recoveryExec

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

   ^^
 [ecj-lint] Resource leak: 'a1' is never closed
 [ecj-lint] ----------
 [ecj-lint] 15. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/highlight/HighlighterTest.java (at line 207)
 [ecj-lint] 	OffsetWindowTokenFilter tots = new OffsetWindowTokenFilter(tokenStream);
 [ecj-lint] 	                        ^^^^
 [ecj-lint] Resource leak: 'tots' is never closed
 [ecj-lint] ----------
 [ecj-lint] 16. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/highlight/HighlighterTest.java (at line 211)
 [ecj-lint] 	Analyzer a2 = new WhitespaceAnalyzer();
 [ecj-lint] 	         ^^
 [ecj-lint] Resource leak: 'a2' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 17. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/response/TestJavabinTupleStreamParser.java (at line 72)
 [ecj-lint] 	JavabinTupleStreamParser parser = new JavabinTupleStreamParser(new ByteArrayInputStream(bytes), true);
 [ecj-lint] 	                         ^^^^^^
 [ecj-lint] Resource leak: 'parser' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 18. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/schema/TestSortableTextField.java (at line 491)
 [ecj-lint] 	final SolrClient client = new EmbeddedSolrServer(h.getCore());
 [ecj-lint] 	                 ^^^^^^
 [ecj-lint] Resource leak: 'client' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 19. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/search/TestDocSet.java (at line 243)
 [ecj-lint] 	return loadfactor!=0 ? new HashDocSet(a,0,n,1/loadfactor) : new HashDocSet(a,0,n);
 [ecj-lint] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 20. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/search/TestDocSet.java (at line 528)
 [ecj-lint] 	DocSet a = new BitDocSet(bs);
 [ecj-lint] 	       ^
 [ecj-lint] Resource leak: 'a' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 21. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/security/TestPKIAuthenticationPlugin.java (at line 78)
 [ecj-lint] 	final MockPKIAuthenticationPlugin mock = new MockPKIAuthenticationPlugin(null, nodeName);
 [ecj-lint] 	                                  ^^^^
 [ecj-lint] Resource leak: 'mock' is never closed
 [ecj-lint] ----------
 [ecj-lint] 22. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/security/TestPKIAuthenticationPlugin.java (at line 133)
 [ecj-lint] 	MockPKIAuthenticationPlugin mock1 = new MockPKIAuthenticationPlugin(null, nodeName) {
 [ecj-lint] 	                            ^^^^^
 [ecj-lint] Resource leak: 'mock1' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 23. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/security/TestRuleBasedAuthorizationPlugin.java (at line 380)
 [ecj-lint] 	RuleBasedAuthorizationPlugin plugin = new RuleBasedAuthorizationPlugin();
 [ecj-lint] 	                             ^^^^^^
 [ecj-lint] Resource leak: 'plugin' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 24. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/security/TestSha256AuthenticationProvider.java (at line 49)
 [ecj-lint] 	BasicAuthPlugin basicAuthPlugin = new BasicAuthPlugin();
 [ecj-lint] 	                ^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'basicAuthPlugin' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 25. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/spelling/SimpleQueryConverter.java (at line 42)
 [ecj-lint] 	WhitespaceAnalyzer analyzer = new WhitespaceAnalyzer();
 [ecj-lint] 	                   ^^^^^^^^
 [ecj-lint] Resource leak: 'analyzer' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 26. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/uninverting/TestFieldCacheVsDocValues.java (at line 139)
 [ecj-lint] 	IndexWriter w = new IndexWriter(d, newIndexWriterConfig(analyzer));
 [ecj-lint] 	            ^
 [ecj-lint] Resource leak: 'w' is never closed
 [ecj-lint] ----------
 [ecj-lint] 27. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/uninverting/TestFieldCacheVsDocValues.java (at line 172)
 [ecj-lint] 	throw iae;
 [ecj-lint] 	^^^^^^^^^^
 [ecj-lint] Resource leak: 'w' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 28. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/uninverting/TestFieldCacheVsDocValues.java (at line 178)
 [ecj-lint] 	return;
 [ecj-lint] 	^^^^^^^
 [ecj-lint] Resource leak: 'w' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 29. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/update/SolrCmdDistributorTest.java (at line 134)
 [ecj-lint] 	SolrCmdDistributor cmdDistrib = new SolrCmdDistributor(updateShardHandler);
 [ecj-lint] 	                   ^^^^^^^^^^
 [ecj-lint] Resource leak: 'cmdDistrib' is never closed
 [ecj-lint] ----------
 [ecj-lint] 30. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/update/SolrCmdDistributorTest.java (at line 333)
 [ecj-lint] 	SolrCmdDistributor cmdDistrib = new SolrCmdDistributor(streamingClients, 5, 0);
 [ecj-lint] 	                   ^^^^^^^^^^
 [ecj-lint] Resource leak: 'cmdDistrib' is never closed
 [ecj-lint] ----------
 [ecj-lint] 31. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/update/SolrCmdDistributorTest.java (at line 367)
 [ecj-lint] 	SolrCmdDistributor cmdDistrib = new SolrCmdDistributor(streamingClients, 5, 0);
 [ecj-lint] 	                   ^^^^^^^^^^
 [ecj-lint] Resource leak: 'cmdDistrib' is never closed
 [ecj-lint] ----------
 [ecj-lint] 32. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/update/SolrCmdDistributorTest.java (at line 413)
 [ecj-lint] 	SolrCmdDistributor cmdDistrib = new SolrCmdDistributor(streamingClients, 5, 0);
 [ecj-lint] 	                   ^^^^^^^^^^
 [ecj-lint] Resource leak: 'cmdDistrib' is never closed
 [ecj-lint] ----------
 [ecj-lint] 33. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/update/SolrCmdDistributorTest.java (at line 458)
 [ecj-lint] 	SolrCmdDistributor cmdDistrib = new SolrCmdDistributor(updateShardHandler);
 [ecj-lint] 	                   ^^^^^^^^^^
 [ecj-lint] Resource leak: 'cmdDistrib' is never closed
 [ecj-lint] ----------
 [ecj-lint] 34. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/update/SolrCmdDistributorTest.java (at line 516)
 [ecj-lint] 	SolrCmdDistributor cmdDistrib = new SolrCmdDistributor(updateShardHandler);
 [ecj-lint] 	                   ^^^^^^^^^^
 [ecj-lint] Resource leak: 'cmdDistrib' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 35. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/update/SolrIndexSplitterTest.java (at line 181)
 [ecj-lint] 	EmbeddedSolrServer server1 = new EmbeddedSolrServer(h.getCoreContainer(), "split1");
 [ecj-lint] 	                   ^^^^^^^
 [ecj-lint] Resource leak: 'server1' is never closed
 [ecj-lint] ----------
 [ecj-lint] 36. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/update/SolrIndexSplitterTest.java (at line 182)
 [ecj-lint] 	EmbeddedSolrServer server2 = new EmbeddedSolrServer(h.getCoreContainer(), "split2");
 [ecj-lint] 	                   ^^^^^^^
 [ecj-lint] Resource leak: 'server2' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 37. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/update/processor/RecordingUpdateProcessorFactory.java (at line 67)
 [ecj-lint] 	return recording ? new RecordingUpdateRequestProcessor(commandQueue, next) : next;
 [ecj-lint] 	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 37 problems (4 errors, 33 warnings)

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:618: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:101: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build.xml:682: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:2087: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:2120: Compile failed; see the compiler error output for details.

Total time: 207 minutes 36 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-Tests-master - Build # 2340 - Still unstable

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

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.ltr.store.rest.TestModelManagerPersistence

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

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


FAILED:  junit.framework.TestSuite.org.apache.solr.ltr.store.rest.TestModelManagerPersistence

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

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


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

Error Message:
Timed out wait for collection be active null Live Nodes: [127.0.0.1:32921_solr, 127.0.0.1:36976_solr, 127.0.0.1:41808_solr] Last available state: null

Stack Trace:
java.lang.AssertionError: Timed out wait for collection be active
null
Live Nodes: [127.0.0.1:32921_solr, 127.0.0.1:36976_solr, 127.0.0.1:41808_solr]
Last available state: null
	at __randomizedtesting.SeedInfo.seed([A6E48482CF9BE1C6:CB18207F75D31EC1]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
	at org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:178)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12139 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest
   [junit4]   2> 100053 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[A6E48482CF9BE1C6]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/init-core-data-001
   [junit4]   2> 100055 WARN  (SUITE-AutoscalingHistoryHandlerTest-seed#[A6E48482CF9BE1C6]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 100071 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[A6E48482CF9BE1C6]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 100073 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[A6E48482CF9BE1C6]-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> 100089 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[A6E48482CF9BE1C6]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001
   [junit4]   2> 100120 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[A6E48482CF9BE1C6]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 100122 INFO  (Thread-31) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 100149 INFO  (Thread-31) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 100322 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[A6E48482CF9BE1C6]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:43489
   [junit4]   2> 100589 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Exception causing close of session 0x0: ZooKeeperServer not running
   [junit4]   2> 100634 ERROR (Thread-31) [    ] 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> 102788 INFO  (zkConnectionManagerCallback-30-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 104053 INFO  (jetty-launcher-27-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T02:27:37+05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 104071 INFO  (jetty-launcher-27-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T02:27:37+05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 104071 INFO  (jetty-launcher-27-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T02:27:37+05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 104155 INFO  (jetty-launcher-27-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 104155 INFO  (jetty-launcher-27-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 104244 INFO  (jetty-launcher-27-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 104163 INFO  (jetty-launcher-27-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 104245 INFO  (jetty-launcher-27-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 104245 INFO  (jetty-launcher-27-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 104262 INFO  (jetty-launcher-27-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 104262 INFO  (jetty-launcher-27-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 104263 INFO  (jetty-launcher-27-thread-3) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 104408 INFO  (jetty-launcher-27-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@30894e10{/solr,null,AVAILABLE}
   [junit4]   2> 104425 INFO  (jetty-launcher-27-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@190acf9f{/solr,null,AVAILABLE}
   [junit4]   2> 104425 INFO  (jetty-launcher-27-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@794ab302{/solr,null,AVAILABLE}
   [junit4]   2> 104538 INFO  (jetty-launcher-27-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4fa5d3a4{HTTP/1.1,[http/1.1]}{127.0.0.1:32921}
   [junit4]   2> 104555 INFO  (jetty-launcher-27-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@647e2165{HTTP/1.1,[http/1.1]}{127.0.0.1:41808}
   [junit4]   2> 104557 INFO  (jetty-launcher-27-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@53f829ed{HTTP/1.1,[http/1.1]}{127.0.0.1:36976}
   [junit4]   2> 104557 INFO  (jetty-launcher-27-thread-2) [    ] o.e.j.s.Server Started @114502ms
   [junit4]   2> 104557 INFO  (jetty-launcher-27-thread-1) [    ] o.e.j.s.Server Started @114502ms
   [junit4]   2> 104557 INFO  (jetty-launcher-27-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41808}
   [junit4]   2> 104572 INFO  (jetty-launcher-27-thread-3) [    ] o.e.j.s.Server Started @114517ms
   [junit4]   2> 104557 INFO  (jetty-launcher-27-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36976}
   [junit4]   2> 104572 INFO  (jetty-launcher-27-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=32921}
   [junit4]   2> 104701 ERROR (jetty-launcher-27-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 104702 INFO  (jetty-launcher-27-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 104702 INFO  (jetty-launcher-27-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 104703 INFO  (jetty-launcher-27-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 104704 INFO  (jetty-launcher-27-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-16T22:43:33.953Z
   [junit4]   2> 104705 ERROR (jetty-launcher-27-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 104722 INFO  (jetty-launcher-27-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 104723 INFO  (jetty-launcher-27-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 104723 INFO  (jetty-launcher-27-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 104723 ERROR (jetty-launcher-27-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 104723 INFO  (jetty-launcher-27-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-16T22:43:33.973Z
   [junit4]   2> 104723 INFO  (jetty-launcher-27-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 104723 INFO  (jetty-launcher-27-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 104738 INFO  (jetty-launcher-27-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 104738 INFO  (jetty-launcher-27-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-16T22:43:33.988Z
   [junit4]   2> 104913 INFO  (zkConnectionManagerCallback-32-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 104965 INFO  (zkConnectionManagerCallback-34-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 104985 INFO  (jetty-launcher-27-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 104989 INFO  (jetty-launcher-27-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 105005 INFO  (zkConnectionManagerCallback-36-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 105162 INFO  (jetty-launcher-27-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 105242 INFO  (jetty-launcher-27-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43489/solr
   [junit4]   2> 105347 INFO  (jetty-launcher-27-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43489/solr
   [junit4]   2> 105469 INFO  (jetty-launcher-27-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43489/solr
   [junit4]   2> 105616 INFO  (zkConnectionManagerCallback-44-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 105708 INFO  (zkConnectionManagerCallback-46-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 105725 INFO  (zkConnectionManagerCallback-48-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 105894 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 0x100450bf1120006, likely client has closed socket
   [junit4]   2> 105929 INFO  (zkConnectionManagerCallback-50-thread-1-processing-n:127.0.0.1:41808_solr) [n:127.0.0.1:41808_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 106131 INFO  (zkConnectionManagerCallback-52-thread-1-processing-n:127.0.0.1:32921_solr) [n:127.0.0.1:32921_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 106132 INFO  (zkConnectionManagerCallback-54-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 111775 INFO  (jetty-launcher-27-thread-2) [n:127.0.0.1:41808_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 111775 INFO  (jetty-launcher-27-thread-1) [n:127.0.0.1:36976_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 111827 INFO  (jetty-launcher-27-thread-1) [n:127.0.0.1:36976_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36976_solr
   [junit4]   2> 111848 INFO  (jetty-launcher-27-thread-2) [n:127.0.0.1:41808_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41808_solr
   [junit4]   2> 111884 INFO  (jetty-launcher-27-thread-1) [n:127.0.0.1:36976_solr    ] o.a.s.c.Overseer Overseer (id=72133511629373449-127.0.0.1:36976_solr-n_0000000000) starting
   [junit4]   2> 112031 INFO  (zkCallback-49-thread-1-processing-n:127.0.0.1:41808_solr) [n:127.0.0.1:41808_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 112032 INFO  (zkCallback-53-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 112216 INFO  (jetty-launcher-27-thread-3) [n:127.0.0.1:32921_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 112611 INFO  (jetty-launcher-27-thread-3) [n:127.0.0.1:32921_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 112871 INFO  (jetty-launcher-27-thread-3) [n:127.0.0.1:32921_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32921_solr
   [junit4]   2> 113095 INFO  (zkCallback-49-thread-1-processing-n:127.0.0.1:41808_solr) [n:127.0.0.1:41808_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 113106 INFO  (zkCallback-51-thread-1-processing-n:127.0.0.1:32921_solr) [n:127.0.0.1:32921_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 113155 INFO  (zkCallback-53-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 113692 DEBUG (OverseerStateUpdate-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 113985 INFO  (jetty-launcher-27-thread-1) [n:127.0.0.1:36976_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36976_solr
   [junit4]   2> 114205 INFO  (zkCallback-49-thread-1-processing-n:127.0.0.1:41808_solr) [n:127.0.0.1:41808_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 114205 INFO  (zkCallback-51-thread-1-processing-n:127.0.0.1:32921_solr) [n:127.0.0.1:32921_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 114205 DEBUG (OverseerStateUpdate-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:32921_solr"} current state version: 0
   [junit4]   2> 114216 INFO  (zkCallback-53-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 114442 DEBUG (OverseerStateUpdate-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:32921_solr
   [junit4]   2> 114443 DEBUG (OverseerStateUpdate-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:36976_solr"} current state version: 0
   [junit4]   2> 114443 DEBUG (OverseerStateUpdate-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:36976_solr
   [junit4]   2> 114918 DEBUG (OverseerAutoScalingTriggerThread-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 115000 DEBUG (OverseerAutoScalingTriggerThread-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 115742 INFO  (jetty-launcher-27-thread-3) [n:127.0.0.1:32921_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32921.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7542ec5a
   [junit4]   2> 115798 INFO  (jetty-launcher-27-thread-3) [n:127.0.0.1:32921_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32921.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7542ec5a
   [junit4]   2> 115798 INFO  (jetty-launcher-27-thread-3) [n:127.0.0.1:32921_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32921.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7542ec5a
   [junit4]   2> 115802 INFO  (jetty-launcher-27-thread-3) [n:127.0.0.1:32921_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node3/.
   [junit4]   2> 115971 INFO  (jetty-launcher-27-thread-2) [n:127.0.0.1:41808_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41808.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7542ec5a
   [junit4]   2> 115971 INFO  (jetty-launcher-27-thread-2) [n:127.0.0.1:41808_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41808.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7542ec5a
   [junit4]   2> 115972 INFO  (jetty-launcher-27-thread-2) [n:127.0.0.1:41808_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41808.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7542ec5a
   [junit4]   2> 116163 INFO  (jetty-launcher-27-thread-1) [n:127.0.0.1:36976_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36976.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7542ec5a
   [junit4]   2> 116313 INFO  (jetty-launcher-27-thread-1) [n:127.0.0.1:36976_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36976.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7542ec5a
   [junit4]   2> 116313 INFO  (jetty-launcher-27-thread-1) [n:127.0.0.1:36976_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36976.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7542ec5a
   [junit4]   2> 116327 DEBUG (OverseerAutoScalingTriggerThread-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:36976_solr, 127.0.0.1:41808_solr, 127.0.0.1:32921_solr]
   [junit4]   2> 116327 DEBUG (OverseerAutoScalingTriggerThread-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 116327 DEBUG (OverseerAutoScalingTriggerThread-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 116177 INFO  (jetty-launcher-27-thread-2) [n:127.0.0.1:41808_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node2/.
   [junit4]   2> 116348 INFO  (jetty-launcher-27-thread-1) [n:127.0.0.1:36976_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node1/.
   [junit4]   2> 116458 DEBUG (OverseerAutoScalingTriggerThread-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 116459 DEBUG (OverseerAutoScalingTriggerThread-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 116476 DEBUG (ScheduledTrigger-413-thread-1) [n:127.0.0.1:36976_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 117491 DEBUG (ScheduledTrigger-413-thread-1) [n:127.0.0.1:36976_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 118497 DEBUG (ScheduledTrigger-413-thread-2) [n:127.0.0.1:36976_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 118498 INFO  (zkConnectionManagerCallback-62-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 118656 INFO  (zkConnectionManagerCallback-66-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 118789 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[A6E48482CF9BE1C6]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 118860 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[A6E48482CF9BE1C6]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43489/solr ready
   [junit4]   2> 119517 DEBUG (ScheduledTrigger-413-thread-3) [n:127.0.0.1:36976_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 120520 DEBUG (ScheduledTrigger-413-thread-3) [n:127.0.0.1:36976_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 121521 DEBUG (ScheduledTrigger-413-thread-3) [n:127.0.0.1:36976_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 121904 INFO  (qtp154431209-378) [n:127.0.0.1:36976_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=3&name=AutoscalingHistoryHandlerTest_collection&nrtReplicas=3&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 122214 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection AutoscalingHistoryHandlerTest_collection
   [junit4]   2> 122230 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/protwords.txt
   [junit4]   2> 122325 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/managed-schema
   [junit4]   2> 122447 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/params.json
   [junit4]   2> 122522 DEBUG (ScheduledTrigger-413-thread-3) [n:127.0.0.1:36976_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 122543 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/solrconfig.xml
   [junit4]   2> 122580 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 122616 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 122632 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 122652 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 122671 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 122692 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 122707 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 122743 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 122778 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 122812 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 122827 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 122829 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 122866 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 122901 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 122903 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 122974 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 122994 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 123011 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 123031 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 123067 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 123111 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 123114 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 123241 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 123295 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 123297 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 123333 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 123348 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 123367 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 123369 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 123404 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 123406 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 123422 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 123441 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 123443 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 123493 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 123496 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 123529 DEBUG (ScheduledTrigger-413-thread-3) [n:127.0.0.1:36976_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 123530 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 123586 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 123620 INFO  (OverseerThreadFactory-415-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/stopwords.txt
   [junit4]   2> 123858 DEBUG (OverseerStateUpdate-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 123858 DEBUG (OverseerStateUpdate-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: AutoscalingHistoryHandlerTest_collection
   [junit4]   2> 123907 DEBUG (OverseerStateUpdate-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json
   [junit4]   2> 124162 DEBUG (OverseerStateUpdate-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:32921/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 124196 INFO  (OverseerStateUpdate-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:32921/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 124250 DEBUG (OverseerStateUpdate-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 124252 DEBUG (OverseerStateUpdate-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:32921/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 124278 DEBUG (OverseerStateUpdate-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36976/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 124278 INFO  (OverseerStateUpdate-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36976/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 124290 DEBUG (OverseerStateUpdate-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:32921/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 124291 DEBUG (OverseerStateUpdate-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:32921/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"http://127.0.0.1:36976/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 124305 DEBUG (OverseerStateUpdate-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:41808/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 124305 INFO  (OverseerStateUpdate-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:41808/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 124307 DEBUG (OverseerStateUpdate-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:32921/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"http://127.0.0.1:36976/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 124307 DEBUG (OverseerStateUpdate-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:32921/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"http://127.0.0.1:36976/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node6":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>       "base_url":"http://127.0.0.1:41808/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 124435 DEBUG (OverseerStateUpdate-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json version: 0
   [junit4]   2> 124530 DEBUG (ScheduledTrigger-413-thread-3) [n:127.0.0.1:36976_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 124742 INFO  (qtp652494065-370) [n:127.0.0.1:41808_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n4&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 124809 INFO  (qtp652494065-370) [n:127.0.0.1:41808_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 124818 INFO  (qtp877183562-381) [n:127.0.0.1:32921_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 124846 INFO  (qtp877183562-381) [n:127.0.0.1:32921_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 124992 INFO  (qtp154431209-387) [n:127.0.0.1:36976_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 124992 INFO  (qtp154431209-387) [n:127.0.0.1:36976_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 125252 DEBUG (OverseerStateUpdate-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:36976/solr",
   [junit4]   2>   "node_name":"127.0.0.1:36976_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 125254 DEBUG (OverseerStateUpdate-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:36976/solr",
   [junit4]   2>   "node_name":"127.0.0.1:36976_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 125254 DEBUG (OverseerStateUpdate-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node5:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2","base_url":"http://127.0.0.1:36976/solr","node_name":"127.0.0.1:36976_solr","state":"down","type":"NRT"}
   [junit4]   2> 125254 DEBUG (OverseerStateUpdate-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:32921/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"http://127.0.0.1:36976/solr",
   [junit4]   2>           "node_name":"127.0.0.1:36976_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"http://127.0.0.1:41808/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 125331 DEBUG (OverseerStateUpdate-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:32921/solr",
   [junit4]   2>   "node_name":"127.0.0.1:32921_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 125331 DEBUG (OverseerStateUpdate-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:32921/solr",
   [junit4]   2>   "node_name":"127.0.0.1:32921_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 125331 DEBUG (OverseerStateUpdate-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node3:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1","base_url":"http://127.0.0.1:32921/solr","node_name":"127.0.0.1:32921_solr","state":"down","type":"NRT"}
   [junit4]   2> 125331 DEBUG (OverseerStateUpdate-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:32921/solr",
   [junit4]   2>           "node_name":"127.0.0.1:32921_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"http://127.0.0.1:36976/solr",
   [junit4]   2>           "node_name":"127.0.0.1:36976_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"http://127.0.0.1:41808/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 125413 DEBUG (OverseerStateUpdate-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "core_node_name":"core_node6",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:41808/solr",
   [junit4]   2>   "node_name":"127.0.0.1:41808_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 125414 DEBUG (OverseerStateUpdate-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "core_node_name":"core_node6",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:41808/solr",
   [junit4]   2>   "node_name":"127.0.0.1:41808_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 125414 DEBUG (OverseerStateUpdate-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node6:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4","base_url":"http://127.0.0.1:41808/solr","node_name":"127.0.0.1:41808_solr","state":"down","type":"NRT"}
   [junit4]   2> 125414 DEBUG (OverseerStateUpdate-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:32921/solr",
   [junit4]   2>           "node_name":"127.0.0.1:32921_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"http://127.0.0.1:36976/solr",
   [junit4]   2>           "node_name":"127.0.0.1:36976_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"http://127.0.0.1:41808/solr",
   [junit4]   2>           "node_name":"127.0.0.1:41808_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 125531 DEBUG (ScheduledTrigger-413-thread-3) [n:127.0.0.1:36976_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 125551 DEBUG (OverseerStateUpdate-72133511629373449-127.0.0.1:36976_solr-n_0000000000) [n:127.0.0.1:36976_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json version: 1
   [junit4]   2> 125569 INFO  (zkCallback-53-thread-1-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 125569 INFO  (zkCallback-53-thread-2-processing-n:127.0.0.1:36976_solr) [n:127.0.0.1:36976_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 125580 INFO  (zkCallback-51-thread-1-processing-n:127.0.0.1:32921_solr) [n:127.0.0.1:32921_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 125597 INFO  (zkCallback-49-thread-1-processing-n:127.0.0.1:41808_solr) [n:127.0.0.1:41808_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 125601 INFO  (zkCallback-51-thread-2-processing-n:127.0.0.1:32921_solr) [n:127.0.0.1:32921_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 125601 INFO  (zkCallback-49-thread-2-processing-n:127.0.0.1:41808_solr) [n:127.0.0.1:41808_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 126561 DEBUG (ScheduledTrigger-413-thread-3) [n:127.0.0.1:36976_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 126915 INFO  (qtp652494065-370) [n:127.0.0.1:41808_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 127095 INFO  (qtp652494065-370) [n:127.0.0.1:41808_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 127097 WARN  (qtp652494065-370) [n:127.0.0.1:41808_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/extraction/lib
   [junit4]   2> 127221 WARN  (qtp652494065-370) [n:127.0.0.1:41808_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 127222 WARN  (qtp652494065-370) [n:127.0.0.1:41808_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/clustering/lib
   [junit4]   2> 127222 WARN  (qtp652494065-370) [n:127.0.0.1:41808_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 127222 WARN  (qtp652494065-370) [n:127.0.0.1:41808_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/langid/lib
   [junit4]   2> 127222 WARN  (qtp652494065-370) [n:127.0.0.1:41808_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 127222 WARN  (qtp652494065-370) [n:127.0.0.1:41808_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/velocity/lib
   [junit4]   2> 127223 WARN  (qtp652494065-370) [n:127.0.0.1:41808_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 127013 INFO  (qtp877183562-381) [n:127.0.0.1:32921_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 127241 INFO  (qtp877183562-381) [n:127.0.0.1:32921_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 127242 WARN  (qtp877183562-381) [n:127.0.0.1:32921_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 127242 WARN  (qtp877183562-381) [n:127.0.0.1:32921_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 127242 WARN  (qtp877183562-381) [n:127.0.0.1:32921_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 127243 WARN  (qtp877183562-381) [n:127.0.0.1:32921_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 127243 WARN  (qtp877183562-381) [n:127.0.0.1:32921_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 127243 WARN  (qtp877183562-381) [n:127.0.0.1:32921_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 127243 WARN  (qtp877183562-381) [n:127.0.0.1:32921_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 127243 WARN  (qtp877183562-381) [n:127.0.0.1:32921_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 127099 INFO  (qtp154431209-387) [n:127.0.0.1:36976_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 127245 INFO  (qtp154431209-387) [n:127.0.0.1:36976_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 127246 WARN  (qtp154431209-387) [n:127.0.0.1:36976_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/extraction/lib
   [junit4]   2> 127246 WARN  (qtp154431209-387) [n:127.0.0.1:36976_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 127246 WARN  (qtp154431209-387) [n:127.0.0.1:36976_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/clustering/lib
   [junit4]   2> 127246 WARN  (qtp154431209-387) [n:127.0.0.1:36976_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 127246 WARN  (qtp154431209-387) [n:127.0.0.1:36976_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/langid/lib
   [junit4]   2> 127247 WARN  (qtp154431209-387) [n:127.0.0.1:36976_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 127247 WARN  (qtp154431209-387) [n:127.0.0.1:36976_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A6E48482CF9BE1C6-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/velocity/lib
   [junit4]   2> 127247 WARN  (qtp154431209-387) [n:127.0.0.1:36976_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest

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

ollection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@45ef8cb0
   [junit4]   2> 74264 INFO  (coreCloseExecutor-147-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1173327024
   [junit4]   2> 74291 INFO  (SUITE-TestModelManagerPersistence-seed#[D90C02519A7FDF64]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@bfb7edd{/solr,null,UNAVAILABLE}
   [junit4]   2> 74291 INFO  (SUITE-TestModelManagerPersistence-seed#[D90C02519A7FDF64]-worker) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 104358 WARN  (SUITE-TestModelManagerPersistence-seed#[D90C02519A7FDF64]-worker) [    ] o.e.j.u.t.QueuedThreadPool QueuedThreadPool@qtp504322550{STOPPING,8<=8<=10000,i=0,q=1} Couldn't stop Thread[qtp504322550-166,5,TGRP-TestModelManagerPersistence]
   [junit4]   2> 104358 INFO  (SUITE-TestModelManagerPersistence-seed#[D90C02519A7FDF64]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 104359 INFO  (SUITE-TestModelManagerPersistence-seed#[D90C02519A7FDF64]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1705825198
   [junit4]   2> 104359 INFO  (SUITE-TestModelManagerPersistence-seed#[D90C02519A7FDF64]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 104359 INFO  (SUITE-TestModelManagerPersistence-seed#[D90C02519A7FDF64]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2158165: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / null
   [junit4]   2> 104359 INFO  (SUITE-TestModelManagerPersistence-seed#[D90C02519A7FDF64]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 104359 INFO  (SUITE-TestModelManagerPersistence-seed#[D90C02519A7FDF64]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5cd72ba5: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / null
   [junit4]   2> 104359 INFO  (SUITE-TestModelManagerPersistence-seed#[D90C02519A7FDF64]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 104359 INFO  (SUITE-TestModelManagerPersistence-seed#[D90C02519A7FDF64]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4befdcbd: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / null
   [junit4]   2> 104405 INFO  (coreCloseExecutor-149-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@49a7117
   [junit4]   2> 104405 INFO  (coreCloseExecutor-149-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=77230359
   [junit4]   2> 104405 INFO  (coreCloseExecutor-149-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2944154d: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / null
   [junit4]   2> 104419 INFO  (SUITE-TestModelManagerPersistence-seed#[D90C02519A7FDF64]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Feb 17, 2018 12:27:44 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Feb 17, 2018 12:28:04 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.ltr.store.rest.TestModelManagerPersistence: 
   [junit4]   2>    1) Thread[id=166, name=qtp504322550-166, state=TIMED_WAITING, group=TGRP-TestModelManagerPersistence]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Feb 17, 2018 12:28:04 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=166, name=qtp504322550-166, state=TIMED_WAITING, group=TGRP-TestModelManagerPersistence]
   [junit4]   2> Feb 17, 2018 12:28:07 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=166, name=qtp504322550-166, state=TIMED_WAITING, group=TGRP-TestModelManagerPersistence]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {description=FSTOrd50, id=Lucene50(blocksize=128), text=PostingsFormat(name=Memory), title=FSTOrd50}, docValues:{}, maxPointsInLeafNode=931, maxMBSortInHeap=5.313635556107098, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@513e05ba), locale=sq-AL, timezone=America/Anchorage
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=4,threads=2,free=232135408,total=347602944
   [junit4]   2> NOTE: All tests run in this JVM: [TestExternalFeatures, TestOriginalScoreScorer, TestRerankBase, TestLTRWithFacet, TestModelManagerPersistence]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestModelManagerPersistence -Dtests.seed=D90C02519A7FDF64 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=sq-AL -Dtests.timezone=America/Anchorage -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J2 | TestModelManagerPersistence (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.ltr.store.rest.TestModelManagerPersistence: 
   [junit4]    >    1) Thread[id=166, name=qtp504322550-166, state=TIMED_WAITING, group=TGRP-TestModelManagerPersistence]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D90C02519A7FDF64]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=166, name=qtp504322550-166, state=TIMED_WAITING, group=TGRP-TestModelManagerPersistence]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D90C02519A7FDF64]:0)
   [junit4] Completed [30/36 (1!)] on J2 in 74.05s, 4 tests, 2 errors <<< FAILURES!

[...truncated 40922 lines...]

[JENKINS] Lucene-Solr-Tests-master - Build # 2339 - Still Failing

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

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

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:35987/solr/MoveReplicaHDFSTest_failed_coll_true, http://127.0.0.1:45147/solr/MoveReplicaHDFSTest_failed_coll_true]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:35987/solr/MoveReplicaHDFSTest_failed_coll_true, http://127.0.0.1:45147/solr/MoveReplicaHDFSTest_failed_coll_true]
	at __randomizedtesting.SeedInfo.seed([1EE02610ED4D8C30:B42DF5E25A9E59E0]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:991)
	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:309)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:35987/solr/MoveReplicaHDFSTest_failed_coll_true: no servers hosting shard: shard2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:436)
	... 46 more


FAILED:  org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitAfterFailedSplit

Error Message:
expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([1EE02610ED4D8C30:E7ADB5BFD138C1BA]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitAfterFailedSplit(ShardSplitTest.java:282)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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 13887 lines...]
   [junit4] Suite: org.apache.solr.cloud.MoveReplicaHDFSTest
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_1EE02610ED4D8C30-001/init-core-data-001
   [junit4]   2> 3601383 WARN  (SUITE-MoveReplicaHDFSTest-seed#[1EE02610ED4D8C30]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 3601383 INFO  (SUITE-MoveReplicaHDFSTest-seed#[1EE02610ED4D8C30]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 3601385 INFO  (SUITE-MoveReplicaHDFSTest-seed#[1EE02610ED4D8C30]-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> 3601385 INFO  (SUITE-MoveReplicaHDFSTest-seed#[1EE02610ED4D8C30]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3601385 INFO  (SUITE-MoveReplicaHDFSTest-seed#[1EE02610ED4D8C30]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_1EE02610ED4D8C30-001/tempDir-001
   [junit4]   2> 3601385 INFO  (SUITE-MoveReplicaHDFSTest-seed#[1EE02610ED4D8C30]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3601386 INFO  (Thread-3832) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3601386 INFO  (Thread-3832) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3601387 ERROR (Thread-3832) [    ] 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> 3601486 INFO  (SUITE-MoveReplicaHDFSTest-seed#[1EE02610ED4D8C30]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:41358
   [junit4]   2> 3601488 INFO  (zkConnectionManagerCallback-4100-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3601491 INFO  (jetty-launcher-4097-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3601491 INFO  (jetty-launcher-4097-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3601491 INFO  (jetty-launcher-4097-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3601491 INFO  (jetty-launcher-4097-thread-4) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3601491 INFO  (jetty-launcher-4097-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3601492 INFO  (jetty-launcher-4097-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3601492 INFO  (jetty-launcher-4097-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 3601492 INFO  (jetty-launcher-4097-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@745ad006{/solr,null,AVAILABLE}
   [junit4]   2> 3601492 INFO  (jetty-launcher-4097-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3601492 INFO  (jetty-launcher-4097-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3601492 INFO  (jetty-launcher-4097-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 3601493 INFO  (jetty-launcher-4097-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3601493 INFO  (jetty-launcher-4097-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@60b31f26{/solr,null,AVAILABLE}
   [junit4]   2> 3601493 INFO  (jetty-launcher-4097-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3601493 INFO  (jetty-launcher-4097-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3601493 INFO  (jetty-launcher-4097-thread-3) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 3601493 INFO  (jetty-launcher-4097-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3601493 INFO  (jetty-launcher-4097-thread-4) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 3601493 INFO  (jetty-launcher-4097-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@18957567{/solr,null,AVAILABLE}
   [junit4]   2> 3601493 INFO  (jetty-launcher-4097-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7b2889b5{HTTP/1.1,[http/1.1]}{127.0.0.1:35272}
   [junit4]   2> 3601493 INFO  (jetty-launcher-4097-thread-2) [    ] o.e.j.s.Server Started @3615261ms
   [junit4]   2> 3601493 INFO  (jetty-launcher-4097-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35272}
   [junit4]   2> 3601494 ERROR (jetty-launcher-4097-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3601494 INFO  (jetty-launcher-4097-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 3601494 INFO  (jetty-launcher-4097-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3601494 INFO  (jetty-launcher-4097-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3601494 INFO  (jetty-launcher-4097-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-16T20:05:43.527Z
   [junit4]   2> 3601494 INFO  (jetty-launcher-4097-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4d966c14{HTTP/1.1,[http/1.1]}{127.0.0.1:44634}
   [junit4]   2> 3601494 INFO  (jetty-launcher-4097-thread-1) [    ] o.e.j.s.Server Started @3615262ms
   [junit4]   2> 3601494 INFO  (jetty-launcher-4097-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44634}
   [junit4]   2> 3601495 ERROR (jetty-launcher-4097-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3601495 INFO  (jetty-launcher-4097-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 3601495 INFO  (jetty-launcher-4097-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3601495 INFO  (jetty-launcher-4097-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3601495 INFO  (jetty-launcher-4097-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-16T20:05:43.528Z
   [junit4]   2> 3601502 INFO  (jetty-launcher-4097-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@18d69ddb{/solr,null,AVAILABLE}
   [junit4]   2> 3601503 INFO  (zkConnectionManagerCallback-4104-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3601503 INFO  (jetty-launcher-4097-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@813c019{HTTP/1.1,[http/1.1]}{127.0.0.1:46032}
   [junit4]   2> 3601503 INFO  (jetty-launcher-4097-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1ad7229{HTTP/1.1,[http/1.1]}{127.0.0.1:45147}
   [junit4]   2> 3601503 INFO  (jetty-launcher-4097-thread-3) [    ] o.e.j.s.Server Started @3615271ms
   [junit4]   2> 3601503 INFO  (jetty-launcher-4097-thread-4) [    ] o.e.j.s.Server Started @3615271ms
   [junit4]   2> 3601503 INFO  (jetty-launcher-4097-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46032}
   [junit4]   2> 3601503 INFO  (jetty-launcher-4097-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45147}
   [junit4]   2> 3601503 INFO  (jetty-launcher-4097-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3601503 ERROR (jetty-launcher-4097-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3601503 ERROR (jetty-launcher-4097-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3601503 INFO  (jetty-launcher-4097-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 3601503 INFO  (jetty-launcher-4097-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 3601503 INFO  (jetty-launcher-4097-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3601503 INFO  (jetty-launcher-4097-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3601503 INFO  (jetty-launcher-4097-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3601504 INFO  (jetty-launcher-4097-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3601504 INFO  (jetty-launcher-4097-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-16T20:05:43.537Z
   [junit4]   2> 3601504 INFO  (jetty-launcher-4097-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-16T20:05:43.537Z
   [junit4]   2> 3601504 INFO  (zkConnectionManagerCallback-4102-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3601518 INFO  (zkConnectionManagerCallback-4108-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3601518 INFO  (jetty-launcher-4097-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3601518 INFO  (zkConnectionManagerCallback-4106-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3601519 INFO  (jetty-launcher-4097-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3601519 INFO  (jetty-launcher-4097-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3601520 INFO  (jetty-launcher-4097-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41358/solr
   [junit4]   2> 3601521 INFO  (zkConnectionManagerCallback-4112-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3601526 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 0x100447b7fe50005, likely client has closed socket
   [junit4]   2> 3601526 DEBUG (jetty-launcher-4097-thread-1) [n:127.0.0.1:44634_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$38/2015688461@7a8e534c
   [junit4]   2> 3601528 INFO  (zkConnectionManagerCallback-4114-thread-1-processing-n:127.0.0.1:44634_solr) [n:127.0.0.1:44634_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3601528 INFO  (jetty-launcher-4097-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41358/solr
   [junit4]   2> 3601529 INFO  (jetty-launcher-4097-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41358/solr
   [junit4]   2> 3601535 INFO  (jetty-launcher-4097-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41358/solr
   [junit4]   2> 3601536 INFO  (zkConnectionManagerCallback-4121-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3601543 INFO  (zkConnectionManagerCallback-4126-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3601543 INFO  (zkConnectionManagerCallback-4124-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3601543 DEBUG (jetty-launcher-4097-thread-2) [n:127.0.0.1:35272_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$38/2015688461@18a5827c
   [junit4]   2> 3601544 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 0x100447b7fe50009, likely client has closed socket
   [junit4]   2> 3601544 DEBUG (jetty-launcher-4097-thread-3) [n:127.0.0.1:46032_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$38/2015688461@1390e927
   [junit4]   2> 3601544 INFO  (zkConnectionManagerCallback-4128-thread-1-processing-n:127.0.0.1:35272_solr) [n:127.0.0.1:35272_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3601544 DEBUG (jetty-launcher-4097-thread-4) [n:127.0.0.1:45147_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$38/2015688461@18cd7c5
   [junit4]   2> 3601545 INFO  (zkConnectionManagerCallback-4130-thread-1-processing-n:127.0.0.1:46032_solr) [n:127.0.0.1:46032_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3601546 INFO  (zkConnectionManagerCallback-4132-thread-1-processing-n:127.0.0.1:45147_solr) [n:127.0.0.1:45147_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3601621 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 3601621 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 3601621 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 3601621 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 3601621 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 3601622 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 3601622 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 3601622 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 3601622 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 3601622 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 3601622 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 3601622 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 3601622 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 3601622 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 3601623 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 3601623 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 3601623 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 3601623 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 3601623 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 3601623 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 3601623 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 3601623 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 3601624 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 3601624 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 3601625 INFO  (jetty-launcher-4097-thread-3) [n:127.0.0.1:46032_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3601625 INFO  (jetty-launcher-4097-thread-2) [n:127.0.0.1:35272_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3601625 INFO  (jetty-launcher-4097-thread-1) [n:127.0.0.1:44634_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3601625 DEBUG (jetty-launcher-4097-thread-3) [n:127.0.0.1:46032_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72132891255308299-127.0.0.1:46032_solr-n_0000000000
   [junit4]   2> 3601626 DEBUG (jetty-launcher-4097-thread-1) [n:127.0.0.1:44634_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72132891255308294-127.0.0.1:44634_solr-n_0000000002
   [junit4]   2> 3601626 DEBUG (jetty-launcher-4097-thread-2) [n:127.0.0.1:35272_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72132891255308298-127.0.0.1:35272_solr-n_0000000001
   [junit4]   2> 3601626 INFO  (jetty-launcher-4097-thread-4) [n:127.0.0.1:45147_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3601626 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72132891255308299-127.0.0.1:46032_solr-n_0000000000
   [junit4]   2> 3601626 INFO  (jetty-launcher-4097-thread-3) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46032_solr
   [junit4]   2> 3601626 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72132891255308298-127.0.0.1:35272_solr-n_0000000001
   [junit4]   2> 3601626 DEBUG (jetty-launcher-4097-thread-2) [n:127.0.0.1:35272_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72132891255308299-127.0.0.1:46032_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 3601626 DEBUG (jetty-launcher-4097-thread-4) [n:127.0.0.1:45147_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72132891255308300-127.0.0.1:45147_solr-n_0000000003
   [junit4]   2> 3601626 DEBUG (jetty-launcher-4097-thread-1) [n:127.0.0.1:44634_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72132891255308298-127.0.0.1:35272_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 3601626 INFO  (jetty-launcher-4097-thread-2) [n:127.0.0.1:35272_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35272_solr
   [junit4]   2> 3601627 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72132891255308294-127.0.0.1:44634_solr-n_0000000002
   [junit4]   2> 3601627 INFO  (jetty-launcher-4097-thread-1) [n:127.0.0.1:44634_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44634_solr
   [junit4]   2> 3601627 DEBUG (jetty-launcher-4097-thread-4) [n:127.0.0.1:45147_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72132891255308294-127.0.0.1:44634_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 3601627 INFO  (jetty-launcher-4097-thread-4) [n:127.0.0.1:45147_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45147_solr
   [junit4]   2> 3601627 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 3601627 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 3601627 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 3601627 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 3601646 INFO  (jetty-launcher-4097-thread-3) [n:127.0.0.1:46032_solr    ] o.a.s.c.Overseer Overseer (id=72132891255308299-127.0.0.1:46032_solr-n_0000000000) starting
   [junit4]   2> 3601646 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 3601646 INFO  (zkCallback-4129-thread-1-processing-n:127.0.0.1:46032_solr) [n:127.0.0.1:46032_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3601654 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 3601654 INFO  (zkCallback-4127-thread-1-processing-n:127.0.0.1:35272_solr) [n:127.0.0.1:35272_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3601654 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 3601654 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 3601654 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 3601654 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 3601654 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 3601654 INFO  (zkCallback-4127-thread-1-processing-n:127.0.0.1:35272_solr) [n:127.0.0.1:35272_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3601654 INFO  (zkCallback-4129-thread-1-processing-n:127.0.0.1:46032_solr) [n:127.0.0.1:46032_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3601660 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 3601660 DEBUG (jetty-launcher-4097-thread-3) [n:127.0.0.1:46032_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:46032_solr as DOWN
   [junit4]   2> 3601660 DEBUG (OverseerStateUpdate-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 3601661 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0
   [junit4]   2> 3601661 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 3601661 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 3601661 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 3601661 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 3601661 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 elements. ExcludeSet: []
   [junit4]   2> 3601661 DEBUG (OverseerAutoScalingTriggerThread-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 3601662 INFO  (zkCallback-4131-thread-1-processing-n:127.0.0.1:45147_solr) [n:127.0.0.1:45147_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 3601661 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 3601661 INFO  (jetty-launcher-4097-thread-3) [n:127.0.0.1:46032_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46032_solr
   [junit4]   2> 3601662 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/autoscaling.json
   [junit4]   2> 3601662 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 3601662 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 3601662 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 3601663 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 3601663 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 3601663 INFO  (zkCallback-4131-thread-1-processing-n:127.0.0.1:45147_solr) [n:127.0.0.1:45147_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3601663 INFO  (zkCallback-4127-thread-1-processing-n:127.0.0.1:35272_solr) [n:127.0.0.1:35272_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3601663 DEBUG (OverseerAutoScalingTriggerThread-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 3601663 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue-work
   [junit4]   2> 3601673 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 3601673 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 3601673 INFO  (zkCallback-4129-thread-1-processing-n:127.0.0.1:46032_solr) [n:127.0.0.1:46032_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3601673 DEBUG (OverseerAutoScalingTriggerThread-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:44634_solr, 127.0.0.1:46032_solr, 127.0.0.1:35272_solr, 127.0.0.1:45147_solr]
   [junit4]   2> 3601673 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 3601673 DEBUG (OverseerAutoScalingTriggerThread-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 3601673 DEBUG (OverseerAutoScalingTriggerThread-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 3601673 INFO  (zkCallback-4113-thread-1-processing-n:127.0.0.1:44634_solr) [n:127.0.0.1:44634_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3601682 DEBUG (OverseerStateUpdate-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:46032_solr"} current state version: 0
   [junit4]   2> 3601682 DEBUG (OverseerStateUpdate-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:46032_solr
   [junit4]   2> 3601683 DEBUG (OverseerAutoScalingTriggerThread-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 3601683 DEBUG (OverseerAutoScalingTriggerThread-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 3601683 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 3601684 DEBUG (ScheduledTrigger-7346-thread-1) [n:127.0.0.1:46032_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 3601693 INFO  (jetty-launcher-4097-thread-2) [n:127.0.0.1:35272_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35272.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28d78e81
   [junit4]   2> 3601702 INFO  (jetty-launcher-4097-thread-2) [n:127.0.0.1:35272_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35272.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28d78e81
   [junit4]   2> 3601702 INFO  (jetty-launcher-4097-thread-2) [n:127.0.0.1:35272_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35272.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28d78e81
   [junit4]   2> 3601703 INFO  (jetty-launcher-4097-thread-2) [n:127.0.0.1:35272_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_1EE02610ED4D8C30-001/tempDir-001/node2/.
   [junit4]   2> 3601714 INFO  (jetty-launcher-4097-thread-1) [n:127.0.0.1:44634_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44634.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28d78e81
   [junit4]   2> 3601715 INFO  (jetty-launcher-4097-thread-3) [n:127.0.0.1:46032_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46032.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28d78e81
   [junit4]   2> 3601723 INFO  (jetty-launcher-4097-thread-1) [n:127.0.0.1:44634_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44634.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28d78e81
   [junit4]   2> 3601723 INFO  (jetty-launcher-4097-thread-1) [n:127.0.0.1:44634_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44634.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28d78e81
   [junit4]   2> 3601724 INFO  (jetty-launcher-4097-thread-1) [n:127.0.0.1:44634_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_1EE02610ED4D8C30-001/tempDir-001/node1/.
   [junit4]   2> 3601726 INFO  (jetty-launcher-4097-thread-3) [n:127.0.0.1:46032_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46032.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28d78e81
   [junit4]   2> 3601726 INFO  (jetty-launcher-4097-thread-3) [n:127.0.0.1:46032_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46032.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28d78e81
   [junit4]   2> 3601727 INFO  (jetty-launcher-4097-thread-3) [n:127.0.0.1:46032_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_1EE02610ED4D8C30-001/tempDir-001/node3/.
   [junit4]   2> 3601746 INFO  (jetty-launcher-4097-thread-4) [n:127.0.0.1:45147_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45147.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28d78e81
   [junit4]   2> 3601753 INFO  (jetty-launcher-4097-thread-4) [n:127.0.0.1:45147_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45147.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28d78e81
   [junit4]   2> 3601753 INFO  (jetty-launcher-4097-thread-4) [n:127.0.0.1:45147_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45147.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28d78e81
   [junit4]   2> 3601754 INFO  (jetty-launcher-4097-thread-4) [n:127.0.0.1:45147_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_1EE02610ED4D8C30-001/tempDir-001/node4/.
   [junit4]   2> 3601782 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 3601783 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 3601832 INFO  (zkConnectionManagerCallback-4142-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3601835 INFO  (zkConnectionManagerCallback-4146-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3601835 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 3601836 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 3601836 INFO  (SUITE-MoveReplicaHDFSTest-seed#[1EE02610ED4D8C30]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3601836 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 3601836 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 3601836 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 3601837 INFO  (SUITE-MoveReplicaHDFSTest-seed#[1EE02610ED4D8C30]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41358/solr ready
   [junit4]   2> 3601841 INFO  (qtp1037839586-17394) [n:127.0.0.1:46032_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3601841 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 3601842 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 3601842 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 3601842 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000
   [junit4]   2> 3601842 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 3601842 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 3601842 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000
   [junit4]   2> 3601842 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskQueue Returning topN elements: [/overseer/collection-queue-work/qn-0000000000, ]
   [junit4]   2> 3601842 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ecf]]
   [junit4]   2> 3601843 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as running
   [junit4]   2> 3601843 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_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> 3601843 DEBUG (OverseerThreadFactory-7348-thread-1-processing-n:127.0.0.1:46032_solr) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskProcessor Runner processing /overseer/collection-queue-work/qn-0000000000
   [junit4]   2> 3601843 DEBUG (OverseerThreadFactory-7348-thread-1-processing-n:127.0.0.1:46032_solr) [n:127.0.0.1:46032_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : overseerstatus , {"operation":"overseerstatus"}
   [junit4]   2> 3601843 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1
   [junit4]   2> 3601843 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 3601843 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 3601843 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 3601843 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 3601843 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 99 elements. ExcludeSet: [/overseer/collection-queue-work/qn-0000000000],[]
   [junit4]   2> 3601845 DEBUG (OverseerThreadFactory-7348-thread-1-processing-n:127.0.0.1:46032_solr) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskProcessor Completed task:[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 3601845 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 3601846 DEBUG (zkCallback-4129-thread-1-processing-n:127.0.0.1:46032_solr) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskQueue NodeDataChanged fired on path /overseer/collection-queue-work/qnr-0000000000 state SyncConnected latchEventType null
   [junit4]   2> 3601846 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 3601846 DEBUG (OverseerThreadFactory-7348-thread-1-processing-n:127.0.0.1:46032_solr) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as completed.
   [junit4]   2> 3601846 DEBUG (OverseerThreadFactory-7348-thread-1-processing-n:127.0.0.1:46032_solr) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 3601846 DEBUG (OverseerThreadFactory-7348-thread-1-processing-n:127.0.0.1:46032_solr) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 3601846 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 3601846 DEBUG (OverseerThreadFactory-7348-thread-1-processing-n:127.0.0.1:46032_solr) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 3601846 DEBUG (OverseerThreadFactory-7348-thread-1-processing-n:127.0.0.1:46032_solr) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 3601846 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 3601846 DEBUG (OverseerThreadFactory-7348-thread-1-processing-n:127.0.0.1:46032_solr) [n:127.0.0.1:46032_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:46032_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=16.263782857984793,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.38302,medianRequestTime=0.292709,75thPcRequestTime=0.659467,95thPcRequestTime=0.659467,99thPcRequestTime=0.659467,999thPcRequestTime=0.659467},downnode={requests=1,errors=0,avgRequestsPerSecond=6.155417054157865,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.055393,medianRequestTime=0.055393,75thPcRequestTime=0.055393,95thPcRequestTime=0.055393,99thPcRequestTime=0.055393,999thPcRequestTime=0.055393}},collection_operations={am_i_leader={requests=3,errors=0,avgRequestsPerSecond=16.279483834220223,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.271117,medianRequestTime=0.212072,75thPcRequestTime=0.44361,95thPcRequestTime=0.44361,99thPcRequestTime=0.44361,999thPcRequestTime=0.44361},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=5.500666119665759,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=10.684742,medianRequestTime=10.684742,75thPcRequestTime=10.684742,95thPcRequestTime=10.684742,99thPcRequestTime=10.684742,999thPcRequestTime=10.684742}},collection_queue={peektopn_wait2000={avgRequestsPerSecond=5.4791457630406875,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=181.044302,medianRequestTime=181.044302,75thPcRequestTime=181.044302,95thPcRequestTime=181.044302,99thPcRequestTime=181.044302,999thPcRequestTime=181.044302}}}
   [junit4]   2> 3601846 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000
   [junit4]   2> 3601847 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 3601847 INFO  (qtp1037839586-17394) [n:127.0.0.1:46032_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=5
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 3601881 WARN  (SUITE-MoveReplicaHDFSTest-seed#[1EE02610ED4D8C30]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 3601902 WARN  (SUITE-MoveReplicaHDFSTest-seed#[1EE02610ED4D8C30]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 3601904 INFO  (SUITE-MoveReplicaHDFSTest-seed#[1EE02610ED4D8C30]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 3601923 INFO  (SUITE-MoveReplicaHDFSTest-seed#[1EE02610ED4D8C30]-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_lucene2.us.west_apache_org_38737_hdfs____.yfy62o/webapp
   [junit4]   2> 3602289 INFO  (SUITE-MoveReplicaHDFSTest-seed#[1EE02610ED4D8C30]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@lucene2-us-west.apache.org:38737
   [junit4]   2> 3602412 WARN  (SUITE-MoveReplicaHDFSTest-seed#[1EE02610ED4D8C30]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 3602413 INFO  (SUITE-MoveReplicaHDFSTest-seed#[1EE02610ED4D8C30]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 3602424 INFO  (SUITE-MoveReplicaHDFSTest-seed#[1EE02610ED4D8C30]-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_42985_datanode____.ckhtgh/webapp
   [junit4]   2> 3602684 DEBUG (ScheduledTrigger-7346-thread-1) [n:127.0.0.1:46032_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 3602781 INFO  (SUITE-MoveReplicaHDFSTest-seed#[1EE02610ED4D8C30]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:42985
   [junit4]   2> 3602877 WARN  (SUITE-MoveReplicaHDFSTest-seed#[1EE02610ED4D8C30]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 3602878 INFO  (SUITE-MoveReplicaHDFSTest-seed#[1EE02610ED4D8C30]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 3602903 INFO  (SUITE-MoveReplicaHDFSTest-seed#[1EE02610ED4D8C30]-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_35624_datanode____.90zqv7/webapp
   [junit4]   2> 3602968 ERROR (DataNode: [[[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_1EE02610ED4D8C30-001/tempDir-002/hdfsBaseDir/data/data1/, [DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_1EE02610ED4D8C30-001/tempDir-002/hdfsBaseDir/data/data2/]]  heartbeating to lucene2-us-west.apache.org/127.0.0.1:38578) [    ] 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> 3603004 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x414f5d49ca91d: from storage DS-c6094eff-fa02-4e4c-a02e-68e1d7f8e67b node DatanodeRegistration(127.0.0.1:33308, datanodeUuid=4fe544a3-009f-402c-950f-6aa666f8fc26, infoPort=46273, infoSecurePort=0, ipcPort=41557, storageInfo=lv=-56;cid=testClusterID;nsid=1614120562;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 3603004 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x414f5d49ca91d: from storage DS-2556f739-fb56-481c-8d3d-ee9ee85c93c6 node DatanodeRegistration(127.0.0.1:33308, datanodeUuid=4fe544a3-009f-402c-950f-6aa666f8fc26, infoPort=46273, infoSecurePort=0, ipcPort=41557, storageInfo=lv=-56;cid=testClusterID;nsid=1614120562;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 3603233 INFO  (SUITE-MoveReplicaHDFSTest-seed#[1EE02610ED4D8C30]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:35624
   [junit4]   2> 3603313 ERROR (DataNode: [[[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_1EE02610ED4D8C30-001/tempDir-002/hdfsBaseDir/data/data3/, [DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_1EE02610ED4D8C30-001/tempDir-002/hdfsBaseDir/data/data4/]]  heartbeating to lucene2-us-west.apache.org/127.0.0.1:38578) [    ] 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> 3603323 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x414f5e7ace80c: from storage DS-3f268ea3-b01e-4652-b776-40ec747cc202 node DatanodeRegistration(127.0.0.1:46633, datanodeUuid=8d29bcab-ae21-4d64-bfdb-1662bc7541e5, infoPort=34031, infoSecurePort=0, ipcPort=40309, storageInfo=lv=-56;cid=testClusterID;nsid=1614120562;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 3603323 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x414f5e7ace80c: from storage DS-9c6aa18f-3ee0-4061-b99e-2dd85de1139c node DatanodeRegistration(127.0.0.1:46633, datanodeUuid=8d29bcab-ae21-4d64-bfdb-1662bc7541e5, infoPort=34031, infoSecurePort=0, ipcPort=40309, storageInfo=lv=-56;cid=testClusterID;nsid=1614120562;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 3603686 DEBUG (ScheduledTrigger-7346-thread-2) [n:127.0.0.1:46032_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 3603844 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskProcessor Got 0 tasks from work-queue : [[]]
   [junit4]   2> 3603845 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0
   [junit4]   2> 3603845 INFO  (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_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> 3603845 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 3603845 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 3603845 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 3603845 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 3603845 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 elements. ExcludeSet: []
   [junit4]   2> 3603916 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[1EE02610ED4D8C30]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNormalFailedMove
   [junit4]   2> 3603917 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 3603917 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 3603917 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[1EE02610ED4D8C30]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3603917 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 3603918 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 3603918 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 3603919 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[1EE02610ED4D8C30]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3603920 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[1EE02610ED4D8C30]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3603920 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[1EE02610ED4D8C30]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3603920 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[1EE02610ED4D8C30]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 3603920 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[1EE02610ED4D8C30]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4e9063ad{/solr,null,AVAILABLE}
   [junit4]   2> 3603920 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[1EE02610ED4D8C30]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@136cabda{HTTP/1.1,[http/1.1]}{127.0.0.1:44033}
   [junit4]   2> 3603921 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[1EE02610ED4D8C30]) [    ] o.e.j.s.Server Started @3617689ms
   [junit4]   2> 3603921 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[1EE02610ED4D8C30]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44033}
   [junit4]   2> 3603921 ERROR (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[1EE02610ED4D8C30]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3603921 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[1EE02610ED4D8C30]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 3603921 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[1EE02610ED4D8C30]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3603921 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[1EE02610ED4D8C30]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3603921 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[1EE02610ED4D8C30]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-16T20:05:45.954Z
   [junit4]   2> 3603922 INFO  (zkConnectionManagerCallback-4149-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3603923 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[1EE02610ED4D8C30]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3603930 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[1EE02610ED4D8C30]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41358/solr
   [junit4]   2> 3603931 INFO  (zkConnectionManagerCallback-4153-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3603932 DEBUG (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[1EE02610ED4D8C30]) [n:127.0.0.1:44033_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$38/2015688461@5c16a40f
   [junit4]   2> 3603933 INFO  (zkConnectionManagerCallback-4155-thread-1-processing-n:127.0.0.1:44033_solr) [n:127.0.0.1:44033_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3603938 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 3603938 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 3603938 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[1EE02610ED4D8C30]) [n:127.0.0.1:44033_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3603938 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 3603938 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 3603938 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 3603939 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 3603940 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[1EE02610ED4D8C30]) [n:127.0.0.1:44033_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3603941 DEBUG (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[1EE02610ED4D8C30]) [n:127.0.0.1:44033_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72132891255308305-127.0.0.1:44033_solr-n_0000000004
   [junit4]   2> 3603941 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72132891255308300-127.0.0.1:45147_solr-n_0000000003
   [junit4]   2> 3603942 DEBUG (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[1EE02610ED4D8C30]) [n:127.0.0.1:44033_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72132891255308300-127.0.0.1:45147_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 3603942 DEBUG (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[1EE02610ED4D8C30]) [n:127.0.0.1:44033_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:44033_solr as DOWN
   [junit4]   2> 3603942 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 3603943 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[1EE02610ED4D8C30]) [n:127.0.0.1:44033_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44033_solr
   [junit4]   2> 3603943 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 3603943 DEBUG (OverseerStateUpdate-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:44033_solr"} current state version: 0
   [junit4]   2> 3603943 DEBUG (OverseerStateUpdate-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:44033_solr
   [junit4]   2> 3603943 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 3603943 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 3603943 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 3603943 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 3603943 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 3603943 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 3603944 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 3603944 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 3603944 INFO  (zkCallback-4129-thread-1-processing-n:127.0.0.1:46032_solr) [n:127.0.0.1:46032_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3603944 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 3603944 INFO  (zkCallback-4127-thread-1-processing-n:127.0.0.1:35272_solr) [n:127.0.0.1:35272_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3603944 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 3603944 INFO  (zkCallback-4145-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3603944 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 3603944 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 3603944 INFO  (zkCallback-4145-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3603944 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 3603950 INFO  (zkCallback-4131-thread-1-processing-n:127.0.0.1:45147_solr) [n:127.0.0.1:45147_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3603950 INFO  (zkCallback-4113-thread-1-processing-n:127.0.0.1:44634_solr) [n:127.0.0.1:44634_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3603950 INFO  (zkCallback-4154-thread-1-processing-n:127.0.0.1:44033_solr) [n:127.0.0.1:44033_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3603994 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[1EE02610ED4D8C30]) [n:127.0.0.1:44033_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44033.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28d78e81
   [junit4]   2> 3604015 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[1EE02610ED4D8C30]) [n:127.0.0.1:44033_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44033.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28d78e81
   [junit4]   2> 3604015 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[1EE02610ED4D8C30]) [n:127.0.0.1:44033_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44033.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28d78e81
   [junit4]   2> 3604017 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[1EE02610ED4D8C30]) [n:127.0.0.1:44033_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_1EE02610ED4D8C30-001/tempDir-001/node5/.
   [junit4]   2> 3604043 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 3604044 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 3604072 INFO  (zkConnectionManagerCallback-4159-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3604075 INFO  (qtp2125605753-17384) [n:127.0.0.1:35272_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf1&autoAddReplicas=false&name=MoveReplicaHDFSTest_failed_coll_false&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3604076 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 3604076 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/overseer/collection-queue-work/qnr-0000000002
   [junit4]   2> 3604076 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 3604076 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000002
   [junit4]   2> 3604076 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 3604077 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 3604077 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000002
   [junit4]   2> 3604077 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskQueue Returning topN elements: [/overseer/collection-queue-work/qn-0000000002, ]
   [junit4]   2> 3604077 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ed1]]
   [junit4]   2> 3604077 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000002] as running
   [junit4]   2> 3604077 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_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_false",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 3604077 DEBUG (OverseerThreadFactory-7348-thread-2-processing-n:127.0.0.1:46032_solr) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskProcessor Runner processing /overseer/collection-queue-work/qn-0000000002
   [junit4]   2> 3604077 DEBUG (OverseerThreadFactory-7348-thread-2-processing-n:127.0.0.1:46032_solr) [n:127.0.0.1:46032_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"MoveReplicaHDFSTest_failed_coll_false",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 3604077 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1
   [junit4]   2> 3604077 INFO  (OverseerThreadFactory-7348-thread-2-processing-n:127.0.0.1:46032_solr) [n:127.0.0.1:46032_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection MoveReplicaHDFSTest_failed_coll_false
   [junit4]   2> 3604077 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 3604078 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 3604078 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 3604078 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 3604078 DEBUG (OverseerCollectionConfigSetProcessor-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 99 elements. ExcludeSet: [/overseer/collection-queue-work/qn-0000000002],[]
   [junit4]   2> 3604078 DEBUG (OverseerThreadFactory-7348-thread-2-processing-n:127.0.0.1:46032_solr) [n:127.0.0.1:46032_solr    ] o.a.s.c.a.c.Assign Identify nodes using default
   [junit4]   2> 3604078 DEBUG (OverseerThreadFactory-7348-thread-2-processing-n:127.0.0.1:46032_solr) [n:127.0.0.1:46032_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler creating collections conf node /collections/MoveReplicaHDFSTest_failed_coll_false 
   [junit4]   2> 3604079 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 3604079 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 3604079 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 3604079 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 3604079 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 3604079 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 3604079 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 3604079 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 3604079 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 3604079 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 3604079 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 3604080 DEBUG (OverseerThreadFactory-7348-thread-2-processing-n:127.0.0.1:46032_solr) [n:127.0.0.1:46032_solr    ] o.a.s.c.a.c.CreateCollectionCmd Check for collection zkNode:MoveReplicaHDFSTest_failed_coll_false
   [junit4]   2> 3604080 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 3604080 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 3604080 DEBUG (OverseerThreadFactory-7348-thread-2-processing-n:127.0.0.1:46032_solr) [n:127.0.0.1:46032_solr    ] o.a.s.c.a.c.CreateCollectionCmd Collection zkNode exists
   [junit4]   2> 3604081 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 3604081 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 3604081 DEBUG (OverseerStateUpdate-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"MoveReplicaHDFSTest_failed_coll_false",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 3604081 DEBUG (OverseerStateUpdate-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: MoveReplicaHDFSTest_failed_coll_false
   [junit4]   2> 3604082 DEBUG (OverseerStateUpdate-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/MoveReplicaHDFSTest_failed_coll_false/state.json
   [junit4]   2> 3604082 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 3604082 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 3604181 DEBUG (OverseerThreadFactory-7348-thread-2-processing-n:127.0.0.1:46032_solr) [n:127.0.0.1:46032_solr    ] o.a.s.c.a.c.CreateCollectionCmd Creating SolrCores for new collection MoveReplicaHDFSTest_failed_coll_false, shardNames [shard1, shard2] , message : {
   [junit4]   2>   "name":"MoveReplicaHDFSTest_failed_coll_false",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 3604183 DEBUG (OverseerThreadFactory-7348-thread-2-processing-n:127.0.0.1:46032_solr) [n:127.0.0.1:46032_solr    ] o.a.s.c.a.c.CreateCollectionCmd Creating core MoveReplicaHDFSTest_failed_coll_false_shard1_replica_n1 as part of shard shard1 of collection MoveReplicaHDFSTest_failed_coll_false on 127.0.0.1:44033_solr
   [junit4]   2> 3604184 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 3604184 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 3604184 DEBUG (OverseerStateUpdate-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_failed_coll_false",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"MoveReplicaHDFSTest_failed_coll_false_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44033/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 3604184 INFO  (OverseerStateUpdate-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_failed_coll_false",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"MoveReplicaHDFSTest_failed_coll_false_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44033/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3604185 DEBUG (OverseerThreadFactory-7348-thread-2-processing-n:127.0.0.1:46032_solr) [n:127.0.0.1:46032_solr    ] o.a.s.c.a.c.CreateCollectionCmd Creating core MoveReplicaHDFSTest_failed_coll_false_shard1_replica_n2 as part of shard shard1 of collection MoveReplicaHDFSTest_failed_coll_false on 127.0.0.1:44634_solr
   [junit4]   2> 3604185 DEBUG (OverseerStateUpdate-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 3604185 DEBUG (OverseerStateUpdate-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"MoveReplicaHDFSTest_failed_coll_false_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:44033/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 3604186 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 3604186 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 3604186 DEBUG (OverseerStateUpdate-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_failed_coll_false",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"MoveReplicaHDFSTest_failed_coll_false_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44634/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 3604186 INFO  (OverseerStateUpdate-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_failed_coll_false",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"MoveReplicaHDFSTest_failed_coll_false_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44634/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3604187 DEBUG (OverseerThreadFactory-7348-thread-2-processing-n:127.0.0.1:46032_solr) [n:127.0.0.1:46032_solr    ] o.a.s.c.a.c.CreateCollectionCmd Creating core MoveReplicaHDFSTest_failed_coll_false_shard2_replica_n4 as part of shard shard2 of collection MoveReplicaHDFSTest_failed_coll_false on 127.0.0.1:46032_solr
   [junit4]   2> 3604187 DEBUG (OverseerStateUpdate-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"MoveReplicaHDFSTest_failed_coll_false_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:44033/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 3604187 DEBUG (OverseerStateUpdate-72132891255308299-127.0.0.1:46032_solr-n_0000000000) [n:127.0.0.1:46032_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"MoveReplicaHDFSTest_failed_coll_false_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0

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

   ^^
 [ecj-lint] Resource leak: 'a1' is never closed
 [ecj-lint] ----------
 [ecj-lint] 15. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/highlight/HighlighterTest.java (at line 207)
 [ecj-lint] 	OffsetWindowTokenFilter tots = new OffsetWindowTokenFilter(tokenStream);
 [ecj-lint] 	                        ^^^^
 [ecj-lint] Resource leak: 'tots' is never closed
 [ecj-lint] ----------
 [ecj-lint] 16. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/highlight/HighlighterTest.java (at line 211)
 [ecj-lint] 	Analyzer a2 = new WhitespaceAnalyzer();
 [ecj-lint] 	         ^^
 [ecj-lint] Resource leak: 'a2' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 17. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/response/TestJavabinTupleStreamParser.java (at line 72)
 [ecj-lint] 	JavabinTupleStreamParser parser = new JavabinTupleStreamParser(new ByteArrayInputStream(bytes), true);
 [ecj-lint] 	                         ^^^^^^
 [ecj-lint] Resource leak: 'parser' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 18. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/schema/TestSortableTextField.java (at line 491)
 [ecj-lint] 	final SolrClient client = new EmbeddedSolrServer(h.getCore());
 [ecj-lint] 	                 ^^^^^^
 [ecj-lint] Resource leak: 'client' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 19. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/search/TestDocSet.java (at line 243)
 [ecj-lint] 	return loadfactor!=0 ? new HashDocSet(a,0,n,1/loadfactor) : new HashDocSet(a,0,n);
 [ecj-lint] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 20. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/search/TestDocSet.java (at line 528)
 [ecj-lint] 	DocSet a = new BitDocSet(bs);
 [ecj-lint] 	       ^
 [ecj-lint] Resource leak: 'a' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 21. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/security/TestPKIAuthenticationPlugin.java (at line 78)
 [ecj-lint] 	final MockPKIAuthenticationPlugin mock = new MockPKIAuthenticationPlugin(null, nodeName);
 [ecj-lint] 	                                  ^^^^
 [ecj-lint] Resource leak: 'mock' is never closed
 [ecj-lint] ----------
 [ecj-lint] 22. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/security/TestPKIAuthenticationPlugin.java (at line 133)
 [ecj-lint] 	MockPKIAuthenticationPlugin mock1 = new MockPKIAuthenticationPlugin(null, nodeName) {
 [ecj-lint] 	                            ^^^^^
 [ecj-lint] Resource leak: 'mock1' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 23. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/security/TestRuleBasedAuthorizationPlugin.java (at line 380)
 [ecj-lint] 	RuleBasedAuthorizationPlugin plugin = new RuleBasedAuthorizationPlugin();
 [ecj-lint] 	                             ^^^^^^
 [ecj-lint] Resource leak: 'plugin' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 24. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/security/TestSha256AuthenticationProvider.java (at line 49)
 [ecj-lint] 	BasicAuthPlugin basicAuthPlugin = new BasicAuthPlugin();
 [ecj-lint] 	                ^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'basicAuthPlugin' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 25. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/spelling/SimpleQueryConverter.java (at line 42)
 [ecj-lint] 	WhitespaceAnalyzer analyzer = new WhitespaceAnalyzer();
 [ecj-lint] 	                   ^^^^^^^^
 [ecj-lint] Resource leak: 'analyzer' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 26. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/uninverting/TestFieldCacheVsDocValues.java (at line 139)
 [ecj-lint] 	IndexWriter w = new IndexWriter(d, newIndexWriterConfig(analyzer));
 [ecj-lint] 	            ^
 [ecj-lint] Resource leak: 'w' is never closed
 [ecj-lint] ----------
 [ecj-lint] 27. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/uninverting/TestFieldCacheVsDocValues.java (at line 172)
 [ecj-lint] 	throw iae;
 [ecj-lint] 	^^^^^^^^^^
 [ecj-lint] Resource leak: 'w' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 28. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/uninverting/TestFieldCacheVsDocValues.java (at line 178)
 [ecj-lint] 	return;
 [ecj-lint] 	^^^^^^^
 [ecj-lint] Resource leak: 'w' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 29. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/update/SolrCmdDistributorTest.java (at line 134)
 [ecj-lint] 	SolrCmdDistributor cmdDistrib = new SolrCmdDistributor(updateShardHandler);
 [ecj-lint] 	                   ^^^^^^^^^^
 [ecj-lint] Resource leak: 'cmdDistrib' is never closed
 [ecj-lint] ----------
 [ecj-lint] 30. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/update/SolrCmdDistributorTest.java (at line 333)
 [ecj-lint] 	SolrCmdDistributor cmdDistrib = new SolrCmdDistributor(streamingClients, 5, 0);
 [ecj-lint] 	                   ^^^^^^^^^^
 [ecj-lint] Resource leak: 'cmdDistrib' is never closed
 [ecj-lint] ----------
 [ecj-lint] 31. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/update/SolrCmdDistributorTest.java (at line 367)
 [ecj-lint] 	SolrCmdDistributor cmdDistrib = new SolrCmdDistributor(streamingClients, 5, 0);
 [ecj-lint] 	                   ^^^^^^^^^^
 [ecj-lint] Resource leak: 'cmdDistrib' is never closed
 [ecj-lint] ----------
 [ecj-lint] 32. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/update/SolrCmdDistributorTest.java (at line 413)
 [ecj-lint] 	SolrCmdDistributor cmdDistrib = new SolrCmdDistributor(streamingClients, 5, 0);
 [ecj-lint] 	                   ^^^^^^^^^^
 [ecj-lint] Resource leak: 'cmdDistrib' is never closed
 [ecj-lint] ----------
 [ecj-lint] 33. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/update/SolrCmdDistributorTest.java (at line 458)
 [ecj-lint] 	SolrCmdDistributor cmdDistrib = new SolrCmdDistributor(updateShardHandler);
 [ecj-lint] 	                   ^^^^^^^^^^
 [ecj-lint] Resource leak: 'cmdDistrib' is never closed
 [ecj-lint] ----------
 [ecj-lint] 34. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/update/SolrCmdDistributorTest.java (at line 516)
 [ecj-lint] 	SolrCmdDistributor cmdDistrib = new SolrCmdDistributor(updateShardHandler);
 [ecj-lint] 	                   ^^^^^^^^^^
 [ecj-lint] Resource leak: 'cmdDistrib' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 35. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/update/SolrIndexSplitterTest.java (at line 181)
 [ecj-lint] 	EmbeddedSolrServer server1 = new EmbeddedSolrServer(h.getCoreContainer(), "split1");
 [ecj-lint] 	                   ^^^^^^^
 [ecj-lint] Resource leak: 'server1' is never closed
 [ecj-lint] ----------
 [ecj-lint] 36. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/update/SolrIndexSplitterTest.java (at line 182)
 [ecj-lint] 	EmbeddedSolrServer server2 = new EmbeddedSolrServer(h.getCoreContainer(), "split2");
 [ecj-lint] 	                   ^^^^^^^
 [ecj-lint] Resource leak: 'server2' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 37. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/update/processor/RecordingUpdateProcessorFactory.java (at line 67)
 [ecj-lint] 	return recording ? new RecordingUpdateRequestProcessor(commandQueue, next) : next;
 [ecj-lint] 	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 37 problems (4 errors, 33 warnings)

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:618: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:101: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build.xml:682: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:2087: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:2120: Compile failed; see the compiler error output for details.

Total time: 205 minutes 50 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any