Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21098/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseConcMarkSweepGC

5 tests failed.
FAILED:  
org.apache.lucene.analysis.opennlp.TestOpenNLPPOSFilterFactory.testBasic

Error Message:
term 0 expected:<[Sentence]> but was:<[nuumber]>

Stack Trace:
org.junit.ComparisonFailure: term 0 expected:<[Sentence]> but was:<[nuumber]>
        at 
__randomizedtesting.SeedInfo.seed([A09A35081A406B67:B60281DC59CED49]:0)
        at org.junit.Assert.assertEquals(Assert.java:125)
        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:201)
        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:325)
        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:329)
        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:865)
        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:727)
        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:723)
        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.assertAnalyzesTo(BaseTokenStreamTestCase.java:384)
        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.assertAnalyzesTo(BaseTokenStreamTestCase.java:420)
        at 
org.apache.lucene.analysis.opennlp.TestOpenNLPPOSFilterFactory.testBasic(TestOpenNLPPOSFilterFactory.java:67)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.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 
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.MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([A39717151A835CBB:EC09F3C81B8913D9]: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.MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted(MoveReplicaHDFSFailoverTest.java:149)
        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.MoveReplicaHDFSFailoverTest.testOldReplicaIsDeletedInRaceCondition

Error Message:


Stack Trace:
java.lang.NullPointerException
        at 
__randomizedtesting.SeedInfo.seed([A39717151A835CBB:A9C79863DA833D1A]:0)
        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.getNodeName(JettySolrRunner.java:345)
        at 
org.apache.solr.cloud.MoveReplicaHDFSFailoverTest.testOldReplicaIsDeletedInRaceCondition(MoveReplicaHDFSFailoverTest.java:171)
        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.MoveReplicaHDFSFailoverTest.testDataDirAndUlogAreMaintained

Error Message:
Error from server at https://127.0.0.1:46291/solr: Could not fully create 
collection: movereplicatest_coll2

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:46291/solr: Could not fully create collection: 
movereplicatest_coll2
        at 
__randomizedtesting.SeedInfo.seed([A39717151A835CBB:8CA482C6A6F3EE99]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.cloud.MoveReplicaHDFSFailoverTest.testDataDirAndUlogAreMaintained(MoveReplicaHDFSFailoverTest.java:75)
        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:
No live SolrServers available to handle this 
request:[https://127.0.0.1:35475/solr]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request:[https://127.0.0.1:35475/solr]
        at 
__randomizedtesting.SeedInfo.seed([A39717151A835CBB:9B2433EB3D70886A]: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.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.solr.client.solrj.SolrServerException: IOException 
occured when talking to server at: https://127.0.0.1:35475/solr
        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)
        ... 44 more
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:35475 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




Build Log:
[...truncated 3950 lines...]
   [junit4] Suite: 
org.apache.lucene.analysis.opennlp.TestOpenNLPPOSFilterFactory
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestOpenNLPPOSFilterFactory -Dtests.method=testBasic 
-Dtests.seed=A09A35081A406B67 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=ja-JP -Dtests.timezone=America/Tortola -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.02s J2 | TestOpenNLPPOSFilterFactory.testBasic <<<
   [junit4]    > Throwable #1: org.junit.ComparisonFailure: term 0 
expected:<[Sentence]> but was:<[nuumber]>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([A09A35081A406B67:B60281DC59CED49]:0)
   [junit4]    >        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:201)
   [junit4]    >        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:325)
   [junit4]    >        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:329)
   [junit4]    >        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:865)
   [junit4]    >        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:727)
   [junit4]    >        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:723)
   [junit4]    >        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.assertAnalyzesTo(BaseTokenStreamTestCase.java:384)
   [junit4]    >        at 
org.apache.lucene.analysis.BaseTokenStreamTestCase.assertAnalyzesTo(BaseTokenStreamTestCase.java:420)
   [junit4]    >        at 
org.apache.lucene.analysis.opennlp.TestOpenNLPPOSFilterFactory.testBasic(TestOpenNLPPOSFilterFactory.java:67)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=811, maxMBSortInHeap=7.5182997567829, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@13fe121),
 locale=ja-JP, timezone=America/Tortola
   [junit4]   2> NOTE: Linux 4.10.0-40-generic i386/Oracle Corporation 
1.8.0_144 (32-bit)/cpus=8,threads=1,free=6893696,total=16252928
   [junit4]   2> NOTE: All tests run in this JVM: [TestOpenNLPPOSFilterFactory]
   [junit4] Completed [2/5 (1!)] on J2 in 0.61s, 3 tests, 1 failure <<< 
FAILURES!

[...truncated 8919 lines...]
   [junit4] Suite: org.apache.solr.cloud.MoveReplicaHDFSFailoverTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSFailoverTest_A39717151A835CBB-001/init-core-data-001
   [junit4]   2> 1522606 WARN  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[A39717151A835CBB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 1522606 INFO  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[A39717151A835CBB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1522608 INFO  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[A39717151A835CBB]-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> 1522609 INFO  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[A39717151A835CBB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1522609 INFO  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[A39717151A835CBB]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSFailoverTest_A39717151A835CBB-001/tempDir-001
   [junit4]   2> 1522609 INFO  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[A39717151A835CBB]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1522609 INFO  (Thread-3166) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1522609 INFO  (Thread-3166) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1522612 ERROR (Thread-3166) [    ] 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> 1522709 INFO  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[A39717151A835CBB]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:34163
   [junit4]   2> 1522712 INFO  (zkConnectionManagerCallback-2386-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1522717 INFO  (jetty-launcher-2383-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1522717 INFO  (jetty-launcher-2383-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1522722 INFO  (jetty-launcher-2383-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@12917a7{/solr,null,AVAILABLE}
   [junit4]   2> 1522722 INFO  (jetty-launcher-2383-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@189246c{/solr,null,AVAILABLE}
   [junit4]   2> 1522726 INFO  (jetty-launcher-2383-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1ff8cab{SSL,[ssl, 
http/1.1]}{127.0.0.1:43307}
   [junit4]   2> 1522726 INFO  (jetty-launcher-2383-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@f49c3f{SSL,[ssl, 
http/1.1]}{127.0.0.1:46291}
   [junit4]   2> 1522727 INFO  (jetty-launcher-2383-thread-1) [    ] 
o.e.j.s.Server Started @1523875ms
   [junit4]   2> 1522727 INFO  (jetty-launcher-2383-thread-2) [    ] 
o.e.j.s.Server Started @1523875ms
   [junit4]   2> 1522727 INFO  (jetty-launcher-2383-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43307}
   [junit4]   2> 1522727 INFO  (jetty-launcher-2383-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46291}
   [junit4]   2> 1522727 ERROR (jetty-launcher-2383-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1522727 ERROR (jetty-launcher-2383-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1522727 INFO  (jetty-launcher-2383-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1522727 INFO  (jetty-launcher-2383-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1522727 INFO  (jetty-launcher-2383-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1522727 INFO  (jetty-launcher-2383-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1522727 INFO  (jetty-launcher-2383-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1522727 INFO  (jetty-launcher-2383-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1522727 INFO  (jetty-launcher-2383-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-17T14:28:53.277Z
   [junit4]   2> 1522727 INFO  (jetty-launcher-2383-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-17T14:28:53.277Z
   [junit4]   2> 1522730 INFO  (zkConnectionManagerCallback-2388-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1522731 INFO  (jetty-launcher-2383-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1522735 INFO  (zkConnectionManagerCallback-2390-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1522735 INFO  (jetty-launcher-2383-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1522755 INFO  (jetty-launcher-2383-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34163/solr
   [junit4]   2> 1522756 INFO  (zkConnectionManagerCallback-2395-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1522756 INFO  (jetty-launcher-2383-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34163/solr
   [junit4]   2> 1522757 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x16064e0a9280003, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1522761 INFO  (zkConnectionManagerCallback-2398-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1522763 INFO  
(zkConnectionManagerCallback-2400-thread-1-processing-n:127.0.0.1:46291_solr) 
[n:127.0.0.1:46291_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1522764 INFO  
(zkConnectionManagerCallback-2402-thread-1-processing-n:127.0.0.1:43307_solr) 
[n:127.0.0.1:43307_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1522822 INFO  (jetty-launcher-2383-thread-2) 
[n:127.0.0.1:46291_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1522822 INFO  (jetty-launcher-2383-thread-1) 
[n:127.0.0.1:43307_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1522822 INFO  (jetty-launcher-2383-thread-2) 
[n:127.0.0.1:46291_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:46291_solr
   [junit4]   2> 1522822 INFO  (jetty-launcher-2383-thread-1) 
[n:127.0.0.1:43307_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43307_solr
   [junit4]   2> 1522824 INFO  (jetty-launcher-2383-thread-2) 
[n:127.0.0.1:46291_solr    ] o.a.s.c.Overseer Overseer 
(id=99190107875573765-127.0.0.1:46291_solr-n_0000000000) starting
   [junit4]   2> 1522825 INFO  
(zkCallback-2401-thread-1-processing-n:127.0.0.1:43307_solr) 
[n:127.0.0.1:43307_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1522826 INFO  
(zkCallback-2399-thread-1-processing-n:127.0.0.1:46291_solr) 
[n:127.0.0.1:46291_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1522843 INFO  (jetty-launcher-2383-thread-2) 
[n:127.0.0.1:46291_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46291_solr
   [junit4]   2> 1522844 INFO  
(zkCallback-2401-thread-1-processing-n:127.0.0.1:43307_solr) 
[n:127.0.0.1:43307_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1522844 INFO  
(zkCallback-2399-thread-1-processing-n:127.0.0.1:46291_solr) 
[n:127.0.0.1:46291_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1523030 INFO  (jetty-launcher-2383-thread-1) 
[n:127.0.0.1:43307_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43307.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@e67452
   [junit4]   2> 1523046 INFO  (jetty-launcher-2383-thread-1) 
[n:127.0.0.1:43307_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43307.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@e67452
   [junit4]   2> 1523046 INFO  (jetty-launcher-2383-thread-1) 
[n:127.0.0.1:43307_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43307.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@e67452
   [junit4]   2> 1523047 INFO  (jetty-launcher-2383-thread-1) 
[n:127.0.0.1:43307_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSFailoverTest_A39717151A835CBB-001/tempDir-001/node1/.
   [junit4]   2> 1523191 INFO  (jetty-launcher-2383-thread-2) 
[n:127.0.0.1:46291_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46291.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@e67452
   [junit4]   2> 1523200 INFO  (jetty-launcher-2383-thread-2) 
[n:127.0.0.1:46291_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46291.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@e67452
   [junit4]   2> 1523201 INFO  (jetty-launcher-2383-thread-2) 
[n:127.0.0.1:46291_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46291.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@e67452
   [junit4]   2> 1523202 INFO  (jetty-launcher-2383-thread-2) 
[n:127.0.0.1:46291_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSFailoverTest_A39717151A835CBB-001/tempDir-001/node2/.
   [junit4]   2> 1523234 INFO  (zkConnectionManagerCallback-2408-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1523237 INFO  (zkConnectionManagerCallback-2412-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1523237 INFO  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[A39717151A835CBB]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1523238 INFO  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[A39717151A835CBB]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34163/solr ready
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 1523295 WARN  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[A39717151A835CBB]-worker) [    ] 
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 1523300 WARN  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[A39717151A835CBB]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1523301 INFO  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[A39717151A835CBB]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 1523310 INFO  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[A39717151A835CBB]-worker) [    ] 
o.m.log Extract 
jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs
 to ./temp/Jetty_localhost_localdomain_43391_hdfs____.opdzsq/webapp
   [junit4]   2> 1523811 INFO  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[A39717151A835CBB]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:43391
   [junit4]   2> 1523883 WARN  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[A39717151A835CBB]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1523884 INFO  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[A39717151A835CBB]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 1523893 INFO  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[A39717151A835CBB]-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_33287_datanode____.ej4214/webapp
   [junit4]   2> 1524365 INFO  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[A39717151A835CBB]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:33287
   [junit4]   2> 1524418 WARN  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[A39717151A835CBB]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1524419 INFO  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[A39717151A835CBB]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 1524434 INFO  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[A39717151A835CBB]-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_45439_datanode____1wb74w/webapp
   [junit4]   2> 1524508 ERROR (DataNode: 
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSFailoverTest_A39717151A835CBB-001/tempDir-002/hdfsBaseDir/data/data1/,
 
[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSFailoverTest_A39717151A835CBB-001/tempDir-002/hdfsBaseDir/data/data2/]]
  heartbeating to localhost.localdomain/127.0.0.1:37471) [    ] 
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> 1524518 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x45778fbce4298: from storage 
DS-304f48de-08f9-44ca-ae3c-a21e3a0e3c24 node 
DatanodeRegistration(127.0.0.1:45091, 
datanodeUuid=7211dbc2-160b-47fa-82bf-d46e9e77eec6, infoPort=41511, 
infoSecurePort=0, ipcPort=42187, 
storageInfo=lv=-56;cid=testClusterID;nsid=499679872;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 1524518 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x45778fbce4298: from storage 
DS-d526313d-2add-43ac-8b3c-e52336dc8e80 node 
DatanodeRegistration(127.0.0.1:45091, 
datanodeUuid=7211dbc2-160b-47fa-82bf-d46e9e77eec6, infoPort=41511, 
infoSecurePort=0, ipcPort=42187, 
storageInfo=lv=-56;cid=testClusterID;nsid=499679872;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 1524973 INFO  
(SUITE-MoveReplicaHDFSFailoverTest-seed#[A39717151A835CBB]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:45439
   [junit4]   2> 1525084 ERROR (DataNode: 
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSFailoverTest_A39717151A835CBB-001/tempDir-002/hdfsBaseDir/data/data3/,
 
[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSFailoverTest_A39717151A835CBB-001/tempDir-002/hdfsBaseDir/data/data4/]]
  heartbeating to localhost.localdomain/127.0.0.1:37471) [    ] 
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> 1525088 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x457791dd98f81: from storage 
DS-6d31e0ba-adc0-4987-a892-9486f4cadf5e node 
DatanodeRegistration(127.0.0.1:38845, 
datanodeUuid=7c036903-3d4f-45e8-819b-ff489406ef6e, infoPort=32847, 
infoSecurePort=0, ipcPort=33729, 
storageInfo=lv=-56;cid=testClusterID;nsid=499679872;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 1525088 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x457791dd98f81: from storage 
DS-347ad9e6-d48c-452c-aeb9-aab6245d9813 node 
DatanodeRegistration(127.0.0.1:38845, 
datanodeUuid=7c036903-3d4f-45e8-819b-ff489406ef6e, infoPort=32847, 
infoSecurePort=0, ipcPort=33729, 
storageInfo=lv=-56;cid=testClusterID;nsid=499679872;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 1525127 INFO  
(TEST-MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted-seed#[A39717151A835CBB])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testOldReplicaIsDeleted
   [junit4]   2> 1525233 INFO  (qtp1891765-12069) [n:127.0.0.1:43307_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=movereplicatest_coll3&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:43307_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1525238 INFO  
(OverseerThreadFactory-4765-thread-1-processing-n:127.0.0.1:46291_solr) 
[n:127.0.0.1:46291_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
movereplicatest_coll3
   [junit4]   2> 1525344 INFO  
(OverseerStateUpdate-99190107875573765-127.0.0.1:46291_solr-n_0000000000) 
[n:127.0.0.1:46291_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"movereplicatest_coll3",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"movereplicatest_coll3_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43307/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1525551 INFO  (qtp1891765-12071) [n:127.0.0.1:43307_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=movereplicatest_coll3_shard1_replica_n1&action=CREATE&numShards=1&collection=movereplicatest_coll3&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1525552 INFO  (qtp1891765-12071) [n:127.0.0.1:43307_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1525656 INFO  
(zkCallback-2401-thread-1-processing-n:127.0.0.1:43307_solr) 
[n:127.0.0.1:43307_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/movereplicatest_coll3/state.json] for collection 
[movereplicatest_coll3] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1525656 INFO  
(zkCallback-2401-thread-2-processing-n:127.0.0.1:43307_solr) 
[n:127.0.0.1:43307_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/movereplicatest_coll3/state.json] for collection 
[movereplicatest_coll3] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1526568 INFO  (qtp1891765-12071) [n:127.0.0.1:43307_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 1526582 INFO  (qtp1891765-12071) [n:127.0.0.1:43307_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.s.IndexSchema 
[movereplicatest_coll3_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1526587 INFO  (qtp1891765-12071) [n:127.0.0.1:43307_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1526588 INFO  (qtp1891765-12071) [n:127.0.0.1:43307_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.CoreContainer Creating 
SolrCore 'movereplicatest_coll3_shard1_replica_n1' using configuration from 
collection movereplicatest_coll3, trusted=true
   [junit4]   2> 1526588 INFO  (qtp1891765-12071) [n:127.0.0.1:43307_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_43307.solr.core.movereplicatest_coll3.shard1.replica_n1' 
(registry 'solr.core.movereplicatest_coll3.shard1.replica_n1') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@e67452
   [junit4]   2> 1526589 INFO  (qtp1891765-12071) [n:127.0.0.1:43307_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost.localdomain:37471/data
   [junit4]   2> 1526589 INFO  (qtp1891765-12071) [n:127.0.0.1:43307_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Solr 
Kerberos Authentication disabled
   [junit4]   2> 1526589 INFO  (qtp1891765-12071) [n:127.0.0.1:43307_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1526589 INFO  (qtp1891765-12071) [n:127.0.0.1:43307_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.SolrCore 
[[movereplicatest_coll3_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSFailoverTest_A39717151A835CBB-001/tempDir-001/node1/movereplicatest_coll3_shard1_replica_n1],
 
dataDir=[hdfs://localhost.localdomain:37471/data/movereplicatest_coll3/core_node2/data/]
   [junit4]   2> 1526592 INFO  (qtp1891765-12071) [n:127.0.0.1:43307_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory 
creating directory factory for path 
hdfs://localhost.localdomain:37471/data/movereplicatest_coll3/core_node2/data/snapshot_metadata
   [junit4]   2> 1526612 INFO  (qtp1891765-12071) [n:127.0.0.1:43307_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory 
creating directory factory for path 
hdfs://localhost.localdomain:37471/data/movereplicatest_coll3/core_node2/data
   [junit4]   2> 1526647 INFO  (qtp1891765-12071) [n:127.0.0.1:43307_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory 
creating directory factory for path 
hdfs://localhost.localdomain:37471/data/movereplicatest_coll3/core_node2/data/index
   [junit4]   2> 1526687 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:38845 is added to 
blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-d526313d-2add-43ac-8b3c-e52336dc8e80:NORMAL:127.0.0.1:45091|RBW],
 
ReplicaUC[[DISK]DS-6d31e0ba-adc0-4987-a892-9486f4cadf5e:NORMAL:127.0.0.1:38845|RBW]]}
 size 0
   [junit4]   2> 1526688 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45091 is added to 
blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-d526313d-2add-43ac-8b3c-e52336dc8e80:NORMAL:127.0.0.1:45091|RBW],
 
ReplicaUC[[DISK]DS-6d31e0ba-adc0-4987-a892-9486f4cadf5e:NORMAL:127.0.0.1:38845|RBW]]}
 size 0
   [junit4]   2> 1526744 INFO  (qtp1891765-12071) [n:127.0.0.1:43307_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 1526744 INFO  (qtp1891765-12071) [n:127.0.0.1:43307_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1526744 INFO  (qtp1891765-12071) [n:127.0.0.1:43307_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.u.HdfsUpdateLog Initializing 
HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 1526756 INFO  (qtp1891765-12071) [n:127.0.0.1:43307_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1526756 INFO  (qtp1891765-12071) [n:127.0.0.1:43307_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1526768 INFO  (qtp1891765-12071) [n:127.0.0.1:43307_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@df9b7b[movereplicatest_coll3_shard1_replica_n1] main]
   [junit4]   2> 1526769 INFO  (qtp1891765-12071) [n:127.0.0.1:43307_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1526770 INFO  (qtp1891765-12071) [n:127.0.0.1:43307_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1526770 INFO  (qtp1891765-12071) [n:127.0.0.1:43307_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 1526772 INFO  
(searcherExecutor-4770-thread-1-processing-n:127.0.0.1:43307_solr 
x:movereplicatest_coll3_shard1_replica_n1 s:shard1 c:movereplicatest_coll3 
r:core_node2) [n:127.0.0.1:43307_solr c:movereplicatest_coll3 s:shard1 
r:core_node2 x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.SolrCore 
[movereplicatest_coll3_shard1_replica_n1] Registered new searcher 
Searcher@df9b7b[movereplicatest_coll3_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1526772 INFO  (qtp1891765-12071) [n:127.0.0.1:43307_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1587041730373353472
   [junit4]   2> 1526775 INFO  (qtp1891765-12071) [n:127.0.0.1:43307_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 1526776 INFO  (qtp1891765-12071) [n:127.0.0.1:43307_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 1526776 INFO  (qtp1891765-12071) [n:127.0.0.1:43307_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas 
to https://127.0.0.1:43307/solr/movereplicatest_coll3_shard1_replica_n1/
   [junit4]   2> 1526776 INFO  (qtp1891765-12071) [n:127.0.0.1:43307_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - 
now sync replicas to me
   [junit4]   2> 1526776 INFO  (qtp1891765-12071) [n:127.0.0.1:43307_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.SyncStrategy 
https://127.0.0.1:43307/solr/movereplicatest_coll3_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 1526776 INFO  (qtp1891765-12071) [n:127.0.0.1:43307_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 1526778 INFO  (qtp1891765-12071) [n:127.0.0.1:43307_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I 
am the new leader: 
https://127.0.0.1:43307/solr/movereplicatest_coll3_shard1_replica_n1/ shard1
   [junit4]   2> 1526880 INFO  
(zkCallback-2401-thread-2-processing-n:127.0.0.1:43307_solr) 
[n:127.0.0.1:43307_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/movereplicatest_coll3/state.json] for collection 
[movereplicatest_coll3] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1526880 INFO  
(zkCallback-2401-thread-1-processing-n:127.0.0.1:43307_solr) 
[n:127.0.0.1:43307_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/movereplicatest_coll3/state.json] for collection 
[movereplicatest_coll3] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1526929 INFO  (qtp1891765-12071) [n:127.0.0.1:43307_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 1526937 INFO  (qtp1891765-12071) [n:127.0.0.1:43307_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=movereplicatest_coll3_shard1_replica_n1&action=CREATE&numShards=1&collection=movereplicatest_coll3&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1386
   [junit4]   2> 1526942 INFO  (qtp1891765-12069) [n:127.0.0.1:43307_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> 1527033 INFO  
(zkCallback-2401-thread-1-processing-n:127.0.0.1:43307_solr) 
[n:127.0.0.1:43307_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/movereplicatest_coll3/state.json] for collection 
[movereplicatest_coll3] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1527033 INFO  
(zkCallback-2401-thread-2-processing-n:127.0.0.1:43307_solr) 
[n:127.0.0.1:43307_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/movereplicatest_coll3/state.json] for collection 
[movereplicatest_coll3] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1527240 INFO  
(OverseerCollectionConfigSetProcessor-99190107875573765-127.0.0.1:46291_solr-n_0000000000)
 [n:127.0.0.1:46291_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> 1527942 INFO  (qtp1891765-12069) [n:127.0.0.1:43307_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=movereplicatest_coll3&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:43307_solr&wt=javabin&version=2}
 status=0 QTime=2709
   [junit4]   2> 1527975 INFO  (qtp1891765-12078) [n:127.0.0.1:43307_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory 
[movereplicatest_coll3_shard1_replica_n1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[1 (1587041731613818880)]} 0 28
   [junit4]   2> 1527984 INFO  (qtp1891765-12082) [n:127.0.0.1:43307_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory 
[movereplicatest_coll3_shard1_replica_n1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[2 (1587041731636887552)]} 0 6
   [junit4]   2> 1527990 INFO  
(TEST-MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted-seed#[A39717151A835CBB])
 [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1ff8cab{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1527990 INFO  
(TEST-MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted-seed#[A39717151A835CBB])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1849587
   [junit4]   2> 1527990 INFO  
(TEST-MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted-seed#[A39717151A835CBB])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 1527990 INFO  
(TEST-MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted-seed#[A39717151A835CBB])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@eb5673: rootName = 
solr_43307, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@30aa7f
   [junit4]   2> 1528000 INFO  
(TEST-MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted-seed#[A39717151A835CBB])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 1528000 INFO  
(TEST-MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted-seed#[A39717151A835CBB])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@bf4f46: rootName = 
solr_43307, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@17ea50b
   [junit4]   2> 1528008 INFO  
(TEST-MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted-seed#[A39717151A835CBB])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 1528008 INFO  
(TEST-MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted-seed#[A39717151A835CBB])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@16ee1b: rootName = 
solr_43307, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@1d220c2
   [junit4]   2> 1528010 INFO  
(TEST-MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted-seed#[A39717151A835CBB])
 [    ] o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43307_solr
   [junit4]   2> 1528011 INFO  (zkCallback-2411-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1528011 INFO  
(zkCallback-2399-thread-1-processing-n:127.0.0.1:46291_solr) 
[n:127.0.0.1:46291_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 1528011 INFO  
(TEST-MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted-seed#[A39717151A835CBB])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.cluster, tag=null
   [junit4]   2> 1528011 INFO  
(zkCallback-2401-thread-2-processing-n:127.0.0.1:43307_solr) 
[n:127.0.0.1:43307_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 1528012 INFO  (coreCloseExecutor-4775-thread-1) 
[n:127.0.0.1:43307_solr c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.SolrCore 
[movereplicatest_coll3_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@157c1f4
   [junit4]   2> 1528012 INFO  (coreCloseExecutor-4775-thread-1) 
[n:127.0.0.1:43307_solr c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.core.movereplicatest_coll3.shard1.replica_n1, tag=22528500
   [junit4]   2> 1528013 INFO  (coreCloseExecutor-4775-thread-1) 
[n:127.0.0.1:43307_solr c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1abe6ba: rootName = 
solr_43307, domain = solr.core.movereplicatest_coll3.shard1.replica_n1, service 
url = null, agent id = null] for registry 
solr.core.movereplicatest_coll3.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@56baa6
   [junit4]   2> 1528023 INFO  (coreCloseExecutor-4775-thread-1) 
[n:127.0.0.1:43307_solr c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.movereplicatest_coll3.shard1.leader, tag=22528500
   [junit4]   2> 1528023 INFO  (coreCloseExecutor-4775-thread-1) 
[n:127.0.0.1:43307_solr c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 
Committing on IndexWriter close.
   [junit4]   2> 1528023 INFO  (coreCloseExecutor-4775-thread-1) 
[n:127.0.0.1:43307_solr c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling 
setCommitData with IW:org.apache.solr.update.SolrIndexWriter@aed1d6 
commitCommandVersion:0
   [junit4]   2> 1528040 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45091 is added to 
blk_1073741827_1003{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-d526313d-2add-43ac-8b3c-e52336dc8e80:NORMAL:127.0.0.1:45091|RBW],
 
ReplicaUC[[DISK]DS-347ad9e6-d48c-452c-aeb9-aab6245d9813:NORMAL:127.0.0.1:38845|RBW]]}
 size 182
   [junit4]   2> 1528042 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:38845 is added to 
blk_1073741827_1003 size 182
   [junit4]   2> 1528111 INFO  
(zkCallback-2401-thread-2-processing-n:127.0.0.1:43307_solr) 
[n:127.0.0.1:43307_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/movereplicatest_coll3/state.json] for collection 
[movereplicatest_coll3] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1528112 INFO  
(zkCallback-2401-thread-1-processing-n:127.0.0.1:43307_solr) 
[n:127.0.0.1:43307_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/movereplicatest_coll3/state.json] for collection 
[movereplicatest_coll3] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1528446 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45091 is added to 
blk_1073741828_1004{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-347ad9e6-d48c-452c-aeb9-aab6245d9813:NORMAL:127.0.0.1:38845|RBW],
 
ReplicaUC[[DISK]DS-304f48de-08f9-44ca-ae3c-a21e3a0e3c24:NORMAL:127.0.0.1:45091|FINALIZED]]}
 size 0
   [junit4]   2> 1528448 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:38845 is added to 
blk_1073741828_1004 size 69
   [junit4]   2> 1528452 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:38845 is added to 
blk_1073741829_1005{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-d526313d-2add-43ac-8b3c-e52336dc8e80:NORMAL:127.0.0.1:45091|RBW],
 
ReplicaUC[[DISK]DS-6d31e0ba-adc0-4987-a892-9486f4cadf5e:NORMAL:127.0.0.1:38845|RBW]]}
 size 0
   [junit4]   2> 1528453 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45091 is added to 
blk_1073741829_1005{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-d526313d-2add-43ac-8b3c-e52336dc8e80:NORMAL:127.0.0.1:45091|RBW],
 
ReplicaUC[[DISK]DS-6d31e0ba-adc0-4987-a892-9486f4cadf5e:NORMAL:127.0.0.1:38845|RBW]]}
 size 0
   [junit4]   2> 1528461 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:38845 is added to 
blk_1073741830_1006{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-347ad9e6-d48c-452c-aeb9-aab6245d9813:NORMAL:127.0.0.1:38845|RBW],
 
ReplicaUC[[DISK]DS-304f48de-08f9-44ca-ae3c-a21e3a0e3c24:NORMAL:127.0.0.1:45091|RBW]]}
 size 110
   [junit4]   2> 1528461 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45091 is added to 
blk_1073741830_1006 size 110
   [junit4]   2> 1528869 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45091 is added to 
blk_1073741831_1007{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-347ad9e6-d48c-452c-aeb9-aab6245d9813:NORMAL:127.0.0.1:38845|RBW],
 
ReplicaUC[[DISK]DS-d526313d-2add-43ac-8b3c-e52336dc8e80:NORMAL:127.0.0.1:45091|RBW]]}
 size 0
   [junit4]   2> 1528870 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:38845 is added to 
blk_1073741831_1007 size 175
   [junit4]   2> 1528875 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45091 is added to 
blk_1073741832_1008{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-347ad9e6-d48c-452c-aeb9-aab6245d9813:NORMAL:127.0.0.1:38845|RBW],
 
ReplicaUC[[DISK]DS-304f48de-08f9-44ca-ae3c-a21e3a0e3c24:NORMAL:127.0.0.1:45091|RBW]]}
 size 0
   [junit4]   2> 1528876 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:38845 is added to 
blk_1073741832_1008{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-347ad9e6-d48c-452c-aeb9-aab6245d9813:NORMAL:127.0.0.1:38845|RBW],
 
ReplicaUC[[DISK]DS-304f48de-08f9-44ca-ae3c-a21e3a0e3c24:NORMAL:127.0.0.1:45091|RBW]]}
 size 0
   [junit4]   2> 1528881 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45091 is added to 
blk_1073741833_1009{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-347ad9e6-d48c-452c-aeb9-aab6245d9813:NORMAL:127.0.0.1:38845|RBW],
 
ReplicaUC[[DISK]DS-d526313d-2add-43ac-8b3c-e52336dc8e80:NORMAL:127.0.0.1:45091|FINALIZED]]}
 size 0
   [junit4]   2> 1528881 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:38845 is added to 
blk_1073741833_1009{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-d526313d-2add-43ac-8b3c-e52336dc8e80:NORMAL:127.0.0.1:45091|FINALIZED],
 
ReplicaUC[[DISK]DS-6d31e0ba-adc0-4987-a892-9486f4cadf5e:NORMAL:127.0.0.1:38845|FINALIZED]]}
 size 0
   [junit4]   2> 1528887 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45091 is added to 
blk_1073741834_1010{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-347ad9e6-d48c-452c-aeb9-aab6245d9813:NORMAL:127.0.0.1:38845|RBW],
 
ReplicaUC[[DISK]DS-304f48de-08f9-44ca-ae3c-a21e3a0e3c24:NORMAL:127.0.0.1:45091|FINALIZED]]}
 size 0
   [junit4]   2> 1528888 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:38845 is added to 
blk_1073741834_1010{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-347ad9e6-d48c-452c-aeb9-aab6245d9813:NORMAL:127.0.0.1:38845|RBW],
 
ReplicaUC[[DISK]DS-304f48de-08f9-44ca-ae3c-a21e3a0e3c24:NORMAL:127.0.0.1:45091|FINALIZED]]}
 size 0
   [junit4]   2> 1528894 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45091 is added to 
blk_1073741835_1011{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-347ad9e6-d48c-452c-aeb9-aab6245d9813:NORMAL:127.0.0.1:38845|RBW],
 
ReplicaUC[[DISK]DS-d526313d-2add-43ac-8b3c-e52336dc8e80:NORMAL:127.0.0.1:45091|FINALIZED]]}
 size 0
   [junit4]   2> 1528894 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:38845 is added to 
blk_1073741835_1011{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-d526313d-2add-43ac-8b3c-e52336dc8e80:NORMAL:127.0.0.1:45091|FINALIZED],
 
ReplicaUC[[DISK]DS-6d31e0ba-adc0-4987-a892-9486f4cadf5e:NORMAL:127.0.0.1:38845|FINALIZED]]}
 size 0
   [junit4]   2> 1528898 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45091 is added to 
blk_1073741836_1012{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-6d31e0ba-adc0-4987-a892-9486f4cadf5e:NORMAL:127.0.0.1:38845|RBW],
 
ReplicaUC[[DISK]DS-304f48de-08f9-44ca-ae3c-a21e3a0e3c24:NORMAL:127.0.0.1:45091|RBW]]}
 size 0
   [junit4]   2> 1528899 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:38845 is added to 
blk_1073741836_1012{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-304f48de-08f9-44ca-ae3c-a21e3a0e3c24:NORMAL:127.0.0.1:45091|RBW],
 
ReplicaUC[[DISK]DS-347ad9e6-d48c-452c-aeb9-aab6245d9813:NORMAL:127.0.0.1:38845|FINALIZED]]}
 size 0
   [junit4]   2> 1528917 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:38845 is added to 
blk_1073741837_1013{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-304f48de-08f9-44ca-ae3c-a21e3a0e3c24:NORMAL:127.0.0.1:45091|RBW],
 
ReplicaUC[[DISK]DS-6d31e0ba-adc0-4987-a892-9486f4cadf5e:NORMAL:127.0.0.1:38845|FINALIZED]]}
 size 0
   [junit4]   2> 1528917 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45091 is added to 
blk_1073741837_1013{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-6d31e0ba-adc0-4987-a892-9486f4cadf5e:NORMAL:127.0.0.1:38845|FINALIZED],
 
ReplicaUC[[DISK]DS-d526313d-2add-43ac-8b3c-e52336dc8e80:NORMAL:127.0.0.1:45091|FINALIZED]]}
 size 0
   [junit4]   2> 1528922 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:38845 is added to 
blk_1073741838_1014{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-304f48de-08f9-44ca-ae3c-a21e3a0e3c24:NORMAL:127.0.0.1:45091|RBW],
 
ReplicaUC[[DISK]DS-347ad9e6-d48c-452c-aeb9-aab6245d9813:NORMAL:127.0.0.1:38845|RBW]]}
 size 0
   [junit4]   2> 1528922 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45091 is added to 
blk_1073741838_1014{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-304f48de-08f9-44ca-ae3c-a21e3a0e3c24:NORMAL:127.0.0.1:45091|RBW],
 
ReplicaUC[[DISK]DS-347ad9e6-d48c-452c-aeb9-aab6245d9813:NORMAL:127.0.0.1:38845|RBW]]}
 size 0
   [junit4]   2> 1528929 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:38845 is added to 
blk_1073741839_1015{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-304f48de-08f9-44ca-ae3c-a21e3a0e3c24:NORMAL:127.0.0.1:45091|RBW],
 
ReplicaUC[[DISK]DS-6d31e0ba-adc0-4987-a892-9486f4cadf5e:NORMAL:127.0.0.1:38845|RBW]]}
 size 174
   [junit4]   2> 1528930 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45091 is added to 
blk_1073741839_1015 size 174
   [junit4]   2> 1529339 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:38845 is added to 
blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-304f48de-08f9-44ca-ae3c-a21e3a0e3c24:NORMAL:127.0.0.1:45091|RBW],
 
ReplicaUC[[DISK]DS-347ad9e6-d48c-452c-aeb9-aab6245d9813:NORMAL:127.0.0.1:38845|RBW]]}
 size 74
   [junit4]   2> 1529339 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45091 is added to 
blk_1073741826_1002 size 129
   [junit4]   2> 1529343 INFO  (coreCloseExecutor-4775-thread-1) 
[n:127.0.0.1:43307_solr c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.s.h.HdfsDirectory Closing hdfs 
directory 
hdfs://localhost.localdomain:37471/data/movereplicatest_coll3/core_node2/data/index
   [junit4]   2> 1529344 INFO  (coreCloseExecutor-4775-thread-1) 
[n:127.0.0.1:43307_solr c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.s.h.HdfsDirectory Closing hdfs 
directory 
hdfs://localhost.localdomain:37471/data/movereplicatest_coll3/core_node2/data
   [junit4]   2> 1529344 INFO  (coreCloseExecutor-4775-thread-1) 
[n:127.0.0.1:43307_solr c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.s.h.HdfsDirectory Closing hdfs 
directory 
hdfs://localhost.localdomain:37471/data/movereplicatest_coll3/core_node2/data/snapshot_metadata
   [junit4]   2> 1529345 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x16064e0a9280006, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1529345 INFO  
(TEST-MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted-seed#[A39717151A835CBB])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@189246c{/solr,null,UNAVAILABLE}
   [junit4]   2> 1529432 INFO  (qtp10027033-12067) [n:127.0.0.1:46291_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :movereplica with params 
replica=core_node2&action=MOVEREPLICA&collection=movereplicatest_coll3&targetNode=127.0.0.1:46291_solr&wt=javabin&version=2&inPlaceMove=true
 and sendToOCPQueue=true
   [junit4]   2> 1529434 INFO  
(OverseerThreadFactory-4765-thread-2-processing-n:127.0.0.1:46291_solr) 
[n:127.0.0.1:46291_solr    ] o.a.s.c.MoveReplicaCmd Replica will be moved to 
node 127.0.0.1:46291_solr: 
core_node2:{"dataDir":"hdfs://localhost.localdomain:37471/data/movereplicatest_coll3/core_node2/data/","base_url":"https://127.0.0.1:43307/solr","node_name":"127.0.0.1:43307_solr","type":"NRT","ulogDir":"hdfs://localhost.localdomain:37471/data/movereplicatest_coll3/core_node2/data/tlog","core":"movereplicatest_coll3_shard1_replica_n1","shared_storage":"true","state":"down","leader":"true"}
   [junit4]   2> 1529434 INFO  
(OverseerThreadFactory-4765-thread-2-processing-n:127.0.0.1:46291_solr) 
[n:127.0.0.1:46291_solr    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:46291_solr for creating new replica
   [junit4]   2> 1529440 INFO  (qtp10027033-12081) [n:127.0.0.1:46291_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&dataDir=hdfs://localhost.localdomain:37471/data/movereplicatest_coll3/core_node2/data/&collection.configName=conf1&name=movereplicatest_coll3_shard1_replica_n1&action=CREATE&collection=movereplicatest_coll3&shard=shard1&wt=javabin&version=2&ulogDir=hdfs://localhost.localdomain:37471/data/movereplicatest_coll3/core_node2/data/&replicaType=NRT
   [junit4]   2> 1529440 INFO  (qtp10027033-12081) [n:127.0.0.1:46291_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1529544 INFO  
(zkCallback-2399-thread-1-processing-n:127.0.0.1:46291_solr) 
[n:127.0.0.1:46291_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/movereplicatest_coll3/state.json] for collection 
[movereplicatest_coll3] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1529544 INFO  
(zkCallback-2399-thread-2-processing-n:127.0.0.1:46291_solr) 
[n:127.0.0.1:46291_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/movereplicatest_coll3/state.json] for collection 
[movereplicatest_coll3] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1530452 INFO  (qtp10027033-12081) [n:127.0.0.1:46291_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 1530461 INFO  (qtp10027033-12081) [n:127.0.0.1:46291_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.s.IndexSchema 
[movereplicatest_coll3_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1530464 INFO  (qtp10027033-12081) [n:127.0.0.1:46291_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1530464 INFO  (qtp10027033-12081) [n:127.0.0.1:46291_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.CoreContainer Creating 
SolrCore 'movereplicatest_coll3_shard1_replica_n1' using configuration from 
collection movereplicatest_coll3, trusted=true
   [junit4]   2> 1530465 INFO  (qtp10027033-12081) [n:127.0.0.1:46291_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_46291.solr.core.movereplicatest_coll3.shard1.replica_n1' 
(registry 'solr.core.movereplicatest_coll3.shard1.replica_n1') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@e67452
   [junit4]   2> 1530465 INFO  (qtp10027033-12081) [n:127.0.0.1:46291_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost.localdomain:37471/data
   [junit4]   2> 1530465 INFO  (qtp10027033-12081) [n:127.0.0.1:46291_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Solr 
Kerberos Authentication disabled
   [junit4]   2> 1530465 INFO  (qtp10027033-12081) [n:127.0.0.1:46291_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1530465 INFO  (qtp10027033-12081) [n:127.0.0.1:46291_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.SolrCore 
[[movereplicatest_coll3_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSFailoverTest_A39717151A835CBB-001/tempDir-001/node2/movereplicatest_coll3_shard1_replica_n1],
 
dataDir=[hdfs://localhost.localdomain:37471/data/movereplicatest_coll3/core_node2/data/]
   [junit4]   2> 1530467 INFO  (qtp10027033-12081) [n:127.0.0.1:46291_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory 
creating directory factory for path 
hdfs://localhost.localdomain:37471/data/movereplicatest_coll3/core_node2/data/snapshot_metadata
   [junit4]   2> 1530476 INFO  (qtp10027033-12081) [n:127.0.0.1:46291_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory 
creating directory factory for path 
hdfs://localhost.localdomain:37471/data/movereplicatest_coll3/core_node2/data
   [junit4]   2> 1530549 INFO  (qtp10027033-12081) [n:127.0.0.1:46291_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 1530549 INFO  (qtp10027033-12081) [n:127.0.0.1:46291_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1530549 INFO  (qtp10027033-12081) [n:127.0.0.1:46291_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.u.HdfsUpdateLog Initializing 
HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 1530558 INFO  (qtp10027033-12081) [n:127.0.0.1:46291_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.u.FSHDFSUtils Recovering lease 
on dfs file 
hdfs://localhost.localdomain:37471/data/movereplicatest_coll3/core_node2/data/tlog/tlog.0000000000000000000
   [junit4]   2> 1530573 INFO  (qtp10027033-12081) [n:127.0.0.1:46291_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1530573 INFO  (qtp10027033-12081) [n:127.0.0.1:46291_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1530576 INFO  (qtp10027033-12081) [n:127.0.0.1:46291_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory 
creating directory factory for path 
hdfs://localhost.localdomain:37471/data/movereplicatest_coll3/core_node2/data/index
   [junit4]   2> 1530631 INFO  (IPC Server handler 9 on 37471) [    ] 
BlockStateChange BLOCK* addToInvalidates: blk_1073741825_1001 127.0.0.1:45091 
127.0.0.1:38845 
   [junit4]   2> 1530654 INFO  (qtp10027033-12081) [n:127.0.0.1:46291_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1a4c7e9[movereplicatest_coll3_shard1_replica_n1] main]
   [junit4]   2> 1530655 INFO  (qtp10027033-12081) [n:127.0.0.1:46291_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1530655 INFO  (qtp10027033-12081) [n:127.0.0.1:46291_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1530656 INFO  (qtp10027033-12081) [n:127.0.0.1:46291_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 1530658 INFO  
(searcherExecutor-4777-thread-1-processing-n:127.0.0.1:46291_solr 
x:movereplicatest_coll3_shard1_replica_n1 s:shard1 c:movereplicatest_coll3 
r:core_node2) [n:127.0.0.1:46291_solr c:movereplicatest_coll3 s:shard1 
r:core_node2 x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.SolrCore 
[movereplicatest_coll3_shard1_replica_n1] Registered new searcher 
Searcher@1a4c7e9[movereplicatest_coll3_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C2)))}
   [junit4]   2> 1530670 INFO  (qtp10027033-12081) [n:127.0.0.1:46291_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 1530670 INFO  (qtp10027033-12081) [n:127.0.0.1:46291_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 1530670 INFO  (qtp10027033-12081) [n:127.0.0.1:46291_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas 
to https://127.0.0.1:46291/solr/movereplicatest_coll3_shard1_replica_n1/
   [junit4]   2> 1530670 INFO  (qtp10027033-12081) [n:127.0.0.1:46291_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - 
now sync replicas to me
   [junit4]   2> 1530670 INFO  (qtp10027033-12081) [n:127.0.0.1:46291_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.SyncStrategy 
https://127.0.0.1:46291/solr/movereplicatest_coll3_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 1530670 INFO  (qtp10027033-12081) [n:127.0.0.1:46291_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 1530673 INFO  (qtp10027033-12081) [n:127.0.0.1:46291_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 
x:movereplicatest_coll3_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I 
am the new leader: 
https://127.0.0.1:46291/solr/movereplicatest_coll3_shard1_replica_n1/ shard1
   [junit4]   2> 1530681 WARN  (Thread-3387) [n:127.0.0.1:46291_solr 
c:movereplicatest_coll3 s:shard1 r:core_node2 

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

trics.MetricRegistry@1cfd64e
   [junit4]   2> 2421161 INFO  (coreCloseExecutor-8716-thread-5) 
[n:127.0.0.1:35475_solr c:testSimple3 s:shard3 r:core_node6 
x:testSimple3_shard3_replica_n4] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.testSimple3.shard3.replica_n4, tag=6857240
   [junit4]   2> 2421161 INFO  (coreCloseExecutor-8716-thread-5) 
[n:127.0.0.1:35475_solr c:testSimple3 s:shard3 r:core_node6 
x:testSimple3_shard3_replica_n4] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@15e69e7: rootName = 
solr_35475, domain = solr.core.testSimple3.shard3.replica_n4, service url = 
null, agent id = null] for registry solr.core.testSimple3.shard3.replica_n4 / 
com.codahale.metrics.MetricRegistry@543ac2
   [junit4]   2> 2421174 INFO  (coreCloseExecutor-8716-thread-5) 
[n:127.0.0.1:35475_solr c:testSimple3 s:shard3 r:core_node6 
x:testSimple3_shard3_replica_n4] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testSimple3.shard3.leader, tag=6857240
   [junit4]   2> 2421174 INFO  (coreCloseExecutor-8716-thread-1) 
[n:127.0.0.1:35475_solr c:testSimple1 s:shard2 r:core_node7 
x:testSimple1_shard2_replica_n4] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testSimple1.shard2.leader, tag=6042714
   [junit4]   2> 2421174 INFO  (coreCloseExecutor-8716-thread-2) 
[n:127.0.0.1:35475_solr c:testSimple1 s:shard1 r:core_node3 
x:testSimple1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testSimple1.shard1.leader, tag=5801534
   [junit4]   2> 2421175 INFO  (coreCloseExecutor-8716-thread-3) 
[n:127.0.0.1:35475_solr c:testSimple3 s:shard1 r:core_node3 
x:testSimple3_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testSimple3.shard1.leader, tag=982722
   [junit4]   2> 2421175 INFO  (coreCloseExecutor-8716-thread-4) 
[n:127.0.0.1:35475_solr c:testSimple3 s:shard2 r:core_node5 
x:testSimple3_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testSimple3.shard2.leader, tag=30383504
   [junit4]   2> 2421179 INFO  (jetty-closer-9627-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@20d8de{/solr,null,UNAVAILABLE}
   [junit4]   2> 2421179 ERROR 
(SUITE-AutoAddReplicasPlanActionTest-seed#[A39717151A835CBB]-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> 2421180 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[A39717151A835CBB]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:40595 40595
   [junit4]   2> 2427038 INFO  (Thread-8570) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:40595 40595
   [junit4]   2> 2427039 WARN  (Thread-8570) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/aliases.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        17      /solr/collections/testSimple1/state.json
   [junit4]   2>        14      /solr/collections/testSimple2/state.json
   [junit4]   2>        8       /solr/collections/testSimple3/state.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2>        2       
/solr/collections/testSimple1/leader_elect/shard2/election/99190165906587655-core_node8-n_0000000000
   [junit4]   2>        2       /solr/autoscaling.json
   [junit4]   2>        2       
/solr/collections/testSimple1/leader_elect/shard1/election/99190165906587655-core_node5-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2>        5       /solr/collections
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2>        2       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        2       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_A39717151A835CBB-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=145, maxMBSortInHeap=7.832087515388518, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4839c3),
 locale=ar-LB, timezone=W-SU
   [junit4]   2> NOTE: Linux 4.10.0-40-generic i386/Oracle Corporation 
1.8.0_144 (32-bit)/cpus=8,threads=1,free=269791944,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestCursorMarkWithoutUniqueKey, TestCollationField, RemoteQueryErrorTest, 
V2ApiIntegrationTest, TestRecoveryHdfs, TestRandomCollapseQParserPlugin, 
TestRangeQuery, OpenCloseCoreStressTest, CloudExitableDirectoryReaderTest, 
DistribDocExpirationUpdateProcessorTest, CheckHdfsIndexTest, 
TestDefaultStatsCache, TestPerFieldSimilarity, HdfsBasicDistributedZk2Test, 
DebugComponentTest, TestUniqueKeyFieldResource, TestFieldCollectionResource, 
PreAnalyzedFieldManagedSchemaCloudTest, CollectionTooManyReplicasTest, 
BadIndexSchemaTest, TestUseDocValuesAsStored2, TestGraphTermsQParserPlugin, 
DeleteShardTest, RestartWhileUpdatingTest, TestAtomicUpdateErrorCases, 
SolrIndexSplitterTest, SolrMetricsIntegrationTest, SecurityConfHandlerTest, 
CursorMarkTest, ShardRoutingTest, HdfsRecoverLeaseTest, 
TestSimpleQParserPlugin, DistributedFacetExistsSmallTest, 
DocumentAnalysisRequestHandlerTest, DistributedFacetPivotSmallAdvancedTest, 
RankQueryTest, TestDocumentBuilder, TestFastLRUCache, TestAnalyzedSuggestions, 
TestHighFrequencyDictionaryFactory, SuggesterTSTTest, 
LeaderFailoverAfterPartitionTest, MoreLikeThisHandlerTest, 
TestDelegationWithHadoopAuth, UtilsToolTest, ExitableDirectoryReaderTest, 
LukeRequestHandlerTest, TestSolrQueryResponse, HdfsUnloadDistributedZkTest, 
TermVectorComponentDistributedTest, AddSchemaFieldsUpdateProcessorFactoryTest, 
SampleTest, TestTlogReplica, NumericFieldsTest, 
ParsingFieldUpdateProcessorsTest, ChangedSchemaMergeTest, 
TestPseudoReturnFields, TestNumericTerms64, AnalysisErrorHandlingTest, 
TestLegacyNumericRangeQueryBuilder, NotRequiredUniqueKeyTest, 
SimpleCollectionCreateDeleteTest, TestCloudInspectUtil, 
TestNonDefinedSimilarityFactory, TestDocTermOrds, DirectUpdateHandlerTest, 
TestStressUserVersions, TestSchemaManager, TestCoreAdminApis, 
SystemLogListenerTest, TestHdfsBackupRestoreCore, SolrRequestParserTest, 
ConcurrentDeleteAndCreateCollectionTest, TestMultiWordSynonyms, AssignTest, 
BasicAuthStandaloneTest, NodeAddedTriggerTest, TestDownShardTolerantSearch, 
TestStressLucene, TestNumericRangeQuery32, RegexBoostProcessorTest, 
TestRequestStatusCollectionAPI, QueryEqualityTest, 
SchemaVersionSpecificBehaviorTest, CloneFieldUpdateProcessorFactoryTest, 
TestReloadAndDeleteDocs, TestSurroundQueryParser, 
DistributedTermsComponentTest, TestBlendedInfixSuggestions, 
SubstringBytesRefFilterTest, RequestHandlersTest, TestCloudNestedDocsSort, 
CdcrBidirectionalTest, TestSimpleTrackingShardHandler, TestUtilizeNode, 
FullHLLTest, ConvertedLegacyTest, SolrCloudReportersTest, 
CoreAdminCreateDiscoverTest, TestRTGBase, MBeansHandlerTest, 
LeaderInitiatedRecoveryOnShardRestartTest, TestBulkSchemaConcurrent, 
TestWriterPerf, TestClusterStateProvider, PingRequestHandlerTest, 
BlobRepositoryCloudTest, PathHierarchyTokenizerFactoryTest, BufferStoreTest, 
TestQuerySenderNoQuery, SolrCoreMetricManagerTest, TestStressReorder, 
JSONWriterTest, CreateCollectionCleanupTest, ChaosMonkeySafeLeaderTest, 
TolerantUpdateProcessorTest, DOMUtilTest, SuggesterFSTTest, TestCustomStream, 
TestEmbeddedSolrServerAdminHandler, TestSolr4Spatial, SimpleMLTQParserTest, 
TestBlobHandler, TestJsonFacets, SaslZkACLProviderTest, HealthCheckHandlerTest, 
UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, SyncSliceTest, 
OverseerTest, LeaderElectionIntegrationTest, BasicZkTest, RecoveryZkTest, 
ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, 
ZkSolrClientTest, DistributedSpellCheckComponentTest, TestJoin, 
TestGroupingSearch, BasicFunctionalityTest, TestBadConfig, TestIndexSearcher, 
HighlighterTest, DistributedQueryElevationComponentTest, 
TestExtendedDismaxParser, CoreAdminHandlerTest, SolrCoreCheckLockOnStartupTest, 
DirectUpdateHandlerOptimizeTest, TestRemoteStreaming, DistanceFunctionTest, 
TestReversedWildcardFilterFactory, TestIndexingPerformance, 
TestSolrQueryParser, SolrPluginUtilsTest, ReturnFieldsTest, 
CSVRequestHandlerTest, HighlighterConfigTest, AlternateDirectoryTest, 
SolrIndexConfigTest, TestMergePolicyConfig, TestSolrDeletionPolicy2, 
MultiTermTest, TestDocSet, OutputWriterTest, ExternalFileFieldSortTest, 
TestSolrCoreProperties, DirectSolrConnectionTest, TestLuceneMatchVersion, 
TestCodecSupport, TestFastOutputStream, URLClassifyProcessorTest, 
SpellingQueryConverterTest, CircularListTest, CursorPagingTest, 
TestDistributedMissingSort, TestEmbeddedSolrServerSchemaAPI, 
TestJettySolrRunner, ConnectionReuseTest, AliasIntegrationTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, DeleteLastCustomShardedReplicaTest, 
DistribJoinFromCollectionTest, HttpPartitionTest, MissingSegmentRecoveryTest, 
MoveReplicaTest, ReplaceNodeTest, SSLMigrationTest, SolrCloudExampleTest, 
TestCloudPseudoReturnFields, TestCloudSearcherWarming, TestCryptoKeys, 
TestLeaderElectionWithEmptyReplica, TestMiniSolrCloudClusterSSL, 
TestRandomFlRTGCloud, TestRandomRequestDistribution, 
TestShortCircuitedRequests, TestSolrCloudWithDelegationTokens, 
TestSolrCloudWithSecureImpersonation, TestStressLiveNodes, 
TestTolerantUpdateProcessorCloud, TriLevelCompositeIdRoutingTest, 
AutoAddReplicasPlanActionTest]
   [junit4] Completed [570/764 (2!)] on J1 in 19.07s, 1 test, 1 error <<< 
FAILURES!

[...truncated 44514 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to