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/12 20:54:53 UTC

[JENKINS] Lucene-Solr-Tests-7.x - Build # 380 - Still Unstable

Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/380/

4 tests failed.
FAILED:  org.apache.solr.cloud.SyncSliceTest.test

Error Message:
Could not load collection from ZK: collection1

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: collection1
	at __randomizedtesting.SeedInfo.seed([DC34CC2745C54E75:5460F3FDEB39238D]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1108)
	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:647)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.getDocCollection(CloudSolrClient.java:1206)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:893)
	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.commit(SolrClient.java:484)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:463)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.commit(AbstractFullDistribZkTestBase.java:1591)
	at org.apache.solr.cloud.SyncSliceTest.test(SyncSliceTest.java:182)
	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)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/state.json
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1215)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:340)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:340)
	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1120)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1106)
	... 50 more


FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testCooldown

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([DC34CC2745C54E75:ED8AA1C33B6F3B87]: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.autoscaling.TriggerIntegrationTest.testCooldown(TriggerIntegrationTest.java:1177)
	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.autoscaling.sim.TestLargeCluster.testSearchRate

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
	at __randomizedtesting.SeedInfo.seed([DC34CC2745C54E75:817CD2AE8A03E83A]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.sim.TestLargeCluster.testSearchRate(TestLargeCluster.java:547)
	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.handler.admin.AutoscalingHistoryHandlerTest.testHistory

Error Message:
expected:<5> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<0>
	at __randomizedtesting.SeedInfo.seed([DC34CC2745C54E75:B1C868DAFF8DB172]: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.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:241)
	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 13021 lines...]
   [junit4] Suite: org.apache.solr.cloud.SyncSliceTest
   [junit4]   2> 1850524 INFO  (SUITE-SyncSliceTest-seed#[DC34CC2745C54E75]-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-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/init-core-data-001
   [junit4]   2> 1850524 WARN  (SUITE-SyncSliceTest-seed#[DC34CC2745C54E75]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1850524 INFO  (SUITE-SyncSliceTest-seed#[DC34CC2745C54E75]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1850561 INFO  (SUITE-SyncSliceTest-seed#[DC34CC2745C54E75]-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> 1850561 INFO  (SUITE-SyncSliceTest-seed#[DC34CC2745C54E75]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1850579 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1850587 INFO  (Thread-4453) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1850587 INFO  (Thread-4453) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1850588 ERROR (Thread-4453) [    ] 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> 1850692 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.ZkTestServer start zk server on port:38535
   [junit4]   2> 1850785 INFO  (zkConnectionManagerCallback-2505-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1850874 INFO  (zkConnectionManagerCallback-2507-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1850906 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1850940 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1850941 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1850942 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1851086 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1851212 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1851305 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1851415 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1851416 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1851417 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1851418 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1851443 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1852923 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1853032 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1853032 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1853032 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1853036 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@69e8a9d9{/,null,AVAILABLE}
   [junit4]   2> 1853037 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@69aa06ec{HTTP/1.1,[http/1.1]}{127.0.0.1:44603}
   [junit4]   2> 1853037 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.e.j.s.Server Started @1864067ms
   [junit4]   2> 1853037 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/tempDir-001/control/data, hostContext=/, hostPort=44603, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/control-001/cores}
   [junit4]   2> 1853038 ERROR (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1853038 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1853038 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1853038 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1853038 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-12T19:28:24.095Z
   [junit4]   2> 1853073 INFO  (zkConnectionManagerCallback-2509-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1853109 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1853109 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/control-001/solr.xml
   [junit4]   2> 1853129 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1853129 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1853130 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1cf345f8, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1853166 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38535/solr
   [junit4]   2> 1853183 INFO  (zkConnectionManagerCallback-2513-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1853185 INFO  (zkConnectionManagerCallback-2515-thread-1-processing-n:127.0.0.1:44603_) [n:127.0.0.1:44603_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1854102 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:44603_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1854102 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:44603_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44603_
   [junit4]   2> 1854103 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:44603_    ] o.a.s.c.Overseer Overseer (id=72110095096741892-127.0.0.1:44603_-n_0000000000) starting
   [junit4]   2> 1854194 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:44603_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44603_
   [junit4]   2> 1854267 INFO  (zkCallback-2514-thread-1-processing-n:127.0.0.1:44603_) [n:127.0.0.1:44603_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1854735 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:44603_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cf345f8
   [junit4]   2> 1854816 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:44603_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cf345f8
   [junit4]   2> 1854816 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:44603_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cf345f8
   [junit4]   2> 1854818 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:44603_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/control-001/cores
   [junit4]   2> 1854919 INFO  (zkConnectionManagerCallback-2521-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1854919 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1854920 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38535/solr ready
   [junit4]   2> 1854930 INFO  (qtp249976627-13412) [n:127.0.0.1:44603_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:44603_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1854989 INFO  (OverseerThreadFactory-4668-thread-1-processing-n:127.0.0.1:44603_) [n:127.0.0.1:44603_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1855126 INFO  (qtp249976627-13416) [n:127.0.0.1:44603_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1855127 INFO  (qtp249976627-13416) [n:127.0.0.1:44603_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1855348 INFO  (zkCallback-2514-thread-1-processing-n:127.0.0.1:44603_) [n:127.0.0.1:44603_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1856314 INFO  (qtp249976627-13416) [n:127.0.0.1:44603_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1856447 INFO  (qtp249976627-13416) [n:127.0.0.1:44603_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 1857916 INFO  (qtp249976627-13416) [n:127.0.0.1:44603_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1858110 INFO  (qtp249976627-13416) [n:127.0.0.1:44603_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 1858111 INFO  (qtp249976627-13416) [n:127.0.0.1:44603_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cf345f8
   [junit4]   2> 1858111 INFO  (qtp249976627-13416) [n:127.0.0.1:44603_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1858111 INFO  (qtp249976627-13416) [n:127.0.0.1:44603_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1858131 INFO  (qtp249976627-13416) [n:127.0.0.1:44603_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=67.3447265625, floorSegmentMB=1.6689453125, forceMergeDeletesPctAllowed=27.03851810999646, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.46796402662101855
   [junit4]   2> 1858134 WARN  (qtp249976627-13416) [n:127.0.0.1:44603_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1858412 INFO  (qtp249976627-13416) [n:127.0.0.1:44603_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1858412 INFO  (qtp249976627-13416) [n:127.0.0.1:44603_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1858413 INFO  (qtp249976627-13416) [n:127.0.0.1:44603_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1858413 INFO  (qtp249976627-13416) [n:127.0.0.1:44603_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1858570 INFO  (qtp249976627-13416) [n:127.0.0.1:44603_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.28602884068126855]
   [junit4]   2> 1858571 INFO  (qtp249976627-13416) [n:127.0.0.1:44603_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ddd54ba[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1858606 INFO  (qtp249976627-13416) [n:127.0.0.1:44603_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1858606 INFO  (qtp249976627-13416) [n:127.0.0.1:44603_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1858607 INFO  (qtp249976627-13416) [n:127.0.0.1:44603_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1858607 INFO  (qtp249976627-13416) [n:127.0.0.1:44603_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592224602824638464
   [junit4]   2> 1858649 INFO  (qtp249976627-13416) [n:127.0.0.1:44603_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1858649 INFO  (qtp249976627-13416) [n:127.0.0.1:44603_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1858649 INFO  (qtp249976627-13416) [n:127.0.0.1:44603_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:44603/control_collection_shard1_replica_n1/
   [junit4]   2> 1858649 INFO  (qtp249976627-13416) [n:127.0.0.1:44603_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1858649 INFO  (qtp249976627-13416) [n:127.0.0.1:44603_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:44603/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1858649 INFO  (qtp249976627-13416) [n:127.0.0.1:44603_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1858685 INFO  (searcherExecutor-4671-thread-1-processing-n:127.0.0.1:44603_ x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:44603_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@1ddd54ba[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1858738 INFO  (qtp249976627-13416) [n:127.0.0.1:44603_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:44603/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1858833 INFO  (zkCallback-2514-thread-1-processing-n:127.0.0.1:44603_) [n:127.0.0.1:44603_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1858902 INFO  (qtp249976627-13416) [n:127.0.0.1:44603_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1858940 INFO  (qtp249976627-13416) [n:127.0.0.1:44603_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=3813
   [junit4]   2> 1859018 INFO  (qtp249976627-13412) [n:127.0.0.1:44603_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1859105 INFO  (OverseerCollectionConfigSetProcessor-72110095096741892-127.0.0.1:44603_-n_0000000000) [n:127.0.0.1:44603_    ] 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> 1859122 INFO  (zkCallback-2514-thread-2-processing-n:127.0.0.1:44603_) [n:127.0.0.1:44603_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1860051 INFO  (qtp249976627-13412) [n:127.0.0.1:44603_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:44603_&wt=javabin&version=2} status=0 QTime=5120
   [junit4]   2> 1860170 INFO  (zkConnectionManagerCallback-2525-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1860171 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1860171 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38535/solr ready
   [junit4]   2> 1860171 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1860194 INFO  (qtp249976627-13416) [n:127.0.0.1:44603_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1860344 INFO  (OverseerThreadFactory-4668-thread-2-processing-n:127.0.0.1:44603_) [n:127.0.0.1:44603_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1860380 WARN  (OverseerThreadFactory-4668-thread-2-processing-n:127.0.0.1:44603_) [n:127.0.0.1:44603_    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 1860763 INFO  (qtp249976627-13416) [n:127.0.0.1:44603_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1860763 INFO  (qtp249976627-13416) [n:127.0.0.1:44603_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=569
   [junit4]   2> 1861997 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/shard-1-001 of type NRT
   [junit4]   2> 1861998 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1861999 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1861999 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1861999 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1861999 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@705e470{/,null,AVAILABLE}
   [junit4]   2> 1861999 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6b511a47{HTTP/1.1,[http/1.1]}{127.0.0.1:38470}
   [junit4]   2> 1861999 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.e.j.s.Server Started @1873029ms
   [junit4]   2> 1861999 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/tempDir-001/jetty1, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=38470, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/shard-1-001/cores}
   [junit4]   2> 1862000 ERROR (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1862000 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1862000 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1862000 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1862000 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-12T19:28:33.057Z
   [junit4]   2> 1862018 INFO  (zkConnectionManagerCallback-2527-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1862019 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1862019 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/shard-1-001/solr.xml
   [junit4]   2> 1862040 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1862040 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1862054 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1cf345f8, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1862057 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38535/solr
   [junit4]   2> 1862075 INFO  (zkConnectionManagerCallback-2531-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1862077 INFO  (zkConnectionManagerCallback-2533-thread-1-processing-n:127.0.0.1:38470_) [n:127.0.0.1:38470_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1862190 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:38470_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1862207 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:38470_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1862240 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:38470_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38470_
   [junit4]   2> 1862367 INFO  (zkCallback-2514-thread-1-processing-n:127.0.0.1:44603_) [n:127.0.0.1:44603_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1862367 INFO  (zkCallback-2524-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1862477 INFO  (OverseerCollectionConfigSetProcessor-72110095096741892-127.0.0.1:44603_-n_0000000000) [n:127.0.0.1:44603_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1862493 INFO  (zkCallback-2532-thread-1-processing-n:127.0.0.1:38470_) [n:127.0.0.1:38470_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1862949 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:38470_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cf345f8
   [junit4]   2> 1863097 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:38470_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cf345f8
   [junit4]   2> 1863098 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:38470_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cf345f8
   [junit4]   2> 1863154 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:38470_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/shard-1-001/cores
   [junit4]   2> 1863590 INFO  (qtp1160187472-13460) [n:127.0.0.1:38470_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:38470_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1863593 INFO  (OverseerThreadFactory-4668-thread-3-processing-n:127.0.0.1:44603_) [n:127.0.0.1:44603_    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:38470_ for creating new replica
   [junit4]   2> 1863627 INFO  (qtp1160187472-13464) [n:127.0.0.1:38470_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1863627 INFO  (qtp1160187472-13464) [n:127.0.0.1:38470_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1863902 INFO  (qtp1160187472-13464) [n:127.0.0.1:38470_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1864292 INFO  (qtp1160187472-13464) [n:127.0.0.1:38470_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.s.IndexSchema [collection1_shard1_replica_n21] Schema name=test
   [junit4]   2> 1865547 INFO  (qtp1160187472-13464) [n:127.0.0.1:38470_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1865802 INFO  (qtp1160187472-13464) [n:127.0.0.1:38470_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n21' using configuration from collection collection1, trusted=true
   [junit4]   2> 1865803 INFO  (qtp1160187472-13464) [n:127.0.0.1:38470_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n21' (registry 'solr.core.collection1.shard1.replica_n21') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cf345f8
   [junit4]   2> 1865803 INFO  (qtp1160187472-13464) [n:127.0.0.1:38470_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1865803 INFO  (qtp1160187472-13464) [n:127.0.0.1:38470_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SolrCore [[collection1_shard1_replica_n21] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/shard-1-001/cores/collection1_shard1_replica_n21], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/shard-1-001/cores/collection1_shard1_replica_n21/data/]
   [junit4]   2> 1865838 INFO  (qtp1160187472-13464) [n:127.0.0.1:38470_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=67.3447265625, floorSegmentMB=1.6689453125, forceMergeDeletesPctAllowed=27.03851810999646, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.46796402662101855
   [junit4]   2> 1865880 WARN  (qtp1160187472-13464) [n:127.0.0.1:38470_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1866516 INFO  (qtp1160187472-13464) [n:127.0.0.1:38470_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1866516 INFO  (qtp1160187472-13464) [n:127.0.0.1:38470_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1866517 INFO  (qtp1160187472-13464) [n:127.0.0.1:38470_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1866517 INFO  (qtp1160187472-13464) [n:127.0.0.1:38470_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1866518 INFO  (qtp1160187472-13464) [n:127.0.0.1:38470_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.28602884068126855]
   [junit4]   2> 1866519 INFO  (qtp1160187472-13464) [n:127.0.0.1:38470_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.s.SolrIndexSearcher Opening [Searcher@9550ca0[collection1_shard1_replica_n21] main]
   [junit4]   2> 1866532 INFO  (qtp1160187472-13464) [n:127.0.0.1:38470_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1866532 INFO  (qtp1160187472-13464) [n:127.0.0.1:38470_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1866533 INFO  (qtp1160187472-13464) [n:127.0.0.1:38470_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1866533 INFO  (qtp1160187472-13464) [n:127.0.0.1:38470_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592224611135651840
   [junit4]   2> 1866569 INFO  (searcherExecutor-4682-thread-1-processing-n:127.0.0.1:38470_ x:collection1_shard1_replica_n21 s:shard1 c:collection1) [n:127.0.0.1:38470_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SolrCore [collection1_shard1_replica_n21] Registered new searcher Searcher@9550ca0[collection1_shard1_replica_n21] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1866569 INFO  (qtp1160187472-13464) [n:127.0.0.1:38470_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1866570 INFO  (qtp1160187472-13464) [n:127.0.0.1:38470_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1866570 INFO  (qtp1160187472-13464) [n:127.0.0.1:38470_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:38470/collection1_shard1_replica_n21/
   [junit4]   2> 1866570 INFO  (qtp1160187472-13464) [n:127.0.0.1:38470_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1866570 INFO  (qtp1160187472-13464) [n:127.0.0.1:38470_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy http://127.0.0.1:38470/collection1_shard1_replica_n21/ has no replicas
   [junit4]   2> 1866570 INFO  (qtp1160187472-13464) [n:127.0.0.1:38470_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1866589 INFO  (qtp1160187472-13464) [n:127.0.0.1:38470_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:38470/collection1_shard1_replica_n21/ shard1
   [junit4]   2> 1866607 INFO  (zkCallback-2532-thread-1-processing-n:127.0.0.1:38470_) [n:127.0.0.1:38470_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1866646 INFO  (qtp1160187472-13464) [n:127.0.0.1:38470_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1866648 INFO  (qtp1160187472-13464) [n:127.0.0.1:38470_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=3020
   [junit4]   2> 1866668 INFO  (qtp1160187472-13460) [n:127.0.0.1:38470_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:38470_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=3077
   [junit4]   2> 1866755 INFO  (zkCallback-2532-thread-1-processing-n:127.0.0.1:38470_) [n:127.0.0.1:38470_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1867621 INFO  (OverseerCollectionConfigSetProcessor-72110095096741892-127.0.0.1:44603_-n_0000000000) [n:127.0.0.1:44603_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1868149 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/shard-2-001 of type NRT
   [junit4]   2> 1868150 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1868208 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1868208 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1868208 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1868208 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3f465be5{/,null,AVAILABLE}
   [junit4]   2> 1868209 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@9863713{HTTP/1.1,[http/1.1]}{127.0.0.1:34840}
   [junit4]   2> 1868209 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.e.j.s.Server Started @1879238ms
   [junit4]   2> 1868209 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=34840, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/shard-2-001/cores}
   [junit4]   2> 1868209 ERROR (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1868245 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1868245 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1868245 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1868245 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-12T19:28:39.302Z
   [junit4]   2> 1868307 INFO  (zkConnectionManagerCallback-2537-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1868309 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1868309 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/shard-2-001/solr.xml
   [junit4]   2> 1868363 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1868363 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1868522 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1cf345f8, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1868555 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38535/solr
   [junit4]   2> 1868575 INFO  (zkConnectionManagerCallback-2541-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1868577 INFO  (zkConnectionManagerCallback-2543-thread-1-processing-n:127.0.0.1:34840_) [n:127.0.0.1:34840_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1868614 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:34840_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1868628 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:34840_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1868630 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:34840_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34840_
   [junit4]   2> 1868631 INFO  (zkCallback-2532-thread-1-processing-n:127.0.0.1:38470_) [n:127.0.0.1:38470_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1868631 INFO  (zkCallback-2514-thread-1-processing-n:127.0.0.1:44603_) [n:127.0.0.1:44603_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1868650 INFO  (zkCallback-2524-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1868685 INFO  (zkCallback-2542-thread-1-processing-n:127.0.0.1:34840_) [n:127.0.0.1:34840_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1869229 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:34840_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cf345f8
   [junit4]   2> 1869341 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:34840_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cf345f8
   [junit4]   2> 1869341 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:34840_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cf345f8
   [junit4]   2> 1869396 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:34840_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/shard-2-001/cores
   [junit4]   2> 1869814 INFO  (qtp1326455773-13492) [n:127.0.0.1:34840_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:34840_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1869874 INFO  (OverseerThreadFactory-4668-thread-4-processing-n:127.0.0.1:44603_) [n:127.0.0.1:44603_    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:34840_ for creating new replica
   [junit4]   2> 1869945 INFO  (qtp1326455773-13496) [n:127.0.0.1:34840_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n23&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1869946 INFO  (qtp1326455773-13496) [n:127.0.0.1:34840_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1869963 INFO  (zkCallback-2532-thread-1-processing-n:127.0.0.1:38470_) [n:127.0.0.1:38470_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1869963 INFO  (zkCallback-2542-thread-1-processing-n:127.0.0.1:34840_) [n:127.0.0.1:34840_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1871053 INFO  (qtp1326455773-13496) [n:127.0.0.1:34840_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1871125 INFO  (qtp1326455773-13496) [n:127.0.0.1:34840_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.s.IndexSchema [collection1_shard1_replica_n23] Schema name=test
   [junit4]   2> 1872246 INFO  (qtp1326455773-13496) [n:127.0.0.1:34840_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1872373 INFO  (qtp1326455773-13496) [n:127.0.0.1:34840_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n23' using configuration from collection collection1, trusted=true
   [junit4]   2> 1872427 INFO  (qtp1326455773-13496) [n:127.0.0.1:34840_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n23' (registry 'solr.core.collection1.shard1.replica_n23') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cf345f8
   [junit4]   2> 1872427 INFO  (qtp1326455773-13496) [n:127.0.0.1:34840_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1872427 INFO  (qtp1326455773-13496) [n:127.0.0.1:34840_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.SolrCore [[collection1_shard1_replica_n23] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/shard-2-001/cores/collection1_shard1_replica_n23], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/shard-2-001/cores/collection1_shard1_replica_n23/data/]
   [junit4]   2> 1872430 INFO  (qtp1326455773-13496) [n:127.0.0.1:34840_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=67.3447265625, floorSegmentMB=1.6689453125, forceMergeDeletesPctAllowed=27.03851810999646, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.46796402662101855
   [junit4]   2> 1872565 WARN  (qtp1326455773-13496) [n:127.0.0.1:34840_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1872963 INFO  (qtp1326455773-13496) [n:127.0.0.1:34840_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1872963 INFO  (qtp1326455773-13496) [n:127.0.0.1:34840_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1872965 INFO  (qtp1326455773-13496) [n:127.0.0.1:34840_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1872965 INFO  (qtp1326455773-13496) [n:127.0.0.1:34840_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1872966 INFO  (qtp1326455773-13496) [n:127.0.0.1:34840_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.28602884068126855]
   [junit4]   2> 1872966 INFO  (qtp1326455773-13496) [n:127.0.0.1:34840_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.s.SolrIndexSearcher Opening [Searcher@a55257a[collection1_shard1_replica_n23] main]
   [junit4]   2> 1872986 INFO  (qtp1326455773-13496) [n:127.0.0.1:34840_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1872986 INFO  (qtp1326455773-13496) [n:127.0.0.1:34840_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1872987 INFO  (qtp1326455773-13496) [n:127.0.0.1:34840_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1872988 INFO  (searcherExecutor-4693-thread-1-processing-n:127.0.0.1:34840_ x:collection1_shard1_replica_n23 s:shard1 c:collection1) [n:127.0.0.1:34840_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.SolrCore [collection1_shard1_replica_n23] Registered new searcher Searcher@a55257a[collection1_shard1_replica_n23] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1872988 INFO  (qtp1326455773-13496) [n:127.0.0.1:34840_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592224617904209920
   [junit4]   2> 1873086 INFO  (qtp1326455773-13496) [n:127.0.0.1:34840_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.ZkController Core needs to recover:collection1_shard1_replica_n23
   [junit4]   2> 1873086 INFO  (qtp1326455773-13496) [n:127.0.0.1:34840_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n23&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=3141
   [junit4]   2> 1873087 INFO  (updateExecutor-2538-thread-1-processing-n:127.0.0.1:34840_ x:collection1_shard1_replica_n23 s:shard1 c:collection1) [n:127.0.0.1:34840_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1873091 INFO  (recoveryExecutor-2539-thread-1-processing-n:127.0.0.1:34840_ x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:34840_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1873091 INFO  (recoveryExecutor-2539-thread-1-processing-n:127.0.0.1:34840_ x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:34840_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1873106 INFO  (qtp1160187472-13464) [n:127.0.0.1:38470_ c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21] o.a.s.c.S.Request [collection1_shard1_replica_n21]  webapp= path=/admin/ping params={wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1873106 INFO  (qtp1160187472-13464) [n:127.0.0.1:38470_ c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21] o.a.s.c.S.Request [collection1_shard1_replica_n21]  webapp= path=/admin/ping params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1873106 INFO  (recoveryExecutor-2539-thread-1-processing-n:127.0.0.1:34840_ x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:34840_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1_shard1_replica_n23]
   [junit4]   2> 1873106 INFO  (recoveryExecutor-2539-thread-1-processing-n:127.0.0.1:34840_ x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:34840_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1873106 INFO  (recoveryExecutor-2539-thread-1-processing-n:127.0.0.1:34840_ x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:34840_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Publishing state of core [collection1_shard1_replica_n23] as recovering, leader is [http://127.0.0.1:38470/collection1_shard1_replica_n21/] and I am [http://127.0.0.1:34840/collection1_shard1_replica_n23/]
   [junit4]   2> 1873106 INFO  (qtp1326455773-13492) [n:127.0.0.1:34840_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:34840_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=3292
   [junit4]   2> 1873108 INFO  (zkCallback-2542-thread-1-processing-n:127.0.0.1:34840_) [n:127.0.0.1:34840_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1873129 INFO  (zkCallback-2532-thread-1-processing-n:127.0.0.1:38470_) [n:127.0.0.1:38470_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1873223 INFO  (recoveryExecutor-2539-thread-1-processing-n:127.0.0.1:34840_ x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:34840_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:38470]; [WaitForState: action=PREPRECOVERY&core=collection1_shard1_replica_n21&nodeName=127.0.0.1:34840_&coreNodeName=core_node24&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1873236 INFO  (qtp1160187472-13464) [n:127.0.0.1:38470_    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node24, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, maxTime: 183 s
   [junit4]   2> 1873238 INFO  (qtp1160187472-13464) [n:127.0.0.1:38470_    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1_shard1_replica_n21, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:34840_, coreNodeName=core_node24, onlyIfActiveCheckResult=false, nodeProps: core_node24:{"core":"collection1_shard1_replica_n23","base_url":"http://127.0.0.1:34840","node_name":"127.0.0.1:34840_","state":"recovering","type":"NRT"}
   [junit4]   2> 1873238 INFO  (qtp1160187472-13464) [n:127.0.0.1:38470_    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node24, state: recovering, checkLive: true, onlyIfLeader: true for: 0 seconds.
   [junit4]   2> 1873238 INFO  (qtp1160187472-13464) [n:127.0.0.1:38470_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:34840_&onlyIfLeaderActive=true&core=collection1_shard1_replica_n21&coreNodeName=core_node24&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1873742 INFO  (recoveryExecutor-2539-thread-1-processing-n:127.0.0.1:34840_ x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:34840_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:38470/collection1_shard1_replica_n21/] - recoveringAfterStartup=[true]
   [junit4]   2> 1873742 INFO  (recoveryExecutor-2539-thread-1-processing-n:127.0.0.1:34840_ x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:34840_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n23 url=http://127.0.0.1:34840 START replicas=[http://127.0.0.1:38470/collection1_shard1_replica_n21/] nUpdates=100
   [junit4]   2> 1873753 INFO  (qtp1160187472-13464) [n:127.0.0.1:38470_ c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 1873753 INFO  (qtp1160187472-13464) [n:127.0.0.1:38470_ c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21] o.a.s.c.S.Request [collection1_shard1_replica_n21]  webapp= path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1873753 INFO  (recoveryExecutor-2539-thread-1-processing-n:127.0.0.1:34840_ x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:34840_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 1873753 INFO  (recoveryExecutor-2539-thread-1-processing-n:127.0.0.1:34840_ x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:34840_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 1873753 INFO  (recoveryExecutor-2539-thread-1-processing-n:127.0.0.1:34840_ x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:34840_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1873753 INFO  (recoveryExecutor-2539-thread-1-processing-n:127.0.0.1:34840_ x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:34840_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1873753 INFO  (recoveryExecutor-2539-thread-1-processing-n:127.0.0.1:34840_ x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:34840_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1873788 INFO  (recoveryExecutor-2539-thread-1-processing-n:127.0.0.1:34840_ x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:34840_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 1873788 INFO  (recoveryExecutor-2539-thread-1-processing-n:127.0.0.1:34840_ x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:34840_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 1873788 INFO  (recoveryExecutor-2539-thread-1-processing-n:127.0.0.1:34840_ x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:34840_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 1873788 INFO  (recoveryExecutor-2539-thread-1-processing-n:127.0.0.1:34840_ x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:34840_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 1873857 INFO  (OverseerCollectionConfigSetProcessor-72110095096741892-127.0.0.1:44603_-n_0000000000) [n:127.0.0.1:44603_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1873910 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/shard-3-001 of type NRT
   [junit4]   2> 1873911 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1873914 INFO  (zkCallback-2542-thread-1-processing-n:127.0.0.1:34840_) [n:127.0.0.1:34840_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1873930 INFO  (zkCallback-2532-thread-1-processing-n:127.0.0.1:38470_) [n:127.0.0.1:38470_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1873967 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1873967 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1873967 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1873968 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1525acfb{/,null,AVAILABLE}
   [junit4]   2> 1873968 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5ff29ee6{HTTP/1.1,[http/1.1]}{127.0.0.1:32815}
   [junit4]   2> 1873968 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.e.j.s.Server Started @1884997ms
   [junit4]   2> 1873968 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/, hostPort=32815, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/shard-3-001/cores}
   [junit4]   2> 1873968 ERROR (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1873969 INFO  (TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1873969 INFO  (TEST-SyncSliceTest.test-seed#[DC3

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

 reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@179d12a6: rootName = solr_34163, domain = solr.core.AutoscalingHistoryHandlerTest_collection.shard1.replica_n4, service url = null, agent id = null] for registry solr.core.AutoscalingHistoryHandlerTest_collection.shard1.replica_n4 / com.codahale.metrics.MetricRegistry@1316b1d3
   [junit4]   2> 4160309 INFO  (coreCloseExecutor-10133-thread-1) [n:127.0.0.1:34163_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.AutoscalingHistoryHandlerTest_collection.shard1.leader, tag=510835734
   [junit4]   2> 4160310 INFO  (coreCloseExecutor-10133-thread-2) [n:127.0.0.1:34163_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection..system.shard1.leader, tag=1277520859
   [junit4]   2> 4160316 INFO  (jetty-closer-5992-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72110245610913800-127.0.0.1:34163_solr-n_0000000000) closing
   [junit4]   2> 4160316 INFO  (OverseerStateUpdate-72110245610913800-127.0.0.1:34163_solr-n_0000000000) [n:127.0.0.1:34163_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:34163_solr
   [junit4]   2> 4160320 WARN  (OverseerAutoScalingTriggerThread-72110245610913800-127.0.0.1:34163_solr-n_0000000000) [n:127.0.0.1:34163_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 4160321 DEBUG (jetty-closer-5992-thread-2) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 4160322 INFO  (jetty-closer-5992-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6b001f1c{/solr,null,UNAVAILABLE}
   [junit4]   2> 4160328 INFO  (jetty-closer-5992-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 4160330 INFO  (jetty-closer-5992-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4f76dbd{/solr,null,UNAVAILABLE}
   [junit4]   2> 4160330 INFO  (jetty-closer-5992-thread-3) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 4160331 ERROR (SUITE-AutoscalingHistoryHandlerTest-seed#[DC34CC2745C54E75]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 4160332 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[DC34CC2745C54E75]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:37519 37519
   [junit4]   2> 4160439 INFO  (Thread-8167) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:37519 37519
   [junit4]   2> 4160440 WARN  (Thread-8167) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/collections/AutoscalingHistoryHandlerTest_collection/terms/shard1
   [junit4]   2> 	11	/solr/aliases.json
   [junit4]   2> 	11	/solr/clusterprops.json
   [junit4]   2> 	10	/solr/collections/.system/terms/shard1
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	3	/solr/configs/.system
   [junit4]   2> 	3	/solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/managed-schema
   [junit4]   2> 	3	/solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED
   [junit4]   2> 	3	/solr/configs/.system/managed-schema
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	25	/solr/collections/AutoscalingHistoryHandlerTest_collection/state.json
   [junit4]   2> 	22	/solr/collections/.system/state.json
   [junit4]   2> 	11	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/live_nodes
   [junit4]   2> 	11	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_DC34CC2745C54E75-001
   [junit4]   2> Feb 12, 2018 8:06:51 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=false): {}, locale=es-US, timezone=Antarctica/McMurdo
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=4,threads=1,free=91377152,total=513802240
   [junit4]   2> NOTE: All tests run in this JVM: [TestDefaultStatsCache, TestConfigSetImmutable, TestSurroundQueryParser, CSVRequestHandlerTest, TestCollectionsAPIViaSolrCloudCluster, TestConfigReload, TestPerFieldSimilarity, TestRecoveryHdfs, AutoAddReplicasPlanActionTest, ZkStateWriterTest, DistributedIntervalFacetingTest, RankQueryTest, FacetPivotSmallTest, ConcurrentDeleteAndCreateCollectionTest, LoggingHandlerTest, ChangedSchemaMergeTest, TestSearchPerf, TestPointFields, TestTolerantUpdateProcessorRandomCloud, TestConfigSetsAPIExclusivity, CdcrReplicationDistributedZkTest, TestCloudDeleteByQuery, TestNRTOpen, DirectUpdateHandlerOptimizeTest, TestFieldCollectionResource, DirectSolrConnectionTest, SolrInfoBeanTest, TestSegmentSorting, SuggesterTest, TestXmlQParserPlugin, TestFuzzyAnalyzedSuggestions, RulesTest, TestCloudNestedDocsSort, TestSolrQueryResponse, TestSimpleTextCodec, ScriptEngineTest, TestCopyFieldCollectionResource, ConfigSetsAPITest, MoveReplicaHDFSFailoverTest, ParsingFieldUpdateProcessorsTest, SampleTest, OverriddenZkACLAndCredentialsProvidersTest, JSONWriterTest, JsonLoaderTest, TestSolr4Spatial, SolrMetricsIntegrationTest, TestRecovery, TestCloudPivotFacet, QueryElevationComponentTest, TestCloudSchemaless, TestSlowCompositeReaderWrapper, DocValuesMissingTest, SolrCoreMetricManagerTest, SegmentsInfoRequestHandlerTest, DocValuesNotIndexedTest, TestElisionMultitermQuery, TestZkChroot, BasicZkTest, ShardSplitTest, CachingDirectoryFactoryTest, TermsComponentTest, RestartWhileUpdatingTest, TestExactStatsCache, TestManagedResourceStorage, AlternateDirectoryTest, HdfsNNFailoverTest, TestPKIAuthenticationPlugin, TestXIncludeConfig, RequiredFieldsTest, TestFieldTypeResource, BigEndianAscendingWordSerializerTest, SolrJmxReporterCloudTest, DeleteNodeTest, ShufflingReplicaListTransformerTest, TestQueryUtils, SolrCloudReportersTest, TestStressRecovery, FastVectorHighlighterTest, SchemaVersionSpecificBehaviorTest, TestStreamBody, TestGraphTermsQParserPlugin, TestRTimerTree, PreAnalyzedFieldManagedSchemaCloudTest, LegacyCloudClusterPropTest, TestCharFilters, TestSortableTextField, TestDelegationWithHadoopAuth, QueryResultKeyTest, TestSolrCoreParser, DistribJoinFromCollectionTest, TestHighFrequencyDictionaryFactory, ConjunctionSolrSpellCheckerTest, TestReplicaProperties, TestNumericRangeQuery32, AsyncCallRequestStatusResponseTest, TestSortByMinMaxFunction, PolyFieldTest, HdfsBasicDistributedZkTest, V2StandaloneTest, LeaderFailoverAfterPartitionTest, AddReplicaTest, HighlighterTest, MetricTriggerTest, SyncSliceTest, TestLegacyNumericUtils, PathHierarchyTokenizerFactoryTest, SuggestComponentTest, TestNonDefinedSimilarityFactory, FullHLLTest, FieldMutatingUpdateProcessorTest, TestCloudSearcherWarming, PrimUtilsTest, SOLR749Test, TestRawResponseWriter, TestDistribStateManager, TestZkAclsWithHadoopAuth, AnalysisErrorHandlingTest, TestSolrIndexConfig, ZkShardTermsTest, SolrCoreTest, TestBM25SimilarityFactory, JavabinLoaderTest, PeerSyncReplicationTest, CreateRoutedAliasTest, SystemInfoHandlerTest, TestCustomDocTransformer, CustomHighlightComponentTest, SliceStateTest, PeerSyncWithIndexFingerprintCachingTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, OpenCloseCoreStressTest, OverseerTest, RecoveryZkTest, TestReplicationHandler, LeaderElectionTest, TestRandomDVFaceting, ZkControllerTest, TestJoin, DistributedTermsComponentTest, SimpleFacetsTest, TestGroupingSearch, PeerSyncTest, TestFunctionQuery, BasicFunctionalityTest, DirectUpdateHandlerTest, TestBadConfig, SoftAutoCommitTest, TestOmitPositions, DocumentBuilderTest, TermVectorComponentTest, FieldAnalysisRequestHandlerTest, RegexBoostProcessorTest, UpdateRequestProcessorFactoryTest, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, PingRequestHandlerTest, TestLFUCache, TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, ActionThrottleTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, DeleteStatusTest, HttpPartitionTest, OverseerTaskQueueTest, ReplaceNodeNoTargetTest, SolrCloudExampleTest, TestCryptoKeys, TestDownShardTolerantSearch, TestLeaderElectionWithEmptyReplica, TestPullReplicaErrorHandling, TestSizeLimitedDistributedMap, TestStressInPlaceUpdates, CollectionsAPIAsyncDistributedZkTest, ComputePlanActionTest, SearchRateTriggerTest, TestComputePlanAction, TestExecutePlanAction, TestGenericDistributedQueue, TestNodeAddedTrigger, TestPolicyCloud, TestSimDistributedQueue, TestTriggerIntegration, BaseCdcrDistributedZkTest, CdcrReplicationHandlerTest, CdcrVersionReplicationTest, HdfsBasicDistributedZk2Test, HdfsRecoverLeaseTest, HdfsRecoveryZkTest, TestClusterStateMutator, ZkStateReaderTest, RuleEngineTest, BlobRepositoryCloudTest, ConfigureRecoveryStrategyTest, CoreSorterTest, DirectoryFactoryTest, HdfsDirectoryFactoryTest, TestImplicitCoreProperties, TestInfoStreamLogging, TestReloadAndDeleteDocs, TestSolrConfigHandler, TestSolrXml, TestSolrCloudSnapshots, TestReqParamsAPI, TestRestoreCore, TestSolrConfigHandlerCloud, AutoscalingHistoryHandlerTest]
   [junit4] Completed [649/775 (4!)] on J1 in 13.99s, 1 test, 1 failure <<< FAILURES!

[...truncated 48888 lines...]

[JENKINS] Lucene-Solr-Tests-7.x - Build # 386 - Failure

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

No tests ran.

Build Log:
[...truncated 12312 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_3FF7098BBDFDABF2-001/init-core-data-001
   [junit4]   2> 335210 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[3FF7098BBDFDABF2]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 335211 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[3FF7098BBDFDABF2]-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> 335224 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[3FF7098BBDFDABF2]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 335225 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[3FF7098BBDFDABF2]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_3FF7098BBDFDABF2-001/tempDir-001
   [junit4]   2> 335225 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[3FF7098BBDFDABF2]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 335228 INFO  (Thread-195) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 335228 INFO  (Thread-195) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 335282 ERROR (Thread-195) [    ] 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> 335350 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[3FF7098BBDFDABF2]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:44284
   [junit4]   2> 335399 INFO  (zkConnectionManagerCallback-324-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 335487 INFO  (jetty-launcher-321-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 335488 INFO  (jetty-launcher-321-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 335541 INFO  (jetty-launcher-321-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 335542 INFO  (jetty-launcher-321-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 335542 INFO  (jetty-launcher-321-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 335542 INFO  (jetty-launcher-321-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 335542 INFO  (jetty-launcher-321-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 335542 INFO  (jetty-launcher-321-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 335542 INFO  (jetty-launcher-321-thread-3) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 335543 INFO  (jetty-launcher-321-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@bcfa012{/solr,null,AVAILABLE}
   [junit4]   2> 335570 INFO  (jetty-launcher-321-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 335570 INFO  (jetty-launcher-321-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 335570 INFO  (jetty-launcher-321-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 335570 INFO  (jetty-launcher-321-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4381c357{/solr,null,AVAILABLE}
   [junit4]   2> 335571 INFO  (jetty-launcher-321-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@49c3973{/solr,null,AVAILABLE}
   [junit4]   2> 335667 INFO  (jetty-launcher-321-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6b650ea7{SSL,[ssl, http/1.1]}{127.0.0.1:41712}
   [junit4]   2> 335667 INFO  (jetty-launcher-321-thread-2) [    ] o.e.j.s.Server Started @338052ms
   [junit4]   2> 335667 INFO  (jetty-launcher-321-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41712}
   [junit4]   2> 335667 ERROR (jetty-launcher-321-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 335667 INFO  (jetty-launcher-321-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 335667 INFO  (jetty-launcher-321-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 335667 INFO  (jetty-launcher-321-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 335667 INFO  (jetty-launcher-321-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-14T00:55:45.675Z
   [junit4]   2> 335692 INFO  (zkConnectionManagerCallback-326-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 335753 INFO  (jetty-launcher-321-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7e77393a{SSL,[ssl, http/1.1]}{127.0.0.1:39960}
   [junit4]   2> 335753 INFO  (jetty-launcher-321-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@a17d791{SSL,[ssl, http/1.1]}{127.0.0.1:35585}
   [junit4]   2> 335754 INFO  (jetty-launcher-321-thread-1) [    ] o.e.j.s.Server Started @338139ms
   [junit4]   2> 335754 INFO  (jetty-launcher-321-thread-3) [    ] o.e.j.s.Server Started @338139ms
   [junit4]   2> 335754 INFO  (jetty-launcher-321-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39960}
   [junit4]   2> 335754 INFO  (jetty-launcher-321-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35585}
   [junit4]   2> 335754 ERROR (jetty-launcher-321-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 335754 ERROR (jetty-launcher-321-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 335754 INFO  (jetty-launcher-321-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 335754 INFO  (jetty-launcher-321-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 335755 INFO  (jetty-launcher-321-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 335755 INFO  (jetty-launcher-321-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 335755 INFO  (jetty-launcher-321-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-14T00:55:45.763Z
   [junit4]   2> 335755 INFO  (jetty-launcher-321-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 335754 INFO  (jetty-launcher-321-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 335755 INFO  (jetty-launcher-321-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 335755 INFO  (jetty-launcher-321-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-14T00:55:45.763Z
   [junit4]   2> 335770 INFO  (zkConnectionManagerCallback-328-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 335807 INFO  (zkConnectionManagerCallback-330-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 335808 INFO  (jetty-launcher-321-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 335810 INFO  (jetty-launcher-321-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44284/solr
   [junit4]   2> 335812 INFO  (zkConnectionManagerCallback-334-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 335825 INFO  (jetty-launcher-321-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 335884 INFO  (jetty-launcher-321-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44284/solr
   [junit4]   2> 335897 INFO  (jetty-launcher-321-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44284/solr
   [junit4]   2> 335931 INFO  (zkConnectionManagerCallback-340-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 335932 INFO  (zkConnectionManagerCallback-336-thread-1-processing-n:127.0.0.1:41712_solr) [n:127.0.0.1:41712_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 335935 INFO  (zkConnectionManagerCallback-344-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 335937 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 0x1003611f3e20007, likely client has closed socket
   [junit4]   2> 336008 INFO  (zkConnectionManagerCallback-346-thread-1-processing-n:127.0.0.1:39960_solr) [n:127.0.0.1:39960_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 336012 INFO  (zkConnectionManagerCallback-348-thread-1-processing-n:127.0.0.1:35585_solr) [n:127.0.0.1:35585_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 336088 INFO  (jetty-launcher-321-thread-3) [n:127.0.0.1:35585_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 336101 INFO  (jetty-launcher-321-thread-3) [n:127.0.0.1:35585_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35585_solr
   [junit4]   2> 336102 INFO  (jetty-launcher-321-thread-3) [n:127.0.0.1:35585_solr    ] o.a.s.c.Overseer Overseer (id=72117044771946505-127.0.0.1:35585_solr-n_0000000000) starting
   [junit4]   2> 336121 INFO  (jetty-launcher-321-thread-1) [n:127.0.0.1:39960_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 336163 INFO  (jetty-launcher-321-thread-3) [n:127.0.0.1:35585_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35585_solr
   [junit4]   2> 336164 INFO  (jetty-launcher-321-thread-1) [n:127.0.0.1:39960_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39960_solr
   [junit4]   2> 336248 INFO  (zkCallback-347-thread-1-processing-n:127.0.0.1:35585_solr) [n:127.0.0.1:35585_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 336251 DEBUG (OverseerAutoScalingTriggerThread-72117044771946505-127.0.0.1:35585_solr-n_0000000000) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 336248 INFO  (zkCallback-345-thread-1-processing-n:127.0.0.1:39960_solr) [n:127.0.0.1:39960_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 336333 DEBUG (OverseerAutoScalingTriggerThread-72117044771946505-127.0.0.1:35585_solr-n_0000000000) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 336350 DEBUG (OverseerAutoScalingTriggerThread-72117044771946505-127.0.0.1:35585_solr-n_0000000000) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:39960_solr, 127.0.0.1:35585_solr]
   [junit4]   2> 336350 DEBUG (OverseerAutoScalingTriggerThread-72117044771946505-127.0.0.1:35585_solr-n_0000000000) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 336350 DEBUG (OverseerAutoScalingTriggerThread-72117044771946505-127.0.0.1:35585_solr-n_0000000000) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 336518 DEBUG (OverseerAutoScalingTriggerThread-72117044771946505-127.0.0.1:35585_solr-n_0000000000) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 336544 INFO  (jetty-launcher-321-thread-3) [n:127.0.0.1:35585_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35585.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@584af995
   [junit4]   2> 336570 DEBUG (OverseerAutoScalingTriggerThread-72117044771946505-127.0.0.1:35585_solr-n_0000000000) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 336644 DEBUG (ScheduledTrigger-357-thread-1) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 336718 INFO  (jetty-launcher-321-thread-3) [n:127.0.0.1:35585_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35585.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@584af995
   [junit4]   2> 336734 INFO  (jetty-launcher-321-thread-1) [n:127.0.0.1:39960_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39960.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@584af995
   [junit4]   2> 336805 INFO  (jetty-launcher-321-thread-3) [n:127.0.0.1:35585_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35585.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@584af995
   [junit4]   2> 336806 INFO  (jetty-launcher-321-thread-3) [n:127.0.0.1:35585_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_3FF7098BBDFDABF2-001/tempDir-001/node3/.
   [junit4]   2> 336825 INFO  (jetty-launcher-321-thread-1) [n:127.0.0.1:39960_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39960.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@584af995
   [junit4]   2> 336841 INFO  (jetty-launcher-321-thread-1) [n:127.0.0.1:39960_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39960.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@584af995
   [junit4]   2> 336842 INFO  (jetty-launcher-321-thread-1) [n:127.0.0.1:39960_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_3FF7098BBDFDABF2-001/tempDir-001/node1/.
   [junit4]   2> 336968 INFO  (jetty-launcher-321-thread-2) [n:127.0.0.1:41712_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 336971 INFO  (jetty-launcher-321-thread-2) [n:127.0.0.1:41712_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 336973 INFO  (jetty-launcher-321-thread-2) [n:127.0.0.1:41712_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41712_solr
   [junit4]   2> 336974 INFO  (zkCallback-347-thread-1-processing-n:127.0.0.1:35585_solr) [n:127.0.0.1:35585_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 336974 INFO  (zkCallback-345-thread-1-processing-n:127.0.0.1:39960_solr) [n:127.0.0.1:39960_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 337031 INFO  (zkCallback-335-thread-1-processing-n:127.0.0.1:41712_solr) [n:127.0.0.1:41712_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 337474 INFO  (jetty-launcher-321-thread-2) [n:127.0.0.1:41712_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41712.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@584af995
   [junit4]   2> 337510 INFO  (jetty-launcher-321-thread-2) [n:127.0.0.1:41712_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41712.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@584af995
   [junit4]   2> 337510 INFO  (jetty-launcher-321-thread-2) [n:127.0.0.1:41712_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41712.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@584af995
   [junit4]   2> 337511 INFO  (jetty-launcher-321-thread-2) [n:127.0.0.1:41712_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_3FF7098BBDFDABF2-001/tempDir-001/node2/.
   [junit4]   2> 337575 INFO  (zkConnectionManagerCallback-356-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 337616 INFO  (zkConnectionManagerCallback-360-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 337646 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[3FF7098BBDFDABF2]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 337647 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[3FF7098BBDFDABF2]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44284/solr ready
   [junit4]   2> 337719 DEBUG (ScheduledTrigger-357-thread-1) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 338735 DEBUG (ScheduledTrigger-357-thread-2) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 339735 DEBUG (ScheduledTrigger-357-thread-2) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 340629 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[3FF7098BBDFDABF2]-worker) [    ] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 340741 DEBUG (ScheduledTrigger-357-thread-2) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 341745 DEBUG (ScheduledTrigger-357-thread-2) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 342761 DEBUG (ScheduledTrigger-357-thread-2) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 343764 DEBUG (ScheduledTrigger-357-thread-2) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 343985 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[3FF7098BBDFDABF2]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 344792 DEBUG (ScheduledTrigger-357-thread-2) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 344796 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[3FF7098BBDFDABF2]-worker) [    ] o.m.log Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
   [junit4]   2> 344901 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[3FF7098BBDFDABF2]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 345672 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[3FF7098BBDFDABF2]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 345791 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[3FF7098BBDFDABF2]-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_43607_hdfs____.ai1goo/webapp
   [junit4]   2> 345792 DEBUG (ScheduledTrigger-357-thread-2) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 346793 DEBUG (ScheduledTrigger-357-thread-2) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 347808 DEBUG (ScheduledTrigger-357-thread-2) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 348809 DEBUG (ScheduledTrigger-357-thread-4) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 349277 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[3FF7098BBDFDABF2]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@lucene2-us-west.apache.org:43607
   [junit4]   2> 349809 DEBUG (ScheduledTrigger-357-thread-4) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 350896 DEBUG (ScheduledTrigger-357-thread-4) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 351896 DEBUG (ScheduledTrigger-357-thread-4) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 351963 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[3FF7098BBDFDABF2]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 352001 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[3FF7098BBDFDABF2]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 352075 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[3FF7098BBDFDABF2]-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_33311_datanode____r0eye2/webapp
   [junit4]   2> 352903 DEBUG (ScheduledTrigger-357-thread-4) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 353348 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[3FF7098BBDFDABF2]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:33311
   [junit4]   2> 353977 DEBUG (ScheduledTrigger-357-thread-4) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 354992 DEBUG (ScheduledTrigger-357-thread-4) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 356013 DEBUG (ScheduledTrigger-357-thread-4) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 356496 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[3FF7098BBDFDABF2]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 356498 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[3FF7098BBDFDABF2]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 356648 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[3FF7098BBDFDABF2]-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_42290_datanode____.t4qtxq/webapp
   [junit4]   2> 357013 DEBUG (ScheduledTrigger-357-thread-4) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 358020 DEBUG (ScheduledTrigger-357-thread-4) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 358612 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[3FF7098BBDFDABF2]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:42290
   [junit4]   2> 359028 DEBUG (ScheduledTrigger-357-thread-4) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 360043 DEBUG (ScheduledTrigger-357-thread-4) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 361045 DEBUG (ScheduledTrigger-357-thread-4) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 362064 DEBUG (ScheduledTrigger-357-thread-4) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 362327 ERROR (DataNode: [[[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_3FF7098BBDFDABF2-001/tempDir-002/hdfsBaseDir/data/data1/, [DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_3FF7098BBDFDABF2-001/tempDir-002/hdfsBaseDir/data/data2/]]  heartbeating to lucene2-us-west.apache.org/127.0.0.1:38643) [    ] 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> 362328 ERROR (DataNode: [[[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_3FF7098BBDFDABF2-001/tempDir-002/hdfsBaseDir/data/data3/, [DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_3FF7098BBDFDABF2-001/tempDir-002/hdfsBaseDir/data/data4/]]  heartbeating to lucene2-us-west.apache.org/127.0.0.1:38643) [    ] 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> 363066 DEBUG (ScheduledTrigger-357-thread-4) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 363451 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x33911fb4e8ae3: from storage DS-ca072385-1788-4426-8d8e-ed4e6c717513 node DatanodeRegistration(127.0.0.1:38980, datanodeUuid=e63be514-cabb-4e2a-85b5-96b8bee8246a, infoPort=34710, infoSecurePort=0, ipcPort=39126, storageInfo=lv=-56;cid=testClusterID;nsid=1281723884;c=0), blocks: 0, hasStaleStorage: true, processing time: 3 msecs
   [junit4]   2> 363451 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x33911fb4e8ae3: from storage DS-4672622e-7cb1-4f8e-95bb-0cd4237ee9be node DatanodeRegistration(127.0.0.1:38980, datanodeUuid=e63be514-cabb-4e2a-85b5-96b8bee8246a, infoPort=34710, infoSecurePort=0, ipcPort=39126, storageInfo=lv=-56;cid=testClusterID;nsid=1281723884;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 363472 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x33911fb4e8b54: from storage DS-9a7ceee2-d4ef-4010-adb8-e3898484d537 node DatanodeRegistration(127.0.0.1:35071, datanodeUuid=59b2c3ee-8863-4723-ad33-debaa2347a30, infoPort=46074, infoSecurePort=0, ipcPort=33940, storageInfo=lv=-56;cid=testClusterID;nsid=1281723884;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 363480 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x33911fb4e8b54: from storage DS-7cd8f1c3-ed1e-4095-80ec-fe0c85dc1aa4 node DatanodeRegistration(127.0.0.1:35071, datanodeUuid=59b2c3ee-8863-4723-ad33-debaa2347a30, infoPort=46074, infoSecurePort=0, ipcPort=33940, storageInfo=lv=-56;cid=testClusterID;nsid=1281723884;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 364069 DEBUG (ScheduledTrigger-357-thread-4) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 365069 DEBUG (ScheduledTrigger-357-thread-4) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 365684 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[3FF7098BBDFDABF2]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 366076 DEBUG (ScheduledTrigger-357-thread-4) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 366502 INFO  (qtp90203088-1165) [n:127.0.0.1:35585_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:35585_solr,127.0.0.1:39960_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 366557 INFO  (OverseerThreadFactory-359-thread-1-processing-n:127.0.0.1:35585_solr) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testSimple1
   [junit4]   2> 366748 INFO  (OverseerStateUpdate-72117044771946505-127.0.0.1:35585_solr-n_0000000000) [n:127.0.0.1:35585_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39960/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 366787 INFO  (OverseerStateUpdate-72117044771946505-127.0.0.1:35585_solr-n_0000000000) [n:127.0.0.1:35585_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35585/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 366850 INFO  (OverseerStateUpdate-72117044771946505-127.0.0.1:35585_solr-n_0000000000) [n:127.0.0.1:35585_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39960/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 366852 INFO  (OverseerStateUpdate-72117044771946505-127.0.0.1:35585_solr-n_0000000000) [n:127.0.0.1:35585_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35585/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 367077 DEBUG (ScheduledTrigger-357-thread-4) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 367744 INFO  (qtp90203088-1148) [n:127.0.0.1:35585_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 367744 INFO  (qtp90203088-1167) [n:127.0.0.1:35585_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 367744 INFO  (qtp90203088-1148) [n:127.0.0.1:35585_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 367879 INFO  (qtp1305945762-1157) [n:127.0.0.1:39960_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n3&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 367880 INFO  (qtp1305945762-1157) [n:127.0.0.1:39960_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 367881 INFO  (qtp1305945762-1173) [n:127.0.0.1:39960_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 367929 INFO  (zkCallback-347-thread-1-processing-n:127.0.0.1:35585_solr) [n:127.0.0.1:35585_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 367938 INFO  (zkCallback-345-thread-1-processing-n:127.0.0.1:39960_solr) [n:127.0.0.1:39960_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 368077 DEBUG (ScheduledTrigger-357-thread-4) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 368137 INFO  (zkCallback-345-thread-1-processing-n:127.0.0.1:39960_solr) [n:127.0.0.1:39960_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 368137 INFO  (zkCallback-347-thread-1-processing-n:127.0.0.1:35585_solr) [n:127.0.0.1:35585_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 368138 INFO  (zkCallback-345-thread-2-processing-n:127.0.0.1:39960_solr) [n:127.0.0.1:39960_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 368818 INFO  (qtp90203088-1148) [n:127.0.0.1:35585_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 368984 INFO  (qtp90203088-1148) [n:127.0.0.1:35585_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 369004 INFO  (qtp90203088-1167) [n:127.0.0.1:35585_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 369032 INFO  (qtp90203088-1148) [n:127.0.0.1:35585_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 369033 INFO  (qtp90203088-1148) [n:127.0.0.1:35585_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n6' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 369033 INFO  (qtp90203088-1148) [n:127.0.0.1:35585_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35585.solr.core.testSimple1.shard2.replica_n6' (registry 'solr.core.testSimple1.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@584af995
   [junit4]   2> 369106 DEBUG (ScheduledTrigger-357-thread-4) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 369174 INFO  (qtp90203088-1167) [n:127.0.0.1:35585_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 369176 INFO  (qtp90203088-1167) [n:127.0.0.1:35585_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 369176 INFO  (qtp90203088-1167) [n:127.0.0.1:35585_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n2' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 369176 INFO  (qtp90203088-1167) [n:127.0.0.1:35585_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35585.solr.core.testSimple1.shard1.replica_n2' (registry 'solr.core.testSimple1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@584af995
   [junit4]   2> 369246 INFO  (qtp1305945762-1173) [n:127.0.0.1:39960_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 369264 INFO  (qtp90203088-1148) [n:127.0.0.1:35585_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://lucene2-us-west.apache.org:38643/data
   [junit4]   2> 369264 INFO  (qtp90203088-1148) [n:127.0.0.1:35585_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 369264 INFO  (qtp90203088-1148) [n:127.0.0.1:35585_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 369264 INFO  (qtp90203088-1148) [n:127.0.0.1:35585_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_3FF7098BBDFDABF2-001/tempDir-001/node3/testSimple1_shard2_replica_n6], dataDir=[hdfs://lucene2-us-west.apache.org:38643/data/testSimple1/core_node8/data/]
   [junit4]   2> 369268 INFO  (qtp1305945762-1157) [n:127.0.0.1:39960_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 369279 INFO  (qtp90203088-1167) [n:127.0.0.1:35585_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://lucene2-us-west.apache.org:38643/data
   [junit4]   2> 369332 INFO  (qtp90203088-1167) [n:127.0.0.1:35585_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 369332 INFO  (qtp90203088-1167) [n:127.0.0.1:35585_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 369332 INFO  (qtp90203088-1167) [n:127.0.0.1:35585_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_3FF7098BBDFDABF2-001/tempDir-001/node3/testSimple1_shard1_replica_n2], dataDir=[hdfs://lucene2-us-west.apache.org:38643/data/testSimple1/core_node5/data/]
   [junit4]   2> 369334 INFO  (qtp90203088-1148) [n:127.0.0.1:35585_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:38643/data/testSimple1/core_node8/data/snapshot_metadata
   [junit4]   2> 369334 INFO  (qtp90203088-1167) [n:127.0.0.1:35585_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:38643/data/testSimple1/core_node5/data/snapshot_metadata
   [junit4]   2> 369371 INFO  (qtp1305945762-1173) [n:127.0.0.1:39960_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n1] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 369391 INFO  (qtp1305945762-1157) [n:127.0.0.1:39960_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n3] Schema name=minimal
   [junit4]   2> 369411 INFO  (qtp1305945762-1173) [n:127.0.0.1:39960_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 369411 INFO  (qtp1305945762-1173) [n:127.0.0.1:39960_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n1' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 369412 INFO  (qtp1305945762-1173) [n:127.0.0.1:39960_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39960.solr.core.testSimple1.shard1.replica_n1' (registry 'solr.core.testSimple1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@584af995
   [junit4]   2> 369412 INFO  (qtp1305945762-1173) [n:127.0.0.1:39960_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://lucene2-us-west.apache.org:38643/data
   [junit4]   2> 369412 INFO  (qtp1305945762-1173) [n:127.0.0.1:39960_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 369412 INFO  (qtp1305945762-1173) [n:127.0.0.1:39960_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 369412 INFO  (qtp1305945762-1173) [n:127.0.0.1:39960_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_3FF7098BBDFDABF2-001/tempDir-001/node1/testSimple1_shard1_replica_n1], dataDir=[hdfs://lucene2-us-west.apache.org:38643/data/testSimple1/core_node4/data/]
   [junit4]   2> 369414 INFO  (qtp1305945762-1173) [n:127.0.0.1:39960_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:38643/data/testSimple1/core_node4/data/snapshot_metadata
   [junit4]   2> 369438 INFO  (qtp1305945762-1157) [n:127.0.0.1:39960_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 369438 INFO  (qtp1305945762-1157) [n:127.0.0.1:39960_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n3' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 369439 INFO  (qtp1305945762-1157) [n:127.0.0.1:39960_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39960.solr.core.testSimple1.shard2.replica_n3' (registry 'solr.core.testSimple1.shard2.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@584af995
   [junit4]   2> 369439 INFO  (qtp1305945762-1157) [n:127.0.0.1:39960_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://lucene2-us-west.apache.org:38643/data
   [junit4]   2> 369439 INFO  (qtp1305945762-1157) [n:127.0.0.1:39960_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 369439 INFO  (qtp1305945762-1157) [n:127.0.0.1:39960_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 369439 INFO  (qtp1305945762-1157) [n:127.0.0.1:39960_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n3] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_3FF7098BBDFDABF2-001/tempDir-001/node1/testSimple1_shard2_replica_n3], dataDir=[hdfs://lucene2-us-west.apache.org:38643/data/testSimple1/core_node7/data/]
   [junit4]   2> 369554 INFO  (qtp1305945762-1157) [n:127.0.0.1:39960_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:38643/data/testSimple1/core_node7/data/snapshot_metadata
   [junit4]   2> 370116 DEBUG (ScheduledTrigger-357-thread-4) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 370186 INFO  (qtp90203088-1148) [n:127.0.0.1:35585_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:38643/data/testSimple1/core_node8/data
   [junit4]   2> 370206 INFO  (qtp1305945762-1157) [n:127.0.0.1:39960_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:38643/data/testSimple1/core_node7/data
   [junit4]   2> 370222 INFO  (qtp90203088-1167) [n:127.0.0.1:35585_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:38643/data/testSimple1/core_node5/data
   [junit4]   2> 370242 INFO  (qtp1305945762-1173) [n:127.0.0.1:39960_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:38643/data/testSimple1/core_node4/data
   [junit4]   2> 371034 INFO  (qtp90203088-1167) [n:127.0.0.1:35585_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:38643/data/testSimple1/core_node5/data/index
   [junit4]   2> 371067 INFO  (qtp1305945762-1173) [n:127.0.0.1:39960_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:38643/data/testSimple1/core_node4/data/index
   [junit4]   2> 371068 INFO  (qtp90203088-1148) [n:127.0.0.1:35585_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:38643/data/testSimple1/core_node8/data/index
   [junit4]   2> 371120 DEBUG (ScheduledTrigger-357-thread-4) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 371250 INFO  (qtp1305945762-1157) [n:127.0.0.1:39960_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:38643/data/testSimple1/core_node7/data/index
   [junit4]   2> 372123 DEBUG (ScheduledTrigger-357-thread-4) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 373124 DEBUG (ScheduledTrigger-357-thread-4) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 374125 DEBUG (ScheduledTrigger-357-thread-4) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 374146 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:35071 is added to blk_1073741827_1003{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-4672622e-7cb1-4f8e-95bb-0cd4237ee9be:NORMAL:127.0.0.1:38980|RBW], ReplicaUC[[DISK]DS-7cd8f1c3-ed1e-4095-80ec-fe0c85dc1aa4:NORMAL:127.0.0.1:35071|RBW]]} size 69
   [junit4]   2> 374146 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:38980 is added to blk_1073741826_1002{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-ca072385-1788-4426-8d8e-ed4e6c717513:NORMAL:127.0.0.1:38980|RBW], ReplicaUC[[DISK]DS-9a7ceee2-d4ef-4010-adb8-e3898484d537:NORMAL:127.0.0.1:35071|RBW]]} size 69
   [junit4]   2> 374146 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:38980 is added to blk_1073741828_1004{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-7cd8f1c3-ed1e-4095-80ec-fe0c85dc1aa4:NORMAL:127.0.0.1:35071|RBW], ReplicaUC[[DISK]DS-ca072385-1788-4426-8d8e-ed4e6c717513:NORMAL:127.0.0.1:38980|RBW]]} size 69
   [junit4]   2> 374146 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:38980 is added to blk_1073741825_1001{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-9a7ceee2-d4ef-4010-adb8-e3898484d537:NORMAL:127.0.0.1:35071|RBW], ReplicaUC[[DISK]DS-4672622e-7cb1-4f8e-95bb-0cd4237ee9be:NORMAL:127.0.0.1:38980|RBW]]} size 69
   [junit4]   2> 374147 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:38980 is added to blk_1073741827_1003 size 69
   [junit4]   2> 374147 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:35071 is added to blk_1073741825_1001 size 69
   [junit4]   2> 374147 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:35071 is added to blk_1073741826_1002 size 69
   [junit4]   2> 374147 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:35071 is added to blk_1073741828_1004 size 69
   [junit4]   2> 375151 DEBUG (ScheduledTrigger-357-thread-4) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 375809 INFO  (qtp1305945762-1173) [n:127.0.0.1:39960_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 375809 INFO  (qtp1305945762-1173) [n:127.0.0.1:39960_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 375809 INFO  (qtp1305945762-1173) [n:127.0.0.1:39960_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 375925 INFO  (qtp90203088-1167) [n:127.0.0.1:35585_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 375925 INFO  (qtp90203088-1167) [n:127.0.0.1:35585_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 375925 INFO  (qtp90203088-1167) [n:127.0.0.1:35585_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 376076 INFO  (qtp1305945762-1173) [n:127.0.0.1:39960_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 376076 INFO  (qtp1305945762-1173) [n:127.0.0.1:39960_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 376118 INFO  (qtp90203088-1167) [n:127.0.0.1:35585_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 376118 INFO  (qtp90203088-1167) [n:127.0.0.1:35585_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 376161 DEBUG (ScheduledTrigger-357-thread-4) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 376162 INFO  (qtp90203088-1148) [n:127.0.0.1:35585_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 376162 INFO  (qtp90203088-1148) [n:127.0.0.1:35585_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 376162 INFO  (qtp90203088-1148) [n:127.0.0.1:35585_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 376213 INFO  (qtp1305945762-1157) [n:127.0.0.1:39960_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 376214 INFO  (qtp1305945762-1157) [n:127.0.0.1:39960_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 376214 INFO  (qtp1305945762-1157) [n:127.0.0.1:39960_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 376434 INFO  (qtp90203088-1148) [n:127.0.0.1:35585_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 376434 INFO  (qtp90203088-1148) [n:127.0.0.1:35585_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 376446 INFO  (qtp1305945762-1157) [n:127.0.0.1:39960_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 376446 INFO  (qtp1305945762-1157) [n:127.0.0.1:39960_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 377384 DEBUG (ScheduledTrigger-357-thread-4) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 377641 INFO  (qtp90203088-1167) [n:127.0.0.1:35585_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@1cc870dc[testSimple1_shard1_replica_n2] main]
   [junit4]   2> 377642 INFO  (qtp1305945762-1157) [n:127.0.0.1:39960_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@3054a39b[testSimple1_shard2_replica_n3] main]
   [junit4]   2> 377643 INFO  (qtp1305945762-1157) [n:127.0.0.1:39960_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 377643 INFO  (qtp1305945762-1157) [n:127.0.0.1:39960_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 377643 INFO  (qtp1305945762-1173) [n:127.0.0.1:39960_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@44873d4d[testSimple1_shard1_replica_n1] main]
   [junit4]   2> 377647 INFO  (qtp90203088-1148) [n:127.0.0.1:35585_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@10a6d59f[testSimple1_shard2_replica_n6] main]
   [junit4]   2> 377677 INFO  (qtp90203088-1148) [n:127.0.0.1:35585_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 377677 INFO  (qtp90203088-1167) [n:127.0.0.1:35585_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 377677 INFO  (qtp1305945762-1173) [n:127.0.0.1:39960_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 377677 INFO  (qtp1305945762-1173) [n:127.0.0.1:39960_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 377677 INFO  (qtp90203088-1148) [n:127.0.0.1:35585_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 377677 INFO  (qtp90203088-1167) [n:127.0.0.1:35585_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 377693 INFO  (qtp1305945762-1157) [n:127.0.0.1:39960_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 377786 INFO  (qtp90203088-1148) [n:127.0.0.1:35585_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 377786 INFO  (qtp90203088-1167) [n:127.0.0.1:35585_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 377798 INFO  (searcherExecutor-369-thread-1-processing-n:127.0.0.1:39960_solr x:testSimple1_shard2_replica_n3 s:shard2 c:testSimple1 r:core_node7) [n:127.0.0.1:39960_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3] o.a.s.c.SolrCore [testSimple1_shard2_replica_n3] Registered new searcher Searcher@3054a39b[testSimple1_shard2_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 377798 INFO  (qtp1305945762-1157) [n:127.0.0.1:39960_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592335833818464256
   [junit4]   2> 377802 INFO  (qtp90203088-1167) [n:127.0.0.1:35585_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592335833822658560
   [junit4]   2> 377965 INFO  (searcherExecutor-366-thread-1-processing-n:127.0.0.1:35585_solr x:testSimple1_shard2_replica_n6 s:shard2 c:testSimple1 r:core_node8) [n:127.0.0.1:35585_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore [testSimple1_shard2_replica_n6] Registered new searcher Searcher@10a6d59f[testSimple1_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 377965 INFO  (qtp90203088-1148) [n:127.0.0.1:35585_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592335833993576448
   [junit4]   2> 377980 INFO  (qtp1305945762-1173) [n:127.0.0.1:39960_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 377981 INFO  (qtp1305945762-1173) [n:127.0.0.1:39960_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592335834010353664
   [junit4]   2> 378153 INFO  (searcherExecutor-368-thread-1-processing-n:127.0.0.1:39960_solr x:testSimple1_shard1_replica_n1 s:shard1 c:testSimple1 r:core_node4) [n:127.0.0.1:39960_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore [testSimple1_shard1_replica_n1] Registered new searcher Searcher@44873d4d[testSimple1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 378154 INFO  (searcherExecutor-367-thread-1-processing-n:127.0.0.1:35585_solr x:testSimple1_shard1_replica_n2 s:shard1 c:testSimple1 r:core_node5) [n:127.0.0.1:35585_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore [testSimple1_shard1_replica_n2] Registered new searcher Searcher@1cc870dc[testSimple1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 378207 INFO  (qtp1305945762-1157) [n:127.0.0.1:39960_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 378332 INFO  (qtp90203088-1167) [n:127.0.0.1:35585_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 378354 INFO  (zkCallback-347-thread-1-processing-n:127.0.0.1:35585_solr) [n:127.0.0.1:35585_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 378386 DEBUG (ScheduledTrigger-357-thread-4) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 378443 INFO  (zkCallback-347-thread-3-processing-n:127.0.0.1:35585_solr) [n:127.0.0.1:35585_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 378451 INFO  (zkCallback-345-thread-1-processing-n:127.0.0.1:39960_solr) [n:127.0.0.1:39960_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 378455 INFO  (zkCallback-345-thread-2-processing-n:127.0.0.1:39960_solr) [n:127.0.0.1:39960_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 378716 INFO  (qtp1305945762-1157) [n:127.0.0.1:39960_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 378716 INFO  (qtp1305945762-1157) [n:127.0.0.1:39960_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 378716 INFO  (qtp1305945762-1157) [n:127.0.0.1:39960_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:39960/solr/testSimple1_shard2_replica_n3/
   [junit4]   2> 378716 INFO  (qtp1305945762-1157) [n:127.0.0.1:39960_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n3 url=https://127.0.0.1:39960/solr START replicas=[https://127.0.0.1:35585/solr/testSimple1_shard2_replica_n6/] nUpdates=100
   [junit4]   2> 378842 INFO  (qtp90203088-1167) [n:127.0.0.1:35585_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 378842 INFO  (qtp90203088-1167) [n:127.0.0.1:35585_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 378842 INFO  (qtp90203088-1167) [n:127.0.0.1:35585_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:35585/solr/testSimple1_shard1_replica_n2/
   [junit4]   2> 378842 INFO  (qtp90203088-1167) [n:127.0.0.1:35585_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n2 url=https://127.0.0.1:35585/solr START replicas=[https://127.0.0.1:39960/solr/testSimple1_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 379024 INFO  (qtp90203088-1164) [n:127.0.0.1:35585_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.S.Request [testSimple1_shard2_replica_n6]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=49
   [junit4]   2> 379316 INFO  (qtp1305945762-1157) [n:127.0.0.1:39960_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n3 url=https://127.0.0.1:39960/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 379317 INFO  (qtp1305945762-1157) [n:127.0.0.1:39960_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 379317 INFO  (qtp1305945762-1157) [n:127.0.0.1:39960_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 379317 INFO  (qtp1305945762-1157) [n:127.0.0.1:39960_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 379320 INFO  (qtp1305945762-1157) [n:127.0.0.1:39960_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:39960/solr/testSimple1_shard2_replica_n3/ shard2
   [junit4]   2> 379337 INFO  (qtp90203088-1167) [n:127.0.0.1:35585_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n2 url=https://127.0.0.1:35585/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 379387 DEBUG (ScheduledTrigger-357-thread-4) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 379512 INFO  (qtp1305945762-1171) [n:127.0.0.1:39960_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n1] o.a.s.c.S.Request [testSimple1_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=33
   [junit4]   2> 379512 INFO  (zkCallback-347-thread-3-processing-n:127.0.0.1:35585_solr) [n:127.0.0.1:35585_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 379513 INFO  (qtp90203088-1167) [n:127.0.0.1:35585_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 379513 INFO  (qtp90203088-1167) [n:127.0.0.1:35585_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 379513 INFO  (qtp90203088-1167) [n:127.0.0.1:35585_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 379532 INFO  (zkCallback-345-thread-2-processing-n:127.0.0.1:39960_solr) [n:127.0.0.1:39960_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 379532 INFO  (zkCallback-345-thread-3-processing-n:127.0.0.1:39960_solr) [n:127.0.0.1:39960_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 379535 INFO  (qtp90203088-1167) [n:127.0.0.1:35585_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:35585/solr/testSimple1_shard1_replica_n2/ shard1
   [junit4]   2> 379556 INFO  (qtp1305945762-1157) [n:127.0.0.1:39960_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 379558 INFO  (qtp1305945762-1157) [n:127.0.0.1:39960_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n3] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n3&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=11678
   [junit4]   2> 379568 INFO  (qtp90203088-1148) [n:127.0.0.1:35585_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=11842
   [junit4]   2> 379671 INFO  (zkCallback-347-thread-1-processing-n:127.0.0.1:35585_solr) [n:127.0.0.1:35585_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 379679 INFO  (zkCallback-345-thread-2-processing-n:127.0.0.1:39960_solr) [n:127.0.0.1:39960_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 379679 INFO  (zkCallback-345-thread-3-processing-n:127.0.0.1:39960_solr) [n:127.0.0.1:39960_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 379718 INFO  (qtp90203088-1167) [n:127.0.0.1:35585_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 379724 INFO  (qtp90203088-1167) [n:127.0.0.1:35585_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=11981
   [junit4]   2> 379829 INFO  (zkCallback-347-thread-1-processing-n:127.0.0.1:35585_solr) [n:127.0.0.1:35585_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 379847 INFO  (zkCallback-345-thread-2-processing-n:127.0.0.1:39960_solr) [n:127.0.0.1:39960_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 379847 INFO  (zkCallback-345-thread-3-processing-n:127.0.0.1:39960_solr) [n:127.0.0.1:39960_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 380393 DEBUG (ScheduledTrigger-357-thread-4) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 380486 INFO  (qtp1305945762-1173) [n:127.0.0.1:39960_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=12605
   [junit4]   2> 380551 INFO  (qtp90203088-1165) [n:127.0.0.1:35585_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> 380587 INFO  (zkCallback-345-thread-3-processing-n:127.0.0.1:39960_solr) [n:127.0.0.1:39960_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 380587 INFO  (zkCallback-347-thread-1-processing-n:127.0.0.1:35585_solr) [n:127.0.0.1:35585_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 380587 INFO  (zkCallback-345-thread-2-processing-n:127.0.0.1:39960_solr) [n:127.0.0.1:39960_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 380719 INFO  (OverseerCollectionConfigSetProcessor-72117044771946505-127.0.0.1:35585_solr-n_0000000000) [n:127.0.0.1:35585_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> 381401 DEBUG (ScheduledTrigger-357-thread-4) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 381551 INFO  (qtp90203088-1165) [n:127.0.0.1:35585_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:35585_solr,127.0.0.1:39960_solr&wt=javabin&version=2} status=0 QTime=15049
   [junit4]   2> 381581 INFO  (qtp90203088-1163) [n:127.0.0.1:35585_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=false&name=testSimple2&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:39960_solr,127.0.0.1:41712_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 381584 INFO  (OverseerThreadFactory-359-thread-2-processing-n:127.0.0.1:35585_solr) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testSimple2
   [junit4]   2> 381964 INFO  (OverseerStateUpdate-72117044771946505-127.0.0.1:35585_solr-n_0000000000) [n:127.0.0.1:35585_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple2_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:41712/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 381979 INFO  (OverseerStateUpdate-72117044771946505-127.0.0.1:35585_solr-n_0000000000) [n:127.0.0.1:35585_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple2_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39960/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 381980 INFO  (OverseerStateUpdate-72117044771946505-127.0.0.1:35585_solr-n_0000000000) [n:127.0.0.1:35585_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple2_shard2_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:41712/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 381981 INFO  (OverseerStateUpdate-72117044771946505-127.0.0.1:35585_solr-n_0000000000) [n:127.0.0.1:35585_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple2_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39960/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 382215 INFO  (qtp1305945762-1172) [n:127.0.0.1:39960_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple2_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple2&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 382268 INFO  (qtp1305945762-1152) [n:127.0.0.1:39960_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 382491 DEBUG (ScheduledTrigger-357-thread-4) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 382527 INFO  (zkCallback-345-thread-2-processing-n:127.0.0.1:39960_solr) [n:127.0.0.1:39960_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 382527 INFO  (zkCallback-345-thread-3-processing-n:127.0.0.1:39960_solr) [n:127.0.0.1:39960_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 382635 INFO  (qtp833681881-1161) [n:127.0.0.1:41712_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 382635 INFO  (qtp833681881-1161) [n:127.0.0.1:41712_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 382673 INFO  (qtp833681881-1160) [n:127.0.0.1:41712_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple2_shard2_replica_n3&action=CREATE&numShards=2&collection=testSimple2&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 382813 INFO  (zkCallback-335-thread-1-processing-n:127.0.0.1:41712_solr) [n:127.0.0.1:41712_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 382828 INFO  (zkCallback-345-thread-2-processing-n:127.0.0.1:39960_solr) [n:127.0.0.1:39960_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 382828 INFO  (zkCallback-335-thread-2-processing-n:127.0.0.1:41712_solr) [n:127.0.0.1:41712_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 382832 INFO  (zkCallback-345-thread-3-processing-n:127.0.0.1:39960_solr) [n:127.0.0.1:39960_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 383334 INFO  (qtp1305945762-1172) [n:127.0.0.1:39960_solr c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 383424 INFO  (qtp1305945762-1172) [n:127.0.0.1:39960_solr c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n4] o.a.s.s.IndexSchema [testSimple2_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 383458 INFO  (qtp1305945762-1152) [n:127.0.0.1:39960_solr c:testSimple2 s:shard1 r:core_node6 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 383495 DEBUG (ScheduledTrigger-357-thread-4) [n:127.0.0.1:35585_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 383496 INFO  (qtp1305945762-1172) [n:127.0.0.1:39960_solr c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 383496 INFO  (qtp1305945762-1172) [n:127.0.0.1:39960_solr c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard2_replica_n4' using configuration from collection testSimple2, trusted=true
   [junit4]   2> 383497 INFO  (qtp1305945762-1172) [n:127.0.0.1:39960_solr c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39960.solr.core.testSimple2.shard2.replica_n4' (registry 'solr.core.testSimple2.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@584af995
   [junit4]   2> 383497 INFO  (qtp1305945762-1172) [n:127.0.0.1:39960_solr c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://lucene2-us-west.apache.org:38643/data
   [junit4]   2> 383497 INFO  (qtp1305945762-1172) [n:127.0.0.1:39960_solr c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 383497 INFO  (qtp1305945762-1172) [n:127.0.0.1:39960_solr c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 383497 INFO  (qtp1305945762-1152) [n:127.0.0.1:39960_solr c:testSimple2 s:shard1 r:core_node6 x:testSimple2_shard1_replica_n2] o.a.s.s.IndexSchema [testSimple2_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 383497 INFO  (qtp1305945762-1172) [n:127.0.0.1:39960_solr c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n4] o.a.s.c.SolrCore [[testSimple2_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_3FF7098BBDFDABF2-001/tempDir-001/node1/testSimple2_shard2_replica_n4], dataDir=[hdfs://lucene2-us-west.apache.org:38643/data/testSimple2/core_node8/data/]
   [junit4]   2> 383532 INFO  (qtp1305945762-1172) [n:127.0.0.1:39960_solr c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory c

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

[EFA9D860362A507D]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 135899 INFO  (SUITE-TestMultipleAdditiveTreesModel-seed#[EFA9D860362A507D]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1095590467
   [junit4]   2> 135899 INFO  (SUITE-TestMultipleAdditiveTreesModel-seed#[EFA9D860362A507D]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 135899 INFO  (SUITE-TestMultipleAdditiveTreesModel-seed#[EFA9D860362A507D]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5d5e9883: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / null
   [junit4]   2> 135899 INFO  (SUITE-TestMultipleAdditiveTreesModel-seed#[EFA9D860362A507D]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 135899 INFO  (SUITE-TestMultipleAdditiveTreesModel-seed#[EFA9D860362A507D]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@590da131: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / null
   [junit4]   2> 135899 INFO  (SUITE-TestMultipleAdditiveTreesModel-seed#[EFA9D860362A507D]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 135899 INFO  (SUITE-TestMultipleAdditiveTreesModel-seed#[EFA9D860362A507D]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4ddfa25d: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / null
   [junit4]   2> 135900 INFO  (coreCloseExecutor-313-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@49617058
   [junit4]   2> 135900 INFO  (coreCloseExecutor-313-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1231122520
   [junit4]   2> 135900 INFO  (coreCloseExecutor-313-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@43ef50cd: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / null
   [junit4]   2> 135902 INFO  (SUITE-TestMultipleAdditiveTreesModel-seed#[EFA9D860362A507D]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Feb 14, 2018 2:37:07 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Feb 14, 2018 2:37:27 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.ltr.model.TestMultipleAdditiveTreesModel: 
   [junit4]   2>    1) Thread[id=388, name=qtp1429923214-388, state=TIMED_WAITING, group=TGRP-TestMultipleAdditiveTreesModel]
   [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 14, 2018 2:37:27 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=388, name=qtp1429923214-388, state=TIMED_WAITING, group=TGRP-TestMultipleAdditiveTreesModel]
   [junit4]   2> Feb 14, 2018 2:37:30 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=388, name=qtp1429923214-388, state=TIMED_WAITING, group=TGRP-TestMultipleAdditiveTreesModel]
   [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=Lucene50(blocksize=128), id=FST50, text=PostingsFormat(name=Memory), title=Lucene50(blocksize=128)}, docValues:{_version_=DocValuesFormat(name=Asserting), popularity=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=349, maxMBSortInHeap=7.51974542433571, sim=RandomSimilarity(queryNorm=false): {}, locale=da, timezone=America/Winnipeg
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=4,threads=2,free=242121344,total=347078656
   [junit4]   2> NOTE: All tests run in this JVM: [TestExternalFeatures, TestFeatureLogging, TestAdapterModel, TestUserTermScorerQuery, TestFilterSolrFeature, TestLTRQParserPlugin, TestLTRReRankingPipeline, TestLTRScoringQuery, TestLTRWithFacet, TestLTRWithSort, TestRerankBase, TestNoMatchSolrFeature, TestOriginalScoreFeature, TestLinearModel, TestMultipleAdditiveTreesModel]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestMultipleAdditiveTreesModel -Dtests.seed=EFA9D860362A507D -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=da -Dtests.timezone=America/Winnipeg -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J2 | TestMultipleAdditiveTreesModel (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.ltr.model.TestMultipleAdditiveTreesModel: 
   [junit4]    >    1) Thread[id=388, name=qtp1429923214-388, state=TIMED_WAITING, group=TGRP-TestMultipleAdditiveTreesModel]
   [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([EFA9D860362A507D]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=388, name=qtp1429923214-388, state=TIMED_WAITING, group=TGRP-TestMultipleAdditiveTreesModel]
   [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([EFA9D860362A507D]:0)
   [junit4] Completed [36/36 (1!)] on J2 in 58.18s, 10 tests, 2 errors <<< FAILURES!

[...truncated 2765 lines...]
      [rat]   AL    /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/core/src/java/org/apache/lucene/util/automaton/SorteERROR: command execution failed.
ERROR: Step ‘Archive the artifacts’ failed: no workspace for Lucene-Solr-Tests-7.x #386
ERROR: Step ‘Publish JUnit test result report’ failed: no workspace for Lucene-Solr-Tests-7.x #386
ERROR: lucene2 is offline; cannot locate JDK 1.8 (latest)
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
ERROR: lucene2 is offline; cannot locate JDK 1.8 (latest)
ERROR: lucene2 is offline; cannot locate JDK 1.8 (latest)

[JENKINS] Lucene-Solr-Tests-7.x - Build # 385 - Still unstable

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

6 tests failed.
FAILED:  org.apache.solr.TestDistributedSearch.test

Error Message:
Expected to find shardAddress in the up shard info: {error=org.apache.solr.client.solrj.SolrServerException: Time allowed to handle this request exceeded,trace=org.apache.solr.client.solrj.SolrServerException: Time allowed to handle this request exceeded  at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:460)  at org.apache.solr.handler.component.HttpShardHandlerFactory.makeLoadBalancedRequest(HttpShardHandlerFactory.java:273)  at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:175)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748) ,time=1}

Stack Trace:
java.lang.AssertionError: Expected to find shardAddress in the up shard info: {error=org.apache.solr.client.solrj.SolrServerException: Time allowed to handle this request exceeded,trace=org.apache.solr.client.solrj.SolrServerException: Time allowed to handle this request exceeded
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:460)
	at org.apache.solr.handler.component.HttpShardHandlerFactory.makeLoadBalancedRequest(HttpShardHandlerFactory.java:273)
	at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:175)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
,time=1}
	at __randomizedtesting.SeedInfo.seed([A4BA1AF230494CCA:2CEE25289EB52132]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.TestDistributedSearch.comparePartialResponses(TestDistributedSearch.java:1191)
	at org.apache.solr.TestDistributedSearch.queryPartialResults(TestDistributedSearch.java:1132)
	at org.apache.solr.TestDistributedSearch.test(TestDistributedSearch.java:992)
	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$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1019)
	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.TestUtilizeNode.test

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

Stack Trace:
java.lang.AssertionError: no replica should be present in  127.0.0.1:52112_solr
	at __randomizedtesting.SeedInfo.seed([A4BA1AF230494CCA:2CEE25289EB52132]: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)


FAILED:  org.apache.solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete

Error Message:
Error from server at http://127.0.0.1:59656/solr/testcollection_shard1_replica_n3: Expected mime type application/octet-stream but got text/html. <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> <title>Error 404 Can not find: /solr/testcollection_shard1_replica_n3/update</title> </head> <body><h2>HTTP ERROR 404</h2> <p>Problem accessing /solr/testcollection_shard1_replica_n3/update. Reason: <pre>    Can not find: /solr/testcollection_shard1_replica_n3/update</pre></p><hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.8.v20171121</a><hr/>  </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at http://127.0.0.1:59656/solr/testcollection_shard1_replica_n3: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 404 Can not find: /solr/testcollection_shard1_replica_n3/update</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /solr/testcollection_shard1_replica_n3/update. Reason:
<pre>    Can not find: /solr/testcollection_shard1_replica_n3/update</pre></p><hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.8.v20171121</a><hr/>

</body>
</html>

	at __randomizedtesting.SeedInfo.seed([A4BA1AF230494CCA:740B457B7A1A66F]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:550)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1013)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	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.request.UpdateRequest.commit(UpdateRequest.java:233)
	at org.apache.solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete(TestCollectionsAPIViaSolrCloudCluster.java:169)
	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:59656/solr/testcollection_shard1_replica_n3: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 404 Can not find: /solr/testcollection_shard1_replica_n3/update</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /solr/testcollection_shard1_replica_n3/update. Reason:
<pre>    Can not find: /solr/testcollection_shard1_replica_n3/update</pre></p><hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.8.v20171121</a><hr/>

</body>
</html>

	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:607)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:527)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	... 1 more


FAILED:  org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testNodeWithMultipleReplicasLost

Error Message:
The operations computed by ComputePlanAction should not be null SolrClientNodeStateProvider.DEBUG{AFTER_ACTION=[compute_plan, null], BEFORE_ACTION=[compute_plan, null]}

Stack Trace:
java.lang.AssertionError: The operations computed by ComputePlanAction should not be null SolrClientNodeStateProvider.DEBUG{AFTER_ACTION=[compute_plan, null], BEFORE_ACTION=[compute_plan, null]}
	at __randomizedtesting.SeedInfo.seed([A4BA1AF230494CCA:947AFB70B83BAD96]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testNodeWithMultipleReplicasLost(ComputePlanActionTest.java:291)
	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.autoscaling.TriggerIntegrationTest.testEventFromRestoredState

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([A4BA1AF230494CCA:A48CAE321944E8A0]: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.autoscaling.TriggerIntegrationTest.testEventFromRestoredState(TriggerIntegrationTest.java:760)
	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.autoscaling.HdfsAutoAddReplicasIntegrationTest.testSimple

Error Message:
Waiting for collection testSimple2 null Live Nodes: [127.0.0.1:41819_solr, 127.0.0.1:51757_solr] Last available state: DocCollection(testSimple2//collections/testSimple2/state.json/20)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{       "range":"80000000-ffffffff",       "state":"active",       "replicas":{         "core_node3":{           "dataDir":"hdfs://localhost:60977/data/testSimple2/core_node3/data/",           "base_url":"http://127.0.0.1:47761/solr",           "node_name":"127.0.0.1:47761_solr",           "type":"NRT",           "ulogDir":"hdfs://localhost:60977/data/testSimple2/core_node3/data/tlog",           "core":"testSimple2_shard1_replica_n1",           "shared_storage":"true",           "state":"down"},         "core_node6":{           "dataDir":"hdfs://localhost:60977/data/testSimple2/core_node6/data/",           "base_url":"http://127.0.0.1:51757/solr",           "node_name":"127.0.0.1:51757_solr",           "type":"NRT",           "ulogDir":"hdfs://localhost:60977/data/testSimple2/core_node6/data/tlog",           "core":"testSimple2_shard1_replica_n2",           "shared_storage":"true",           "state":"active",           "leader":"true"}}},     "shard2":{       "range":"0-7fffffff",       "state":"active",       "replicas":{         "core_node7":{           "dataDir":"hdfs://localhost:60977/data/testSimple2/core_node7/data/",           "base_url":"http://127.0.0.1:47761/solr",           "node_name":"127.0.0.1:47761_solr",           "type":"NRT",           "ulogDir":"hdfs://localhost:60977/data/testSimple2/core_node7/data/tlog",           "core":"testSimple2_shard2_replica_n4",           "shared_storage":"true",           "state":"down"},         "core_node8":{           "dataDir":"hdfs://localhost:60977/data/testSimple2/core_node8/data/",           "base_url":"http://127.0.0.1:51757/solr",           "node_name":"127.0.0.1:51757_solr",           "type":"NRT",           "ulogDir":"hdfs://localhost:60977/data/testSimple2/core_node8/data/tlog",           "core":"testSimple2_shard2_replica_n5",           "shared_storage":"true",           "state":"active",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",   "autoAddReplicas":"true",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Waiting for collection testSimple2
null
Live Nodes: [127.0.0.1:41819_solr, 127.0.0.1:51757_solr]
Last available state: DocCollection(testSimple2//collections/testSimple2/state.json/20)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "dataDir":"hdfs://localhost:60977/data/testSimple2/core_node3/data/",
          "base_url":"http://127.0.0.1:47761/solr",
          "node_name":"127.0.0.1:47761_solr",
          "type":"NRT",
          "ulogDir":"hdfs://localhost:60977/data/testSimple2/core_node3/data/tlog",
          "core":"testSimple2_shard1_replica_n1",
          "shared_storage":"true",
          "state":"down"},
        "core_node6":{
          "dataDir":"hdfs://localhost:60977/data/testSimple2/core_node6/data/",
          "base_url":"http://127.0.0.1:51757/solr",
          "node_name":"127.0.0.1:51757_solr",
          "type":"NRT",
          "ulogDir":"hdfs://localhost:60977/data/testSimple2/core_node6/data/tlog",
          "core":"testSimple2_shard1_replica_n2",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          "dataDir":"hdfs://localhost:60977/data/testSimple2/core_node7/data/",
          "base_url":"http://127.0.0.1:47761/solr",
          "node_name":"127.0.0.1:47761_solr",
          "type":"NRT",
          "ulogDir":"hdfs://localhost:60977/data/testSimple2/core_node7/data/tlog",
          "core":"testSimple2_shard2_replica_n4",
          "shared_storage":"true",
          "state":"down"},
        "core_node8":{
          "dataDir":"hdfs://localhost:60977/data/testSimple2/core_node8/data/",
          "base_url":"http://127.0.0.1:51757/solr",
          "node_name":"127.0.0.1:51757_solr",
          "type":"NRT",
          "ulogDir":"hdfs://localhost:60977/data/testSimple2/core_node8/data/tlog",
          "core":"testSimple2_shard2_replica_n5",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([A4BA1AF230494CCA:9C093E0C17BA981B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
	at org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:126)
	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 12504 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest
   [junit4]   2> 305142 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A4BA1AF230494CCA]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_A4BA1AF230494CCA-001/init-core-data-001
   [junit4]   2> 305150 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A4BA1AF230494CCA]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=887 numCloses=887
   [junit4]   2> 305150 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A4BA1AF230494CCA]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 305153 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A4BA1AF230494CCA]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 305154 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A4BA1AF230494CCA]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_A4BA1AF230494CCA-001/tempDir-001
   [junit4]   2> 305154 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A4BA1AF230494CCA]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 305173 INFO  (Thread-534) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 305173 INFO  (Thread-534) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 305196 ERROR (Thread-534) [    ] 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> 305272 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A4BA1AF230494CCA]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:51214
   [junit4]   2> 305281 INFO  (zkConnectionManagerCallback-553-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 305298 INFO  (jetty-launcher-550-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T11:27:37-10:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 305299 INFO  (jetty-launcher-550-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T11:27:37-10:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 305300 INFO  (jetty-launcher-550-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T11:27:37-10:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 305301 INFO  (jetty-launcher-550-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 305301 INFO  (jetty-launcher-550-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 305301 INFO  (jetty-launcher-550-thread-3) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 305301 INFO  (jetty-launcher-550-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3ee24525{/solr,null,AVAILABLE}
   [junit4]   2> 305302 INFO  (jetty-launcher-550-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@564c1931{HTTP/1.1,[http/1.1]}{127.0.0.1:51757}
   [junit4]   2> 305302 INFO  (jetty-launcher-550-thread-3) [    ] o.e.j.s.Server Started @308198ms
   [junit4]   2> 305302 INFO  (jetty-launcher-550-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51757}
   [junit4]   2> 305302 ERROR (jetty-launcher-550-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 305302 INFO  (jetty-launcher-550-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 305302 INFO  (jetty-launcher-550-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 305302 INFO  (jetty-launcher-550-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 305302 INFO  (jetty-launcher-550-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-13T20:43:08.189Z
   [junit4]   2> 305336 INFO  (jetty-launcher-550-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 305336 INFO  (jetty-launcher-550-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 305336 INFO  (jetty-launcher-550-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 305341 INFO  (jetty-launcher-550-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@41725a4c{/solr,null,AVAILABLE}
   [junit4]   2> 305342 INFO  (jetty-launcher-550-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1a913cad{HTTP/1.1,[http/1.1]}{127.0.0.1:47761}
   [junit4]   2> 305342 INFO  (jetty-launcher-550-thread-1) [    ] o.e.j.s.Server Started @308238ms
   [junit4]   2> 305342 INFO  (jetty-launcher-550-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=47761}
   [junit4]   2> 305342 ERROR (jetty-launcher-550-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 305342 INFO  (jetty-launcher-550-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 305342 INFO  (jetty-launcher-550-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 305342 INFO  (jetty-launcher-550-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 305342 INFO  (jetty-launcher-550-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-13T20:43:08.229Z
   [junit4]   2> 305351 INFO  (jetty-launcher-550-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 305351 INFO  (jetty-launcher-550-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 305351 INFO  (jetty-launcher-550-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 305351 INFO  (jetty-launcher-550-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@57bf546f{/solr,null,AVAILABLE}
   [junit4]   2> 305351 INFO  (jetty-launcher-550-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4c4063f2{HTTP/1.1,[http/1.1]}{127.0.0.1:41819}
   [junit4]   2> 305351 INFO  (jetty-launcher-550-thread-2) [    ] o.e.j.s.Server Started @308247ms
   [junit4]   2> 305351 INFO  (jetty-launcher-550-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41819}
   [junit4]   2> 305351 ERROR (jetty-launcher-550-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 305352 INFO  (jetty-launcher-550-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 305352 INFO  (jetty-launcher-550-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 305352 INFO  (jetty-launcher-550-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 305352 INFO  (jetty-launcher-550-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-13T20:43:08.239Z
   [junit4]   2> 305359 INFO  (zkConnectionManagerCallback-555-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 305360 INFO  (jetty-launcher-550-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 305368 INFO  (jetty-launcher-550-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51214/solr
   [junit4]   2> 305370 INFO  (zkConnectionManagerCallback-557-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 305381 INFO  (jetty-launcher-550-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 305383 INFO  (zkConnectionManagerCallback-563-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 305397 INFO  (jetty-launcher-550-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51214/solr
   [junit4]   2> 305398 INFO  (zkConnectionManagerCallback-565-thread-1-processing-n:127.0.0.1:51757_solr) [n:127.0.0.1:51757_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 305417 INFO  (zkConnectionManagerCallback-559-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 305417 INFO  (zkConnectionManagerCallback-569-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 305418 INFO  (jetty-launcher-550-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 305426 INFO  (jetty-launcher-550-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51214/solr
   [junit4]   2> 305430 INFO  (zkConnectionManagerCallback-576-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 305533 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 0x10460f45bc80007, likely client has closed socket
   [junit4]   2> 305535 INFO  (zkConnectionManagerCallback-572-thread-1-processing-n:127.0.0.1:47761_solr) [n:127.0.0.1:47761_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 305552 INFO  (jetty-launcher-550-thread-1) [n:127.0.0.1:47761_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 305553 INFO  (jetty-launcher-550-thread-1) [n:127.0.0.1:47761_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:47761_solr
   [junit4]   2> 305553 INFO  (jetty-launcher-550-thread-1) [n:127.0.0.1:47761_solr    ] o.a.s.c.Overseer Overseer (id=73290096572891144-127.0.0.1:47761_solr-n_0000000000) starting
   [junit4]   2> 305595 INFO  (jetty-launcher-550-thread-1) [n:127.0.0.1:47761_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47761_solr
   [junit4]   2> 305595 INFO  (zkConnectionManagerCallback-578-thread-1-processing-n:127.0.0.1:41819_solr) [n:127.0.0.1:41819_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 305598 DEBUG (OverseerAutoScalingTriggerThread-73290096572891144-127.0.0.1:47761_solr-n_0000000000) [n:127.0.0.1:47761_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 305599 DEBUG (OverseerAutoScalingTriggerThread-73290096572891144-127.0.0.1:47761_solr-n_0000000000) [n:127.0.0.1:47761_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 305599 DEBUG (OverseerAutoScalingTriggerThread-73290096572891144-127.0.0.1:47761_solr-n_0000000000) [n:127.0.0.1:47761_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: []
   [junit4]   2> 305599 DEBUG (OverseerAutoScalingTriggerThread-73290096572891144-127.0.0.1:47761_solr-n_0000000000) [n:127.0.0.1:47761_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 305599 DEBUG (OverseerAutoScalingTriggerThread-73290096572891144-127.0.0.1:47761_solr-n_0000000000) [n:127.0.0.1:47761_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 305602 INFO  (jetty-launcher-550-thread-2) [n:127.0.0.1:41819_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 305603 INFO  (jetty-launcher-550-thread-2) [n:127.0.0.1:41819_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 305604 INFO  (jetty-launcher-550-thread-2) [n:127.0.0.1:41819_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41819_solr
   [junit4]   2> 305606 INFO  (zkCallback-571-thread-1-processing-n:127.0.0.1:47761_solr) [n:127.0.0.1:47761_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 305614 INFO  (jetty-launcher-550-thread-3) [n:127.0.0.1:51757_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 305618 INFO  (jetty-launcher-550-thread-3) [n:127.0.0.1:51757_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 305619 INFO  (jetty-launcher-550-thread-3) [n:127.0.0.1:51757_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51757_solr
   [junit4]   2> 305623 INFO  (zkCallback-571-thread-1-processing-n:127.0.0.1:47761_solr) [n:127.0.0.1:47761_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 305626 DEBUG (OverseerAutoScalingTriggerThread-73290096572891144-127.0.0.1:47761_solr-n_0000000000) [n:127.0.0.1:47761_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 305630 DEBUG (OverseerAutoScalingTriggerThread-73290096572891144-127.0.0.1:47761_solr-n_0000000000) [n:127.0.0.1:47761_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 305638 DEBUG (ScheduledTrigger-1054-thread-1) [n:127.0.0.1:47761_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 305645 INFO  (zkCallback-577-thread-1-processing-n:127.0.0.1:41819_solr) [n:127.0.0.1:41819_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 305650 INFO  (zkCallback-564-thread-1-processing-n:127.0.0.1:51757_solr) [n:127.0.0.1:51757_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 305756 INFO  (jetty-launcher-550-thread-1) [n:127.0.0.1:47761_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_47761.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fb2f341
   [junit4]   2> 305761 INFO  (jetty-launcher-550-thread-3) [n:127.0.0.1:51757_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51757.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fb2f341
   [junit4]   2> 305775 INFO  (jetty-launcher-550-thread-1) [n:127.0.0.1:47761_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_47761.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fb2f341
   [junit4]   2> 305775 INFO  (jetty-launcher-550-thread-1) [n:127.0.0.1:47761_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_47761.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fb2f341
   [junit4]   2> 305778 INFO  (jetty-launcher-550-thread-1) [n:127.0.0.1:47761_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_A4BA1AF230494CCA-001/tempDir-001/node1/.
   [junit4]   2> 305781 INFO  (jetty-launcher-550-thread-3) [n:127.0.0.1:51757_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51757.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fb2f341
   [junit4]   2> 305782 INFO  (jetty-launcher-550-thread-3) [n:127.0.0.1:51757_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51757.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fb2f341
   [junit4]   2> 305782 INFO  (jetty-launcher-550-thread-2) [n:127.0.0.1:41819_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41819.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fb2f341
   [junit4]   2> 305782 INFO  (jetty-launcher-550-thread-3) [n:127.0.0.1:51757_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_A4BA1AF230494CCA-001/tempDir-001/node3/.
   [junit4]   2> 305789 INFO  (jetty-launcher-550-thread-2) [n:127.0.0.1:41819_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41819.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fb2f341
   [junit4]   2> 305789 INFO  (jetty-launcher-550-thread-2) [n:127.0.0.1:41819_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41819.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fb2f341
   [junit4]   2> 305790 INFO  (jetty-launcher-550-thread-2) [n:127.0.0.1:41819_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_A4BA1AF230494CCA-001/tempDir-001/node2/.
   [junit4]   2> 305881 INFO  (zkConnectionManagerCallback-585-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 305886 INFO  (zkConnectionManagerCallback-589-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 305887 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A4BA1AF230494CCA]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 305889 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A4BA1AF230494CCA]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51214/solr ready
   [junit4]   2> 306428 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A4BA1AF230494CCA]-worker) [    ] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 306651 DEBUG (ScheduledTrigger-1054-thread-1) [n:127.0.0.1:47761_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 306969 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A4BA1AF230494CCA]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 307099 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A4BA1AF230494CCA]-worker) [    ] o.m.log Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
   [junit4]   2> 307117 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A4BA1AF230494CCA]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 307448 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A4BA1AF230494CCA]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 307507 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A4BA1AF230494CCA]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs to ./temp/Jetty_localhost_39913_hdfs____.7nana9/webapp
   [junit4]   2> 307652 DEBUG (ScheduledTrigger-1054-thread-2) [n:127.0.0.1:47761_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 308366 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A4BA1AF230494CCA]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:39913
   [junit4]   2> 308652 DEBUG (ScheduledTrigger-1054-thread-1) [n:127.0.0.1:47761_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 309139 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A4BA1AF230494CCA]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 309146 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A4BA1AF230494CCA]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 309155 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A4BA1AF230494CCA]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_39511_datanode____q7rz2u/webapp
   [junit4]   2> 309544 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A4BA1AF230494CCA]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:39511
   [junit4]   2> 309653 DEBUG (ScheduledTrigger-1054-thread-1) [n:127.0.0.1:47761_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 309823 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A4BA1AF230494CCA]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 309825 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A4BA1AF230494CCA]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 309841 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A4BA1AF230494CCA]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_39426_datanode____.vc76x3/webapp
   [junit4]   2> 310579 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[A4BA1AF230494CCA]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:39426
   [junit4]   2> 310653 DEBUG (ScheduledTrigger-1054-thread-1) [n:127.0.0.1:47761_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 310764 ERROR (DataNode: [[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_A4BA1AF230494CCA-001/tempDir-002/hdfsBaseDir/data/data1/, [DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_A4BA1AF230494CCA-001/tempDir-002/hdfsBaseDir/data/data2/]]  heartbeating to localhost/127.0.0.1:60977) [    ] 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> 310987 ERROR (DataNode: [[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_A4BA1AF230494CCA-001/tempDir-002/hdfsBaseDir/data/data3/, [DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_A4BA1AF230494CCA-001/tempDir-002/hdfsBaseDir/data/data4/]]  heartbeating to localhost/127.0.0.1:60977) [    ] 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> 311086 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x42d069fa46316f: from storage DS-8895b4f8-8211-40da-a1b6-f9cd61d03469 node DatanodeRegistration(127.0.0.1:37038, datanodeUuid=8e1207d8-0385-4ba7-bf4d-bf276d9a451a, infoPort=57551, infoSecurePort=0, ipcPort=46372, storageInfo=lv=-56;cid=testClusterID;nsid=746010342;c=0), blocks: 0, hasStaleStorage: true, processing time: 2 msecs
   [junit4]   2> 311086 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x42d069fc38c4d0: from storage DS-bd8c2cd0-900e-4e35-9443-784d41e9a58c node DatanodeRegistration(127.0.0.1:40087, datanodeUuid=3924c81f-eeae-4c33-9461-7452a3069231, infoPort=34339, infoSecurePort=0, ipcPort=53821, storageInfo=lv=-56;cid=testClusterID;nsid=746010342;c=0), blocks: 0, hasStaleStorage: true, processing time: 1 msecs
   [junit4]   2> 311090 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x42d069fc38c4d0: from storage DS-916f6601-b56a-4dae-8277-abd8e5515771 node DatanodeRegistration(127.0.0.1:40087, datanodeUuid=3924c81f-eeae-4c33-9461-7452a3069231, infoPort=34339, infoSecurePort=0, ipcPort=53821, storageInfo=lv=-56;cid=testClusterID;nsid=746010342;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 311090 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x42d069fa46316f: from storage DS-36854179-9504-4330-a788-d0ecdcf30c52 node DatanodeRegistration(127.0.0.1:37038, datanodeUuid=8e1207d8-0385-4ba7-bf4d-bf276d9a451a, infoPort=57551, infoSecurePort=0, ipcPort=46372, storageInfo=lv=-56;cid=testClusterID;nsid=746010342;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 311653 DEBUG (ScheduledTrigger-1054-thread-1) [n:127.0.0.1:47761_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 312171 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[A4BA1AF230494CCA]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 312175 INFO  (qtp967812665-2550) [n:127.0.0.1:41819_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:41819_solr,127.0.0.1:47761_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 312178 INFO  (OverseerThreadFactory-1056-thread-1-processing-n:127.0.0.1:47761_solr) [n:127.0.0.1:47761_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testSimple1
   [junit4]   2> 312297 INFO  (OverseerStateUpdate-73290096572891144-127.0.0.1:47761_solr-n_0000000000) [n:127.0.0.1:47761_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:41819/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 312301 INFO  (OverseerStateUpdate-73290096572891144-127.0.0.1:47761_solr-n_0000000000) [n:127.0.0.1:47761_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:47761/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 312312 INFO  (OverseerStateUpdate-73290096572891144-127.0.0.1:47761_solr-n_0000000000) [n:127.0.0.1:47761_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:41819/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 312314 INFO  (OverseerStateUpdate-73290096572891144-127.0.0.1:47761_solr-n_0000000000) [n:127.0.0.1:47761_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:47761/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 312546 INFO  (qtp429275335-2554) [n:127.0.0.1:47761_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 312546 INFO  (qtp967812665-2553) [n:127.0.0.1:41819_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 312547 INFO  (qtp429275335-2554) [n:127.0.0.1:47761_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 312547 INFO  (qtp967812665-2553) [n:127.0.0.1:41819_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 312548 INFO  (qtp967812665-2564) [n:127.0.0.1:41819_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n5&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 312550 INFO  (qtp429275335-2556) [n:127.0.0.1:47761_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 312654 DEBUG (ScheduledTrigger-1054-thread-1) [n:127.0.0.1:47761_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 312661 INFO  (zkCallback-577-thread-1-processing-n:127.0.0.1:41819_solr) [n:127.0.0.1:41819_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 312661 INFO  (zkCallback-571-thread-2-processing-n:127.0.0.1:47761_solr) [n:127.0.0.1:47761_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 312661 INFO  (zkCallback-571-thread-1-processing-n:127.0.0.1:47761_solr) [n:127.0.0.1:47761_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 313570 INFO  (qtp967812665-2553) [n:127.0.0.1:41819_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 313572 INFO  (qtp967812665-2564) [n:127.0.0.1:41819_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 313579 INFO  (qtp429275335-2556) [n:127.0.0.1:47761_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 313586 INFO  (qtp429275335-2554) [n:127.0.0.1:47761_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 313589 INFO  (qtp429275335-2556) [n:127.0.0.1:47761_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 313591 INFO  (qtp429275335-2556) [n:127.0.0.1:47761_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 313591 INFO  (qtp429275335-2556) [n:127.0.0.1:47761_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n6' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 313592 INFO  (qtp429275335-2556) [n:127.0.0.1:47761_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_47761.solr.core.testSimple1.shard2.replica_n6' (registry 'solr.core.testSimple1.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fb2f341
   [junit4]   2> 313592 INFO  (qtp967812665-2564) [n:127.0.0.1:41819_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n5] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n5] Schema name=minimal
   [junit4]   2> 313594 INFO  (qtp967812665-2564) [n:127.0.0.1:41819_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n5] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 313594 INFO  (qtp967812665-2564) [n:127.0.0.1:41819_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n5] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n5' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 313599 INFO  (qtp967812665-2564) [n:127.0.0.1:41819_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n5] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41819.solr.core.testSimple1.shard2.replica_n5' (registry 'solr.core.testSimple1.shard2.replica_n5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fb2f341
   [junit4]   2> 313595 INFO  (qtp967812665-2553) [n:127.0.0.1:41819_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 313601 INFO  (qtp429275335-2554) [n:127.0.0.1:47761_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 313604 INFO  (qtp967812665-2553) [n:127.0.0.1:41819_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 313607 INFO  (qtp429275335-2554) [n:127.0.0.1:47761_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 313607 INFO  (qtp429275335-2554) [n:127.0.0.1:47761_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n2' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 313616 INFO  (qtp967812665-2553) [n:127.0.0.1:41819_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n1' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 313618 INFO  (qtp429275335-2554) [n:127.0.0.1:47761_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_47761.solr.core.testSimple1.shard1.replica_n2' (registry 'solr.core.testSimple1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fb2f341
   [junit4]   2> 313622 INFO  (qtp967812665-2553) [n:127.0.0.1:41819_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41819.solr.core.testSimple1.shard1.replica_n1' (registry 'solr.core.testSimple1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fb2f341
   [junit4]   2> 313638 INFO  (qtp967812665-2564) [n:127.0.0.1:41819_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n5] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:60977/data
   [junit4]   2> 313638 INFO  (qtp429275335-2556) [n:127.0.0.1:47761_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:60977/data
   [junit4]   2> 313638 INFO  (qtp967812665-2564) [n:127.0.0.1:41819_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n5] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 313638 INFO  (qtp429275335-2556) [n:127.0.0.1:47761_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 313638 INFO  (qtp967812665-2564) [n:127.0.0.1:41819_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 313638 INFO  (qtp429275335-2556) [n:127.0.0.1:47761_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 313638 INFO  (qtp429275335-2556) [n:127.0.0.1:47761_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n6] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_A4BA1AF230494CCA-001/tempDir-001/node1/testSimple1_shard2_replica_n6], dataDir=[hdfs://localhost:60977/data/testSimple1/core_node8/data/]
   [junit4]   2> 313638 INFO  (qtp967812665-2564) [n:127.0.0.1:41819_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n5] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n5] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_A4BA1AF230494CCA-001/tempDir-001/node2/testSimple1_shard2_replica_n5], dataDir=[hdfs://localhost:60977/data/testSimple1/core_node7/data/]
   [junit4]   2> 313639 INFO  (qtp429275335-2554) [n:127.0.0.1:47761_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:60977/data
   [junit4]   2> 313674 INFO  (qtp429275335-2554) [n:127.0.0.1:47761_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 313674 INFO  (qtp429275335-2554) [n:127.0.0.1:47761_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 313675 INFO  (qtp429275335-2554) [n:127.0.0.1:47761_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_A4BA1AF230494CCA-001/tempDir-001/node1/testSimple1_shard1_replica_n2], dataDir=[hdfs://localhost:60977/data/testSimple1/core_node4/data/]
   [junit4]   2> 313638 INFO  (qtp967812665-2553) [n:127.0.0.1:41819_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:60977/data
   [junit4]   2> 313675 INFO  (qtp967812665-2553) [n:127.0.0.1:41819_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 313675 INFO  (qtp967812665-2553) [n:127.0.0.1:41819_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 313675 INFO  (qtp967812665-2553) [n:127.0.0.1:41819_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_A4BA1AF230494CCA-001/tempDir-001/node2/testSimple1_shard1_replica_n1], dataDir=[hdfs://localhost:60977/data/testSimple1/core_node3/data/]
   [junit4]   2> 313676 INFO  (qtp967812665-2553) [n:127.0.0.1:41819_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:60977/data/testSimple1/core_node3/data/snapshot_metadata
   [junit4]   2> 313679 INFO  (qtp429275335-2556) [n:127.0.0.1:47761_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:60977/data/testSimple1/core_node8/data/snapshot_metadata
   [junit4]   2> 313680 INFO  (qtp429275335-2554) [n:127.0.0.1:47761_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:60977/data/testSimple1/core_node4/data/snapshot_metadata
   [junit4]   2> 313668 INFO  (qtp967812665-2564) [n:127.0.0.1:41819_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n5] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:60977/data/testSimple1/core_node7/data/snapshot_metadata
   [junit4]   2> 313665 DEBUG (ScheduledTrigger-1054-thread-1) [n:127.0.0.1:47761_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 313806 INFO  (qtp429275335-2556) [n:127.0.0.1:47761_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:60977/data/testSimple1/core_node8/data
   [junit4]   2> 313811 INFO  (qtp967812665-2553) [n:127.0.0.1:41819_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:60977/data/testSimple1/core_node3/data
   [junit4]   2> 313815 INFO  (qtp429275335-2554) [n:127.0.0.1:47761_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:60977/data/testSimple1/core_node4/data
   [junit4]   2> 313843 INFO  (qtp967812665-2564) [n:127.0.0.1:41819_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n5] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:60977/data/testSimple1/core_node7/data
   [junit4]   2> 313900 INFO  (qtp429275335-2554) [n:127.0.0.1:47761_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:60977/data/testSimple1/core_node4/data/index
   [junit4]   2> 313929 INFO  (qtp429275335-2556) [n:127.0.0.1:47761_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:60977/data/testSimple1/core_node8/data/index
   [junit4]   2> 313934 INFO  (qtp967812665-2564) [n:127.0.0.1:41819_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n5] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:60977/data/testSimple1/core_node7/data/index
   [junit4]   2> 313987 INFO  (qtp967812665-2553) [n:127.0.0.1:41819_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:60977/data/testSimple1/core_node3/data/index
   [junit4]   2> 314577 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:37038 is added to blk_1073741828_1004{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-bd8c2cd0-900e-4e35-9443-784d41e9a58c:NORMAL:127.0.0.1:40087|RBW], ReplicaUC[[DISK]DS-36854179-9504-4330-a788-d0ecdcf30c52:NORMAL:127.0.0.1:37038|RBW]]} size 69
   [junit4]   2> 314578 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:40087 is added to blk_1073741827_1003{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-bd8c2cd0-900e-4e35-9443-784d41e9a58c:NORMAL:127.0.0.1:40087|RBW], ReplicaUC[[DISK]DS-36854179-9504-4330-a788-d0ecdcf30c52:NORMAL:127.0.0.1:37038|RBW]]} size 69
   [junit4]   2> 314580 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:37038 is added to blk_1073741826_1002{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-8895b4f8-8211-40da-a1b6-f9cd61d03469:NORMAL:127.0.0.1:37038|RBW], ReplicaUC[[DISK]DS-916f6601-b56a-4dae-8277-abd8e5515771:NORMAL:127.0.0.1:40087|RBW]]} size 69
   [junit4]   2> 314580 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:37038 is added to blk_1073741825_1001{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-bd8c2cd0-900e-4e35-9443-784d41e9a58c:NORMAL:127.0.0.1:40087|RBW], ReplicaUC[[DISK]DS-36854179-9504-4330-a788-d0ecdcf30c52:NORMAL:127.0.0.1:37038|RBW]]} size 69
   [junit4]   2> 314580 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:37038 is added to blk_1073741827_1003 size 69
   [junit4]   2> 314583 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:40087 is added to blk_1073741825_1001 size 69
   [junit4]   2> 314583 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:40087 is added to blk_1073741826_1002 size 69
   [junit4]   2> 314583 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:40087 is added to blk_1073741828_1004 size 69
   [junit4]   2> 314686 DEBUG (ScheduledTrigger-1054-thread-1) [n:127.0.0.1:47761_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 315185 INFO  (qtp429275335-2556) [n:127.0.0.1:47761_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 315185 INFO  (qtp429275335-2556) [n:127.0.0.1:47761_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 315185 INFO  (qtp429275335-2556) [n:127.0.0.1:47761_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 315197 INFO  (qtp967812665-2564) [n:127.0.0.1:41819_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n5] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 315197 INFO  (qtp429275335-2554) [n:127.0.0.1:47761_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 315197 INFO  (qtp967812665-2564) [n:127.0.0.1:41819_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n5] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 315197 INFO  (qtp967812665-2564) [n:127.0.0.1:41819_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n5] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 315197 INFO  (qtp429275335-2554) [n:127.0.0.1:47761_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 315197 INFO  (qtp429275335-2554) [n:127.0.0.1:47761_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 315235 INFO  (qtp967812665-2553) [n:127.0.0.1:41819_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 315235 INFO  (qtp967812665-2553) [n:127.0.0.1:41819_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 315235 INFO  (qtp967812665-2553) [n:127.0.0.1:41819_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 315236 INFO  (qtp967812665-2564) [n:127.0.0.1:41819_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 315236 INFO  (qtp967812665-2564) [n:127.0.0.1:41819_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 315242 INFO  (qtp429275335-2556) [n:127.0.0.1:47761_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 315242 INFO  (qtp429275335-2556) [n:127.0.0.1:47761_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 315254 INFO  (qtp429275335-2554) [n:127.0.0.1:47761_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 315254 INFO  (qtp429275335-2554) [n:127.0.0.1:47761_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 315255 INFO  (qtp967812665-2553) [n:127.0.0.1:41819_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 315255 INFO  (qtp967812665-2553) [n:127.0.0.1:41819_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 315380 INFO  (qtp429275335-2556) [n:127.0.0.1:47761_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@2844f2e4[testSimple1_shard2_replica_n6] main]
   [junit4]   2> 315381 INFO  (qtp429275335-2554) [n:127.0.0.1:47761_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f3570e3[testSimple1_shard1_replica_n2] main]
   [junit4]   2> 315382 INFO  (qtp967812665-2564) [n:127.0.0.1:41819_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n5] o.a.s.s.SolrIndexSearcher Opening [Searcher@5f34a4bc[testSimple1_shard2_replica_n5] main]
   [junit4]   2> 315382 INFO  (qtp967812665-2564) [n:127.0.0.1:41819_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n5] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 315383 INFO  (qtp967812665-2564) [n:127.0.0.1:41819_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n5] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 315385 INFO  (qtp967812665-2564) [n:1

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

tly
   [junit4]   2> 2217386 INFO  (zkCallback-4051-thread-2-processing-n:127.0.0.1:45323_solr) [n:127.0.0.1:45323_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45323_solr
   [junit4]   2> 2217386 INFO  (jetty-closer-3962-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@51cc3112{/solr,null,UNAVAILABLE}
   [junit4]   2> 2217389 INFO  (jetty-closer-3962-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2217394 INFO  (coreCloseExecutor-7991-thread-1) [n:127.0.0.1:45323_solr c:collection1 s:shard1 r:core_node12 x:collection1_shard1_replica_n11] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=1444376119
   [junit4]   2> 2217394 INFO  (coreCloseExecutor-7999-thread-1) [n:127.0.0.1:45365_solr c:collection1 s:shard1 r:core_node10 x:collection1_shard1_replica_n9] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=1489298390
   [junit4]   2> 2217397 INFO  (coreCloseExecutor-8000-thread-1) [n:127.0.0.1:37170_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n7] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=1550580035
   [junit4]   2> 2217399 INFO  (zkCallback-4071-thread-1-processing-n:127.0.0.1:37170_solr) [n:127.0.0.1:37170_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37170_solr
   [junit4]   2> 2217400 INFO  (jetty-closer-3962-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1f18d103{/solr,null,UNAVAILABLE}
   [junit4]   2> 2217400 INFO  (jetty-closer-3962-thread-3) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2217400 INFO  (jetty-closer-3962-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4b5fc77e{/solr,null,UNAVAILABLE}
   [junit4]   2> 2217400 INFO  (jetty-closer-3962-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2218900 INFO  (jetty-closer-3962-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@31e5c71b{/solr,null,UNAVAILABLE}
   [junit4]   2> 2218900 INFO  (jetty-closer-3962-thread-4) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2218901 ERROR (SUITE-TriggerIntegrationTest-seed#[A4BA1AF230494CCA]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2218901 INFO  (SUITE-TriggerIntegrationTest-seed#[A4BA1AF230494CCA]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:47931 47931
   [junit4]   2> 2219011 INFO  (Thread-4227) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:47931 47931
   [junit4]   2> 2219015 WARN  (Thread-4227) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	39	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	23	/solr/aliases.json
   [junit4]   2> 	22	/solr/security.json
   [junit4]   2> 	9	/solr/collections/testMetricTrigger/terms/shard1
   [junit4]   2> 	8	/solr/configs/conf
   [junit4]   2> 	2	/solr/collections/testMetricTrigger/terms/shard2
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	145	/solr/collections/collection1/state.json
   [junit4]   2> 	35	/solr/collections/testMetricTrigger/state.json
   [junit4]   2> 	23	/solr/clusterprops.json
   [junit4]   2> 	23	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/autoscaling.json
   [junit4]   2> 	4	/solr/overseer_elect/election/73290209169309738-127.0.0.1:35014_solr-n_0000000012
   [junit4]   2> 	2	/solr/overseer_elect/election/73290209169309729-127.0.0.1:37170_solr-n_0000000009
   [junit4]   2> 	2	/solr/overseer_elect/election/73290209169309735-127.0.0.1:48381_solr-n_0000000011
   [junit4]   2> 	2	/solr/overseer_elect/election/73290209169309701-127.0.0.1:48880_solr-n_0000000001
   [junit4]   2> 	2	/solr/overseer_elect/election/73290209169309753-127.0.0.1:33203_solr-n_0000000017
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	23	/solr/live_nodes
   [junit4]   2> 	23	/solr/collections
   [junit4]   2> 	5	/solr/overseer/queue-work
   [junit4]   2> 	5	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	5	/solr/overseer/queue
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/autoscaling/events/node_lost_triggerMR
   [junit4]   2> 	2	/solr/autoscaling/events/node_added_triggerCTOOR
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_A4BA1AF230494CCA-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {id=FSTOrd50, x_s=PostingsFormat(name=Asserting)}, docValues:{}, maxPointsInLeafNode=1052, maxMBSortInHeap=7.516977159671022, sim=RandomSimilarity(queryNorm=false): {}, locale=tr, timezone=Asia/Macao
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=4,threads=1,free=208285552,total=490733568
   [junit4]   2> NOTE: All tests run in this JVM: [PingRequestHandlerTest, TestRequestStatusCollectionAPI, TimeZoneUtilsTest, DeleteInactiveReplicaTest, TestLFUCache, NodeMutatorTest, CollectionsAPISolrJTest, BadCopyFieldTest, TestFieldCacheSortRandom, RecoveryAfterSoftCommitTest, ShowFileRequestHandlerTest, TestDistributedStatsComponentCardinality, URLClassifyProcessorTest, DistributedQueueTest, SolrXmlInZkTest, DistanceFunctionTest, LeaderElectionIntegrationTest, TestLegacyFieldCache, TestFieldResource, TestSubQueryTransformerDistrib, CoreAdminHandlerTest, ExitableDirectoryReaderTest, TestRandomDVFaceting, HdfsAutoAddReplicasIntegrationTest, BlobRepositoryCloudTest, TestUtils, TestManagedStopFilterFactory, BlockJoinFacetSimpleTest, TestCollationFieldDocValues, DirectSolrSpellCheckerTest, TestHashQParserPlugin, BlockCacheTest, TestConfigSetProperties, TestNumericRangeQuery64, SharedFSAutoReplicaFailoverTest, TestJavabinTupleStreamParser, TestPayloadScoreQParserPlugin, TestStressReorder, TestDistributedMissingSort, LIRRollingUpdatesTest, TestTrieFacet, TestSmileRequest, ReplaceNodeTest, TestFieldCache, TestComplexPhraseLeadingWildcard, HLLSerializationTest, TestRequestForwarding, TestLeaderElectionWithEmptyReplica, CdcrBidirectionalTest, TestFiltering, TestLRUStatsCache, TestShortCircuitedRequests, PKIAuthenticationIntegrationTest, CustomCollectionTest, NoCacheHeaderTest, CleanupOldIndexTest, SolrShardReporterTest, ForceLeaderTest, TestAnalyzedSuggestions, TestMinMaxOnMultiValuedField, TestLMJelinekMercerSimilarityFactory, CacheHeaderTest, TestJsonRequest, TestSchemaManager, TestReloadDeadlock, SolrGangliaReporterTest, UniqFieldsUpdateProcessorFactoryTest, TestStressCloudBlindAtomicUpdates, TestConfigSetsAPIZkFailure, TestExportWriter, FileBasedSpellCheckerTest, TestPivotHelperCode, TestImpersonationWithHadoopAuth, UUIDUpdateProcessorFallbackTest, SolrIndexMetricsTest, TestCloudInspectUtil, SpellCheckComponentTest, PreAnalyzedFieldTest, TestSimDistributedQueue, PropertiesRequestHandlerTest, TestQuerySenderListener, TestSolrCoreProperties, TestSolrDeletionPolicy2, MigrateRouteKeyTest, DistributedFacetSimpleRefinementLongTailTest, TestPerFieldSimilarityWithDefaultOverride, ClassificationUpdateProcessorIntegrationTest, ConnectionReuseTest, TestSQLHandlerNonCloud, AssignTest, HdfsRecoverLeaseTest, WordBreakSolrSpellCheckerTest, CircularListTest, SystemLogListenerTest, LeaderElectionTest, SimpleCollectionCreateDeleteTest, TestUseDocValuesAsStored, ReturnFieldsTest, TestSchemaVersionResource, ImplicitSnitchTest, ConfigureRecoveryStrategyTest, PreAnalyzedUpdateProcessorTest, TestQueryTypes, DateMathParserTest, AliasIntegrationTest, StatelessScriptUpdateProcessorFactoryTest, SmileWriterTest, AtomicUpdateProcessorFactoryTest, TestSolrConfigHandler, TestLazyCores, TestLockTree, TestSolrCLIRunExample, TestSystemCollAutoCreate, DistributedFacetPivotSmallTest, TestClusterStateProvider, TestReqParamsAPI, ClusterStateUpdateTest, SearchHandlerTest, TestBackupRepositoryFactory, TestSolrFieldCacheBean, HttpSolrCallGetCoreTest, TestBulkSchemaConcurrent, InfixSuggestersTest, TestNamedUpdateProcessors, OverseerStatusTest, TestDistributedGrouping, DistributedSpellCheckComponentTest, TestRealTimeGet, TestReload, TestRangeQuery, SuggesterWFSTTest, PolyFieldTest, TestUpdate, TestAtomicUpdateErrorCases, TestRemoteStreaming, TestSolrDeletionPolicy1, TestSurroundQueryParser, DisMaxRequestHandlerTest, TestWriterPerf, PrimitiveFieldTypeTest, XmlUpdateRequestHandlerTest, TestValueSourceCache, TermVectorComponentTest, MoreLikeThisHandlerTest, FastVectorHighlighterTest, LoggingHandlerTest, TestJmxIntegration, MBeansHandlerTest, PluginInfoTest, TestSuggestSpellingConverter, DateFieldTest, RAMDirectoryFactoryTest, TestSolrJ, DistributedIntervalFacetingTest, SolrTestCaseJ4Test, TestSimpleTrackingShardHandler, TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, AddReplicaTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, HttpPartitionOnCommitTest, LeaderInitiatedRecoveryOnShardRestartTest, LegacyCloudClusterPropTest, MoveReplicaTest, SolrCloudExampleTest, TestCloudJSONFacetJoinDomain, TestDeleteCollectionOnDownNodes, TestDistribDocBasedVersion, TestLeaderInitiatedRecoveryThread, TestPrepRecovery, TestTolerantUpdateProcessorCloud, TestUtilizeNode, VMParamsZkACLAndCredentialsProvidersTest, ZkShardTermsTest, CollectionsAPIDistributedZkTest, AutoScalingHandlerTest, HttpTriggerListenerTest, MetricTriggerTest, NodeAddedTriggerTest, TriggerIntegrationTest]
   [junit4] Completed [602/775 (6!)] on J2 in 195.89s, 14 tests, 1 failure <<< FAILURES!

[...truncated 49079 lines...]

[JENKINS] Lucene-Solr-Tests-7.x - Build # 384 - Failure

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

5 tests failed.
FAILED:  org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test

Error Message:
Could not find collection:collection2

Stack Trace:
java.lang.AssertionError: Could not find collection:collection2
	at __randomizedtesting.SeedInfo.seed([4826E6E517A23AC1:C072D93FB95E5739]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:140)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:915)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrClient(FullSolrCloudDistribCmdsTest.java:612)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:152)
	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.MoveReplicaHDFSTest.testFailedMove

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:39652/solr/MoveReplicaHDFSTest_failed_coll_true, http://127.0.0.1:44517/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:39652/solr/MoveReplicaHDFSTest_failed_coll_true, http://127.0.0.1:44517/solr/MoveReplicaHDFSTest_failed_coll_true]
	at __randomizedtesting.SeedInfo.seed([4826E6E517A23AC1:E2EB3517A071EF11]: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:306)
	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:39652/solr/MoveReplicaHDFSTest_failed_coll_true: no servers hosting shard: shard1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:436)
	... 46 more


FAILED:  org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest.testSimple

Error Message:
Waiting for collection testSimple1 null Live Nodes: [127.0.0.1:34181_solr, 127.0.0.1:44502_solr] Last available state: DocCollection(testSimple1//collections/testSimple1/state.json/18)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{       "range":"80000000-ffffffff",       "state":"active",       "replicas":{         "core_node3":{           "dataDir":"hdfs://localhost:34594/data/testSimple1/core_node3/data/",           "base_url":"http://127.0.0.1:34181/solr",           "node_name":"127.0.0.1:34181_solr",           "type":"NRT",           "ulogDir":"hdfs://localhost:34594/data/testSimple1/core_node3/data/tlog",           "core":"testSimple1_shard1_replica_n1",           "shared_storage":"true",           "state":"active"},         "core_node5":{           "dataDir":"hdfs://localhost:34594/data/testSimple1/core_node5/data/",           "base_url":"http://127.0.0.1:34181/solr",           "node_name":"127.0.0.1:34181_solr",           "type":"NRT",           "ulogDir":"hdfs://localhost:34594/data/testSimple1/core_node5/data/tlog",           "core":"testSimple1_shard1_replica_n2",           "shared_storage":"true",           "state":"active",           "leader":"true"}}},     "shard2":{       "range":"0-7fffffff",       "state":"active",       "replicas":{         "core_node7":{           "dataDir":"hdfs://localhost:34594/data/testSimple1/core_node7/data/",           "base_url":"http://127.0.0.1:51018/solr",           "node_name":"127.0.0.1:51018_solr",           "type":"NRT",           "ulogDir":"hdfs://localhost:34594/data/testSimple1/core_node7/data/tlog",           "core":"testSimple1_shard2_replica_n4",           "shared_storage":"true",           "state":"down"},         "core_node8":{           "dataDir":"hdfs://localhost:34594/data/testSimple1/core_node8/data/",           "base_url":"http://127.0.0.1:34181/solr",           "node_name":"127.0.0.1:34181_solr",           "type":"NRT",           "ulogDir":"hdfs://localhost:34594/data/testSimple1/core_node8/data/tlog",           "core":"testSimple1_shard2_replica_n6",           "shared_storage":"true",           "state":"active",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",   "autoAddReplicas":"true",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Waiting for collection testSimple1
null
Live Nodes: [127.0.0.1:34181_solr, 127.0.0.1:44502_solr]
Last available state: DocCollection(testSimple1//collections/testSimple1/state.json/18)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "dataDir":"hdfs://localhost:34594/data/testSimple1/core_node3/data/",
          "base_url":"http://127.0.0.1:34181/solr",
          "node_name":"127.0.0.1:34181_solr",
          "type":"NRT",
          "ulogDir":"hdfs://localhost:34594/data/testSimple1/core_node3/data/tlog",
          "core":"testSimple1_shard1_replica_n1",
          "shared_storage":"true",
          "state":"active"},
        "core_node5":{
          "dataDir":"hdfs://localhost:34594/data/testSimple1/core_node5/data/",
          "base_url":"http://127.0.0.1:34181/solr",
          "node_name":"127.0.0.1:34181_solr",
          "type":"NRT",
          "ulogDir":"hdfs://localhost:34594/data/testSimple1/core_node5/data/tlog",
          "core":"testSimple1_shard1_replica_n2",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          "dataDir":"hdfs://localhost:34594/data/testSimple1/core_node7/data/",
          "base_url":"http://127.0.0.1:51018/solr",
          "node_name":"127.0.0.1:51018_solr",
          "type":"NRT",
          "ulogDir":"hdfs://localhost:34594/data/testSimple1/core_node7/data/tlog",
          "core":"testSimple1_shard2_replica_n4",
          "shared_storage":"true",
          "state":"down"},
        "core_node8":{
          "dataDir":"hdfs://localhost:34594/data/testSimple1/core_node8/data/",
          "base_url":"http://127.0.0.1:34181/solr",
          "node_name":"127.0.0.1:34181_solr",
          "type":"NRT",
          "ulogDir":"hdfs://localhost:34594/data/testSimple1/core_node8/data/tlog",
          "core":"testSimple1_shard2_replica_n6",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([4826E6E517A23AC1:7095C21B3051EE10]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
	at org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:103)
	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.handler.TestReplicationHandler.doTestIndexAndConfigReplication

Error Message:
Index: 0, Size: 0

Stack Trace:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
	at __randomizedtesting.SeedInfo.seed([4826E6E517A23AC1:5C6EBDB034A587DF]:0)
	at java.util.ArrayList.rangeCheck(ArrayList.java:653)
	at java.util.ArrayList.get(ArrayList.java:429)
	at org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication(TestReplicationHandler.java:561)
	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.ReplaceNodeNoTargetTest.test

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([4826E6E517A23AC1:C072D93FB95E5739]: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.ReplaceNodeNoTargetTest.test(ReplaceNodeNoTargetTest.java:92)
	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 12384 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_4826E6E517A23AC1-001/init-core-data-001
   [junit4]   2> 190466 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[4826E6E517A23AC1]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=16 numCloses=16
   [junit4]   2> 190467 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[4826E6E517A23AC1]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 190468 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[4826E6E517A23AC1]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 190468 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[4826E6E517A23AC1]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 190468 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[4826E6E517A23AC1]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_4826E6E517A23AC1-001/tempDir-001
   [junit4]   2> 190469 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[4826E6E517A23AC1]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 190469 INFO  (Thread-945) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 190469 INFO  (Thread-945) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 190471 ERROR (Thread-945) [    ] 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> 190569 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[4826E6E517A23AC1]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:39925
   [junit4]   2> 190572 INFO  (zkConnectionManagerCallback-527-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 190576 INFO  (jetty-launcher-524-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 190577 INFO  (jetty-launcher-524-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 190577 INFO  (jetty-launcher-524-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 190577 INFO  (jetty-launcher-524-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 190577 INFO  (jetty-launcher-524-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 190577 INFO  (jetty-launcher-524-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 190578 INFO  (jetty-launcher-524-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@75d34c17{/solr,null,AVAILABLE}
   [junit4]   2> 190579 INFO  (jetty-launcher-524-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 190579 INFO  (jetty-launcher-524-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 190579 INFO  (jetty-launcher-524-thread-3) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 190579 INFO  (jetty-launcher-524-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 190579 INFO  (jetty-launcher-524-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 190579 INFO  (jetty-launcher-524-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 190579 INFO  (jetty-launcher-524-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@37d573b0{/solr,null,AVAILABLE}
   [junit4]   2> 190580 INFO  (jetty-launcher-524-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1410dd0d{/solr,null,AVAILABLE}
   [junit4]   2> 190581 INFO  (jetty-launcher-524-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@72363283{HTTP/1.1,[http/1.1]}{127.0.0.1:44502}
   [junit4]   2> 190581 INFO  (jetty-launcher-524-thread-3) [    ] o.e.j.s.Server Started @193191ms
   [junit4]   2> 190582 INFO  (jetty-launcher-524-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44502}
   [junit4]   2> 190582 ERROR (jetty-launcher-524-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 190582 INFO  (jetty-launcher-524-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 190582 INFO  (jetty-launcher-524-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 190582 INFO  (jetty-launcher-524-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 190582 INFO  (jetty-launcher-524-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-13T17:10:54.433Z
   [junit4]   2> 190583 INFO  (jetty-launcher-524-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@442e7670{HTTP/1.1,[http/1.1]}{127.0.0.1:51018}
   [junit4]   2> 190583 INFO  (jetty-launcher-524-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@21a58440{HTTP/1.1,[http/1.1]}{127.0.0.1:34181}
   [junit4]   2> 190583 INFO  (jetty-launcher-524-thread-1) [    ] o.e.j.s.Server Started @193192ms
   [junit4]   2> 190584 INFO  (jetty-launcher-524-thread-2) [    ] o.e.j.s.Server Started @193193ms
   [junit4]   2> 190584 INFO  (jetty-launcher-524-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51018}
   [junit4]   2> 190584 INFO  (jetty-launcher-524-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34181}
   [junit4]   2> 190584 ERROR (jetty-launcher-524-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 190584 INFO  (jetty-launcher-524-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 190585 INFO  (jetty-launcher-524-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 190585 INFO  (jetty-launcher-524-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 190585 INFO  (jetty-launcher-524-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-13T17:10:54.436Z
   [junit4]   2> 190585 ERROR (jetty-launcher-524-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 190585 INFO  (jetty-launcher-524-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 190585 INFO  (jetty-launcher-524-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 190585 INFO  (jetty-launcher-524-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 190585 INFO  (jetty-launcher-524-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-13T17:10:54.436Z
   [junit4]   2> 190585 INFO  (zkConnectionManagerCallback-529-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 190586 INFO  (jetty-launcher-524-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 190591 INFO  (zkConnectionManagerCallback-533-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 190591 INFO  (zkConnectionManagerCallback-531-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 190592 INFO  (jetty-launcher-524-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 190592 INFO  (jetty-launcher-524-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 190595 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 0x10460320e8c0001, likely client has closed socket
   [junit4]   2> 190611 INFO  (jetty-launcher-524-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39925/solr
   [junit4]   2> 190612 INFO  (jetty-launcher-524-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39925/solr
   [junit4]   2> 190613 INFO  (zkConnectionManagerCallback-537-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 190621 INFO  (zkConnectionManagerCallback-541-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 190622 INFO  (jetty-launcher-524-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39925/solr
   [junit4]   2> 190626 INFO  (zkConnectionManagerCallback-543-thread-1-processing-n:127.0.0.1:44502_solr) [n:127.0.0.1:44502_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 190630 INFO  (zkConnectionManagerCallback-547-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 190637 INFO  (zkConnectionManagerCallback-549-thread-1-processing-n:127.0.0.1:51018_solr) [n:127.0.0.1:51018_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 190640 INFO  (zkConnectionManagerCallback-551-thread-1-processing-n:127.0.0.1:34181_solr) [n:127.0.0.1:34181_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 190717 INFO  (jetty-launcher-524-thread-2) [n:127.0.0.1:34181_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 190718 INFO  (jetty-launcher-524-thread-2) [n:127.0.0.1:34181_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34181_solr
   [junit4]   2> 190723 INFO  (jetty-launcher-524-thread-2) [n:127.0.0.1:34181_solr    ] o.a.s.c.Overseer Overseer (id=73289262053457929-127.0.0.1:34181_solr-n_0000000000) starting
   [junit4]   2> 190725 INFO  (jetty-launcher-524-thread-3) [n:127.0.0.1:44502_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 190727 INFO  (jetty-launcher-524-thread-3) [n:127.0.0.1:44502_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44502_solr
   [junit4]   2> 190734 INFO  (zkCallback-542-thread-1-processing-n:127.0.0.1:44502_solr) [n:127.0.0.1:44502_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 190742 INFO  (zkCallback-550-thread-1-processing-n:127.0.0.1:34181_solr) [n:127.0.0.1:34181_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 190745 INFO  (jetty-launcher-524-thread-1) [n:127.0.0.1:51018_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 190746 DEBUG (OverseerAutoScalingTriggerThread-73289262053457929-127.0.0.1:34181_solr-n_0000000000) [n:127.0.0.1:34181_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 190748 DEBUG (OverseerAutoScalingTriggerThread-73289262053457929-127.0.0.1:34181_solr-n_0000000000) [n:127.0.0.1:34181_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 190749 DEBUG (OverseerAutoScalingTriggerThread-73289262053457929-127.0.0.1:34181_solr-n_0000000000) [n:127.0.0.1:34181_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:44502_solr]
   [junit4]   2> 190749 DEBUG (OverseerAutoScalingTriggerThread-73289262053457929-127.0.0.1:34181_solr-n_0000000000) [n:127.0.0.1:34181_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 190749 DEBUG (OverseerAutoScalingTriggerThread-73289262053457929-127.0.0.1:34181_solr-n_0000000000) [n:127.0.0.1:34181_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 190749 INFO  (jetty-launcher-524-thread-1) [n:127.0.0.1:51018_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 190749 INFO  (jetty-launcher-524-thread-2) [n:127.0.0.1:34181_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34181_solr
   [junit4]   2> 190750 INFO  (zkCallback-542-thread-1-processing-n:127.0.0.1:44502_solr) [n:127.0.0.1:44502_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 190753 INFO  (jetty-launcher-524-thread-1) [n:127.0.0.1:51018_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51018_solr
   [junit4]   2> 190758 INFO  (zkCallback-542-thread-1-processing-n:127.0.0.1:44502_solr) [n:127.0.0.1:44502_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 190763 INFO  (zkCallback-550-thread-1-processing-n:127.0.0.1:34181_solr) [n:127.0.0.1:34181_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 190773 INFO  (zkCallback-548-thread-1-processing-n:127.0.0.1:51018_solr) [n:127.0.0.1:51018_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 190774 DEBUG (OverseerAutoScalingTriggerThread-73289262053457929-127.0.0.1:34181_solr-n_0000000000) [n:127.0.0.1:34181_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 190777 DEBUG (OverseerAutoScalingTriggerThread-73289262053457929-127.0.0.1:34181_solr-n_0000000000) [n:127.0.0.1:34181_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 190777 DEBUG (ScheduledTrigger-1459-thread-1) [n:127.0.0.1:34181_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 190809 INFO  (jetty-launcher-524-thread-3) [n:127.0.0.1:44502_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44502.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@213a3290
   [junit4]   2> 190820 INFO  (jetty-launcher-524-thread-3) [n:127.0.0.1:44502_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44502.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@213a3290
   [junit4]   2> 190827 INFO  (jetty-launcher-524-thread-3) [n:127.0.0.1:44502_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44502.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@213a3290
   [junit4]   2> 190828 INFO  (jetty-launcher-524-thread-3) [n:127.0.0.1:44502_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_4826E6E517A23AC1-001/tempDir-001/node3/.
   [junit4]   2> 190835 INFO  (jetty-launcher-524-thread-1) [n:127.0.0.1:51018_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51018.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@213a3290
   [junit4]   2> 190840 INFO  (jetty-launcher-524-thread-2) [n:127.0.0.1:34181_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34181.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@213a3290
   [junit4]   2> 190843 INFO  (jetty-launcher-524-thread-1) [n:127.0.0.1:51018_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51018.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@213a3290
   [junit4]   2> 190843 INFO  (jetty-launcher-524-thread-1) [n:127.0.0.1:51018_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51018.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@213a3290
   [junit4]   2> 190844 INFO  (jetty-launcher-524-thread-1) [n:127.0.0.1:51018_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_4826E6E517A23AC1-001/tempDir-001/node1/.
   [junit4]   2> 190847 INFO  (jetty-launcher-524-thread-2) [n:127.0.0.1:34181_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34181.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@213a3290
   [junit4]   2> 190848 INFO  (jetty-launcher-524-thread-2) [n:127.0.0.1:34181_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34181.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@213a3290
   [junit4]   2> 190849 INFO  (jetty-launcher-524-thread-2) [n:127.0.0.1:34181_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_4826E6E517A23AC1-001/tempDir-001/node2/.
   [junit4]   2> 190907 INFO  (zkConnectionManagerCallback-559-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 190910 INFO  (zkConnectionManagerCallback-563-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 190910 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[4826E6E517A23AC1]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 190911 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[4826E6E517A23AC1]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39925/solr ready
   [junit4]   2> 191335 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[4826E6E517A23AC1]-worker) [    ] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 191779 DEBUG (ScheduledTrigger-1459-thread-1) [n:127.0.0.1:34181_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 191837 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[4826E6E517A23AC1]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 191972 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[4826E6E517A23AC1]-worker) [    ] o.m.log Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
   [junit4]   2> 191994 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[4826E6E517A23AC1]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 192265 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[4826E6E517A23AC1]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 192301 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[4826E6E517A23AC1]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs to ./temp/Jetty_localhost_54435_hdfs____.gqywfz/webapp
   [junit4]   2> 192781 DEBUG (ScheduledTrigger-1459-thread-2) [n:127.0.0.1:34181_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 193206 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[4826E6E517A23AC1]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:54435
   [junit4]   2> 193781 DEBUG (ScheduledTrigger-1459-thread-1) [n:127.0.0.1:34181_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 193875 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[4826E6E517A23AC1]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 193882 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[4826E6E517A23AC1]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 193891 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[4826E6E517A23AC1]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_48890_datanode____.189lji/webapp
   [junit4]   2> 194329 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[4826E6E517A23AC1]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:48890
   [junit4]   2> 194682 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[4826E6E517A23AC1]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 194684 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[4826E6E517A23AC1]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 194699 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[4826E6E517A23AC1]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_53497_datanode____pce6z/webapp
   [junit4]   2> 194782 DEBUG (ScheduledTrigger-1459-thread-1) [n:127.0.0.1:34181_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 195163 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[4826E6E517A23AC1]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:53497
   [junit4]   2> 195308 ERROR (DataNode: [[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_4826E6E517A23AC1-001/tempDir-002/hdfsBaseDir/data/data1/, [DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_4826E6E517A23AC1-001/tempDir-002/hdfsBaseDir/data/data2/]]  heartbeating to localhost/127.0.0.1:34594) [    ] 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> 195408 ERROR (DataNode: [[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_4826E6E517A23AC1-001/tempDir-002/hdfsBaseDir/data/data3/, [DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_4826E6E517A23AC1-001/tempDir-002/hdfsBaseDir/data/data4/]]  heartbeating to localhost/127.0.0.1:34594) [    ] 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> 195503 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x42c4d4f997d790: from storage DS-41da02aa-5b0b-4a0b-817e-8e80ed763906 node DatanodeRegistration(127.0.0.1:50087, datanodeUuid=febea5ae-bffb-4bef-86b4-9a6cadd3e235, infoPort=59020, infoSecurePort=0, ipcPort=34180, storageInfo=lv=-56;cid=testClusterID;nsid=124587511;c=0), blocks: 0, hasStaleStorage: true, processing time: 3 msecs
   [junit4]   2> 195503 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x42c4d4f9b04025: from storage DS-df365f6c-3dc0-47ee-b212-1804b5a4f4f9 node DatanodeRegistration(127.0.0.1:35522, datanodeUuid=5374efce-d657-4b2b-832d-c241e4f65a0f, infoPort=49941, infoSecurePort=0, ipcPort=38389, storageInfo=lv=-56;cid=testClusterID;nsid=124587511;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 195503 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x42c4d4f997d790: from storage DS-5295fccd-e53f-42a3-8a24-7a366779988c node DatanodeRegistration(127.0.0.1:50087, datanodeUuid=febea5ae-bffb-4bef-86b4-9a6cadd3e235, infoPort=59020, infoSecurePort=0, ipcPort=34180, storageInfo=lv=-56;cid=testClusterID;nsid=124587511;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 195503 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x42c4d4f9b04025: from storage DS-3c8c5ce0-565b-4150-9323-4b8f7256d5e5 node DatanodeRegistration(127.0.0.1:35522, datanodeUuid=5374efce-d657-4b2b-832d-c241e4f65a0f, infoPort=49941, infoSecurePort=0, ipcPort=38389, storageInfo=lv=-56;cid=testClusterID;nsid=124587511;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 195783 DEBUG (ScheduledTrigger-1459-thread-1) [n:127.0.0.1:34181_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 195848 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[4826E6E517A23AC1]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 195852 INFO  (qtp64450391-2945) [n:127.0.0.1:34181_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:44502_solr,127.0.0.1:34181_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 195855 INFO  (OverseerThreadFactory-1461-thread-1-processing-n:127.0.0.1:34181_solr) [n:127.0.0.1:34181_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testSimple1
   [junit4]   2> 195967 INFO  (OverseerStateUpdate-73289262053457929-127.0.0.1:34181_solr-n_0000000000) [n:127.0.0.1:34181_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44502/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 195975 INFO  (OverseerStateUpdate-73289262053457929-127.0.0.1:34181_solr-n_0000000000) [n:127.0.0.1:34181_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34181/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 195983 INFO  (OverseerStateUpdate-73289262053457929-127.0.0.1:34181_solr-n_0000000000) [n:127.0.0.1:34181_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44502/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 195992 INFO  (OverseerStateUpdate-73289262053457929-127.0.0.1:34181_solr-n_0000000000) [n:127.0.0.1:34181_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34181/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 196201 INFO  (qtp2135807675-2941) [n:127.0.0.1:44502_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 196201 INFO  (qtp64450391-2953) [n:127.0.0.1:34181_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 196201 INFO  (qtp2135807675-2941) [n:127.0.0.1:44502_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 196201 INFO  (qtp64450391-2953) [n:127.0.0.1:34181_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 196207 INFO  (qtp64450391-2955) [n:127.0.0.1:34181_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 196209 INFO  (qtp2135807675-2947) [n:127.0.0.1:44502_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 196315 INFO  (zkCallback-542-thread-1-processing-n:127.0.0.1:44502_solr) [n:127.0.0.1:44502_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 196315 INFO  (zkCallback-550-thread-2-processing-n:127.0.0.1:34181_solr) [n:127.0.0.1:34181_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 196315 INFO  (zkCallback-550-thread-1-processing-n:127.0.0.1:34181_solr) [n:127.0.0.1:34181_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 196316 INFO  (zkCallback-542-thread-2-processing-n:127.0.0.1:44502_solr) [n:127.0.0.1:44502_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 196783 DEBUG (ScheduledTrigger-1459-thread-1) [n:127.0.0.1:34181_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 197229 INFO  (qtp64450391-2953) [n:127.0.0.1:34181_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 197233 INFO  (qtp64450391-2955) [n:127.0.0.1:34181_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 197233 INFO  (qtp2135807675-2947) [n:127.0.0.1:44502_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 197237 INFO  (qtp2135807675-2941) [n:127.0.0.1:44502_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 197240 INFO  (qtp64450391-2955) [n:127.0.0.1:34181_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 197242 INFO  (qtp64450391-2955) [n:127.0.0.1:34181_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 197242 INFO  (qtp64450391-2955) [n:127.0.0.1:34181_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n6' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 197243 INFO  (qtp64450391-2955) [n:127.0.0.1:34181_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34181.solr.core.testSimple1.shard2.replica_n6' (registry 'solr.core.testSimple1.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@213a3290
   [junit4]   2> 197286 INFO  (qtp64450391-2953) [n:127.0.0.1:34181_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 197286 INFO  (qtp2135807675-2941) [n:127.0.0.1:44502_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 197288 INFO  (qtp64450391-2953) [n:127.0.0.1:34181_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 197288 INFO  (qtp2135807675-2941) [n:127.0.0.1:44502_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 197289 INFO  (qtp64450391-2953) [n:127.0.0.1:34181_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n2' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 197289 INFO  (qtp2135807675-2941) [n:127.0.0.1:44502_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n1' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 197293 INFO  (qtp2135807675-2947) [n:127.0.0.1:44502_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 197294 INFO  (qtp64450391-2953) [n:127.0.0.1:34181_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34181.solr.core.testSimple1.shard1.replica_n2' (registry 'solr.core.testSimple1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@213a3290
   [junit4]   2> 197296 INFO  (qtp2135807675-2941) [n:127.0.0.1:44502_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44502.solr.core.testSimple1.shard1.replica_n1' (registry 'solr.core.testSimple1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@213a3290
   [junit4]   2> 197296 INFO  (qtp2135807675-2947) [n:127.0.0.1:44502_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 197297 INFO  (qtp2135807675-2947) [n:127.0.0.1:44502_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n4' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 197297 INFO  (qtp2135807675-2947) [n:127.0.0.1:44502_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44502.solr.core.testSimple1.shard2.replica_n4' (registry 'solr.core.testSimple1.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@213a3290
   [junit4]   2> 197300 INFO  (qtp64450391-2955) [n:127.0.0.1:34181_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:34594/data
   [junit4]   2> 197300 INFO  (qtp64450391-2955) [n:127.0.0.1:34181_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 197301 INFO  (qtp64450391-2955) [n:127.0.0.1:34181_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 197301 INFO  (qtp64450391-2955) [n:127.0.0.1:34181_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n6] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_4826E6E517A23AC1-001/tempDir-001/node2/testSimple1_shard2_replica_n6], dataDir=[hdfs://localhost:34594/data/testSimple1/core_node8/data/]
   [junit4]   2> 197304 INFO  (qtp64450391-2955) [n:127.0.0.1:34181_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:34594/data/testSimple1/core_node8/data/snapshot_metadata
   [junit4]   2> 197301 INFO  (qtp2135807675-2941) [n:127.0.0.1:44502_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:34594/data
   [junit4]   2> 197307 INFO  (qtp2135807675-2941) [n:127.0.0.1:44502_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 197307 INFO  (qtp2135807675-2941) [n:127.0.0.1:44502_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 197307 INFO  (qtp2135807675-2941) [n:127.0.0.1:44502_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_4826E6E517A23AC1-001/tempDir-001/node3/testSimple1_shard1_replica_n1], dataDir=[hdfs://localhost:34594/data/testSimple1/core_node3/data/]
   [junit4]   2> 197309 INFO  (qtp2135807675-2941) [n:127.0.0.1:44502_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:34594/data/testSimple1/core_node3/data/snapshot_metadata
   [junit4]   2> 197304 INFO  (qtp2135807675-2947) [n:127.0.0.1:44502_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:34594/data
   [junit4]   2> 197310 INFO  (qtp2135807675-2947) [n:127.0.0.1:44502_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 197310 INFO  (qtp2135807675-2947) [n:127.0.0.1:44502_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 197311 INFO  (qtp2135807675-2947) [n:127.0.0.1:44502_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n4] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_4826E6E517A23AC1-001/tempDir-001/node3/testSimple1_shard2_replica_n4], dataDir=[hdfs://localhost:34594/data/testSimple1/core_node7/data/]
   [junit4]   2> 197312 INFO  (qtp2135807675-2947) [n:127.0.0.1:44502_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:34594/data/testSimple1/core_node7/data/snapshot_metadata
   [junit4]   2> 197304 INFO  (qtp64450391-2953) [n:127.0.0.1:34181_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:34594/data
   [junit4]   2> 197313 INFO  (qtp64450391-2953) [n:127.0.0.1:34181_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 197313 INFO  (qtp64450391-2953) [n:127.0.0.1:34181_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 197313 INFO  (qtp64450391-2953) [n:127.0.0.1:34181_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_4826E6E517A23AC1-001/tempDir-001/node2/testSimple1_shard1_replica_n2], dataDir=[hdfs://localhost:34594/data/testSimple1/core_node5/data/]
   [junit4]   2> 197319 INFO  (qtp64450391-2953) [n:127.0.0.1:34181_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:34594/data/testSimple1/core_node5/data/snapshot_metadata
   [junit4]   2> 197783 DEBUG (ScheduledTrigger-1459-thread-1) [n:127.0.0.1:34181_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 198102 INFO  (qtp64450391-2955) [n:127.0.0.1:34181_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:34594/data/testSimple1/core_node8/data
   [junit4]   2> 198106 INFO  (qtp2135807675-2941) [n:127.0.0.1:44502_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:34594/data/testSimple1/core_node3/data
   [junit4]   2> 198106 INFO  (qtp2135807675-2947) [n:127.0.0.1:44502_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:34594/data/testSimple1/core_node7/data
   [junit4]   2> 198110 INFO  (qtp64450391-2953) [n:127.0.0.1:34181_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:34594/data/testSimple1/core_node5/data
   [junit4]   2> 198170 INFO  (qtp64450391-2955) [n:127.0.0.1:34181_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:34594/data/testSimple1/core_node8/data/index
   [junit4]   2> 198198 INFO  (qtp2135807675-2941) [n:127.0.0.1:44502_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:34594/data/testSimple1/core_node3/data/index
   [junit4]   2> 198198 INFO  (qtp64450391-2953) [n:127.0.0.1:34181_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:34594/data/testSimple1/core_node5/data/index
   [junit4]   2> 198198 INFO  (qtp2135807675-2947) [n:127.0.0.1:44502_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:34594/data/testSimple1/core_node7/data/index
   [junit4]   2> 198647 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:35522 is added to blk_1073741827_1003{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-5295fccd-e53f-42a3-8a24-7a366779988c:NORMAL:127.0.0.1:50087|RBW], ReplicaUC[[DISK]DS-3c8c5ce0-565b-4150-9323-4b8f7256d5e5:NORMAL:127.0.0.1:35522|RBW]]} size 69
   [junit4]   2> 198648 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:35522 is added to blk_1073741826_1002{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-41da02aa-5b0b-4a0b-817e-8e80ed763906:NORMAL:127.0.0.1:50087|RBW], ReplicaUC[[DISK]DS-df365f6c-3dc0-47ee-b212-1804b5a4f4f9:NORMAL:127.0.0.1:35522|RBW]]} size 69
   [junit4]   2> 198648 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:35522 is added to blk_1073741828_1004{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-5295fccd-e53f-42a3-8a24-7a366779988c:NORMAL:127.0.0.1:50087|RBW], ReplicaUC[[DISK]DS-df365f6c-3dc0-47ee-b212-1804b5a4f4f9:NORMAL:127.0.0.1:35522|RBW]]} size 69
   [junit4]   2> 198648 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:35522 is added to blk_1073741825_1001{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-3c8c5ce0-565b-4150-9323-4b8f7256d5e5:NORMAL:127.0.0.1:35522|RBW], ReplicaUC[[DISK]DS-41da02aa-5b0b-4a0b-817e-8e80ed763906:NORMAL:127.0.0.1:50087|RBW]]} size 69
   [junit4]   2> 198649 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:50087 is added to blk_1073741825_1001 size 69
   [junit4]   2> 198650 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:50087 is added to blk_1073741826_1002 size 69
   [junit4]   2> 198650 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:50087 is added to blk_1073741828_1004 size 69
   [junit4]   2> 198650 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:50087 is added to blk_1073741827_1003 size 69
   [junit4]   2> 198784 DEBUG (ScheduledTrigger-1459-thread-1) [n:127.0.0.1:34181_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 199215 INFO  (qtp64450391-2955) [n:127.0.0.1:34181_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 199215 INFO  (qtp64450391-2955) [n:127.0.0.1:34181_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 199215 INFO  (qtp64450391-2955) [n:127.0.0.1:34181_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 199224 INFO  (qtp2135807675-2941) [n:127.0.0.1:44502_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 199224 INFO  (qtp2135807675-2941) [n:127.0.0.1:44502_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 199224 INFO  (qtp2135807675-2941) [n:127.0.0.1:44502_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 199230 INFO  (qtp2135807675-2947) [n:127.0.0.1:44502_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 199231 INFO  (qtp2135807675-2947) [n:127.0.0.1:44502_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 199231 INFO  (qtp2135807675-2947) [n:127.0.0.1:44502_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 199238 INFO  (qtp64450391-2953) [n:127.0.0.1:34181_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 199238 INFO  (qtp64450391-2953) [n:127.0.0.1:34181_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 199238 INFO  (qtp64450391-2953) [n:127.0.0.1:34181_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 199249 INFO  (qtp64450391-2955) [n:127.0.0.1:34181_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 199249 INFO  (qtp64450391-2955) [n:127.0.0.1:34181_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 199252 INFO  (qtp2135807675-2947) [n:127.0.0.1:44502_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 199252 INFO  (qtp2135807675-2947) [n:127.0.0.1:44502_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 199254 INFO  (qtp2135807675-2941) [n:127.0.0.1:44502_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 199254 INFO  (qtp2135807675-2941) [n:127.0.0.1:44502_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 199259 INFO  (qtp64450391-2953) [n:127.0.0.1:34181_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 199259 INFO  (qtp64450391-2953) [n:127.0.0.1:34181_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 199375 INFO  (qtp2135807675-2947) [n:127.0.0.1:44502_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@76467e4e[testSimple1_shard2_replica_n4] main]
   [junit4]   2> 199376 INFO  (qtp64450391-2955) [n:127.0.0.1:34181_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@44aaae36[testSimple1_shard2_replica_n6] main]
   [junit4]   2> 199376 INFO  (qtp2135807675-2947) [n:127.0.0.1:44502_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 199376 INFO  (qtp64450391-2953) [n:127.0.0.1:34181_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@5c01bb61[testSimple1_shard1_replica_n2] main]
   [junit4]   2> 199376 INFO  (qtp2135807675-2947) [n:127.0.0.1:44502_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 199379 INFO  (qtp64450391-2953) [n:127.0.0.1:34181_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 199379 INFO  (qtp64450391-2953) [n:127.0.0.1:34181_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 199380 INFO  (qtp64450391-2953) [n:127.0.0.1:34181_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 199380 INFO  (qtp64450391-2955) [n:127.0.0.1:34181_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 199381 INFO  (qtp64450391-2955) [n:127.0.0.1:34181_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 199381 INFO  (qtp64450391-2955) [n:127.0.0.1:34181_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 199384 INFO  (searcherExecutor-1469-thread-1-processing-n:127.0.0.1:34181_solr x:testSimple1_shard1_replica_n2 s:shard1 c:testSimple1 r:core_node5) [n:127.0.0.1:34181_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore [testSimple1_shard1_replica_n2] Registered new searcher Searcher@5c01bb61[testSimple1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 199384 INFO  (qtp64450391-2953) [n:127.0.0.1:34181_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592306552783503360
   [junit4]   2> 199382 INFO  (qtp2135807675-2947) [n:127.0.0.1:44502_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 199402 INFO  (searcherExecutor-1468-thread-1-processing-n:127.0.0.1:34181_solr x:testSimple1_shard2_replica_n6 s:shard2 c:testSimple1 r:core_node8) [n:127.0.0.1:34181_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore [testSimple1_shard2_replica_n6] Registered new searcher Searcher@44aaae36[testSimple1_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 199403 INFO  (searcherExecutor-1471-thread-1-processing-n:127.0.0.1:44502_solr x:testSimple1_shard2_replica_n4 s:shard2 c:testSimple1 r:core_node7) [n:127.0.0.1:44502_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore [testSimple1_shard2_replica_n4] Registered new searcher Searcher@76467e4e[testSimple1_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 199403 INFO  (qtp64450391-2955) [n:127.0.0.1:34181_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592306552803426304
   [junit4]   2> 199405 INFO  (qtp2135807675-2947) [n:127.0.0.1:44502_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592306552805523456
   [junit4]   2> 199419 INFO  (qtp2135807675-2947) [n:127.0.0.1:44502_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 199419 INFO  (qtp2135807675-2947) [n:127.0.0.1:44502_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 199419 INFO  (qtp2135807675-2947) [n:127.0.0.1:44502_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:44502/solr/testSimple1_shard2_replica_n4/
   [junit4]   2> 199419 INFO  (qtp2135807675-2947) [n:127.0.0.1:44502_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n4 url=http://127.0.0.1:44502/solr START replicas=[http://127.0.0.1:34181/solr/testSimple1_shard2_replica_n6/] nUpdates=100
   [junit4]   2> 199420 INFO  (qtp64450391-2953) [n:127.0.0.1:34181_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 199420 INFO  (zkCallback-542-thread-1-processing-n:127.0.0.1:44502_solr) [n:127.0.0.1:44502_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 199420 INFO  (zkCallback-550-thread-2-processing-n:127.0.0.1:34181_solr) [n:127.0.0.1:34181_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 199420 INFO  (zkCallback-550-thread-1-processing-n:127.0.0.1:34181_solr) [n:127.0.0.1:34181_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 199426 INFO  (zkCallback-542-thread-2-processing-n:127.0.0.1:44502_solr) [n:127.0.0.1:44502_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 199427 INFO  (qtp2135807675-2941) [n:127.0.0.1:44502_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4e379ff[testSimple1_shard1_replica_n1] main]
   [junit4]   2> 199427 INFO  (qtp2135807675-2941) [n:127.0.0.1:44502_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 199428 INFO  (qtp2135807675-2941) [n:127.0.0.1:44502_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 199428 INFO  (qtp2135807675-2941) [n:127.0.0.1:44502_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 199429 INFO  (qtp2135807675-2941) [n:127.0.0.1:44502_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592306552830689280
   [junit4]   2> 199431 INFO  (searcherExecutor-1470-thread-1-processing-n:127.0.0.1:44502_solr x:testSimple1_shard1_replica_n1 s:shard1 c:testSimple1 r:core_node3) [n:127.0.0.1:44502_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore [testSimple1_shard1_replica_n1] Registered new searcher Searcher@4e379ff[testSimple1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 199437 INFO  (qtp64450391-2951) [n:127.0.0.1:34181_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.S.Request [testSimple1_shard2_replica_n6]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 199522 INFO  (zkCallback-542-thread-2-processing-n:127.0.0.1:44502_solr) [n:127.0.0.1:44502_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for co

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

it4]   2> 1472650 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[4826E6E517A23AC1]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@73ca945a: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@16deffc7
   [junit4]   2> 1472650 INFO  (coreCloseExecutor-6370-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@633e8f64
   [junit4]   2> 1472650 INFO  (coreCloseExecutor-6370-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1665044324
   [junit4]   2> 1472651 INFO  (coreCloseExecutor-6370-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6c006472: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@273fd924
   [junit4]   2> 1472671 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[4826E6E517A23AC1]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@30344c18{/solr,null,UNAVAILABLE}
   [junit4]   2> 1472671 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[4826E6E517A23AC1]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1472672 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[4826E6E517A23AC1]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@7ecc0112{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1472672 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[4826E6E517A23AC1]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=218704848
   [junit4]   2> 1472673 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[4826E6E517A23AC1]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1472673 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[4826E6E517A23AC1]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@44b31080: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@11f9909f
   [junit4]   2> 1472682 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[4826E6E517A23AC1]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1472682 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[4826E6E517A23AC1]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5a2b4678: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@69a7a73c
   [junit4]   2> 1472686 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[4826E6E517A23AC1]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1472687 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[4826E6E517A23AC1]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@31607bdc: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@16deffc7
   [junit4]   2> 1472687 INFO  (coreCloseExecutor-6372-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5e91b172
   [junit4]   2> 1472687 INFO  (coreCloseExecutor-6372-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1586606450
   [junit4]   2> 1472687 INFO  (coreCloseExecutor-6372-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@15891e53: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@769d3ee9
   [junit4]   2> 1472691 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[4826E6E517A23AC1]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@af04ad1{/solr,null,UNAVAILABLE}
   [junit4]   2> 1472692 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[4826E6E517A23AC1]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4826E6E517A23AC1-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=RandomSimilarity(queryNorm=false): {}, locale=es-NI, timezone=Africa/Maseru
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=4,threads=1,free=288485344,total=530055168
   [junit4]   2> NOTE: All tests run in this JVM: [CdcrRequestHandlerTest, TestDocumentBuilder, TestOverriddenPrefixQueryForCustomFieldType, TestStressLucene, TestCollectionAPI, ReplicaListTransformerTest, TestFieldTypeCollectionResource, TestTrackingShardHandlerFactory, TestHighlightDedupGrouping, DistributedExpandComponentTest, GraphQueryTest, StatsComponentTest, HdfsThreadLeakTest, LeaderElectionContextKeyTest, SolrRequestParserTest, TestPolicyCloud, BooleanFieldTest, TestPullReplica, DeleteLastCustomShardedReplicaTest, HighlighterConfigTest, TestFieldCacheReopen, DateRangeFieldTest, TestOrdValues, InfoHandlerTest, HdfsCollectionsAPIDistributedZkTest, TestMiniSolrCloudClusterSSL, TestCloudJSONFacetJoinDomain, SuggesterWFSTTest, TestSubQueryTransformer, TestExactSharedStatsCache, MoveReplicaTest, TestGenericDistributedQueue, TestBinaryResponseWriter, DeleteShardTest, TestDownShardTolerantSearch, TestStressInPlaceUpdates, TestScoreJoinQPNoScore, TestRandomRequestDistribution, RequestHandlersTest, TestSolrConfigHandlerCloud, TestReRankQParserPlugin, DistributedVersionInfoTest, TestFreeTextSuggestions, MBeansHandlerTest, TestPHPSerializedResponseWriter, TestCryptoKeys, TlogReplayBufferedWhileIndexingTest, HdfsChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest, OutputWriterTest, TestCollationField, ActionThrottleTest, ResponseHeaderTest, MergeStrategyTest, SolrSlf4jReporterTest, TestPhraseSuggestions, CurrencyRangeFacetCloudTest, TestCloudRecovery, DistributedSuggestComponentTest, TestXmlQParser, PluginInfoTest, WrapperMergePolicyFactoryTest, ChaosMonkeySafeLeaderWithPullReplicasTest, TestIndexingPerformance, HdfsBasicDistributedZk2Test, TestGroupingSearch, TestMergePolicyConfig, TestLMDirichletSimilarityFactory, DistanceUnitsTest, TestDocBasedVersionConstraints, DataDrivenBlockJoinTest, TestSchemaResource, CloudMLTQParserTest, DistributedTermsComponentTest, BinaryUpdateRequestHandlerTest, BasicAuthIntegrationTest, TestAuthorizationFramework, LeaderInitiatedRecoveryOnShardRestartTest, SolrIndexSplitterTest, TestLuceneMatchVersion, TestDistributedSearch, AutoAddReplicasIntegrationTest, BigEndianAscendingWordDeserializerTest, SolrPluginUtilsTest, TestRandomFaceting, TestSort, RequestLoggingTest, SynonymTokenizerTest, ChaosMonkeyNothingIsSafeTest, ManagedSchemaRoundRobinCloudTest, TestSolrQueryParser, HdfsRecoveryZkTest, TestFilteredDocIdSet, TestLeaderElectionZkExpiry, TestInitQParser, CollectionReloadTest, TestLocalFSCloudBackupRestore, CoreAdminCreateDiscoverTest, BlockDirectoryTest, TestFastOutputStream, TestSolrDeletionPolicy1, TestManagedResource, TestIBSimilarityFactory, BadIndexSchemaTest, TestBlobHandler, TestPushWriter, ExternalFileFieldSortTest, TestNodeLostTrigger, VersionInfoTest, TestTestInjection, SecurityConfHandlerTest, CdcrBootstrapTest, SSLMigrationTest, TestCSVLoader, TestQueryWrapperFilter, RuleEngineTest, SimpleFacetsTest, TestCoreAdminApis, TestConfigSets, TimeRoutedAliasUpdateProcessorTest, XmlUpdateRequestHandlerTest, AssignBackwardCompatibilityTest, TestSearcherReuse, TestIndexSearcher, TestSolrXml, RecoveryZkTest, TestReplicationHandler]
   [junit4] Completed [389/775 (5!)] on J0 in 85.39s, 16 tests, 1 error, 1 skipped <<< FAILURES!

[...truncated 38112 lines...]
-ecj-javadoc-lint-tests:
    [mkdir] Created dir: /tmp/ecj1149451246
 [ecj-lint] Compiling 20 source files to /tmp/ecj1149451246
 [ecj-lint] ----------
 [ecj-lint] 1. ERROR in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/RandomPlaneTest.java (at line 25)
 [ecj-lint] 	import org.junit.Ignore;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.junit.Ignore is never used
 [ecj-lint] ----------
 [ecj-lint] 1 problem (1 error)

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

Total time: 76 minutes 32 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-7.x - Build # 383 - Still Unstable

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

4 tests failed.
FAILED:  org.apache.solr.cloud.ReplaceNodeNoTargetTest.test

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([CDB2C971BC2B2B20:45E6F6AB12D746D8]: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.ReplaceNodeNoTargetTest.test(ReplaceNodeNoTargetTest.java:92)
	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.autoscaling.TriggerIntegrationTest.testNodeAddedTriggerRestoreState

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
	at __randomizedtesting.SeedInfo.seed([CDB2C971BC2B2B20:458F400E86EBCA8D]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeAddedTriggerRestoreState(TriggerIntegrationTest.java:426)
	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.autoscaling.TriggerIntegrationTest.testNodeLostTrigger

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([CDB2C971BC2B2B20:C94C606386E1A9BA]: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.autoscaling.TriggerIntegrationTest.testNodeLostTrigger(TriggerIntegrationTest.java:521)
	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.autoscaling.sim.TestDistribStateManager.testGetSetRemoveData

Error Message:
Node watch should have fired!

Stack Trace:
java.lang.AssertionError: Node watch should have fired!
	at __randomizedtesting.SeedInfo.seed([CDB2C971BC2B2B20:EB222623E8A5ED2A]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.autoscaling.sim.TestDistribStateManager.testGetSetRemoveData(TestDistribStateManager.java:256)
	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 12149 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplaceNodeNoTargetTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_CDB2C971BC2B2B20-001/init-core-data-001
   [junit4]   2> 121592 WARN  (SUITE-ReplaceNodeNoTargetTest-seed#[CDB2C971BC2B2B20]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=702 numCloses=702
   [junit4]   2> 121595 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[CDB2C971BC2B2B20]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 121597 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[CDB2C971BC2B2B20]-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> 121597 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[CDB2C971BC2B2B20]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 121599 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[CDB2C971BC2B2B20]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 6 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_CDB2C971BC2B2B20-001/tempDir-001
   [junit4]   2> 121599 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[CDB2C971BC2B2B20]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 121599 INFO  (Thread-204) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 121599 INFO  (Thread-204) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 121602 ERROR (Thread-204) [    ] 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> 121699 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[CDB2C971BC2B2B20]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:50457
   [junit4]   2> 121717 INFO  (zkConnectionManagerCallback-144-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 121723 INFO  (jetty-launcher-141-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 121723 INFO  (jetty-launcher-141-thread-5) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 121731 INFO  (jetty-launcher-141-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 121734 INFO  (jetty-launcher-141-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 121734 INFO  (jetty-launcher-141-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 121734 INFO  (jetty-launcher-141-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@389de93a{/solr,null,AVAILABLE}
   [junit4]   2> 121735 INFO  (jetty-launcher-141-thread-6) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 121736 INFO  (jetty-launcher-141-thread-4) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 121738 INFO  (jetty-launcher-141-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3fa10a3a{HTTP/1.1,[http/1.1]}{127.0.0.1:33392}
   [junit4]   2> 121738 INFO  (jetty-launcher-141-thread-1) [    ] o.e.j.s.Server Started @124237ms
   [junit4]   2> 121738 INFO  (jetty-launcher-141-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33392}
   [junit4]   2> 121739 ERROR (jetty-launcher-141-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 121739 INFO  (jetty-launcher-141-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.3.0
   [junit4]   2> 121739 INFO  (jetty-launcher-141-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 121739 INFO  (jetty-launcher-141-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 121739 INFO  (jetty-launcher-141-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-13T11:20:34.422Z
   [junit4]   2> 121739 INFO  (jetty-launcher-141-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 121740 INFO  (jetty-launcher-141-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 121742 INFO  (jetty-launcher-141-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 121749 INFO  (jetty-launcher-141-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 121749 INFO  (jetty-launcher-141-thread-4) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 121743 INFO  (jetty-launcher-141-thread-6) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 121749 INFO  (jetty-launcher-141-thread-6) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 121749 INFO  (jetty-launcher-141-thread-6) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 121759 INFO  (jetty-launcher-141-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 121760 INFO  (jetty-launcher-141-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 121760 INFO  (jetty-launcher-141-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 121763 INFO  (jetty-launcher-141-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5bd57668{/solr,null,AVAILABLE}
   [junit4]   2> 121779 INFO  (jetty-launcher-141-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@44fe7d4{/solr,null,AVAILABLE}
   [junit4]   2> 121771 INFO  (jetty-launcher-141-thread-6) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2ab14595{/solr,null,AVAILABLE}
   [junit4]   2> 121786 INFO  (jetty-launcher-141-thread-5) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 121786 INFO  (jetty-launcher-141-thread-5) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 121786 INFO  (jetty-launcher-141-thread-5) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 121779 INFO  (jetty-launcher-141-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4bdd312d{HTTP/1.1,[http/1.1]}{127.0.0.1:54883}
   [junit4]   2> 121779 INFO  (jetty-launcher-141-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3924b75c{HTTP/1.1,[http/1.1]}{127.0.0.1:58328}
   [junit4]   2> 121787 INFO  (jetty-launcher-141-thread-4) [    ] o.e.j.s.Server Started @124286ms
   [junit4]   2> 121787 INFO  (jetty-launcher-141-thread-2) [    ] o.e.j.s.Server Started @124286ms
   [junit4]   2> 121787 INFO  (jetty-launcher-141-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54883}
   [junit4]   2> 121787 INFO  (jetty-launcher-141-thread-6) [    ] o.e.j.s.AbstractConnector Started ServerConnector@23e074fb{HTTP/1.1,[http/1.1]}{127.0.0.1:46835}
   [junit4]   2> 121787 INFO  (jetty-launcher-141-thread-6) [    ] o.e.j.s.Server Started @124286ms
   [junit4]   2> 121787 INFO  (jetty-launcher-141-thread-6) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46835}
   [junit4]   2> 121788 ERROR (jetty-launcher-141-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 121788 ERROR (jetty-launcher-141-thread-6) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 121787 INFO  (jetty-launcher-141-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58328}
   [junit4]   2> 121791 ERROR (jetty-launcher-141-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 121788 INFO  (jetty-launcher-141-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.3.0
   [junit4]   2> 121807 INFO  (jetty-launcher-141-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 121807 INFO  (jetty-launcher-141-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 121807 INFO  (jetty-launcher-141-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-13T11:20:34.490Z
   [junit4]   2> 121788 INFO  (jetty-launcher-141-thread-6) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.3.0
   [junit4]   2> 121808 INFO  (jetty-launcher-141-thread-6) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 121808 INFO  (jetty-launcher-141-thread-6) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 121808 INFO  (jetty-launcher-141-thread-6) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-13T11:20:34.491Z
   [junit4]   2> 121791 INFO  (jetty-launcher-141-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.3.0
   [junit4]   2> 121808 INFO  (jetty-launcher-141-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 121808 INFO  (jetty-launcher-141-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 121808 INFO  (jetty-launcher-141-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-13T11:20:34.491Z
   [junit4]   2> 121809 INFO  (jetty-launcher-141-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 121809 INFO  (jetty-launcher-141-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 121809 INFO  (jetty-launcher-141-thread-3) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 121809 INFO  (zkConnectionManagerCallback-146-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 121811 INFO  (jetty-launcher-141-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4917f955{/solr,null,AVAILABLE}
   [junit4]   2> 121811 INFO  (jetty-launcher-141-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@11ec0c7b{HTTP/1.1,[http/1.1]}{127.0.0.1:50511}
   [junit4]   2> 121811 INFO  (jetty-launcher-141-thread-5) [    ] o.e.j.s.Server Started @124310ms
   [junit4]   2> 121811 INFO  (jetty-launcher-141-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=50511}
   [junit4]   2> 121812 ERROR (jetty-launcher-141-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 121812 INFO  (jetty-launcher-141-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.3.0
   [junit4]   2> 121812 INFO  (jetty-launcher-141-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 121812 INFO  (jetty-launcher-141-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 121812 INFO  (jetty-launcher-141-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-13T11:20:34.495Z
   [junit4]   2> 121817 INFO  (jetty-launcher-141-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 121818 INFO  (jetty-launcher-141-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@724d2d9f{/solr,null,AVAILABLE}
   [junit4]   2> 121819 INFO  (jetty-launcher-141-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5c4afe9{HTTP/1.1,[http/1.1]}{127.0.0.1:41294}
   [junit4]   2> 121819 INFO  (jetty-launcher-141-thread-3) [    ] o.e.j.s.Server Started @124318ms
   [junit4]   2> 121819 INFO  (jetty-launcher-141-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41294}
   [junit4]   2> 121819 ERROR (jetty-launcher-141-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 121819 INFO  (jetty-launcher-141-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.3.0
   [junit4]   2> 121819 INFO  (jetty-launcher-141-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 121819 INFO  (jetty-launcher-141-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 121819 INFO  (jetty-launcher-141-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-13T11:20:34.502Z
   [junit4]   2> 121822 INFO  (zkConnectionManagerCallback-148-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 121823 INFO  (zkConnectionManagerCallback-150-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 121823 INFO  (zkConnectionManagerCallback-152-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 121831 INFO  (jetty-launcher-141-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 121831 INFO  (jetty-launcher-141-thread-6) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 121831 INFO  (jetty-launcher-141-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 121833 INFO  (zkConnectionManagerCallback-156-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 121842 INFO  (zkConnectionManagerCallback-154-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 121844 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 0x1045ef151050002, likely client has closed socket
   [junit4]   2> 121845 INFO  (jetty-launcher-141-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50457/solr
   [junit4]   2> 121848 INFO  (jetty-launcher-141-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 121848 INFO  (jetty-launcher-141-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 121850 INFO  (jetty-launcher-141-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50457/solr
   [junit4]   2> 121863 INFO  (jetty-launcher-141-thread-6) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50457/solr
   [junit4]   2> 121879 INFO  (zkConnectionManagerCallback-160-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 121890 INFO  (zkConnectionManagerCallback-164-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 121891 INFO  (jetty-launcher-141-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50457/solr
   [junit4]   2> 121897 INFO  (jetty-launcher-141-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50457/solr
   [junit4]   2> 121899 INFO  (zkConnectionManagerCallback-168-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 121907 INFO  (jetty-launcher-141-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50457/solr
   [junit4]   2> 121909 INFO  (zkConnectionManagerCallback-175-thread-1-processing-n:127.0.0.1:58328_solr) [n:127.0.0.1:58328_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 121909 INFO  (zkConnectionManagerCallback-173-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 121922 INFO  (zkConnectionManagerCallback-180-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 121936 INFO  (zkConnectionManagerCallback-184-thread-1-processing-n:127.0.0.1:33392_solr) [n:127.0.0.1:33392_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 121942 INFO  (zkConnectionManagerCallback-186-thread-1-processing-n:127.0.0.1:46835_solr) [n:127.0.0.1:46835_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 121947 INFO  (zkConnectionManagerCallback-182-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 121955 INFO  (zkConnectionManagerCallback-188-thread-1-processing-n:127.0.0.1:50511_solr) [n:127.0.0.1:50511_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 121955 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 0x1045ef15105000e, likely client has closed socket
   [junit4]   2> 121974 INFO  (jetty-launcher-141-thread-1) [n:127.0.0.1:33392_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 121984 INFO  (jetty-launcher-141-thread-1) [n:127.0.0.1:33392_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33392_solr
   [junit4]   2> 121986 INFO  (jetty-launcher-141-thread-1) [n:127.0.0.1:33392_solr    ] o.a.s.c.Overseer Overseer (id=73287884484182029-127.0.0.1:33392_solr-n_0000000000) starting
   [junit4]   2> 121994 INFO  (zkConnectionManagerCallback-191-thread-1-processing-n:127.0.0.1:41294_solr) [n:127.0.0.1:41294_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 121979 INFO  (jetty-launcher-141-thread-6) [n:127.0.0.1:46835_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 122009 INFO  (jetty-launcher-141-thread-5) [n:127.0.0.1:50511_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 122009 INFO  (jetty-launcher-141-thread-5) [n:127.0.0.1:50511_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50511_solr
   [junit4]   2> 122009 INFO  (jetty-launcher-141-thread-6) [n:127.0.0.1:46835_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46835_solr
   [junit4]   2> 122010 INFO  (jetty-launcher-141-thread-1) [n:127.0.0.1:33392_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33392_solr
   [junit4]   2> 122011 INFO  (zkConnectionManagerCallback-193-thread-1-processing-n:127.0.0.1:54883_solr) [n:127.0.0.1:54883_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 122023 INFO  (zkCallback-183-thread-1-processing-n:127.0.0.1:33392_solr) [n:127.0.0.1:33392_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 122079 INFO  (zkCallback-185-thread-1-processing-n:127.0.0.1:46835_solr) [n:127.0.0.1:46835_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 122090 INFO  (zkCallback-187-thread-1-processing-n:127.0.0.1:50511_solr) [n:127.0.0.1:50511_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 122093 INFO  (zkCallback-185-thread-2-processing-n:127.0.0.1:46835_solr) [n:127.0.0.1:46835_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 122094 INFO  (OverseerStateUpdate-73287884484182029-127.0.0.1:33392_solr-n_0000000000) [n:127.0.0.1:33392_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 122102 INFO  (jetty-launcher-141-thread-3) [n:127.0.0.1:41294_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 122103 INFO  (jetty-launcher-141-thread-4) [n:127.0.0.1:54883_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 122104 INFO  (jetty-launcher-141-thread-3) [n:127.0.0.1:41294_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 122106 INFO  (jetty-launcher-141-thread-3) [n:127.0.0.1:41294_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41294_solr
   [junit4]   2> 122106 INFO  (jetty-launcher-141-thread-4) [n:127.0.0.1:54883_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 122115 INFO  (jetty-launcher-141-thread-4) [n:127.0.0.1:54883_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54883_solr
   [junit4]   2> 122121 INFO  (zkCallback-185-thread-2-processing-n:127.0.0.1:46835_solr) [n:127.0.0.1:46835_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
   [junit4]   2> 122121 INFO  (zkCallback-187-thread-1-processing-n:127.0.0.1:50511_solr) [n:127.0.0.1:50511_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
   [junit4]   2> 122122 INFO  (zkCallback-183-thread-1-processing-n:127.0.0.1:33392_solr) [n:127.0.0.1:33392_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
   [junit4]   2> 122145 INFO  (zkCallback-190-thread-1-processing-n:127.0.0.1:41294_solr) [n:127.0.0.1:41294_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
   [junit4]   2> 122171 INFO  (zkCallback-192-thread-1-processing-n:127.0.0.1:54883_solr) [n:127.0.0.1:54883_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
   [junit4]   2> 122197 INFO  (jetty-launcher-141-thread-2) [n:127.0.0.1:58328_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 122198 INFO  (jetty-launcher-141-thread-2) [n:127.0.0.1:58328_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 122201 INFO  (jetty-launcher-141-thread-2) [n:127.0.0.1:58328_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58328_solr
   [junit4]   2> 122202 INFO  (zkCallback-192-thread-1-processing-n:127.0.0.1:54883_solr) [n:127.0.0.1:54883_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 122202 INFO  (zkCallback-190-thread-1-processing-n:127.0.0.1:41294_solr) [n:127.0.0.1:41294_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 122202 INFO  (zkCallback-187-thread-1-processing-n:127.0.0.1:50511_solr) [n:127.0.0.1:50511_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 122202 INFO  (zkCallback-185-thread-2-processing-n:127.0.0.1:46835_solr) [n:127.0.0.1:46835_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 122202 INFO  (zkCallback-183-thread-1-processing-n:127.0.0.1:33392_solr) [n:127.0.0.1:33392_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 122239 INFO  (zkCallback-174-thread-1-processing-n:127.0.0.1:58328_solr) [n:127.0.0.1:58328_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 122239 INFO  (jetty-launcher-141-thread-5) [n:127.0.0.1:50511_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50511.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@662321e5
   [junit4]   2> 122262 INFO  (jetty-launcher-141-thread-6) [n:127.0.0.1:46835_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46835.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@662321e5
   [junit4]   2> 122267 INFO  (jetty-launcher-141-thread-5) [n:127.0.0.1:50511_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50511.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@662321e5
   [junit4]   2> 122267 INFO  (jetty-launcher-141-thread-5) [n:127.0.0.1:50511_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50511.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@662321e5
   [junit4]   2> 122268 INFO  (jetty-launcher-141-thread-5) [n:127.0.0.1:50511_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_CDB2C971BC2B2B20-001/tempDir-001/node6/.
   [junit4]   2> 122318 INFO  (jetty-launcher-141-thread-6) [n:127.0.0.1:46835_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46835.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@662321e5
   [junit4]   2> 122318 INFO  (jetty-launcher-141-thread-6) [n:127.0.0.1:46835_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46835.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@662321e5
   [junit4]   2> 122322 INFO  (jetty-launcher-141-thread-6) [n:127.0.0.1:46835_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_CDB2C971BC2B2B20-001/tempDir-001/node2/.
   [junit4]   2> 122393 INFO  (jetty-launcher-141-thread-1) [n:127.0.0.1:33392_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33392.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@662321e5
   [junit4]   2> 122407 INFO  (jetty-launcher-141-thread-4) [n:127.0.0.1:54883_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54883.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@662321e5
   [junit4]   2> 122423 INFO  (jetty-launcher-141-thread-1) [n:127.0.0.1:33392_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33392.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@662321e5
   [junit4]   2> 122424 INFO  (jetty-launcher-141-thread-1) [n:127.0.0.1:33392_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33392.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@662321e5
   [junit4]   2> 122425 INFO  (jetty-launcher-141-thread-1) [n:127.0.0.1:33392_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_CDB2C971BC2B2B20-001/tempDir-001/node1/.
   [junit4]   2> 122427 INFO  (jetty-launcher-141-thread-4) [n:127.0.0.1:54883_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54883.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@662321e5
   [junit4]   2> 122427 INFO  (jetty-launcher-141-thread-4) [n:127.0.0.1:54883_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54883.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@662321e5
   [junit4]   2> 122428 INFO  (jetty-launcher-141-thread-4) [n:127.0.0.1:54883_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_CDB2C971BC2B2B20-001/tempDir-001/node3/.
   [junit4]   2> 122455 INFO  (jetty-launcher-141-thread-2) [n:127.0.0.1:58328_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58328.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@662321e5
   [junit4]   2> 122492 INFO  (jetty-launcher-141-thread-3) [n:127.0.0.1:41294_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41294.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@662321e5
   [junit4]   2> 122497 INFO  (jetty-launcher-141-thread-2) [n:127.0.0.1:58328_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58328.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@662321e5
   [junit4]   2> 122506 INFO  (jetty-launcher-141-thread-2) [n:127.0.0.1:58328_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58328.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@662321e5
   [junit4]   2> 122511 INFO  (jetty-launcher-141-thread-2) [n:127.0.0.1:58328_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_CDB2C971BC2B2B20-001/tempDir-001/node5/.
   [junit4]   2> 122533 INFO  (jetty-launcher-141-thread-3) [n:127.0.0.1:41294_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41294.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@662321e5
   [junit4]   2> 122533 INFO  (jetty-launcher-141-thread-3) [n:127.0.0.1:41294_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41294.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@662321e5
   [junit4]   2> 122534 INFO  (jetty-launcher-141-thread-3) [n:127.0.0.1:41294_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_CDB2C971BC2B2B20-001/tempDir-001/node4/.
   [junit4]   2> 122739 INFO  (zkConnectionManagerCallback-206-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 122744 INFO  (zkConnectionManagerCallback-210-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 122745 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[CDB2C971BC2B2B20]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (6)
   [junit4]   2> 122746 INFO  (SUITE-ReplaceNodeNoTargetTest-seed#[CDB2C971BC2B2B20]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50457/solr ready
   [junit4]   2> 122800 INFO  (TEST-ReplaceNodeNoTargetTest.test-seed#[CDB2C971BC2B2B20]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 122811 INFO  (zkConnectionManagerCallback-212-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 122813 INFO  (TEST-ReplaceNodeNoTargetTest.test-seed#[CDB2C971BC2B2B20]) [    ] o.a.s.c.ReplaceNodeNoTargetTest total_jettys: 6
   [junit4]   2> 122860 INFO  (qtp1759364389-771) [n:127.0.0.1:33392_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=8
   [junit4]   2> 122872 INFO  (qtp1470330856-814) [n:127.0.0.1:41294_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 122876 INFO  (qtp703979453-776) [n:127.0.0.1:46835_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 122889 INFO  (qtp46688671-794) [n:127.0.0.1:50511_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=2
   [junit4]   2> 122891 INFO  (qtp689636020-790) [n:127.0.0.1:54883_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 122895 INFO  (qtp1534961449-796) [n:127.0.0.1:58328_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 122901 INFO  (qtp689636020-786) [n:127.0.0.1:54883_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=70
   [junit4]   2> 122905 INFO  (qtp1470330856-818) [n:127.0.0.1:41294_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&replicationFactor=2&collection.configName=conf1&name=replacenodetest_coll_notarget&nrtReplicas=2&action=CREATE&numShards=5&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 122911 INFO  (OverseerThreadFactory-378-thread-1-processing-n:127.0.0.1:33392_solr) [n:127.0.0.1:33392_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection replacenodetest_coll_notarget
   [junit4]   2> 122921 INFO  (qtp1759364389-773) [n:127.0.0.1:33392_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 122924 INFO  (qtp1470330856-819) [n:127.0.0.1:41294_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 122927 INFO  (qtp703979453-780) [n:127.0.0.1:46835_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 122937 INFO  (qtp46688671-810) [n:127.0.0.1:50511_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 122938 INFO  (qtp689636020-790) [n:127.0.0.1:54883_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 122940 INFO  (qtp1534961449-796) [n:127.0.0.1:58328_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 122991 INFO  (OverseerThreadFactory-378-thread-1-processing-n:127.0.0.1:33392_solr) [n:127.0.0.1:33392_solr    ] o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 18772743791 sessionWrapper.createTime 18772743746250570, this.sessionWrapper.createTime 18772743746250570 
   [junit4]   2> 123318 INFO  (OverseerStateUpdate-73287884484182029-127.0.0.1:33392_solr-n_0000000000) [n:127.0.0.1:33392_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:58328/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 123319 INFO  (OverseerStateUpdate-73287884484182029-127.0.0.1:33392_solr-n_0000000000) [n:127.0.0.1:33392_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54883/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 123320 INFO  (OverseerStateUpdate-73287884484182029-127.0.0.1:33392_solr-n_0000000000) [n:127.0.0.1:33392_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard2_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:50511/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 123320 INFO  (OverseerStateUpdate-73287884484182029-127.0.0.1:33392_solr-n_0000000000) [n:127.0.0.1:33392_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46835/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 123321 INFO  (OverseerStateUpdate-73287884484182029-127.0.0.1:33392_solr-n_0000000000) [n:127.0.0.1:33392_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard3_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:41294/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 123322 INFO  (OverseerStateUpdate-73287884484182029-127.0.0.1:33392_solr-n_0000000000) [n:127.0.0.1:33392_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard3_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:33392/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 123328 INFO  (OverseerStateUpdate-73287884484182029-127.0.0.1:33392_solr-n_0000000000) [n:127.0.0.1:33392_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard4_replica_n7",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:33392/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 123330 INFO  (OverseerStateUpdate-73287884484182029-127.0.0.1:33392_solr-n_0000000000) [n:127.0.0.1:33392_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard4_replica_n14",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:41294/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 123349 INFO  (OverseerStateUpdate-73287884484182029-127.0.0.1:33392_solr-n_0000000000) [n:127.0.0.1:33392_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard5",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard5_replica_n16",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46835/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 123357 INFO  (OverseerStateUpdate-73287884484182029-127.0.0.1:33392_solr-n_0000000000) [n:127.0.0.1:33392_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll_notarget",
   [junit4]   2>   "shard":"shard5",
   [junit4]   2>   "core":"replacenodetest_coll_notarget_shard5_replica_n18",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:50511/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 123567 INFO  (qtp1534961449-796) [n:127.0.0.1:58328_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard1_replica_n1&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 123567 INFO  (qtp1534961449-796) [n:127.0.0.1:58328_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 123581 INFO  (qtp46688671-810) [n:127.0.0.1:50511_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node10&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard2_replica_n3&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 123582 INFO  (qtp46688671-810) [n:127.0.0.1:50511_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 123582 INFO  (qtp703979453-784) [n:127.0.0.1:46835_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node11&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard2_replica_n4&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 123582 INFO  (qtp1759364389-768) [n:127.0.0.1:33392_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node15&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard4_replica_n7&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 123582 INFO  (qtp46688671-813) [n:127.0.0.1:50511_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node20&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard5_replica_n18&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard5&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 123582 INFO  (qtp703979453-784) [n:127.0.0.1:46835_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 123582 INFO  (qtp689636020-790) [n:127.0.0.1:54883_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node9&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard1_replica_n2&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 123583 INFO  (qtp1759364389-773) [n:127.0.0.1:33392_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node13&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard3_replica_n6&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 123583 INFO  (qtp703979453-780) [n:127.0.0.1:46835_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node19&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard5_replica_n16&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard5&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 123583 INFO  (qtp1759364389-773) [n:127.0.0.1:33392_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 123583 INFO  (qtp689636020-790) [n:127.0.0.1:54883_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 123586 INFO  (qtp1470330856-819) [n:127.0.0.1:41294_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node12&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard3_replica_n5&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 123587 INFO  (qtp1470330856-819) [n:127.0.0.1:41294_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 123587 INFO  (qtp1470330856-815) [n:127.0.0.1:41294_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node17&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_notarget_shard4_replica_n14&action=CREATE&numShards=5&collection=replacenodetest_coll_notarget&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 123699 INFO  (zkCallback-187-thread-1-processing-n:127.0.0.1:50511_solr) [n:127.0.0.1:50511_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 123699 INFO  (zkCallback-190-thread-1-processing-n:127.0.0.1:41294_solr) [n:127.0.0.1:41294_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 123699 INFO  (zkCallback-185-thread-2-processing-n:127.0.0.1:46835_solr) [n:127.0.0.1:46835_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 123699 INFO  (zkCallback-174-thread-1-processing-n:127.0.0.1:58328_solr) [n:127.0.0.1:58328_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 123700 INFO  (zkCallback-192-thread-1-processing-n:127.0.0.1:54883_solr) [n:127.0.0.1:54883_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 123700 INFO  (zkCallback-183-thread-1-processing-n:127.0.0.1:33392_solr) [n:127.0.0.1:33392_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 123714 INFO  (zkCallback-174-thread-2-processing-n:127.0.0.1:58328_solr) [n:127.0.0.1:58328_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 123734 INFO  (zkCallback-192-thread-2-processing-n:127.0.0.1:54883_solr) [n:127.0.0.1:54883_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll_notarget/state.json] for collection [replacenodetest_coll_notarget] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 124606 INFO  (qtp1759364389-768) [n:127.0.0.1:33392_solr c:replacenodetest_coll_notarget s:shard4 r:core_node15 x:replacenodetest_coll_notarget_shard4_replica_n7] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 124623 INFO  (qtp703979453-784) [n:127.0.0.1:46835_solr c:replacenodetest_coll_notarget s:shard2 r:core_node11 x:replacenodetest_coll_notarget_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 124624 INFO  (qtp1759364389-773) [n:127.0.0.1:33392_solr c:replacenodetest_coll_notarget s:shard3 r:core_node13 x:replacenodetest_coll_notarget_shard3_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 124624 INFO  (qtp1470330856-815) [n:127.0.0.1:41294_solr c:replacenodetest_coll_notarget s:shard4 r:core_node17 x:replacenodetest_coll_notarget_shard4_replica_n14] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 124627 INFO  (qtp703979453-780) [n:127.0.0.1:46835_solr c:replacenodetest_coll_notarget s:shard5 r:core_node19 x:replacenodetest_coll_notarget_shard5_replica_n16] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 124633 INFO  (qtp46688671-813) [n:127.0.0.1:50511_solr c:replacenodetest_coll_notarget s:shard5 r:core_node20 x:replacenodetest_coll_notarget_shard5_replica_n18] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 124636 INFO  (qtp1759364389-773) [n:127.0.0.1:33392_solr c:replacenodetest_coll_notarget s:shard3 r:core_node13 x:replacenodetest_coll_notarget_shard3_replica_n6] o.a.s.s.IndexSchema [replacenodetest_coll_notarget_shard3_replica_n6] Schema name=cloud-dynamic
   [junit4]   2> 124637 INFO  (qtp703979453-784) [n:127.0.0.1:46835_solr c:replacenodetest_coll_notarget s:shard2 r:core_node11 x:replacenodetest_coll_notarget_shard2_replica_n4] o.a.s.s.IndexSchema [replacenodetest_coll_notarget_shard2_replica_n4] Schema name=cloud-dynamic
   [junit4]   2> 124639 INFO  (qtp1470330856-819) [n:127.0.0.1:41294_solr c:replacenodetest_coll_notarget s:shard3 r:core_node12 x:replacenodetest_coll_notarget_shard3_replica_n5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 124654 INFO  (qtp46688671-810) [n:127.0.0.1:50511_solr c:replacenodetest_coll_notarget s:shard2 r:core_node10 x:replacenodetest_coll_notarget_shard2_replica_n3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 124656 INFO  (qtp689636020-790) [n:127.0.0.1:54883_solr c:replacenodetest_coll_notarget s:shard1 r:core_node9 x:replacenodetest_coll_notarget_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 124656 INFO  (qtp1534961449-796) [n:127.0.0.1:58328_solr c:replacenodetest_coll_notarget s:shard1 r:core_node8 x:replacenodetest_coll_notarget_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 124662 INFO  (qtp1759364389-768) [n:127.0.0.1:33392_solr c:replacenodetest_coll_notarget s:shard4 r:core_node15 x:replacenodetest_coll_notarget_shard4_replica_n7] o.a.s.s.IndexSchema [replacenodetest_coll_notarget_shard4_replica_n7] Schema name=cloud-dynamic
   [junit4]   2> 124662 INFO  (qtp1470330856-815) [n:127.0.0.1:41294_solr c:replacenodetest_coll_notarget s:shard4 r:core_node17 x:replacenodetest_coll_notarget_shard4_replica_n14] o.a.s.s.IndexSchema [replacenodetest_coll_notarget_shard4_replica_n14] Schema name=cloud-dynamic
   [junit4]   2> 124662 INFO  (qtp703979453-780) [n:127.0.0.1:46835_solr c:replacenodetest_coll_notarget s:shard5 r:core_node19 x:replacenodetest_coll_notarget_shard5_replica_n16] o.a.s.s.IndexSchema [replacenodetest_coll_notarget_shard5_replica_n16] Schema name=cloud-dynamic
   [junit4]   2> 124670 INFO  (qtp46688671-813) [n:127.0.0.1:50511_solr c:replacenodetest_coll_notarget s:shard5 r:core_node20 x:replacenodetest_coll_notarget_shard5_replica_n18] o.a.s.s.IndexSchema [replacenodetest_coll_notarget_shard5_replica_n18] Schema name=cloud-dynamic
   [junit4]   2> 124671 INFO  (qtp689636020-790) [n:127.0.0.1:54883_solr c:replacenodetest_coll_notarget s:shard1 r:core_node9 x:replacenodetest_coll_notarget_shard1_replica_n2] o.a.s.s.IndexSchema [replacenodetest_coll_notarget_shard1_replica_n2] Schema name=cloud-dynamic
   [junit4]   2> 124672 INFO  (qtp1470330856-819) [n:127.0.0.1:41294_solr c:replacenodetest_coll_notarget s:shard3 r:core_node12 x:replacenodetest_coll_notarget_shard3_replica_n5] o.a.s.s.IndexSchema [replacenodetest_coll_notarget_shard3_replica_n5] Schema name=cloud-dynamic
   [junit4]   2> 124694 INFO  (qtp46688671-810) [n:127.0.0.1:50511_solr c:replacenodetest_coll_notarget s:shard2 r:core_node10 x:replacenodetest_coll_notarget_shard2_replica_n3] o.a.s.s.IndexSchema [replacenodetest_coll_notarget_shard2_replica_n3] Schema name=cloud-dynamic
   [junit4]   2> 124704 INFO  (qtp1534961449-796) [n:127.0.0.1:58328_solr c:replacenodetest_coll_notarget s:shard1 r:core_node8 x:replacenodetest_coll_notarget_shard1_replica_n1] o.a.s.s.IndexSchema [replacenodetest_coll_notarget_shard1_replica_n1] Schema name=cloud-dynamic
   [junit4]   2> 124744 INFO  (qtp1759364389-773) [n:127.0.0.1:33392_solr c:replacenodetest_coll_notarget s:shard3 r:core_node13 x:replacenodetest_coll_notarget_shard3_replica_n6] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 124744 INFO  (qtp1759364389-773) [n:127.0.0.1:33392_solr c:replacenodetest_coll_notarget s:shard3 r:core_node13 x:replacenodetest_coll_notarget_shard3_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_notarget_shard3_replica_n6' using configuration from collection replacenodetest_coll_notarget, trusted=true
   [junit4]   2> 124745 INFO  (qtp1759364389-773) [n:127.0.0.1:33392_solr c:replacenodetest_coll_notarget s:shard3 r:core_node13 x:replacenodetest_coll_notarget_shard3_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33392.solr.core.replacenodetest_coll_notarget.shard3.replica_n6' (registry 'solr.core.replacenodetest_coll_notarget.shard3.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@662321e5
   [junit4]   2> 124745 INFO  (qtp1759364389-773) [n:127.0.0.1:33392_solr c:replacenodetest_coll_notarget s:shard3 r:core_node13 x:replacenodetest_coll_notarget_shard3_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 124745 INFO  (qtp1759364389-773) [n:127.0.0.1:33392_solr c:replacenodetest_coll_notarget s:shard3 r:core_node13 x:replacenodetest_coll_notarget_shard3_replica_n6] o.a.s.c.SolrCore [[replacenodetest_coll_notarget_shard3_replica_n6] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_CDB2C971BC2B2B20-001/tempDir-001/node1/replacenodetest_coll_notarget_shard3_replica_n6], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_CDB2C971BC2B2B20-001/tempDir-001/node1/./replacenodetest_coll_notarget_shard3_replica_n6/data/]
   [junit4]   2> 124750 INFO  (qtp1470330856-819) [n:127.0.0.1:41294_solr c:replacenodetest_coll_notarget s:shard3 r:core_node12 x:replacenodetest_coll_notarget_shard3_replica_n5] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 124750 INFO  (qtp1470330856-819) [n:127.0.0.1:41294_solr c:replacenodetest_coll_notarget s:shard3 r:core_node12 x:replacenodetest_coll_notarget_shard3_replica_n5] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_notarget_shard3_replica_n5' using configuration from collection replacenodetest_coll_notarget, trusted=true
   [junit4]   2> 124751 INFO  (qtp1470330856-819) [n:127.0.0.1:41294_solr c:replacenodetest_coll_notarget s:shard3 r:core_node12 x:replacenodetest_coll_notarget_shard3_replica_n5] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41294.solr.core.replacenodetest_coll_notarget.shard3.replica_n5' (registry 'solr.core.replacenodetest_coll_notarget.shard3.replica_n5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@662321e5
   [junit4]   2> 124751 INFO  (qtp1470330856-819) [n:127.0.0.1:41294_solr c:replacenodetest_coll_notarget s:shard3 r:core_node12 x:replacenodetest_coll_notarget_shard3_replica_n5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 124751 INFO  (qtp1470330856-819) [n:127.0.0.1:41294_solr c:replacenodetest_coll_notarget s:shard3 r:core_node12 x:replacenodetest_coll_notarget_shard3_replica_n5] o.a.s.c.SolrCore [[replacenodetest_coll_notarget_shard3_replica_n5] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_CDB2C971BC2B2B20-001/tempDir-001/node4/replacenodetest_coll_notarget_shard3_replica_n5], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_CDB2C971BC2B2B20-001/tempDir-001/node4/./replacenodetest_coll_notarget_shard3_replica_n5/data/]
   [junit4]   2> 124799 INFO  (qtp46688671-810) [n:127.0.0.1:50511_solr c:replacenodetest_coll_notarget s:shard2 r:core_node10 x:replacenodetest_coll_notarget_shard2_replica_n3] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 124800 INFO  (qtp46688671-810) [n:127.0.0.1:50511_solr c:replacenodetest_coll_notarget s:shard2 r:core_node10 x:replacenodetest_coll_notarget_shard2_replica_n3] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_notarget_shard2_replica_n3' using configuration from collection replacenodetest_coll_notarget, trusted=true
   [junit4]   2> 124800 INFO  (qtp46688671-810) [n:127.0.0.1:50511_solr c:replacenodetest_coll_notarget s:shard2 r:core_node10 x:replacenodetest_coll_notarget_shard2_replica_n3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50511.solr.core.replacenodetest_coll_notarget.shard2.replica_n3' (registry 'solr.core.replacenodetest_coll_notarget.shard2.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@662321e5
   [junit4]   2> 124800 INFO  (qtp46688671-810) [n:127.0.0.1:50511_solr c:replacenodetest_coll_notarget s:shard2 r:core_node10 x:replacenodetest_coll_notarget_shard2_replica_n3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 124800 INFO  (qtp46688671-810) [n:127.0.0.1:50511_solr c:replacenodetest_coll_notarget s:shard2 r:core_node10 x:replacenodetest_coll_notarget_shard2_replica_n3] o.a.s.c.SolrCore [[replacenodetest_coll_notarget_shard2_replica_n3] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_CDB2C971BC2B2B20-001/tempDir-001/node6/replacenodetest_coll_notarget_shard2_replica_n3], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_CDB2C971BC2B2B20-001/tempDir-001/node6/./replacenodetest_coll_notarget_shard2_replica_n3/data/]
   [junit4]   2> 124801 INFO  (qtp703979453-780) [n:127.0.0.1:46835_solr c:replacenodetest_coll_notarget s:shard5 r:core_node19 x:replacenodetest_coll_notarget_shard5_replica_n16] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 124801 INFO  (qtp703979453-780) [n:127.0.0.1:46835_solr c:replacenodetest_coll_notarget s:shard5 r:core_node19 x:replacenodetest_coll_notarget_shard5_replica_n16] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_notarget_shard5_replica_n16' using configuration from collection replacenodetest_coll_notarget, trusted=true
   [junit4]   2> 124801 INFO  (qtp703979453-780) [n:127.0.0.1:46835_solr c:replacenodetest_coll_notarget s:shard5 r:core_node19 x:replacenodetest_coll_notarget_shard5_replica_n16] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46835.solr.core.replacenodetest_coll_notarget.shard5.replica_n16' (registry 'solr.core.replacenodetest_coll_notarget.shard5.replica_n16') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@662321e5
   [junit4]   2> 124801 INFO  (qtp703979453-780) [n:127.0.0.1:46835_solr c:replacenodetest_coll_notarget s:shard5 r:core_node19 x:replacenodetest_coll_notarget_shard5_replica_n16] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 124801 INFO  (qtp703979453-780) [n:127.0.0.1:46835_solr c:replacenodetest_coll_notarget s:shard5 r:core_node19 x:replacenodetest_coll_notarget_shard5_replica_n16] o.a.s.c.SolrCore [[replacenodetest_coll_notarget_shard5_replica_n16] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_CDB2C971BC2B2B20-001/tempDir-001/node2/replacenodetest_coll_notarget_shard5_replica_n16], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_CDB2C971BC2B2B20-001/tempDir-001/node2/./replacenodetest_coll_notarget_shard5_replica_n16/data/]
   [junit4]   2> 124803 INFO  (qtp1534961449-796) [n:127.0.0.1:58328_solr c:replacenodetest_coll_notarget s:shard1 r:core_node8 x:replacenodetest_coll_notarget_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 124803 INFO  (qtp1534961449-796) [n:127.0.0.1:58328_solr c:replacenodetest_coll_notarget s:shard1 r:core_node8 x:replacenodetest_coll_notarget_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_notarget_shard1_replica_n1' using configuration from collection replacenodetest_coll_notarget, trusted=true
   [junit4]   2> 124803 INFO  (qtp1534961449-796) [n:127.0.0.1:58328_solr c:replacenodetest_coll_notarget s:shard1 r:core_node8 x:replacenodetest_coll_notarget_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58328.solr.core.replacenodetest_coll_notarget.shard1.replica_n1' (registry 'solr.core.replacenodetest_coll_notarget.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@662321e5
   [junit4]   2> 124804 INFO  (qtp1534961449-796) [n:127.0.0.1:58328_solr c:replacenodetest_coll_notarget s:shard1 r:core_node8 x:replacenodetest_coll_notarget_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 124804 INFO  (qtp1534961449-796) [n:127.0.0.1:58328_solr c:replacenodetest_coll_notarget s:shard1 r:core_node8 x:replacenodetest_coll_notarget_shard1_replica_n1] o.a.s.c.SolrCore [[replacenodetest_coll_notarget_shard1_replica_n1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_CDB2C971BC2B2B20-001/tempDir-001/node5/replacenodetest_coll_notarget_shard1_replica_n1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_CDB2C971BC2B2B20-001/tempDir-001/node5/./replacenodetest_coll_notarget_shard1_replica_n1/data/]
   [junit4]   2> 124807 INFO  (qtp1470330856-815) [n:127.0.0.1:41294_solr c:replacenodetest_coll_notarget s:shard4 r:core_node17 x:replacenodetest_coll_notarget_shard4_replica_n14] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 124807 INFO  (qtp1470330856-815) [n:127.0.0.1:41294_solr c:replacenodetest_coll_notarget s:shard4 r:core_node17 x:replacenodetest_coll_notarget_shard4_replica_n14] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_notarget_shard4_replica_n14' using configuration from collection replacenodetest_coll_notarget, trusted=true
   [junit4]   2> 124807 INFO  (qtp1470330856-815) [n:127.0.0.1:41294_solr c:replacenodetest_coll_notarget s:shard4 r:core_node17 x:replacenodetest_coll_notarget_shard4_replica_n14] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41294.solr.core.replacenodetest_coll_notarget.shard4.replica_n14' (registry 'solr.core.replacenodetest_coll_notarget.shard4.replica_n14') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@662321e5
   [junit4]   2> 124807 INFO  (qtp1470330856-815) [n:127.0.0.1:41294_solr c:replacenodetest_coll_notarget s:shard4 r:core_node17 x:replacenodetest_coll_notarget_shard4_replica_n14] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 124807 INFO  (qtp1470330856-815) [n:127.0.0.1:41294_solr c:replacenodetest_coll_notarget s:shard4 r:core_node17 x:replacenodetest_coll_notarget_shard4_replica_n14] o.a.s.c.SolrCore [[replacenodetest_coll_notarget_shard4_replica_n14] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_CDB2C971BC2B2B20-001/tempDir-001/node4/replacenodetest_coll_notarget_shard4_replica_n14], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_CDB2C971BC2B2B20-001/tempDir-001/node4/./replacenodetest_coll_notarget_shard4_replica_n14/data/]
   [junit4]   2> 124809 INFO  (qtp689636020-790) [n:127.0.0.1:54883_solr c:replacenodetest_coll_notarget s:shard1 r:core_node9 x:replacenodetest_coll_notarget_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 124809 INFO  (qtp689636020-790) [n:127.0.0.1:54883_solr c:replacenodetest_coll_notarget s:shard1 r:core_node9 x:replacenodetest_coll_notarget_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_notarget_shard1_replica_n2' using configuration from collection replacenodetest_coll_notarget, trusted=true
   [junit4]   2> 124810 INFO  (qtp689636020-790) [n:127.0.0.1:54883_solr c:replacenodetest_coll_notarget s:shard1 r:core_node9 x:replacenodetest_coll_notarget_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54883.solr.core.replacenodetest_coll_notarget.shard1.replica_n2' (registry 'solr.core.replacenodetest_coll_notarget.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@662321e5
   [junit4]   2> 124810 INFO  (qtp689636020-790) [n:127.0.0.1:54883_solr c:replacenodetest_coll_notarget s:shard1 r:core_node9 x:replacenodetest_coll_notarget_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 124810 INFO  (qtp689636020-790) [n:127.0.0.1:54883_solr c:replacenodetest_coll_notarget s:shard1 r:core_node9 x:replacenodetest_coll_notarget_shard1_replica_n2] o.a.s.c.SolrCore [[replacenodetest_coll_notarget_shard1_replica_n2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_CDB2C971BC2B2B20-001/tempDir-001/node3/replacenodetest_coll_notarget_shard1_replica_n2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_CDB2C971BC2B2B20-001/tempDir-001/node3/./replacenodetest_coll_notarget_shard1_replica_n2/data/]
   [junit4]   2> 124811 INFO  (qtp46688671-813) [n:127.0.0.1:50511_solr c:replacenodetest_coll_notarget s:shard5 r:core_node20 x:replacenodetest_coll_notarget_shard5_replica_n18] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 124811 INFO  (qtp46688671-813) [n:127.0.0.1:50511_solr c:replacenodetest_coll_notarget s:shard5 r:core_node20 x:replacenodetest_coll_notarget_shard5_replica_n18] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_notarget_shard5_replica_n18' using configuration from collection replacenodetest_coll_notarget, trusted=true
   [junit4]   2> 124812 INFO  (qtp46688671-813) [n:127.0.0.1:50511_solr c:replacenodetest_coll_notarget s:shard5 r:core_node20 x:replacenodetest_coll_notarget_shard5_replica_n18] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50511.solr.core.replacenodetest_coll_notarget.shard5.replica_n18' (registry 'solr.core.replacenodetest_coll_notarget.shard5.replica_n18') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@662321e5
   [junit4]   2> 124812 INFO  (qtp46688671-813) [n:127.0.0.1:50511_solr c:replacenodetest_coll_notarget s:shard5 r:core_node20 x:replacenodetest_coll_notarget_shard5_replica_n18] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 124812 INFO  (qtp46688671-813) [n:127.0.0.1:50511_solr c:replacenodetest_coll_notarget s:shard5 r:core_node20 x:replacenodetest_coll_notarget_shard5_replica_n18] o.a.s.c.SolrCore [[replacenodetest_coll_notarget_shard5_replica_n18] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_CDB2C971BC2B2B20-001/tempDir-001/node6/replacenodetest_coll_notarget_shard5_replica_n18], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_CDB2C971BC2B2B20-001/tempDir-001/node6/./replacenodetest_coll_notarget_shard5_replica_n18/data/]
   [junit4]   2> 124822 INFO  (qtp703979453-784) [n:127.0.0.1:46835_solr c:replacenodetest_coll_notarget s:shard2 r:core_node11 x:replacenodetest_coll_notarget_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 124822 INFO  (qtp703979453-784) [n:127.0.0.1:46835_solr c:replacenodetest_coll_notarget s:shard2 r:core_node11 x:replacenodetest_coll_notarget_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_notarget_shard2_replica_n4' using configuration from collection replacenodetest_coll_notarget, trusted=true
   [junit4]   2> 124823 INFO  (qtp1759364389-768) [n:127.0.0.1:33392_solr c:replacenodetest_coll_notarget s:shard4 r:core_node15 x:replacenodetest_coll_notarget_shard4_replica_n7] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 124823 INFO  (qtp1759364389-768) [n:127.0.0.1:33392_solr c:replacenodetest_coll_notarget s:shard4 r:core_node15 x:replacenodetest_coll_notarget_shard4_replica_n7] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_notarget_shard4_replica_n7' using configuration from collection replacenodetest_coll_notarget, trusted=true
   [junit4]   2> 124824 INFO  (qtp1759364389-768) [n:127.0.0.1:33392_solr c:replacenodetest_coll_notarget s:shard4 r:core_node15 x:replacenodetest_coll_notarget_shard4_replica_n7] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33392.solr.core.replacenodetest_coll_notarget.shard4.replica_n7' (registry 'solr.core.replacenodetest_coll_notarget.shard4.replica_n7') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@662321e5
   [junit4]   2> 124824 INFO  (qtp1759364389-768) [n:127.0.0.1:33392_solr c:replacenodetest_coll_notarget s:shard4 r:core_node15 x:replacenodetest_coll_notarget_shard4_replica_n7] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 124824 INFO  (qtp1759364389-768) [n:127.0.0.1:33392_solr c:replacenodetest_coll_notarget s:shard4 r:core_node15 x:replacenodetest_coll_notarget_shard4_replica_n7] o.a.s.c.SolrCore [[replacenodetest_coll_notarget_shard4_replica_n7] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_CDB2C971BC2B2B20-001/tempDir-001/node1/replacenodetest_coll_notarget_shard4_replica_n7], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeNoTargetTest_CDB2C971BC2B2B20-001/tempDir-001/node1/./replacenodetest_coll_notarget_shard4_replica_n7/data/]
   [junit4]   2> 124836 INFO  (qtp703979453-784) [n:127.0.0.1:46835_solr c:replacenodetest_coll_notarget s:shard2 r:core_node11 x:replacenodetest_coll_notarget_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring 

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

s:shard1 r:core_node8 x:testMetricTrigger_shard1_replica_n7] o.a.s.c.SolrCore [testMetricTrigger_shard1_replica_n7]  CLOSING SolrCore org.apache.solr.core.SolrCore@4c2928de
   [junit4]   2> 2705665 INFO  (coreCloseExecutor-7088-thread-1) [n:127.0.0.1:45813_solr c:testMetricTrigger s:shard1 r:core_node8 x:testMetricTrigger_shard1_replica_n7] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testMetricTrigger.shard1.replica_n7, tag=1277765854
   [junit4]   2> 2705665 INFO  (coreCloseExecutor-7088-thread-1) [n:127.0.0.1:45813_solr c:testMetricTrigger s:shard1 r:core_node8 x:testMetricTrigger_shard1_replica_n7] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7b7ac13d: rootName = solr_45813, domain = solr.core.testMetricTrigger.shard1.replica_n7, service url = null, agent id = null] for registry solr.core.testMetricTrigger.shard1.replica_n7 / com.codahale.metrics.MetricRegistry@101bff18
   [junit4]   2> 2705668 INFO  (jetty-closer-6394-thread-1) [    ] o.a.s.c.Overseer Overseer (id=73288040190378010-127.0.0.1:47460_solr-n_0000000007) closing
   [junit4]   2> 2705668 DEBUG (jetty-closer-6394-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 2705668 INFO  (OverseerStateUpdate-73288040190378010-127.0.0.1:47460_solr-n_0000000007) [n:127.0.0.1:47460_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:47460_solr
   [junit4]   2> 2705668 WARN  (OverseerAutoScalingTriggerThread-73288040190378010-127.0.0.1:47460_solr-n_0000000007) [n:127.0.0.1:47460_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2705673 INFO  (coreCloseExecutor-7088-thread-1) [n:127.0.0.1:45813_solr c:testMetricTrigger s:shard1 r:core_node8 x:testMetricTrigger_shard1_replica_n7] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testMetricTrigger.shard1.leader, tag=1277765854
   [junit4]   2> 2705675 INFO  (jetty-closer-6394-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6c46c474{/solr,null,UNAVAILABLE}
   [junit4]   2> 2705682 INFO  (jetty-closer-6394-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2707134 INFO  (jetty-closer-6394-thread-12) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@27e0c25{/solr,null,UNAVAILABLE}
   [junit4]   2> 2707137 INFO  (jetty-closer-6394-thread-12) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2707164 WARN  (zkCallback-6589-thread-2-processing-n:127.0.0.1:50693_solr) [n:127.0.0.1:50693_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2707164 INFO  (jetty-closer-6394-thread-10) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@41a39929{/solr,null,UNAVAILABLE}
   [junit4]   2> 2707167 INFO  (jetty-closer-6394-thread-10) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2707175 INFO  (jetty-closer-6394-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@62a89961{/solr,null,UNAVAILABLE}
   [junit4]   2> 2707175 INFO  (jetty-closer-6394-thread-4) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2707176 ERROR (SUITE-TriggerIntegrationTest-seed#[CDB2C971BC2B2B20]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2707176 INFO  (SUITE-TriggerIntegrationTest-seed#[CDB2C971BC2B2B20]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:38882 38882
   [junit4]   2> 2707275 INFO  (Thread-3707) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:38882 38882
   [junit4]   2> 2707279 WARN  (Thread-3707) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	35	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	22	/solr/aliases.json
   [junit4]   2> 	21	/solr/security.json
   [junit4]   2> 	10	/solr/collections/testMetricTrigger/terms/shard1
   [junit4]   2> 	9	/solr/configs/conf
   [junit4]   2> 	2	/solr/collections/testMetricTrigger/terms/shard2
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	119	/solr/collections/collection1/state.json
   [junit4]   2> 	37	/solr/collections/testMetricTrigger/state.json
   [junit4]   2> 	22	/solr/clusterprops.json
   [junit4]   2> 	22	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/autoscaling.json
   [junit4]   2> 	5	/solr/overseer_elect/election/73288040190378019-127.0.0.1:45813_solr-n_0000000010
   [junit4]   2> 	3	/solr/overseer_elect/election/73288040190378010-127.0.0.1:47460_solr-n_0000000007
   [junit4]   2> 	2	/solr/overseer_elect/election/73288040190378004-127.0.0.1:57702_solr-n_0000000005
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/73288040190378004-core_node3-n_0000000001
   [junit4]   2> 	2	/solr/overseer_elect/election/73288040190377988-127.0.0.1:60408_solr-n_0000000001
   [junit4]   2> 	2	/solr/overseer_elect/election/73288040190378035-127.0.0.1:54291_solr-n_0000000015
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	22	/solr/live_nodes
   [junit4]   2> 	22	/solr/collections
   [junit4]   2> 	6	/solr/overseer/queue-work
   [junit4]   2> 	6	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	6	/solr/overseer/queue
   [junit4]   2> 	6	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/autoscaling/events/node_lost_triggerMR
   [junit4]   2> 	2	/solr/autoscaling/events/node_added_triggerCTOOR
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_CDB2C971BC2B2B20-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, sim=RandomSimilarity(queryNorm=false): {}, locale=fr-LU, timezone=America/Montreal
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=4,threads=1,free=132940104,total=493879296
   [junit4]   2> NOTE: All tests run in this JVM: [ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestDFRSimilarityFactory, TestCollationFieldDocValues, NoCacheHeaderTest, TestUtilizeNode, SystemLogListenerTest, TestTolerantSearch, DistributedFacetPivotLargeTest, TestDistribDocBasedVersion, TestNestedDocsSort, TestLockTree, DistributedDebugComponentTest, AnalysisAfterCoreReloadTest, TestConfigSetsAPIZkFailure, NodeMutatorTest, TestSystemCollAutoCreate, PreAnalyzedUpdateProcessorTest, TestCoreBackup, CustomCollectionTest, TestNamedUpdateProcessors, TestDistributedMissingSort, BlockCacheTest, TestSuggestSpellingConverter, TestMacroExpander, SearchHandlerTest, ConnectionReuseTest, TestSolrCLIRunExample, NodeAddedTriggerTest, TestJavabinTupleStreamParser, TestInfoStreamLogging, AutoscalingHistoryHandlerTest, HdfsChaosMonkeyNothingIsSafeTest, CoreMergeIndexesAdminHandlerTest, PreAnalyzedFieldTest, TestSmileRequest, TestPayloadScoreQParserPlugin, UnloadDistributedZkTest, StatelessScriptUpdateProcessorFactoryTest, NotRequiredUniqueKeyTest, HttpSolrCallGetCoreTest, TestManagedStopFilterFactory, DateFieldTest, TestHdfsUpdateLog, TestJsonRequest, TestCloudInspectUtil, ImplicitSnitchTest, SpellCheckCollatorWithCollapseTest, TestQuerySenderListener, TestLazyCores, ReplaceNodeTest, SolrJmxReporterTest, TestClassicSimilarityFactory, TestFaceting, TestReloadAndDeleteDocs, TestFieldResource, RecoveryAfterSoftCommitTest, TestFastWriter, SolrIndexMetricsTest, UniqFieldsUpdateProcessorFactoryTest, TestUtils, TestSQLHandlerNonCloud, ConfigureRecoveryStrategyTest, TestReloadDeadlock, SimpleCollectionCreateDeleteTest, TestBadConfig, ConvertedLegacyTest, SolrXmlInZkTest, TestBulkSchemaConcurrent, TestSolrCoreSnapshots, BlobRepositoryCloudTest, TestConfigsApi, ShowFileRequestHandlerTest, TestSolrCoreProperties, CdcrBidirectionalTest, TestQueryTypes, SolrCmdDistributorTest, TestFieldSortValues, SearchHandlerTest, SchemaApiFailureTest, ForceLeaderTest, MigrateRouteKeyTest, DocValuesMultiTest, IndexSchemaRuntimeFieldTest, FileBasedSpellCheckerTest, HdfsDirectoryTest, TestRandomFlRTGCloud, DistributedQueueTest, HdfsSyncSliceTest, CollectionsAPIAsyncDistributedZkTest, DocValuesTest, TestFileDictionaryLookup, BlockJoinFacetSimpleTest, TestLMJelinekMercerSimilarityFactory, TestSubQueryTransformerDistrib, TestSolrFieldCacheBean, TestUpdate, SolrGangliaReporterTest, TestUseDocValuesAsStored, StatsReloadRaceTest, BadCopyFieldTest, ResponseLogComponentTest, TestClusterProperties, InfixSuggestersTest, CdcrReplicationHandlerTest, BJQParserTest, TestClusterStateMutator, DeleteReplicaTest, CopyFieldTest, URLClassifyProcessorTest, TestCoreDiscovery, TermVectorComponentTest, TestRealTimeGet, DocExpirationUpdateProcessorFactoryTest, TestManagedSchemaAPI, CoreAdminHandlerTest, TestImpersonationWithHadoopAuth, CircularListTest, TestAnalyzedSuggestions, TestRestManager, TestLegacyTerms, TestEmbeddedSolrServerConstructors, LeaderFailureAfterFreshStartTest, TestDynamicFieldCollectionResource, WordBreakSolrSpellCheckerTest, TestPivotHelperCode, TestLeaderElectionWithEmptyReplica, BasicDistributedZkTest, TestRandomRequestDistribution, TestRebalanceLeaders, TestSolrCloudWithDelegationTokens, TestStressLiveNodes, TestTolerantUpdateProcessorCloud, TlogReplayBufferedWhileIndexingTest, TriLevelCompositeIdRoutingTest, AssignTest, CollectionsAPIDistributedZkTest, AutoAddReplicasIntegrationTest, HttpTriggerListenerTest, MetricTriggerTest, NodeLostTriggerTest, SearchRateTriggerTest, TriggerIntegrationTest]
   [junit4] Completed [610/775 (3!)] on J2 in 209.75s, 14 tests, 2 failures <<< FAILURES!

[...truncated 49093 lines...]

[JENKINS] Lucene-Solr-Tests-7.x - Build # 382 - Still Unstable

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

1 tests failed.
FAILED:  org.apache.solr.cloud.AliasIntegrationTest.testModifyMetadataV1

Error Message:
Unexpected status: HTTP/1.1 400 Bad Request

Stack Trace:
java.lang.AssertionError: Unexpected status: HTTP/1.1 400 Bad Request
	at __randomizedtesting.SeedInfo.seed([9F46DF141600D102:4E2661DD36ACC25B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AliasIntegrationTest.assertSuccess(AliasIntegrationTest.java:315)
	at org.apache.solr.cloud.AliasIntegrationTest.testModifyMetadataV1(AliasIntegrationTest.java:250)
	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 12752 lines...]
   [junit4] Suite: org.apache.solr.cloud.AliasIntegrationTest
   [junit4]   2> 802340 INFO  (SUITE-AliasIntegrationTest-seed#[9F46DF141600D102]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_9F46DF141600D102-001/init-core-data-001
   [junit4]   2> 802341 WARN  (SUITE-AliasIntegrationTest-seed#[9F46DF141600D102]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 802341 INFO  (SUITE-AliasIntegrationTest-seed#[9F46DF141600D102]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 802342 INFO  (SUITE-AliasIntegrationTest-seed#[9F46DF141600D102]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 802343 INFO  (SUITE-AliasIntegrationTest-seed#[9F46DF141600D102]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_9F46DF141600D102-001/tempDir-001
   [junit4]   2> 802343 INFO  (SUITE-AliasIntegrationTest-seed#[9F46DF141600D102]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 802343 INFO  (Thread-2006) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 802343 INFO  (Thread-2006) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 802350 ERROR (Thread-2006) [    ] 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> 802443 INFO  (SUITE-AliasIntegrationTest-seed#[9F46DF141600D102]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:46390
   [junit4]   2> 802445 INFO  (zkConnectionManagerCallback-1294-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 802450 INFO  (jetty-launcher-1291-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 802450 INFO  (jetty-launcher-1291-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 802458 INFO  (jetty-launcher-1291-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 802459 INFO  (jetty-launcher-1291-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 802459 INFO  (jetty-launcher-1291-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 802459 INFO  (jetty-launcher-1291-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 802459 INFO  (jetty-launcher-1291-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 802459 INFO  (jetty-launcher-1291-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 802463 INFO  (jetty-launcher-1291-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@54ce034d{/solr,null,AVAILABLE}
   [junit4]   2> 802464 INFO  (jetty-launcher-1291-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@9b33a13{/solr,null,AVAILABLE}
   [junit4]   2> 802465 INFO  (jetty-launcher-1291-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@309d6b8d{SSL,[ssl, http/1.1]}{127.0.0.1:52557}
   [junit4]   2> 802465 INFO  (jetty-launcher-1291-thread-1) [    ] o.e.j.s.Server Started @804866ms
   [junit4]   2> 802465 INFO  (jetty-launcher-1291-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4009a22d{SSL,[ssl, http/1.1]}{127.0.0.1:51574}
   [junit4]   2> 802465 INFO  (jetty-launcher-1291-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52557}
   [junit4]   2> 802465 INFO  (jetty-launcher-1291-thread-2) [    ] o.e.j.s.Server Started @804867ms
   [junit4]   2> 802465 INFO  (jetty-launcher-1291-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51574}
   [junit4]   2> 802465 ERROR (jetty-launcher-1291-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 802465 ERROR (jetty-launcher-1291-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 802465 INFO  (jetty-launcher-1291-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.3.0
   [junit4]   2> 802465 INFO  (jetty-launcher-1291-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 7.3.0
   [junit4]   2> 802465 INFO  (jetty-launcher-1291-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 802466 INFO  (jetty-launcher-1291-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 802466 INFO  (jetty-launcher-1291-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 802466 INFO  (jetty-launcher-1291-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 802466 INFO  (jetty-launcher-1291-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-13T04:34:03.225Z
   [junit4]   2> 802466 INFO  (jetty-launcher-1291-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-13T04:34:03.225Z
   [junit4]   2> 802470 INFO  (zkConnectionManagerCallback-1296-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 802471 INFO  (jetty-launcher-1291-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 802475 INFO  (zkConnectionManagerCallback-1298-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 802475 INFO  (jetty-launcher-1291-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 802485 INFO  (jetty-launcher-1291-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46390/solr
   [junit4]   2> 802487 INFO  (jetty-launcher-1291-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46390/solr
   [junit4]   2> 802488 INFO  (zkConnectionManagerCallback-1302-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 802488 INFO  (zkConnectionManagerCallback-1306-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 802489 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 0x1045d7d22f90004, likely client has closed socket
   [junit4]   2> 802498 INFO  (zkConnectionManagerCallback-1308-thread-1-processing-n:127.0.0.1:52557_solr) [n:127.0.0.1:52557_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 802499 INFO  (zkConnectionManagerCallback-1310-thread-1-processing-n:127.0.0.1:51574_solr) [n:127.0.0.1:51574_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 802577 INFO  (jetty-launcher-1291-thread-2) [n:127.0.0.1:51574_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 802578 INFO  (jetty-launcher-1291-thread-2) [n:127.0.0.1:51574_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:51574_solr
   [junit4]   2> 802578 INFO  (jetty-launcher-1291-thread-2) [n:127.0.0.1:51574_solr    ] o.a.s.c.Overseer Overseer (id=73286285983809542-127.0.0.1:51574_solr-n_0000000000) starting
   [junit4]   2> 802585 INFO  (jetty-launcher-1291-thread-2) [n:127.0.0.1:51574_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51574_solr
   [junit4]   2> 802586 INFO  (jetty-launcher-1291-thread-1) [n:127.0.0.1:52557_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 802595 INFO  (OverseerStateUpdate-73286285983809542-127.0.0.1:51574_solr-n_0000000000) [n:127.0.0.1:51574_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 802596 INFO  (jetty-launcher-1291-thread-1) [n:127.0.0.1:52557_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52557_solr
   [junit4]   2> 802607 INFO  (zkCallback-1309-thread-1-processing-n:127.0.0.1:51574_solr) [n:127.0.0.1:51574_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 802619 INFO  (zkCallback-1307-thread-1-processing-n:127.0.0.1:52557_solr) [n:127.0.0.1:52557_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 802627 INFO  (zkCallback-1307-thread-2-processing-n:127.0.0.1:52557_solr) [n:127.0.0.1:52557_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 802664 INFO  (jetty-launcher-1291-thread-2) [n:127.0.0.1:51574_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51574.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4dfa10e4
   [junit4]   2> 802671 INFO  (jetty-launcher-1291-thread-2) [n:127.0.0.1:51574_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51574.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4dfa10e4
   [junit4]   2> 802671 INFO  (jetty-launcher-1291-thread-2) [n:127.0.0.1:51574_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51574.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4dfa10e4
   [junit4]   2> 802672 INFO  (jetty-launcher-1291-thread-2) [n:127.0.0.1:51574_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_9F46DF141600D102-001/tempDir-001/node2/.
   [junit4]   2> 802702 INFO  (jetty-launcher-1291-thread-1) [n:127.0.0.1:52557_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52557.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4dfa10e4
   [junit4]   2> 802710 INFO  (jetty-launcher-1291-thread-1) [n:127.0.0.1:52557_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52557.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4dfa10e4
   [junit4]   2> 802710 INFO  (jetty-launcher-1291-thread-1) [n:127.0.0.1:52557_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52557.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4dfa10e4
   [junit4]   2> 802711 INFO  (jetty-launcher-1291-thread-1) [n:127.0.0.1:52557_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_9F46DF141600D102-001/tempDir-001/node1/.
   [junit4]   2> 802738 INFO  (zkConnectionManagerCallback-1316-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 802742 INFO  (zkConnectionManagerCallback-1320-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 802743 INFO  (SUITE-AliasIntegrationTest-seed#[9F46DF141600D102]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 802744 INFO  (SUITE-AliasIntegrationTest-seed#[9F46DF141600D102]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46390/solr ready
   [junit4]   2> 802766 INFO  (TEST-AliasIntegrationTest.testErrorChecks-seed#[9F46DF141600D102]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testErrorChecks
   [junit4]   2> 802799 INFO  (qtp905461152-7547) [n:127.0.0.1:52557_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=testErrorChecks-collection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 802801 INFO  (OverseerThreadFactory-3015-thread-1-processing-n:127.0.0.1:51574_solr) [n:127.0.0.1:51574_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testErrorChecks-collection
   [junit4]   2> 802912 INFO  (OverseerStateUpdate-73286285983809542-127.0.0.1:51574_solr-n_0000000000) [n:127.0.0.1:51574_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testErrorChecks-collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testErrorChecks-collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:51574/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 802914 INFO  (OverseerStateUpdate-73286285983809542-127.0.0.1:51574_solr-n_0000000000) [n:127.0.0.1:51574_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testErrorChecks-collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testErrorChecks-collection_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:52557/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 803136 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testErrorChecks-collection_shard2_replica_n2&action=CREATE&numShards=2&collection=testErrorChecks-collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 803137 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 803149 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testErrorChecks-collection_shard1_replica_n1&action=CREATE&numShards=2&collection=testErrorChecks-collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 803149 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 803252 INFO  (zkCallback-1309-thread-2-processing-n:127.0.0.1:51574_solr) [n:127.0.0.1:51574_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 803252 INFO  (zkCallback-1307-thread-2-processing-n:127.0.0.1:52557_solr) [n:127.0.0.1:52557_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 803252 INFO  (zkCallback-1307-thread-1-processing-n:127.0.0.1:52557_solr) [n:127.0.0.1:52557_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 803252 INFO  (zkCallback-1309-thread-1-processing-n:127.0.0.1:51574_solr) [n:127.0.0.1:51574_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 804154 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 804162 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 804173 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.s.IndexSchema [testErrorChecks-collection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 804173 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.s.IndexSchema [testErrorChecks-collection_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 804186 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 804186 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testErrorChecks-collection_shard1_replica_n1' using configuration from collection testErrorChecks-collection, trusted=true
   [junit4]   2> 804186 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 804186 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testErrorChecks-collection_shard2_replica_n2' using configuration from collection testErrorChecks-collection, trusted=true
   [junit4]   2> 804187 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51574.solr.core.testErrorChecks-collection.shard1.replica_n1' (registry 'solr.core.testErrorChecks-collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4dfa10e4
   [junit4]   2> 804187 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52557.solr.core.testErrorChecks-collection.shard2.replica_n2' (registry 'solr.core.testErrorChecks-collection.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4dfa10e4
   [junit4]   2> 804187 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 804187 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 804187 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.SolrCore [[testErrorChecks-collection_shard1_replica_n1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_9F46DF141600D102-001/tempDir-001/node2/testErrorChecks-collection_shard1_replica_n1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_9F46DF141600D102-001/tempDir-001/node2/./testErrorChecks-collection_shard1_replica_n1/data/]
   [junit4]   2> 804187 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.SolrCore [[testErrorChecks-collection_shard2_replica_n2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_9F46DF141600D102-001/tempDir-001/node1/testErrorChecks-collection_shard2_replica_n2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_9F46DF141600D102-001/tempDir-001/node1/./testErrorChecks-collection_shard2_replica_n2/data/]
   [junit4]   2> 804263 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 804263 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 804264 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 804264 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 804265 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@f09a500[testErrorChecks-collection_shard2_replica_n2] main]
   [junit4]   2> 804267 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 804267 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 804268 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 804275 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 804275 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 804275 INFO  (searcherExecutor-3021-thread-1-processing-n:127.0.0.1:52557_solr x:testErrorChecks-collection_shard2_replica_n2 s:shard2 c:testErrorChecks-collection r:core_node4) [n:127.0.0.1:52557_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.SolrCore [testErrorChecks-collection_shard2_replica_n2] Registered new searcher Searcher@f09a500[testErrorChecks-collection_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 804276 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592258928349020160
   [junit4]   2> 804276 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 804276 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 804278 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@23e22099[testErrorChecks-collection_shard1_replica_n1] main]
   [junit4]   2> 804280 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 804281 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 804281 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 804282 INFO  (searcherExecutor-3020-thread-1-processing-n:127.0.0.1:51574_solr x:testErrorChecks-collection_shard1_replica_n1 s:shard1 c:testErrorChecks-collection r:core_node3) [n:127.0.0.1:51574_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.SolrCore [testErrorChecks-collection_shard1_replica_n1] Registered new searcher Searcher@23e22099[testErrorChecks-collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 804282 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592258928355311616
   [junit4]   2> 804288 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 804288 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 804288 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:52557/solr/testErrorChecks-collection_shard2_replica_n2/
   [junit4]   2> 804288 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 804289 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.SyncStrategy https://127.0.0.1:52557/solr/testErrorChecks-collection_shard2_replica_n2/ has no replicas
   [junit4]   2> 804289 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 804295 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:52557/solr/testErrorChecks-collection_shard2_replica_n2/ shard2
   [junit4]   2> 804295 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 804295 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 804296 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:51574/solr/testErrorChecks-collection_shard1_replica_n1/
   [junit4]   2> 804296 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 804296 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:51574/solr/testErrorChecks-collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 804296 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 804298 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:51574/solr/testErrorChecks-collection_shard1_replica_n1/ shard1
   [junit4]   2> 804399 INFO  (zkCallback-1309-thread-1-processing-n:127.0.0.1:51574_solr) [n:127.0.0.1:51574_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 804399 INFO  (zkCallback-1307-thread-1-processing-n:127.0.0.1:52557_solr) [n:127.0.0.1:52557_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 804399 INFO  (zkCallback-1309-thread-2-processing-n:127.0.0.1:51574_solr) [n:127.0.0.1:51574_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 804399 INFO  (zkCallback-1307-thread-2-processing-n:127.0.0.1:52557_solr) [n:127.0.0.1:52557_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 804447 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 804448 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testErrorChecks-collection_shard2_replica_n2&action=CREATE&numShards=2&collection=testErrorChecks-collection&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1312
   [junit4]   2> 804449 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 804451 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testErrorChecks-collection_shard1_replica_n1&action=CREATE&numShards=2&collection=testErrorChecks-collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1301
   [junit4]   2> 804453 INFO  (qtp905461152-7547) [n:127.0.0.1:52557_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> 804551 INFO  (zkCallback-1309-thread-2-processing-n:127.0.0.1:51574_solr) [n:127.0.0.1:51574_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 804551 INFO  (zkCallback-1307-thread-2-processing-n:127.0.0.1:52557_solr) [n:127.0.0.1:52557_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 804551 INFO  (zkCallback-1307-thread-1-processing-n:127.0.0.1:52557_solr) [n:127.0.0.1:52557_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 804551 INFO  (zkCallback-1309-thread-1-processing-n:127.0.0.1:51574_solr) [n:127.0.0.1:51574_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 804804 INFO  (OverseerCollectionConfigSetProcessor-73286285983809542-127.0.0.1:51574_solr-n_0000000000) [n:127.0.0.1:51574_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> 805453 INFO  (qtp905461152-7547) [n:127.0.0.1:52557_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=testErrorChecks-collection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=2654
   [junit4]   2> 805455 INFO  (qtp905461152-7550) [n:127.0.0.1:52557_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with params collections=doesnotexist&name=testalias&action=CREATEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 805458 INFO  (OverseerThreadFactory-3015-thread-2-processing-n:127.0.0.1:51574_solr) [n:127.0.0.1:51574_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Ignoring exception matching .
   [junit4]   2> 805464 INFO  (qtp905461152-7550) [n:127.0.0.1:52557_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collections=doesnotexist&name=testalias&action=CREATEALIAS&wt=javabin&version=2} status=400 QTime=8
   [junit4]   2> 805465 INFO  (qtp905461152-7547) [n:127.0.0.1:52557_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with params collections=testErrorChecks-collection,doesnotexist&name=testalias&action=CREATEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 805466 INFO  (OverseerThreadFactory-3015-thread-3-processing-n:127.0.0.1:51574_solr) [n:127.0.0.1:51574_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Ignoring exception matching .
   [junit4]   2> 805466 INFO  (OverseerCollectionConfigSetProcessor-73286285983809542-127.0.0.1:51574_solr-n_0000000000) [n:127.0.0.1:51574_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 805468 INFO  (qtp905461152-7547) [n:127.0.0.1:52557_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collections=testErrorChecks-collection,doesnotexist&name=testalias&action=CREATEALIAS&wt=javabin&version=2} status=400 QTime=3
   [junit4]   2> 805468 INFO  (qtp905461152-7550) [n:127.0.0.1:52557_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with params collections=testErrorChecks-collection&name=testalias&action=CREATEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 805470 INFO  (OverseerCollectionConfigSetProcessor-73286285983809542-127.0.0.1:51574_solr-n_0000000000) [n:127.0.0.1:51574_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 805572 INFO  (qtp905461152-7550) [n:127.0.0.1:52557_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collections=testErrorChecks-collection&name=testalias&action=CREATEALIAS&wt=javabin&version=2} status=0 QTime=104
   [junit4]   2> 805573 INFO  (qtp905461152-7547) [n:127.0.0.1:52557_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with params collections=testalias&name=testalias2&action=CREATEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 805576 INFO  (OverseerCollectionConfigSetProcessor-73286285983809542-127.0.0.1:51574_solr-n_0000000000) [n:127.0.0.1:51574_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 805678 INFO  (qtp905461152-7547) [n:127.0.0.1:52557_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collections=testalias&name=testalias2&action=CREATEALIAS&wt=javabin&version=2} status=0 QTime=104
   [junit4]   2> 805679 INFO  (qtp905461152-7550) [n:127.0.0.1:52557_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with params collections=testalias2,doesnotexist&name=testalias3&action=CREATEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 805687 INFO  (OverseerThreadFactory-3015-thread-5-processing-n:127.0.0.1:51574_solr) [n:127.0.0.1:51574_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Ignoring exception matching .
   [junit4]   2> 805688 INFO  (OverseerCollectionConfigSetProcessor-73286285983809542-127.0.0.1:51574_solr-n_0000000000) [n:127.0.0.1:51574_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 805689 INFO  (qtp905461152-7550) [n:127.0.0.1:52557_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collections=testalias2,doesnotexist&name=testalias3&action=CREATEALIAS&wt=javabin&version=2} status=400 QTime=9
   [junit4]   2> 805689 INFO  (OverseerCollectionConfigSetProcessor-73286285983809542-127.0.0.1:51574_solr-n_0000000000) [n:127.0.0.1:51574_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000010 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 805689 INFO  (qtp905461152-7547) [n:127.0.0.1:52557_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletealias with params name=testalias&action=DELETEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 805693 INFO  (qtp905461152-7547) [n:127.0.0.1:52557_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=testalias&action=DELETEALIAS&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 805694 INFO  (qtp905461152-7550) [n:127.0.0.1:52557_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletealias with params name=testalias2&action=DELETEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 805696 INFO  (OverseerCollectionConfigSetProcessor-73286285983809542-127.0.0.1:51574_solr-n_0000000000) [n:127.0.0.1:51574_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000012 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 805698 INFO  (qtp905461152-7550) [n:127.0.0.1:52557_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=testalias2&action=DELETEALIAS&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 805698 INFO  (TEST-AliasIntegrationTest.testErrorChecks-seed#[9F46DF141600D102]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testErrorChecks
   [junit4]   2> 805699 INFO  (qtp905461152-7547) [n:127.0.0.1:52557_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :listaliases with params action=LISTALIASES&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 805699 INFO  (qtp905461152-7547) [n:127.0.0.1:52557_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LISTALIASES&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 805700 INFO  (TEST-AliasIntegrationTest.testErrorChecks-seed#[9F46DF141600D102]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 805701 INFO  (qtp905461152-7550) [n:127.0.0.1:52557_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=testErrorChecks-collection&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 805706 INFO  (OverseerThreadFactory-3015-thread-5-processing-n:127.0.0.1:51574_solr) [n:127.0.0.1:51574_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 805706 INFO  (OverseerCollectionConfigSetProcessor-73286285983809542-127.0.0.1:51574_solr-n_0000000000) [n:127.0.0.1:51574_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000014 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 805708 INFO  (qtp98462966-7555) [n:127.0.0.1:51574_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testErrorChecks-collection.shard1.replica_n1, tag=null
   [junit4]   2> 805708 INFO  (qtp98462966-7555) [n:127.0.0.1:51574_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6cc8a05e: rootName = solr_51574, domain = solr.core.testErrorChecks-collection.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.testErrorChecks-collection.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@58d929f
   [junit4]   2> 805710 INFO  (qtp905461152-7549) [n:127.0.0.1:52557_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testErrorChecks-collection.shard2.replica_n2, tag=null
   [junit4]   2> 805710 INFO  (qtp905461152-7549) [n:127.0.0.1:52557_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6c3e66d7: rootName = solr_52557, domain = solr.core.testErrorChecks-collection.shard2.replica_n2, service url = null, agent id = null] for registry solr.core.testErrorChecks-collection.shard2.replica_n2 / com.codahale.metrics.MetricRegistry@31bcfd22
   [junit4]   2> 805720 INFO  (qtp98462966-7555) [n:127.0.0.1:51574_solr    ] o.a.s.c.SolrCore [testErrorChecks-collection_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1973c6ed
   [junit4]   2> 805720 INFO  (qtp98462966-7555) [n:127.0.0.1:51574_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testErrorChecks-collection.shard1.replica_n1, tag=427017965
   [junit4]   2> 805720 INFO  (qtp98462966-7555) [n:127.0.0.1:51574_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testErrorChecks-collection.shard1.leader, tag=427017965
   [junit4]   2> 805722 INFO  (qtp905461152-7549) [n:127.0.0.1:52557_solr    ] o.a.s.c.SolrCore [testErrorChecks-collection_shard2_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@6c63ef9a
   [junit4]   2> 805722 INFO  (qtp905461152-7549) [n:127.0.0.1:52557_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testErrorChecks-collection.shard2.replica_n2, tag=1818488730
   [junit4]   2> 805722 INFO  (qtp905461152-7549) [n:127.0.0.1:52557_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testErrorChecks-collection.shard2.leader, tag=1818488730
   [junit4]   2> 805724 INFO  (qtp905461152-7549) [n:127.0.0.1:52557_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=testErrorChecks-collection_shard2_replica_n2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=17
   [junit4]   2> 805725 INFO  (qtp98462966-7555) [n:127.0.0.1:51574_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=testErrorChecks-collection_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=17
   [junit4]   2> 806434 INFO  (qtp905461152-7550) [n:127.0.0.1:52557_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=testErrorChecks-collection&action=DELETE&wt=javabin&version=2} status=0 QTime=732
   [junit4]   2> 806450 INFO  (TEST-AliasIntegrationTest.testModifyMetadataV2-seed#[9F46DF141600D102]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testModifyMetadataV2
   [junit4]   2> 806451 INFO  (qtp905461152-7547) [n:127.0.0.1:52557_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=collection1meta&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 806453 INFO  (OverseerThreadFactory-3015-thread-5-processing-n:127.0.0.1:51574_solr) [n:127.0.0.1:51574_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1meta
   [junit4]   2> 806453 INFO  (OverseerCollectionConfigSetProcessor-73286285983809542-127.0.0.1:51574_solr-n_0000000000) [n:127.0.0.1:51574_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000016 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 806660 INFO  (OverseerStateUpdate-73286285983809542-127.0.0.1:51574_solr-n_0000000000) [n:127.0.0.1:51574_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1meta",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1meta_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:51574/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 806661 INFO  (OverseerStateUpdate-73286285983809542-127.0.0.1:51574_solr-n_0000000000) [n:127.0.0.1:51574_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1meta",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1meta_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:52557/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 806863 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1meta_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1meta&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 806863 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1meta_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1meta&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 806969 INFO  (zkCallback-1309-thread-1-processing-n:127.0.0.1:51574_solr) [n:127.0.0.1:51574_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 806969 INFO  (zkCallback-1307-thread-2-processing-n:127.0.0.1:52557_solr) [n:127.0.0.1:52557_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 806969 INFO  (zkCallback-1309-thread-3-processing-n:127.0.0.1:51574_solr) [n:127.0.0.1:51574_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 806969 INFO  (zkCallback-1307-thread-1-processing-n:127.0.0.1:52557_solr) [n:127.0.0.1:52557_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 807874 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 807876 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 807881 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.s.IndexSchema [collection1meta_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 807885 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 807885 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection1meta_shard1_replica_n1' using configuration from collection collection1meta, trusted=true
   [junit4]   2> 807885 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51574.solr.core.collection1meta.shard1.replica_n1' (registry 'solr.core.collection1meta.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4dfa10e4
   [junit4]   2> 807885 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 807885 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.SolrCore [[collection1meta_shard1_replica_n1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_9F46DF141600D102-001/tempDir-001/node2/collection1meta_shard1_replica_n1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_9F46DF141600D102-001/tempDir-001/node2/./collection1meta_shard1_replica_n1/data/]
   [junit4]   2> 807888 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.s.IndexSchema [collection1meta_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 807890 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 807890 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'collection1meta_shard2_replica_n2' using configuration from collection collection1meta, trusted=true
   [junit4]   2> 807891 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52557.solr.core.collection1meta.shard2.replica_n2' (registry 'solr.core.collection1meta.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4dfa10e4
   [junit4]   2> 807891 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 807891 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.SolrCore [[collection1meta_shard2_replica_n2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_9F46DF141600D102-001/tempDir-001/node1/collection1meta_shard2_replica_n2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_9F46DF141600D102-001/tempDir-001/node1/./collection1meta_shard2_replica_n2/data/]
   [junit4]   2> 807952 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 807952 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 807953 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 807953 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 807953 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 807953 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 807955 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5833d055[collection1meta_shard1_replica_n1] main]
   [junit4]   2> 807955 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 807955 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 807956 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 807956 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 807956 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 807957 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592258932208828416
   [junit4]   2> 807957 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@63ac54cd[collection1meta_shard2_replica_n2] main]
   [junit4]   2> 807958 INFO  (searcherExecutor-3030-thread-1-processing-n:127.0.0.1:51574_solr x:collection1meta_shard1_replica_n1 s:shard1 c:collection1meta r:core_node3) [n:127.0.0.1:51574_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.SolrCore [collection1meta_shard1_replica_n1] Registered new searcher Searcher@5833d055[collection1meta_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 807958 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 807959 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 807959 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 807960 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592258932211974144
   [junit4]   2> 807960 INFO  (searcherExecutor-3031-thread-1-processing-n:127.0.0.1:52557_solr x:collection1meta_shard2_replica_n2 s:shard2 c:collection1meta r:core_node4) [n:127.0.0.1:52557_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.SolrCore [collection1meta_shard2_replica_n2] Registered new searcher Searcher@63ac54cd[collection1meta_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 807963 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 807963 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 807963 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:51574/solr/collection1meta_shard1_replica_n1/
   [junit4]   2> 807963 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 807963 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:51574/solr/collection1meta_shard1_replica_n1/ has no replicas
   [junit4]   2> 807963 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 807965 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 807965 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 807965 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:52557/solr/collection1meta_shard2_replica_n2/
   [junit4]   2> 807965 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 807965 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.SyncStrategy https://127.0.0.1:52557/solr/collection1meta_shard2_replica_n2/ has no replicas
   [junit4]   2> 807965 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 807966 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:51574/solr/collection1meta_shard1_replica_n1/ shard1
   [junit4]   2> 807970 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:52557/solr/collection1meta_shard2_replica_n2/ shard2
   [junit4]   2> 808072 INFO  (zkCallback-1309-thread-1-processing-n:127.0.0.1:51574_solr) [n:127.0.0.1:51574_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 808072 INFO  (zkCallback-1309-thread-3-processing-n:127.0.0.1:51574_solr) [n:127.0.0.1:51574_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 808072 INFO  (zkCallback-1307-thread-2-processing-n:127.0.0.1:52557_solr) [n:127.0.0.1:52557_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 808072 INFO  (zkCallback-1307-thread-1-processing-n:127.0.0.1:52557_solr) [n:127.0.0.1:52557_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 808117 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 808119 INFO  (qtp98462966-7557) [n:127.0.0.1:51574_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1meta_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1meta&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1256
   [junit4]   2> 808121 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 808123 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1meta_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1meta&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1259
   [junit4]   2> 808124 INFO  (qtp905461152-7547) [n:127.0.0.1:52557_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> 808223 INFO  (zkCallback-1309-thread-1-processing-n:127.0.0.1:51574_solr) [n:127.0.0.1:51574_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 808223 INFO  (zkCallback-1307-thread-2-processing-n:127.0.0.1:52557_solr) [n:127.0.0.1:52557_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 808223 INFO  (zkCallback-1307-thread-1-processing-n:127.0.0.1:52557_solr) [n:127.0.0.1:52557_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 808223 INFO  (zkCallback-1309-thread-3-processing-n:127.0.0.1:51574_solr) [n:127.0.0.1:51574_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 808455 INFO  (OverseerCollectionConfigSetProcessor-73286285983809542-127.0.0.1:51574_solr-n_0000000000) [n:127.0.0.1:51574_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000018 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 809125 INFO  (qtp905461152-7547) [n:127.0.0.1:52557_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=collection1meta&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=2673
   [junit4]   2> 809126 INFO  (qtp905461152-7550) [n:127.0.0.1:52557_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=collection2meta&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 809129 INFO  (OverseerThreadFactory-3015-thread-5-processing-n:127.0.0.1:51574_solr) [n:127.0.0.1:51574_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection2meta
   [junit4]   2> 809340 INFO  (OverseerStateUpdate-73286285983809542-127.0.0.1:51574_solr-n_0000000000) [n:127.0.0.1:51574_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection2meta",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection2meta_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:52557/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 809542 INFO  (qtp905461152-7549) [n:127.0.0.1:52557_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection2meta_shard1_replica_n1&action=CREATE&numShards=1&collection=collection2meta&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 809646 INFO  (zkCallback-1307-thread-1-processing-n:127.0.0.1:52557_solr) [n:127.0.0.1:52557_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 809646 INFO  (zkCallback-1307-thread-2-processing-n:127.0.0.1:52557_solr) [n:127.0.0.1:52557_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 810554 INFO  (qtp905461152-7549) [n:127.0.0.1:52557_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 810561 INFO  (qtp905461152-7549) [n:127.0.0.1:52557_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.s.IndexSchema [collection2meta_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 810564 INFO  (qtp905461152-7549) [n:127.0.0.1:52557_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 810564 INFO  (qtp905461152-7549) [n:127.0.0.1:52557_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection2meta_shard1_replica_n1' using configuration from collection collection2meta, trusted=true
   [junit4]   2> 810564 INFO  (qtp905461152-7549) [n:127.0.0.1:52557_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52557.solr.core.collection2meta.shard1.replica_n1' (registry 'solr.core.collection2meta.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4dfa10e4
   [junit4]   2> 810564 INFO  (qtp905461152-7549) [n:127.0.0.1:52557_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 810565 INFO  (qtp905461152-7549) [n:127.0.0.1:52557_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.SolrCore [[collection2meta_shard1_replica_n1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_9F46DF141600D102-001/tempDir-001/node1/collection2meta_shard1_replica_n1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_9F46DF141600D102-001/tempDir-001/node1/./collection2meta_shard1_replica_n1/data/]
   [junit4]   2> 810609 INFO  (qtp905461152-7549) [n:127.0.0.1:52557_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 810609 INFO  (qtp905461152-7549) [n:127.0.0.1:52557_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 810610 INFO  (qtp905461152-7549) [n:127.0.0.1:52557_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 810610 INFO  (qtp905461152-7549) [n:127.0.0.1:52557_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 810612 INFO  (qtp905461152-7549) [n:127.0.0.1:52557_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4dd0a2dc[collection2meta_shard1_replica_n1] main]
   [junit4]   2> 810613 INFO  (qtp905461152-7549) [n:127.0.0.1:52557_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 810613 INFO  (qtp905461152-7549) [n:127.0.0.1:52557_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 810613 INFO  (qtp905461152-7549) [n:127.0.0.1:52557_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 810614 INFO  (qtp905461152-7549) [n:127.0.0.1:52557_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592258934994894848
   [junit4]   2> 810615 INFO  (searcherExecutor-3040-thread-1-processing-n:127.0.0.1:52557_solr x:collection2meta_shard1_replica_n1 s:shard1 c:collection2meta r:core_node2) [n:127.0.0.1:52557_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.SolrCore [collection2meta_shard1_replica_n1] Registered new searcher Searcher@4dd0a2dc[collection2meta_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 810620 INFO  (qtp905461152-7549) [n:127.0.0.1:52557_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 810620 INFO  (qtp905461152-7549) [n:127.0.0.1:52557_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 810620 INFO  (qtp905461152-7549) [n:127.0.0.1:52557_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:52557/solr/collection2meta_shard1_replica_n1/
   [junit4]   2> 810620 INFO  (qtp905461152-7549) [n:127.0.0.1:52557_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 810620 INFO  (qtp905461152-7549) [n:127.0.0.1:52557_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:52557/solr/collection2meta_shard1_replica_n1/ has no replicas
   [junit4]   2> 810620 INFO  (qtp905461152-7549) [n:127.0.0.1:52557_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 810623 INFO  (qtp905461152-7549) [n:127.0.0.1:52557_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:52557/solr/collection2meta_shard1_replica_n1/ shard1
   [junit4]   2> 810724 INFO  (zkCallback-1307-thread-2-processing-n:127.0.0.1:52557_solr) [n:127.0.0.1:52557_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 810724 INFO  (zkCallback-1307-thread-1-processing-n:127.0.0.1:52557_solr) [n:127.0.0.1:52557_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 810774 INFO  (qtp905461152-7549) [n:127.0.0.1:52557_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 810775 INFO  (qtp905461152-7549) [n:127.0.0.1:52557_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection2meta_shard1_replica_n1&action=CREATE&numShards=1&collection=collection2meta&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1233
   [junit4]   2> 810777 INFO  (qtp905461152-7550) [n:127.0.0.1:52557_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> 810876 INFO  (zkCallback-1307-thread-1-processing-n:127.0.0.1:52557_solr) [n:127.0.0.1:52557_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 810876 INFO  (zkCallback-1307-thread-2-processing-n:127.0.0.1:52557_solr) [n:127.0.0.1:52557_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 811132 INFO  (OverseerCollectionConfigSetProcessor-73286285983809542-127.0.0.1:51574_solr-n_0000000000) [n:127.0.0.1:51574_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000020 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 811778 INFO  (qtp905461152-7550) [n:127.0.0.1:52557_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=collection2meta&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2651
   [junit4]   2> 811808 INFO  (qtp98462966-7558) [n:127.0.0.1:51574_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/c params={} status=0 QTime=12
   [junit4]   2> 811811 INFO  (TEST-AliasIntegrationTest.testModifyMetadataV2-seed#[9F46DF141600D102]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testModifyMetadataV2
   [junit4]   2> 811811 INFO  (qtp905461152-7547) [n:127.0.0.1:52557_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :listaliases with params action=LISTALIASES&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 811811 INFO  (qtp905461152-7547) [n:127.0.0.1:52557_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LISTALIASES&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 811813 INFO  (qtp905461152-7550) [n:127.0.0.1:52557_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletealias with params name=testModifyMetadataV2&action=DELETEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 811821 INFO  (OverseerCollectionConfigSetProcessor-73286285983809542-127.0.0.1:51574_solr-n_0000000000) [n:127.0.0.1:51574_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000022 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 811824 INFO  (qtp905461152-7550) [n:127.0.0.1:52557_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=testModifyMetadataV2&action=DELETEALIAS&wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 811826 INFO  (TEST-AliasIntegrationTest.testModifyMetadataV2-seed#[9F46DF141600D102]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 811827 INFO  (qtp905461152-7547) [n:127.0.0.1:52557_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=collection2meta&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 811830 INFO  (OverseerThreadFactory-3015-thread-5-processing-n:127.0.0.1:51574_solr) [n:127.0.0.1:51574_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 811831 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection2meta.shard1.replica_n1, tag=null
   [junit4]   2> 811831 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@40e3ce9: rootName = solr_52557, domain = solr.core.collection2meta.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.collection2meta.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@6adda3bb
   [junit4]   2> 811844 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr    ] o.a.s.c.SolrCore [collection2meta_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@43cc8905
   [junit4]   2> 811844 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection2meta.shard1.replica_n1, tag=1137477893
   [junit4]   2> 811844 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection2meta.shard1.leader, tag=1137477893
   [junit4]   2> 811848 INFO  (qtp905461152-7554) [n:127.0.0.1:52557_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=collection2meta_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=17
   [junit4]   2> 812562 INFO  (qtp905461152-7547) [n:127.0.0.1:52557_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=collection2meta&action=DELETE&wt=javabin&version=2} status=0 QTime=734
   [junit4]   2> 812564 INFO  (qtp905461152-7550) [n:127.0.0.1:52557_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=collection1meta&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 812568 INFO  (OverseerThreadFactory-3015-thread-5-processing-n:127.0.0.1:51574_solr) [n:127.0.0.1:51574_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 812569 INFO  (OverseerCollectionConfigSetProcessor-73286285983809542-127.0.0.1:51574_solr-n_0000000000) [n:127.0.0.1:51574_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000026 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 812569 INFO  (qtp905461152-7549) [n:127.0.0.1:52557_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1meta.shard2.replica_n

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

[    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@25e23a42: rootName = solr_51574, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@6cecd3c6
   [junit4]   2> 866752 INFO  (jetty-closer-1292-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 866752 INFO  (jetty-closer-1292-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2a7605bd: rootName = solr_51574, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@6ce4fd0d
   [junit4]   2> 866753 INFO  (jetty-closer-1292-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 866753 INFO  (jetty-closer-1292-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@883ef: rootName = solr_52557, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@6cecd3c6
   [junit4]   2> 866753 INFO  (jetty-closer-1292-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:51574_solr
   [junit4]   2> 866754 INFO  (jetty-closer-1292-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 866754 INFO  (zkCallback-1307-thread-1-processing-n:127.0.0.1:52557_solr) [n:127.0.0.1:52557_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 866754 INFO  (zkCallback-1309-thread-3-processing-n:127.0.0.1:51574_solr) [n:127.0.0.1:51574_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 866755 INFO  (jetty-closer-1292-thread-1) [    ] o.a.s.c.Overseer Overseer (id=73286285983809542-127.0.0.1:51574_solr-n_0000000000) closing
   [junit4]   2> 866755 INFO  (OverseerStateUpdate-73286285983809542-127.0.0.1:51574_solr-n_0000000000) [n:127.0.0.1:51574_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:51574_solr
   [junit4]   2> 866756 WARN  (OverseerAutoScalingTriggerThread-73286285983809542-127.0.0.1:51574_solr-n_0000000000) [n:127.0.0.1:51574_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 866765 INFO  (jetty-closer-1292-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 866765 INFO  (jetty-closer-1292-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4fa080c9: rootName = solr_52557, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@6ce4fd0d
   [junit4]   2> 866766 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 0x1045d7d22f90006, likely client has closed socket
   [junit4]   2> 866766 INFO  (jetty-closer-1292-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@9b33a13{/solr,null,UNAVAILABLE}
   [junit4]   2> 866767 INFO  (jetty-closer-1292-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 866767 INFO  (zkCallback-1307-thread-1-processing-n:127.0.0.1:52557_solr) [n:127.0.0.1:52557_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:52557_solr
   [junit4]   2> 866768 INFO  (jetty-closer-1292-thread-2) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:52557_solr
   [junit4]   2> 866769 INFO  (jetty-closer-1292-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 866769 INFO  (zkCallback-1307-thread-1-processing-n:127.0.0.1:52557_solr) [n:127.0.0.1:52557_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 866771 INFO  (jetty-closer-1292-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@54ce034d{/solr,null,UNAVAILABLE}
   [junit4]   2> 866772 INFO  (jetty-closer-1292-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 866772 ERROR (SUITE-AliasIntegrationTest-seed#[9F46DF141600D102]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 866773 INFO  (SUITE-AliasIntegrationTest-seed#[9F46DF141600D102]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46390 46390
   [junit4]   2> 866940 INFO  (Thread-2006) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46390 46390
   [junit4]   2> 866942 WARN  (Thread-2006) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	18	/solr/aliases.json
   [junit4]   2> 	16	/solr/configs/conf
   [junit4]   2> 	9	/solr/collections/collection1meta/terms/shard2
   [junit4]   2> 	9	/solr/collections/collection1meta/terms/shard1
   [junit4]   2> 	8	/solr/collections/collection2meta/terms/shard1
   [junit4]   2> 	3	/solr/collections/collection2/terms/shard1
   [junit4]   2> 	3	/solr/collections/collection_one/terms/shard1
   [junit4]   2> 	3	/solr/collections/collection_one/terms/shard2
   [junit4]   2> 	3	/solr/collections/testErrorChecks-collection/terms/shard1
   [junit4]   2> 	3	/solr/collections/testErrorChecks-collection/terms/shard2
   [junit4]   2> 	3	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	2	/solr/collections/collection_new/terms/shard1
   [junit4]   2> 	2	/solr/collections/collection_two/terms/shard1
   [junit4]   2> 	2	/solr/collections/collection_old/terms/shard2
   [junit4]   2> 	2	/solr/collections/collection_old/terms/shard1
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 	2	/solr/collections/collection1/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	268	/solr/aliases.json
   [junit4]   2> 	44	/solr/collections/collection1meta/state.json
   [junit4]   2> 	24	/solr/collections/collection2meta/state.json
   [junit4]   2> 	18	/solr/clusterprops.json
   [junit4]   2> 	18	/solr/clusterstate.json
   [junit4]   2> 	11	/solr/collections/collection_one/state.json
   [junit4]   2> 	11	/solr/collections/collection1/state.json
   [junit4]   2> 	11	/solr/collections/collection_old/state.json
   [junit4]   2> 	11	/solr/collections/testErrorChecks-collection/state.json
   [junit4]   2> 	6	/solr/collections/collection_new/state.json
   [junit4]   2> 	6	/solr/collections/collection_two/state.json
   [junit4]   2> 	6	/solr/collections/collection2/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	213	/solr/collections
   [junit4]   2> 	18	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_9F46DF141600D102-001
   [junit4]   2> Feb 13, 2018 4:35:07 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=true): {}, locale=en-GB, timezone=Pacific/Ponape
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=4,threads=1,free=85763856,total=515375104
   [junit4]   2> NOTE: All tests run in this JVM: [TestRequestStatusCollectionAPI, MultiTermTest, UUIDUpdateProcessorFallbackTest, SpellCheckCollatorWithCollapseTest, NodeAddedTriggerTest, TestImpersonationWithHadoopAuth, TestRangeQuery, TestClusterStateMutator, SearchHandlerTest, SuggesterTSTTest, TestUseDocValuesAsStored, CollectionsAPIAsyncDistributedZkTest, DateFieldTest, AnalysisAfterCoreReloadTest, NoCacheHeaderTest, TestTolerantSearch, SolrCmdDistributorTest, ConvertedLegacyTest, SharedFSAutoReplicaFailoverTest, StatelessScriptUpdateProcessorFactoryTest, SpellPossibilityIteratorTest, TestPrepRecovery, TestCoreBackup, HdfsChaosMonkeyNothingIsSafeTest, StatsReloadRaceTest, HttpSolrCallGetCoreTest, TestSchemaManager, SystemLogListenerTest, TestExportWriter, CoreMergeIndexesAdminHandlerTest, ForceLeaderTest, ClusterStateUpdateTest, HDFSCollectionsAPITest, TestLMJelinekMercerSimilarityFactory, TestFieldSortValues, TestTrieFacet, SpatialHeatmapFacetsTest, TestCoreDiscovery, TestReqParamsAPI, DistributedFacetPivotLargeTest, LIRRollingUpdatesTest, TestBackupRepositoryFactory, DistributedQueryComponentOptimizationTest, ReturnFieldsTest, HdfsRecoverLeaseTest, HdfsDirectoryTest, SpatialFilterTest, TestSimDistributedQueue, HLLSerializationTest, ClassificationUpdateProcessorIntegrationTest, BJQParserTest, SortSpecParsingTest, TestLegacyFieldCache, CircularListTest, TestAtomicUpdateErrorCases, TestFiltering, TestRandomDVFaceting, TestJavabinTupleStreamParser, SmileWriterTest, TestJsonRequest, ResponseLogComponentTest, TestReloadDeadlock, TestCloudPseudoReturnFields, TestExecutePlanAction, DeleteReplicaTest, TestRawTransformer, TestFaceting, WordBreakSolrSpellCheckerTest, MigrateRouteKeyTest, TestInfoStreamLogging, TestSuggestSpellingConverter, TestNestedDocsSort, TestSchemaVersionResource, CustomCollectionTest, VMParamsZkACLAndCredentialsProvidersTest, TestCloudInspectUtil, SpellCheckComponentTest, TestLeaderElectionWithEmptyReplica, TestRequestForwarding, TestEmbeddedSolrServerConstructors, ConnectionReuseTest, AliasIntegrationTest]
   [junit4] Completed [214/775 (1!)] on J2 in 64.87s, 8 tests, 1 failure <<< FAILURES!

[...truncated 50417 lines...]

[JENKINS] Lucene-Solr-Tests-7.x - Build # 381 - Still Unstable

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

4 tests failed.
FAILED:  org.apache.solr.cloud.ReplaceNodeNoTargetTest.test

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([B869B74DA9005F3:83D2A4AE746C680B]: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.ReplaceNodeNoTargetTest.test(ReplaceNodeNoTargetTest.java:92)
	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.autoscaling.AutoAddReplicasIntegrationTest.testSimple

Error Message:
Waiting for collection testSimple1 null Live Nodes: [127.0.0.1:37018_solr, 127.0.0.1:42812_solr] Last available state: DocCollection(testSimple1//collections/testSimple1/state.json/16)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{       "range":"80000000-ffffffff",       "state":"active",       "replicas":{         "core_node3":{           "core":"testSimple1_shard1_replica_n1",           "base_url":"https://127.0.0.1:37018/solr",           "node_name":"127.0.0.1:37018_solr",           "state":"active",           "type":"NRT",           "leader":"true"},         "core_node12":{           "core":"testSimple1_shard1_replica_n11",           "base_url":"https://127.0.0.1:37018/solr",           "node_name":"127.0.0.1:37018_solr",           "state":"active",           "type":"NRT"}}},     "shard2":{       "range":"0-7fffffff",       "state":"active",       "replicas":{         "core_node7":{           "core":"testSimple1_shard2_replica_n4",           "base_url":"https://127.0.0.1:37018/solr",           "node_name":"127.0.0.1:37018_solr",           "state":"active",           "type":"NRT",           "leader":"true"},         "core_node10":{           "core":"testSimple1_shard2_replica_n9",           "base_url":"https://127.0.0.1:51886/solr",           "node_name":"127.0.0.1:51886_solr",           "state":"down",           "type":"NRT"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",   "autoAddReplicas":"true",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Waiting for collection testSimple1
null
Live Nodes: [127.0.0.1:37018_solr, 127.0.0.1:42812_solr]
Last available state: DocCollection(testSimple1//collections/testSimple1/state.json/16)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"testSimple1_shard1_replica_n1",
          "base_url":"https://127.0.0.1:37018/solr",
          "node_name":"127.0.0.1:37018_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node12":{
          "core":"testSimple1_shard1_replica_n11",
          "base_url":"https://127.0.0.1:37018/solr",
          "node_name":"127.0.0.1:37018_solr",
          "state":"active",
          "type":"NRT"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          "core":"testSimple1_shard2_replica_n4",
          "base_url":"https://127.0.0.1:37018/solr",
          "node_name":"127.0.0.1:37018_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node10":{
          "core":"testSimple1_shard2_replica_n9",
          "base_url":"https://127.0.0.1:51886/solr",
          "node_name":"127.0.0.1:51886_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([B869B74DA9005F3:3335BF8AFD63D122]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
	at org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:103)
	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.autoscaling.AutoAddReplicasPlanActionTest.testSimple

Error Message:
IOException occured when talking to server at: http://127.0.0.1:39520/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:39520/solr
	at __randomizedtesting.SeedInfo.seed([B869B74DA9005F3:3335BF8AFD63D122]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple(AutoAddReplicasPlanActionTest.java:110)
	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.http.NoHttpResponseException: 127.0.0.1:39520 failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
	... 48 more


FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testMetricTrigger

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([B869B74DA9005F3:B18AACFB8578D3BC]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.junit.Assert.assertNull(Assert.java:562)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testMetricTrigger(TriggerIntegrationTest.java:1575)
	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 12890 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_B869B74DA9005F3-001/init-core-data-001
   [junit4]   2> 874735 WARN  (SUITE-AutoAddReplicasPlanActionTest-seed#[B869B74DA9005F3]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 874735 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[B869B74DA9005F3]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 874743 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[B869B74DA9005F3]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 874743 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[B869B74DA9005F3]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 874744 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[B869B74DA9005F3]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_B869B74DA9005F3-001/tempDir-001
   [junit4]   2> 874744 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[B869B74DA9005F3]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 874748 INFO  (Thread-2514) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 874748 INFO  (Thread-2514) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 874750 ERROR (Thread-2514) [    ] 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> 874848 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[B869B74DA9005F3]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:59848
   [junit4]   2> 874851 INFO  (zkConnectionManagerCallback-1950-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 874867 INFO  (jetty-launcher-1947-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> 874868 INFO  (jetty-launcher-1947-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 874868 INFO  (jetty-launcher-1947-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 874868 INFO  (jetty-launcher-1947-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 874868 INFO  (jetty-launcher-1947-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 874868 INFO  (jetty-launcher-1947-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 874871 INFO  (jetty-launcher-1947-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 874871 INFO  (jetty-launcher-1947-thread-3) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 874869 INFO  (jetty-launcher-1947-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@25205c1d{/solr,null,AVAILABLE}
   [junit4]   2> 874872 INFO  (jetty-launcher-1947-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4eede938{/solr,null,AVAILABLE}
   [junit4]   2> 874872 INFO  (jetty-launcher-1947-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 874877 INFO  (jetty-launcher-1947-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3de0aaa8{HTTP/1.1,[http/1.1]}{127.0.0.1:59939}
   [junit4]   2> 874877 INFO  (jetty-launcher-1947-thread-1) [    ] o.e.j.s.Server Started @877488ms
   [junit4]   2> 874877 INFO  (jetty-launcher-1947-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=59939}
   [junit4]   2> 874877 ERROR (jetty-launcher-1947-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 874878 INFO  (jetty-launcher-1947-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 874878 INFO  (jetty-launcher-1947-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 874878 INFO  (jetty-launcher-1947-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 874878 INFO  (jetty-launcher-1947-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-12T22:08:13.089Z
   [junit4]   2> 874878 INFO  (jetty-launcher-1947-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@373bbebc{HTTP/1.1,[http/1.1]}{127.0.0.1:56253}
   [junit4]   2> 874878 INFO  (jetty-launcher-1947-thread-3) [    ] o.e.j.s.Server Started @877489ms
   [junit4]   2> 874879 INFO  (jetty-launcher-1947-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=56253}
   [junit4]   2> 874879 ERROR (jetty-launcher-1947-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 874879 INFO  (jetty-launcher-1947-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 874879 INFO  (jetty-launcher-1947-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 874879 INFO  (jetty-launcher-1947-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 874879 INFO  (jetty-launcher-1947-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-12T22:08:13.090Z
   [junit4]   2> 874882 INFO  (jetty-launcher-1947-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 874882 INFO  (jetty-launcher-1947-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 874882 INFO  (jetty-launcher-1947-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 874883 INFO  (jetty-launcher-1947-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1387c66c{/solr,null,AVAILABLE}
   [junit4]   2> 874911 INFO  (jetty-launcher-1947-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6e864e8c{HTTP/1.1,[http/1.1]}{127.0.0.1:39520}
   [junit4]   2> 874911 INFO  (jetty-launcher-1947-thread-2) [    ] o.e.j.s.Server Started @877521ms
   [junit4]   2> 874911 INFO  (jetty-launcher-1947-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39520}
   [junit4]   2> 874911 ERROR (jetty-launcher-1947-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 874911 INFO  (jetty-launcher-1947-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 874911 INFO  (jetty-launcher-1947-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 874911 INFO  (jetty-launcher-1947-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 874911 INFO  (jetty-launcher-1947-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-12T22:08:13.122Z
   [junit4]   2> 874912 INFO  (zkConnectionManagerCallback-1954-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 874912 INFO  (zkConnectionManagerCallback-1952-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 874912 INFO  (jetty-launcher-1947-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 874912 INFO  (jetty-launcher-1947-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 874927 INFO  (jetty-launcher-1947-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59848/solr
   [junit4]   2> 874928 INFO  (zkConnectionManagerCallback-1956-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 874929 INFO  (jetty-launcher-1947-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 874933 INFO  (jetty-launcher-1947-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59848/solr
   [junit4]   2> 874971 INFO  (zkConnectionManagerCallback-1960-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 874971 INFO  (zkConnectionManagerCallback-1964-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 874972 INFO  (jetty-launcher-1947-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59848/solr
   [junit4]   2> 874974 INFO  (zkConnectionManagerCallback-1968-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 874974 INFO  (zkConnectionManagerCallback-1970-thread-1-processing-n:127.0.0.1:59939_solr) [n:127.0.0.1:59939_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 875000 INFO  (zkConnectionManagerCallback-1972-thread-1-processing-n:127.0.0.1:56253_solr) [n:127.0.0.1:56253_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 875001 INFO  (zkConnectionManagerCallback-1974-thread-1-processing-n:127.0.0.1:39520_solr) [n:127.0.0.1:39520_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 875026 INFO  (jetty-launcher-1947-thread-2) [n:127.0.0.1:39520_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 875026 INFO  (jetty-launcher-1947-thread-3) [n:127.0.0.1:56253_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 875027 INFO  (jetty-launcher-1947-thread-3) [n:127.0.0.1:56253_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:56253_solr
   [junit4]   2> 875038 INFO  (jetty-launcher-1947-thread-2) [n:127.0.0.1:39520_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39520_solr
   [junit4]   2> 875043 INFO  (jetty-launcher-1947-thread-3) [n:127.0.0.1:56253_solr    ] o.a.s.c.Overseer Overseer (id=73284768816037896-127.0.0.1:56253_solr-n_0000000000) starting
   [junit4]   2> 875060 INFO  (jetty-launcher-1947-thread-1) [n:127.0.0.1:59939_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 875061 INFO  (jetty-launcher-1947-thread-1) [n:127.0.0.1:59939_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 875062 INFO  (zkCallback-1973-thread-1-processing-n:127.0.0.1:39520_solr) [n:127.0.0.1:39520_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 875063 INFO  (jetty-launcher-1947-thread-1) [n:127.0.0.1:59939_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59939_solr
   [junit4]   2> 875070 INFO  (zkCallback-1973-thread-1-processing-n:127.0.0.1:39520_solr) [n:127.0.0.1:39520_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 875071 INFO  (zkCallback-1971-thread-1-processing-n:127.0.0.1:56253_solr) [n:127.0.0.1:56253_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 875110 INFO  (jetty-launcher-1947-thread-3) [n:127.0.0.1:56253_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56253_solr
   [junit4]   2> 875114 INFO  (zkCallback-1973-thread-1-processing-n:127.0.0.1:39520_solr) [n:127.0.0.1:39520_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 875126 INFO  (zkCallback-1969-thread-1-processing-n:127.0.0.1:59939_solr) [n:127.0.0.1:59939_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 875138 INFO  (zkCallback-1971-thread-2-processing-n:127.0.0.1:56253_solr) [n:127.0.0.1:56253_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 875139 INFO  (jetty-launcher-1947-thread-2) [n:127.0.0.1:39520_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39520.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6255f01e
   [junit4]   2> 875147 INFO  (jetty-launcher-1947-thread-2) [n:127.0.0.1:39520_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39520.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6255f01e
   [junit4]   2> 875147 INFO  (jetty-launcher-1947-thread-2) [n:127.0.0.1:39520_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39520.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6255f01e
   [junit4]   2> 875148 INFO  (jetty-launcher-1947-thread-2) [n:127.0.0.1:39520_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_B869B74DA9005F3-001/tempDir-001/node3/.
   [junit4]   2> 875185 INFO  (jetty-launcher-1947-thread-3) [n:127.0.0.1:56253_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56253.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6255f01e
   [junit4]   2> 875193 INFO  (jetty-launcher-1947-thread-3) [n:127.0.0.1:56253_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56253.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6255f01e
   [junit4]   2> 875193 INFO  (jetty-launcher-1947-thread-3) [n:127.0.0.1:56253_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56253.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6255f01e
   [junit4]   2> 875194 INFO  (jetty-launcher-1947-thread-3) [n:127.0.0.1:56253_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_B869B74DA9005F3-001/tempDir-001/node2/.
   [junit4]   2> 875204 INFO  (jetty-launcher-1947-thread-1) [n:127.0.0.1:59939_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59939.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6255f01e
   [junit4]   2> 875211 INFO  (jetty-launcher-1947-thread-1) [n:127.0.0.1:59939_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59939.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6255f01e
   [junit4]   2> 875212 INFO  (jetty-launcher-1947-thread-1) [n:127.0.0.1:59939_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59939.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6255f01e
   [junit4]   2> 875213 INFO  (jetty-launcher-1947-thread-1) [n:127.0.0.1:59939_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_B869B74DA9005F3-001/tempDir-001/node1/.
   [junit4]   2> 875263 INFO  (zkConnectionManagerCallback-1982-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 875265 INFO  (zkConnectionManagerCallback-1986-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 875266 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[B869B74DA9005F3]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 875267 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[B869B74DA9005F3]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59848/solr ready
   [junit4]   2> 875291 INFO  (TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[B869B74DA9005F3]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 875293 INFO  (qtp2063154065-10160) [n:127.0.0.1:39520_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:39520_solr,127.0.0.1:56253_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 875295 INFO  (OverseerThreadFactory-4126-thread-1-processing-n:127.0.0.1:56253_solr) [n:127.0.0.1:56253_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testSimple1
   [junit4]   2> 875403 INFO  (OverseerStateUpdate-73284768816037896-127.0.0.1:56253_solr-n_0000000000) [n:127.0.0.1:56253_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39520/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 875406 INFO  (OverseerStateUpdate-73284768816037896-127.0.0.1:56253_solr-n_0000000000) [n:127.0.0.1:56253_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:56253/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 875409 INFO  (OverseerStateUpdate-73284768816037896-127.0.0.1:56253_solr-n_0000000000) [n:127.0.0.1:56253_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39520/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 875411 INFO  (OverseerStateUpdate-73284768816037896-127.0.0.1:56253_solr-n_0000000000) [n:127.0.0.1:56253_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:56253/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 875615 INFO  (qtp2063154065-10166) [n:127.0.0.1:39520_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 875615 INFO  (qtp2063154065-10162) [n:127.0.0.1:39520_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 875615 INFO  (qtp2063154065-10166) [n:127.0.0.1:39520_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 875616 INFO  (qtp1857180333-10157) [n:127.0.0.1:56253_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 875616 INFO  (qtp1857180333-10157) [n:127.0.0.1:56253_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 875616 INFO  (qtp1857180333-10153) [n:127.0.0.1:56253_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 875721 INFO  (zkCallback-1973-thread-1-processing-n:127.0.0.1:39520_solr) [n:127.0.0.1:39520_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 875721 INFO  (zkCallback-1971-thread-2-processing-n:127.0.0.1:56253_solr) [n:127.0.0.1:56253_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 875721 INFO  (zkCallback-1971-thread-1-processing-n:127.0.0.1:56253_solr) [n:127.0.0.1:56253_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 875722 INFO  (zkCallback-1973-thread-2-processing-n:127.0.0.1:39520_solr) [n:127.0.0.1:39520_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 876629 INFO  (qtp1857180333-10157) [n:127.0.0.1:56253_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 876641 INFO  (qtp2063154065-10162) [n:127.0.0.1:39520_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 876641 INFO  (qtp1857180333-10153) [n:127.0.0.1:56253_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 876643 INFO  (qtp2063154065-10166) [n:127.0.0.1:39520_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 876646 INFO  (qtp1857180333-10157) [n:127.0.0.1:56253_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 876647 INFO  (qtp1857180333-10153) [n:127.0.0.1:56253_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 876648 INFO  (qtp2063154065-10162) [n:127.0.0.1:39520_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 876649 INFO  (qtp2063154065-10166) [n:127.0.0.1:39520_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 876649 INFO  (qtp1857180333-10153) [n:127.0.0.1:56253_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 876649 INFO  (qtp1857180333-10157) [n:127.0.0.1:56253_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 876649 INFO  (qtp1857180333-10153) [n:127.0.0.1:56253_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n6' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 876649 INFO  (qtp1857180333-10157) [n:127.0.0.1:56253_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n2' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 876650 INFO  (qtp2063154065-10162) [n:127.0.0.1:39520_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 876650 INFO  (qtp2063154065-10162) [n:127.0.0.1:39520_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n4' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 876650 INFO  (qtp1857180333-10153) [n:127.0.0.1:56253_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56253.solr.core.testSimple1.shard2.replica_n6' (registry 'solr.core.testSimple1.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6255f01e
   [junit4]   2> 876650 INFO  (qtp1857180333-10157) [n:127.0.0.1:56253_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56253.solr.core.testSimple1.shard1.replica_n2' (registry 'solr.core.testSimple1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6255f01e
   [junit4]   2> 876650 INFO  (qtp1857180333-10153) [n:127.0.0.1:56253_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 876650 INFO  (qtp1857180333-10157) [n:127.0.0.1:56253_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 876650 INFO  (qtp1857180333-10153) [n:127.0.0.1:56253_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n6] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_B869B74DA9005F3-001/tempDir-001/node2/testSimple1_shard2_replica_n6], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_B869B74DA9005F3-001/tempDir-001/node2/./testSimple1_shard2_replica_n6/data/]
   [junit4]   2> 876650 INFO  (qtp2063154065-10162) [n:127.0.0.1:39520_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39520.solr.core.testSimple1.shard2.replica_n4' (registry 'solr.core.testSimple1.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6255f01e
   [junit4]   2> 876650 INFO  (qtp1857180333-10157) [n:127.0.0.1:56253_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_B869B74DA9005F3-001/tempDir-001/node2/testSimple1_shard1_replica_n2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_B869B74DA9005F3-001/tempDir-001/node2/./testSimple1_shard1_replica_n2/data/]
   [junit4]   2> 876650 INFO  (qtp2063154065-10162) [n:127.0.0.1:39520_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 876650 INFO  (qtp2063154065-10162) [n:127.0.0.1:39520_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n4] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_B869B74DA9005F3-001/tempDir-001/node3/testSimple1_shard2_replica_n4], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_B869B74DA9005F3-001/tempDir-001/node3/./testSimple1_shard2_replica_n4/data/]
   [junit4]   2> 876651 INFO  (qtp2063154065-10166) [n:127.0.0.1:39520_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 876651 INFO  (qtp2063154065-10166) [n:127.0.0.1:39520_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n1' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 876651 INFO  (qtp2063154065-10166) [n:127.0.0.1:39520_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39520.solr.core.testSimple1.shard1.replica_n1' (registry 'solr.core.testSimple1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6255f01e
   [junit4]   2> 876651 INFO  (qtp2063154065-10166) [n:127.0.0.1:39520_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 876651 INFO  (qtp2063154065-10166) [n:127.0.0.1:39520_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_B869B74DA9005F3-001/tempDir-001/node3/testSimple1_shard1_replica_n1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_B869B74DA9005F3-001/tempDir-001/node3/./testSimple1_shard1_replica_n1/data/]
   [junit4]   2> 876703 INFO  (qtp1857180333-10153) [n:127.0.0.1:56253_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 876703 INFO  (qtp1857180333-10157) [n:127.0.0.1:56253_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 876703 INFO  (qtp1857180333-10153) [n:127.0.0.1:56253_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 876703 INFO  (qtp1857180333-10157) [n:127.0.0.1:56253_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 876704 INFO  (qtp1857180333-10153) [n:127.0.0.1:56253_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 876704 INFO  (qtp1857180333-10153) [n:127.0.0.1:56253_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 876704 INFO  (qtp1857180333-10157) [n:127.0.0.1:56253_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 876704 INFO  (qtp1857180333-10157) [n:127.0.0.1:56253_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 876705 INFO  (qtp1857180333-10157) [n:127.0.0.1:56253_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@82c3e59[testSimple1_shard1_replica_n2] main]
   [junit4]   2> 876705 INFO  (qtp1857180333-10153) [n:127.0.0.1:56253_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@d72a77e[testSimple1_shard2_replica_n6] main]
   [junit4]   2> 876707 INFO  (qtp2063154065-10166) [n:127.0.0.1:39520_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 876707 INFO  (qtp2063154065-10166) [n:127.0.0.1:39520_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 876708 INFO  (qtp2063154065-10166) [n:127.0.0.1:39520_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 876708 INFO  (qtp2063154065-10166) [n:127.0.0.1:39520_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 876709 INFO  (qtp1857180333-10157) [n:127.0.0.1:56253_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 876709 INFO  (qtp2063154065-10166) [n:127.0.0.1:39520_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6010d560[testSimple1_shard1_replica_n1] main]
   [junit4]   2> 876709 INFO  (qtp1857180333-10153) [n:127.0.0.1:56253_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 876710 INFO  (qtp1857180333-10157) [n:127.0.0.1:56253_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 876710 INFO  (qtp1857180333-10153) [n:127.0.0.1:56253_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 876710 INFO  (qtp1857180333-10157) [n:127.0.0.1:56253_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 876710 INFO  (qtp1857180333-10153) [n:127.0.0.1:56253_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 876710 INFO  (qtp1857180333-10157) [n:127.0.0.1:56253_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592234653695082496
   [junit4]   2> 876711 INFO  (qtp2063154065-10166) [n:127.0.0.1:39520_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 876711 INFO  (qtp2063154065-10166) [n:127.0.0.1:39520_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 876711 INFO  (searcherExecutor-4133-thread-1-processing-n:127.0.0.1:56253_solr x:testSimple1_shard2_replica_n6 s:shard2 c:testSimple1 r:core_node8) [n:127.0.0.1:56253_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore [testSimple1_shard2_replica_n6] Registered new searcher Searcher@d72a77e[testSimple1_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 876711 INFO  (qtp1857180333-10153) [n:127.0.0.1:56253_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592234653696131072
   [junit4]   2> 876711 INFO  (qtp2063154065-10166) [n:127.0.0.1:39520_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 876712 INFO  (qtp2063154065-10166) [n:127.0.0.1:39520_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592234653697179648
   [junit4]   2> 876713 INFO  (searcherExecutor-4134-thread-1-processing-n:127.0.0.1:56253_solr x:testSimple1_shard1_replica_n2 s:shard1 c:testSimple1 r:core_node5) [n:127.0.0.1:56253_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore [testSimple1_shard1_replica_n2] Registered new searcher Searcher@82c3e59[testSimple1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 876714 INFO  (qtp2063154065-10162) [n:127.0.0.1:39520_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 876714 INFO  (qtp2063154065-10162) [n:127.0.0.1:39520_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 876716 INFO  (qtp2063154065-10162) [n:127.0.0.1:39520_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 876716 INFO  (qtp2063154065-10162) [n:127.0.0.1:39520_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 876718 INFO  (qtp1857180333-10157) [n:127.0.0.1:56253_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 876721 INFO  (qtp2063154065-10162) [n:127.0.0.1:39520_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@43bdd918[testSimple1_shard2_replica_n4] main]
   [junit4]   2> 876724 INFO  (qtp2063154065-10162) [n:127.0.0.1:39520_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 876724 INFO  (searcherExecutor-4136-thread-1-processing-n:127.0.0.1:39520_solr x:testSimple1_shard1_replica_n1 s:shard1 c:testSimple1 r:core_node3) [n:127.0.0.1:39520_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore [testSimple1_shard1_replica_n1] Registered new searcher Searcher@6010d560[testSimple1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 876724 INFO  (qtp2063154065-10162) [n:127.0.0.1:39520_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 876724 INFO  (qtp1857180333-10153) [n:127.0.0.1:56253_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 876724 INFO  (qtp2063154065-10162) [n:127.0.0.1:39520_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 876725 INFO  (searcherExecutor-4135-thread-1-processing-n:127.0.0.1:39520_solr x:testSimple1_shard2_replica_n4 s:shard2 c:testSimple1 r:core_node7) [n:127.0.0.1:39520_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore [testSimple1_shard2_replica_n4] Registered new searcher Searcher@43bdd918[testSimple1_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 876726 INFO  (qtp2063154065-10162) [n:127.0.0.1:39520_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592234653711859712
   [junit4]   2> 876825 INFO  (zkCallback-1973-thread-1-processing-n:127.0.0.1:39520_solr) [n:127.0.0.1:39520_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 876825 INFO  (zkCallback-1973-thread-2-processing-n:127.0.0.1:39520_solr) [n:127.0.0.1:39520_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 876825 INFO  (zkCallback-1971-thread-2-processing-n:127.0.0.1:56253_solr) [n:127.0.0.1:56253_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 876825 INFO  (zkCallback-1971-thread-3-processing-n:127.0.0.1:56253_solr) [n:127.0.0.1:56253_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 877219 INFO  (qtp1857180333-10157) [n:127.0.0.1:56253_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 877219 INFO  (qtp1857180333-10157) [n:127.0.0.1:56253_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 877219 INFO  (qtp1857180333-10157) [n:127.0.0.1:56253_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:56253/solr/testSimple1_shard1_replica_n2/
   [junit4]   2> 877220 INFO  (qtp1857180333-10157) [n:127.0.0.1:56253_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n2 url=http://127.0.0.1:56253/solr START replicas=[http://127.0.0.1:39520/solr/testSimple1_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 877227 INFO  (qtp2063154065-10164) [n:127.0.0.1:39520_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.S.Request [testSimple1_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 877228 INFO  (qtp1857180333-10153) [n:127.0.0.1:56253_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 877228 INFO  (qtp1857180333-10153) [n:127.0.0.1:56253_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 877228 INFO  (qtp1857180333-10153) [n:127.0.0.1:56253_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:56253/solr/testSimple1_shard2_replica_n6/
   [junit4]   2> 877229 INFO  (qtp1857180333-10153) [n:127.0.0.1:56253_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n6 url=http://127.0.0.1:56253/solr START replicas=[http://127.0.0.1:39520/solr/testSimple1_shard2_replica_n4/] nUpdates=100
   [junit4]   2> 877230 INFO  (qtp2063154065-10167) [n:127.0.0.1:39520_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.S.Request [testSimple1_shard2_replica_n4]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 877521 INFO  (qtp1857180333-10157) [n:127.0.0.1:56253_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n2 url=http://127.0.0.1:56253/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 877521 INFO  (qtp1857180333-10157) [n:127.0.0.1:56253_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 877521 INFO  (qtp1857180333-10157) [n:127.0.0.1:56253_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 877521 INFO  (qtp1857180333-10157) [n:127.0.0.1:56253_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 877525 INFO  (qtp1857180333-10157) [n:127.0.0.1:56253_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:56253/solr/testSimple1_shard1_replica_n2/ shard1
   [junit4]   2> 877529 INFO  (qtp1857180333-10153) [n:127.0.0.1:56253_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n6 url=http://127.0.0.1:56253/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 877529 INFO  (qtp1857180333-10153) [n:127.0.0.1:56253_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 877529 INFO  (qtp1857180333-10153) [n:127.0.0.1:56253_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 877529 INFO  (qtp1857180333-10153) [n:127.0.0.1:56253_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 877533 INFO  (qtp1857180333-10153) [n:127.0.0.1:56253_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:56253/solr/testSimple1_shard2_replica_n6/ shard2
   [junit4]   2> 877636 INFO  (zkCallback-1973-thread-2-processing-n:127.0.0.1:39520_solr) [n:127.0.0.1:39520_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 877636 INFO  (zkCallback-1971-thread-3-processing-n:127.0.0.1:56253_solr) [n:127.0.0.1:56253_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 877636 INFO  (zkCallback-1971-thread-2-processing-n:127.0.0.1:56253_solr) [n:127.0.0.1:56253_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 877636 INFO  (zkCallback-1973-thread-1-processing-n:127.0.0.1:39520_solr) [n:127.0.0.1:39520_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 877677 INFO  (qtp1857180333-10157) [n:127.0.0.1:56253_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 877680 INFO  (qtp1857180333-10157) [n:127.0.0.1:56253_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2063
   [junit4]   2> 877685 INFO  (qtp1857180333-10153) [n:127.0.0.1:56253_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 877688 INFO  (qtp1857180333-10153) [n:127.0.0.1:56253_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2071
   [junit4]   2> 877729 INFO  (qtp2063154065-10166) [n:127.0.0.1:39520_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2114
   [junit4]   2> 877733 INFO  (qtp2063154065-10162) [n:127.0.0.1:39520_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2117
   [junit4]   2> 877736 INFO  (qtp2063154065-10160) [n:127.0.0.1:39520_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> 877835 INFO  (zkCallback-1973-thread-1-processing-n:127.0.0.1:39520_solr) [n:127.0.0.1:39520_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 877835 INFO  (zkCallback-1971-thread-3-processing-n:127.0.0.1:56253_solr) [n:127.0.0.1:56253_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 877835 INFO  (zkCallback-1973-thread-2-processing-n:127.0.0.1:39520_solr) [n:127.0.0.1:39520_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 877835 INFO  (zkCallback-1971-thread-2-processing-n:127.0.0.1:56253_solr) [n:127.0.0.1:56253_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 878736 INFO  (qtp2063154065-10160) [n:127.0.0.1:39520_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:39520_solr,127.0.0.1:56253_solr&wt=javabin&version=2} status=0 QTime=3443
   [junit4]   2> 878737 INFO  (qtp2063154065-10165) [n:127.0.0.1:39520_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&autoAddReplicas=false&name=testSimple2&nrtReplicas=2&action=CREATE&numShards=1&createNodeSet=127.0.0.1:56253_solr,127.0.0.1:59939_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 878740 INFO  (OverseerThreadFactory-4126-thread-2-processing-n:127.0.0.1:56253_solr) [n:127.0.0.1:56253_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testSimple2
   [junit4]   2> 878741 INFO  (OverseerCollectionConfigSetProcessor-73284768816037896-127.0.0.1:56253_solr-n_0000000000) [n:127.0.0.1:56253_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> 878951 INFO  (OverseerStateUpdate-73284768816037896-127.0.0.1:56253_solr-n_0000000000) [n:127.0.0.1:56253_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple2_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:56253/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 878956 INFO  (OverseerStateUpdate-73284768816037896-127.0.0.1:56253_solr-n_0000000000) [n:127.0.0.1:56253_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple2_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:59939/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 879159 INFO  (qtp1857180333-10151) [n:127.0.0.1:56253_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n1&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 879160 INFO  (qtp1872669129-10143) [n:127.0.0.1:59939_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n2&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 879160 INFO  (qtp1872669129-10143) [n:127.0.0.1:59939_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 879269 INFO  (zkCallback-1971-thread-3-processing-n:127.0.0.1:56253_solr) [n:127.0.0.1:56253_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 879269 INFO  (zkCallback-1971-thread-2-processing-n:127.0.0.1:56253_solr) [n:127.0.0.1:56253_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 879269 INFO  (zkCallback-1969-thread-2-processing-n:127.0.0.1:59939_solr) [n:127.0.0.1:59939_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 879269 INFO  (zkCallback-1969-thread-1-processing-n:127.0.0.1:59939_solr) [n:127.0.0.1:59939_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 880182 INFO  (qtp1857180333-10151) [n:127.0.0.1:56253_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 880182 INFO  (qtp1872669129-10143) [n:127.0.0.1:59939_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 880190 INFO  (qtp1872669129-10143) [n:127.0.0.1:59939_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.s.IndexSchema [testSimple2_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 880191 INFO  (qtp1857180333-10151) [n:127.0.0.1:56253_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.s.IndexSchema [testSimple2_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 880193 INFO  (qtp1872669129-10143) [n:127.0.0.1:59939_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 880193 INFO  (qtp1872669129-10143) [n:127.0.0.1:59939_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n2' using configuration from collection testSimple2, trusted=true
   [junit4]   2> 880194 INFO  (qtp1872669129-10143) [n:127.0.0.1:59939_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59939.solr.core.testSimple2.shard1.replica_n2' (registry 'solr.core.testSimple2.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6255f01e
   [junit4]   2> 880194 INFO  (qtp1872669129-10143) [n:127.0.0.1:59939_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 880194 INFO  (qtp1872669129-10143) [n:127.0.0.1:59939_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrCore [[testSimple2_shard1_replica_n2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_B869B74DA9005F3-001/tempDir-001/node1/testSimple2_shard1_replica_n2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_B869B74DA9005F3-001/tempDir-001/node1/./testSimple2_shard1_replica_n2/data/]
   [junit4]   2> 880195 INFO  (qtp1857180333-10151) [n:127.0.0.1:56253_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 880195 INFO  (qtp1857180333-10151) [n:127.0.0.1:56253_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n1' using configuration from collection testSimple2, trusted=true
   [junit4]   2> 880196 INFO  (qtp1857180333-10151) [n:127.0.0.1:56253_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56253.solr.core.testSimple2.shard1.replica_n1' (registry 'solr.core.testSimple2.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6255f01e
   [junit4]   2> 880196 INFO  (qtp1857180333-10151) [n:127.0.0.1:56253_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 880196 INFO  (qtp1857180333-10151) [n:127.0.0.1:56253_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SolrCore [[testSimple2_shard1_replica_n1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_B869B74DA9005F3-001/tempDir-001/node2/testSimple2_shard1_replica_n1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_B869B74DA9005F3-001/tempDir-001/node2/./testSimple2_shard1_replica_n1/data/]
   [junit4]   2> 880245 INFO  (qtp1857180333-10151) [n:127.0.0.1:56253_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 880245 INFO  (qtp1857180333-10151) [n:127.0.0.1:56253_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 880245 INFO  (qtp1872669129-10143) [n:127.0.0.1:59939_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 880245 INFO  (qtp1872669129-10143) [n:127.0.0.1:59939_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 880246 INFO  (qtp1857180333-10151) [n:127.0.0.1:56253_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 880246 INFO  (qtp1872669129-10143) [n:127.0.0.1:59939_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 880246 INFO  (qtp1857180333-10151) [n:127.0.0.1:56253_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 880246 INFO  (qtp1872669129-10143) [n:127.0.0.1:59939_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 880247 INFO  (qtp1872669129-10143) [n:127.0.0.1:59939_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@26606fd9[testSimple2_shard1_replica_n2] main]
   [junit4]   2> 880247 INFO  (qtp1857180333-10151) [n:127.0.0.1:56253_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3d7759b5[testSimple2_shard1_replica_n1] main]
   [junit4]   2> 880249 INFO  (qtp1872669129-10143) [n:127.0.0.1:59939_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 880249 INFO  (qtp1857180333-10151) [n:127.0.0.1:56253_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 880250 INFO  (qtp1872669129-10143) [n:127.0.0.1:59939_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 880250 INFO  (qtp1857180333-10151) [n:127.0.0.1:56253_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 880250 INFO  (qtp1872669129-10143) [n:127.0.0.1:59939_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 880251 INFO  (qtp1872669129-10143) [n:127.0.0.1:59939_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592234657408090112
   [junit4]   2> 880251 INFO  (qtp1857180333-10151) [n:127.0.0.1:56253_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 880252 INFO  (qtp1857180333-10151) [n:127.0.0.1:56253_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592234657409138688
   [junit4]   2> 880252 INFO  (searcherExecutor-4153-thread-1-processing-n:127.0.0.1:59939_solr x:testSimple2_shard1_replica_n2 s:shard1 c:testSimple2 r:core_node4) [n:127.0.0.1:59939_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrCore [testSimple2_shard1_replica_n2] Registered new searcher Searcher@26606fd9[testSimple2_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 880253 INFO  (searcherExecutor-4154-thread-1-processing-n:127.0.0.1:56253_solr x:testSimple2_shard1_replica_n1 s:shard1 c:testSimple2 r:core_node3) [n:127.0.0.1:56253_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SolrCore [testSimple2_shard1_replica_n1] Registered new searcher Searcher@3d7759b5[testSimp

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

c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2682823 INFO  (jetty-closer-5008-thread-9) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5d4d1d87{/solr,null,UNAVAILABLE}
   [junit4]   2> 2682823 INFO  (jetty-closer-5008-thread-9) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2682823 WARN  (zkCallback-5113-thread-2-processing-n:127.0.0.1:59183_solr) [n:127.0.0.1:59183_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2682823 INFO  (jetty-closer-5008-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@514858ab{/solr,null,UNAVAILABLE}
   [junit4]   2> 2682823 INFO  (jetty-closer-5008-thread-4) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2682828 INFO  (jetty-closer-5008-thread-11) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@45e1bdea{/solr,null,UNAVAILABLE}
   [junit4]   2> 2682829 INFO  (jetty-closer-5008-thread-11) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2682830 ERROR (SUITE-TriggerIntegrationTest-seed#[B869B74DA9005F3]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2682830 INFO  (SUITE-TriggerIntegrationTest-seed#[B869B74DA9005F3]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:48727 48727
   [junit4]   2> 2682926 INFO  (Thread-7568) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:48727 48727
   [junit4]   2> 2682930 WARN  (Thread-7568) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	22	/solr/aliases.json
   [junit4]   2> 	21	/solr/security.json
   [junit4]   2> 	21	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	6	/solr/configs/conf
   [junit4]   2> 	2	/solr/collections/testMetricTrigger/terms/shard1
   [junit4]   2> 	2	/solr/collections/testMetricTrigger/terms/shard2
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	65	/solr/collections/collection1/state.json
   [junit4]   2> 	22	/solr/clusterprops.json
   [junit4]   2> 	22	/solr/clusterstate.json
   [junit4]   2> 	13	/solr/collections/testMetricTrigger/state.json
   [junit4]   2> 	6	/solr/autoscaling.json
   [junit4]   2> 	4	/solr/overseer_elect/election/73284874355867689-127.0.0.1:48987_solr-n_0000000012
   [junit4]   2> 	4	/solr/collections/collection1/leader_elect/shard1/election/73284874355867674-core_node3-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/73284874355867680-127.0.0.1:59183_solr-n_0000000009
   [junit4]   2> 	2	/solr/overseer_elect/election/73284874355867654-127.0.0.1:41384_solr-n_0000000001
   [junit4]   2> 	2	/solr/overseer_elect/election/73284874355867677-127.0.0.1:50480_solr-n_0000000008
   [junit4]   2> 	2	/solr/overseer_elect/election/73284874355867702-127.0.0.1:55970_solr-n_0000000016
   [junit4]   2> 	2	/solr/overseer_elect/election/73284874355867683-127.0.0.1:44764_solr-n_0000000010
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	22	/solr/live_nodes
   [junit4]   2> 	22	/solr/collections
   [junit4]   2> 	6	/solr/overseer/queue-work
   [junit4]   2> 	6	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	6	/solr/overseer/queue
   [junit4]   2> 	6	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/autoscaling/events/node_lost_triggerMR
   [junit4]   2> 	2	/solr/autoscaling/events/node_added_triggerCTOOR
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_B869B74DA9005F3-001
   [junit4]   2> Feb 12, 2018 10:38:20 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {id=PostingsFormat(name=Direct), x_s=FST50}, docValues:{_version_=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1403, maxMBSortInHeap=7.467975102348792, sim=RandomSimilarity(queryNorm=true): {}, locale=en-GB, timezone=Africa/Freetown
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=4,threads=1,free=215633848,total=507510784
   [junit4]   2> NOTE: All tests run in this JVM: [TestCoreBackup, TestUtilizeNode, StatsReloadRaceTest, DeleteInactiveReplicaTest, AssignTest, CoreMergeIndexesAdminHandlerTest, ClusterStateUpdateTest, TestExportWriter, ChaosMonkeyNothingIsSafeWithPullReplicasTest, ClassificationUpdateProcessorIntegrationTest, TestReloadAndDeleteDocs, NoCacheHeaderTest, HdfsUnloadDistributedZkTest, CollectionsAPIAsyncDistributedZkTest, TestFieldSortValues, FileBasedSpellCheckerTest, LukeRequestHandlerTest, VMParamsZkACLAndCredentialsProvidersTest, TestPayloadScoreQParserPlugin, ConvertedLegacyTest, TestManagedStopFilterFactory, TestChildDocTransformer, TestDFRSimilarityFactory, SimpleCollectionCreateDeleteTest, TestPrepRecovery, TestSolrConfigHandler, TestJsonRequest, TestClusterStateProvider, TestStressReorder, TestLRUStatsCache, DistribCursorPagingTest, TestRequestForwarding, TestHashQParserPlugin, TestExecutePlanAction, HLLSerializationTest, TestRandomFlRTGCloud, TestJmxIntegration, DistributedQueueTest, URLClassifyProcessorTest, AnalyticsQueryTest, TestRequestStatusCollectionAPI, CircularListTest, TestStressCloudBlindAtomicUpdates, CdcrBidirectionalTest, TestHdfsUpdateLog, TestRestManager, SolrMetricManagerTest, ExitableDirectoryReaderTest, PingRequestHandlerTest, DisMaxRequestHandlerTest, TestCloudInspectUtil, TestSolrCoreSnapshots, TestSchemaVersionResource, RollingRestartTest, TestSuggestSpellingConverter, DistributedSpellCheckComponentTest, TestFastWriter, TestRawTransformer, CacheHeaderTest, CollectionsAPISolrJTest, InfixSuggestersTest, OverseerCollectionConfigSetProcessorTest, CdcrReplicationHandlerTest, BlockCacheTest, TestNestedDocsSort, RecoveryZkTest, EnumFieldTest, SolrTestCaseJ4Test, MoreLikeThisHandlerTest, TestConfigSetProperties, ConnectionReuseTest, TestInfoStreamLogging, SolrIndexMetricsTest, TestUninvertingReader, TestQueryTypes, TestImpersonationWithHadoopAuth, CurrencyFieldTypeTest, SmileWriterTest, TestSolrDeletionPolicy2, HdfsRecoverLeaseTest, TestShortCircuitedRequests, SpatialHeatmapFacetsTest, TestFileDictionaryLookup, IndexSchemaRuntimeFieldTest, ShowFileRequestHandlerTest, TestBackupRepositoryFactory, TestLegacyField, TestLFUCache, ConfigureRecoveryStrategyTest, HttpSolrCallGetCoreTest, LeaderElectionIntegrationTest, SpellCheckCollatorWithCollapseTest, TestDynamicFieldCollectionResource, TestSolrCoreProperties, TestUpdate, TestBadConfig, CdcrUpdateLogTest, TestConfigSetsAPIZkFailure, TestNoOpRegenerator, BasicDistributedZk2Test, HdfsChaosMonkeyNothingIsSafeTest, TestTolerantSearch, HdfsDirectoryTest, TestUseDocValuesAsStored, TestSchemaNameResource, TestRandomDVFaceting, BlobRepositoryCloudTest, HDFSCollectionsAPITest, ClusterStateTest, PreAnalyzedUpdateProcessorTest, TestLegacyTerms, SortSpecParsingTest, HdfsAutoAddReplicasIntegrationTest, SolrShardReporterTest, DateFieldTest, DistanceFunctionTest, TestEmbeddedSolrServerConstructors, TestUtils, MigrateRouteKeyTest, SpellCheckComponentTest, TestRuleBasedAuthorizationPlugin, TestCodecSupport, SearchHandlerTest, TestDistribIDF, UnloadDistributedZkTest, OpenCloseCoreStressTest, OverseerTest, ShardRoutingTest, BasicZkTest, FullSolrCloudDistribCmdsTest, LeaderElectionTest, ShardRoutingCustomTest, TestRealTimeGet, DistributedTermsComponentTest, TestCoreContainer, StatsComponentTest, BadIndexSchemaTest, TestFiltering, TestFunctionQuery, BasicFunctionalityTest, TestLazyCores, SimplePostToolTest, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SolrRequestParserTest, TestFoldingMultitermQuery, SuggesterTSTTest, SuggesterTest, TestStressLucene, TestTrie, SpatialFilterTest, WordBreakSolrSpellCheckerTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, QueryEqualityTest, StatelessScriptUpdateProcessorFactoryTest, DirectSolrSpellCheckerTest, PrimitiveFieldTypeTest, DocumentBuilderTest, TestValueSourceCache, TestIndexingPerformance, TestSolrQueryParser, RegexBoostProcessorTest, SolrPluginUtilsTest, UpdateRequestProcessorFactoryTest, MBeansHandlerTest, DistributedIntervalFacetingTest, TestEmbeddedSolrServerAdminHandler, ActionThrottleTest, ChaosMonkeySafeLeaderWithPullReplicasTest, CleanupOldIndexTest, CollectionStateFormat2Test, ConnectionManagerTest, DeleteReplicaTest, DistribJoinFromCollectionTest, ForceLeaderTest, LeaderInitiatedRecoveryOnShardRestartTest, MissingSegmentRecoveryTest, MultiThreadedOCPTest, NodeMutatorTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerModifyCollectionTest, OverseerStatusTest, RecoveryAfterSoftCommitTest, SSLMigrationTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest, SolrXmlInZkTest, TestAuthenticationFramework, TestCloudJSONFacetJoinDomain, TestConfigSetsAPIExclusivity, TestCryptoKeys, TestDistribDocBasedVersion, TestLockTree, TestOnReconnectListenerSupport, TestRebalanceLeaders, TestSolrCloudWithDelegationTokens, TestSolrCloudWithSecureImpersonation, TestStressInPlaceUpdates, ZkFailoverTest, CollectionsAPIDistributedZkTest, TestCollectionAPI, TestHdfsCloudBackupRestore, TestReplicaProperties, ExecutePlanActionTest, NodeLostTriggerTest, TriggerIntegrationTest]
   [junit4] Completed [618/775 (4!)] on J2 in 197.68s, 14 tests, 1 failure <<< FAILURES!

[...truncated 48939 lines...]