Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.2/9/

10 tests failed.
FAILED:  
org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster

Error Message:
Document mismatch on target after sync expected:<20000> but was:<10100>

Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync 
expected:<20000> but was:<10100>
        at 
__randomizedtesting.SeedInfo.seed([BEF93CF832AC8CF0:6ABC77A1D5FA3F0B]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:334)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testOps

Error Message:
Timeout waiting for CDCR replication to complete @source_collection:shard1

Stack Trace:
java.lang.RuntimeException: Timeout waiting for CDCR replication to complete 
@source_collection:shard1
        at 
__randomizedtesting.SeedInfo.seed([BEF93CF832AC8CF0:A281A01B7D9F872D]:0)
        at 
org.apache.solr.cloud.BaseCdcrDistributedZkTest.waitForReplicationToComplete(BaseCdcrDistributedZkTest.java:794)
        at 
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testOps(CdcrReplicationDistributedZkTest.java:463)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.ChaosMonkeySafeLeaderTest

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [TransactionLog]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not 
released!!! [TransactionLog]
        at __randomizedtesting.SeedInfo.seed([BEF93CF832AC8CF0]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNull(Assert.java:551)
        at 
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:258)
        at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
        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:367)
        at java.lang.Thread.run(Thread.java:745)


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

Error Message:
Captured an uncaught exception in thread: Thread[id=207380, name=collection0, 
state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=207380, name=collection0, state=RUNNABLE, 
group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: java.lang.RuntimeException: 
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:48109/krb
        at __randomizedtesting.SeedInfo.seed([BEF93CF832AC8CF0]:0)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:997)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured 
while waiting response from server at: http://127.0.0.1:48109/krb
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:603)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:405)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:357)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1280)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1050)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:992)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1599)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1620)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:987)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:170)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
        at 
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:497)
        ... 11 more


FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [HdfsTransactionLog]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not 
released!!! [HdfsTransactionLog]
        at __randomizedtesting.SeedInfo.seed([BEF93CF832AC8CF0]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNull(Assert.java:551)
        at 
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:258)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
        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:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.hdfs.HdfsTlogReplayBufferedWhileIndexingTest.test

Error Message:
There are still nodes recoverying - waited for 440 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 440 
seconds
        at 
__randomizedtesting.SeedInfo.seed([BEF93CF832AC8CF0:36AD03229C50E108]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:182)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:862)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForThingsToLevelOut(AbstractFullDistribZkTestBase.java:1418)
        at 
org.apache.solr.cloud.TlogReplayBufferedWhileIndexingTest.test(TlogReplayBufferedWhileIndexingTest.java:99)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testReplicationAfterRestart

Error Message:
Timeout waiting for CDCR replication to complete @source_collection:shard1

Stack Trace:
java.lang.RuntimeException: Timeout waiting for CDCR replication to complete 
@source_collection:shard1
        at 
__randomizedtesting.SeedInfo.seed([BEF93CF832AC8CF0:E2E4DB79FC8C38C6]:0)
        at 
org.apache.solr.cloud.BaseCdcrDistributedZkTest.waitForReplicationToComplete(BaseCdcrDistributedZkTest.java:794)
        at 
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testReplicationAfterRestart(CdcrReplicationDistributedZkTest.java:264)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:367)
        at java.lang.Thread.run(Thread.java:745)


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

Error Message:
Unable to restart (#10): CloudJettyRunner 
[url=http://127.0.0.1:45079/collection1]

Stack Trace:
java.lang.AssertionError: Unable to restart (#10): CloudJettyRunner 
[url=http://127.0.0.1:45079/collection1]
        at 
__randomizedtesting.SeedInfo.seed([BEF93CF832AC8CF0:36AD03229C50E108]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.RollingRestartTest.restartWithRolesTest(RollingRestartTest.java:103)
        at 
org.apache.solr.cloud.RollingRestartTest.test(RollingRestartTest.java:52)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:367)
        at java.lang.Thread.run(Thread.java:745)


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

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

Stack Trace:
java.lang.AssertionError: expected:<2> but was:<1>
        at 
__randomizedtesting.SeedInfo.seed([BEF93CF832AC8CF0:36AD03229C50E108]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.assertSliceAndReplicaCount(SharedFSAutoReplicaFailoverTest.java:387)
        at 
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.testBasics(SharedFSAutoReplicaFailoverTest.java:270)
        at 
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.test(SharedFSAutoReplicaFailoverTest.java:127)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.hdfs.StressHdfsTest.test

Error Message:
Could not find collection:delete_data_dir

Stack Trace:
java.lang.AssertionError: Could not find collection:delete_data_dir
        at 
__randomizedtesting.SeedInfo.seed([BEF93CF832AC8CF0:36AD03229C50E108]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:154)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:139)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:134)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:856)
        at 
org.apache.solr.cloud.hdfs.StressHdfsTest.createAndDeleteCollection(StressHdfsTest.java:159)
        at 
org.apache.solr.cloud.hdfs.StressHdfsTest.test(StressHdfsTest.java:103)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11513 lines...]
   [junit4] Suite: org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_BEF93CF832AC8CF0-001/init-core-data-001
   [junit4]   2> 427457 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[BEF93CF832AC8CF0]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 427457 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[BEF93CF832AC8CF0]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 429285 WARN  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[BEF93CF832AC8CF0]-worker) [    ] 
o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your 
platform... using builtin-java classes where applicable
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 430796 WARN  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[BEF93CF832AC8CF0]-worker) [    ] 
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 431570 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[BEF93CF832AC8CF0]-worker) [    ] 
o.m.log Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via 
org.mortbay.log.Slf4jLog
   [junit4]   2> 432156 WARN  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[BEF93CF832AC8CF0]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 432643 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[BEF93CF832AC8CF0]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 432811 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[BEF93CF832AC8CF0]-worker) [    ] 
o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/hdfs
 to ./temp/Jetty_localhost_43318_hdfs____3jhvmt/webapp
   [junit4]   2> 434483 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[BEF93CF832AC8CF0]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:43318
   [junit4]   2> 436854 WARN  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[BEF93CF832AC8CF0]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 436884 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[BEF93CF832AC8CF0]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 436941 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[BEF93CF832AC8CF0]-worker) [    ] 
o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_58943_datanode____2atzdo/webapp
   [junit4]   2> 438026 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[BEF93CF832AC8CF0]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:58943
   [junit4]   2> 440230 WARN  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[BEF93CF832AC8CF0]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 440233 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[BEF93CF832AC8CF0]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 440356 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[BEF93CF832AC8CF0]-worker) [    ] 
o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_53185_datanode____f05euv/webapp
   [junit4]   2> 442127 INFO  
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[BEF93CF832AC8CF0]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:53185
   [junit4]   2> 447369 INFO  (IPC Server handler 2 on 52335) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-f4669986-386d-4fa6-8049-f81f8b295d11 node 
DatanodeRegistration(127.0.0.1:57319, 
datanodeUuid=c9c00cb1-ff88-4253-8d19-24d2098f1404, infoPort=54335, 
infoSecurePort=0, ipcPort=55294, 
storageInfo=lv=-56;cid=testClusterID;nsid=1257660829;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 10 msecs
   [junit4]   2> 447370 INFO  (IPC Server handler 2 on 52335) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-5bca5e00-5237-45a9-badd-c8901f487c14 node 
DatanodeRegistration(127.0.0.1:57319, 
datanodeUuid=c9c00cb1-ff88-4253-8d19-24d2098f1404, infoPort=54335, 
infoSecurePort=0, ipcPort=55294, 
storageInfo=lv=-56;cid=testClusterID;nsid=1257660829;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 447387 INFO  (IPC Server handler 5 on 52335) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-b2822e61-8e72-4e69-8a6d-f4b69bd56896 node 
DatanodeRegistration(127.0.0.1:36079, 
datanodeUuid=e99b7d1b-4d26-4cb9-9852-29209cc7cda3, infoPort=49564, 
infoSecurePort=0, ipcPort=36316, 
storageInfo=lv=-56;cid=testClusterID;nsid=1257660829;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 8 msecs
   [junit4]   2> 447387 INFO  (IPC Server handler 5 on 52335) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-43022d37-3692-41c4-8f33-942441381882 node 
DatanodeRegistration(127.0.0.1:36079, 
datanodeUuid=e99b7d1b-4d26-4cb9-9852-29209cc7cda3, infoPort=49564, 
infoSecurePort=0, ipcPort=36316, 
storageInfo=lv=-56;cid=testClusterID;nsid=1257660829;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 1 msecs
   [junit4]   2> 448652 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 448658 INFO  (Thread-572) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 448658 INFO  (Thread-572) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 448838 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:48836
   [junit4]   2> 448838 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 448890 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 448934 INFO  (zkCallback-540-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@245ac5b1 
name:ZooKeeperConnection Watcher:127.0.0.1:48836 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 448934 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 448934 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 448934 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 448951 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 448987 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 449015 INFO  (zkCallback-541-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@68eb36de 
name:ZooKeeperConnection Watcher:127.0.0.1:48836/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 449019 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 449019 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 449019 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 449022 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 449023 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 449024 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 449026 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 449026 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 449028 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 449028 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 449030 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 449030 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 449037 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 449037 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 449039 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 449039 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 449043 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 449043 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 449045 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 449045 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 449046 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 449047 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 449048 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 449048 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 449050 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 449050 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 449063 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 449064 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 449651 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_BEF93CF832AC8CF0-001/control-001/cores/collection1
   [junit4]   2> 449652 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 449822 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5accb32a{/,null,AVAILABLE}
   [junit4]   2> 449823 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@486a3d7{HTTP/1.1,[http/1.1]}{127.0.0.1:59609}
   [junit4]   2> 449823 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.e.j.s.Server Started @459732ms
   [junit4]   2> 449823 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=59609, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_BEF93CF832AC8CF0-001/control-001/cores}
   [junit4]   2> 449823 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 449823 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_BEF93CF832AC8CF0-001/control-001'
   [junit4]   2> 449823 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 449824 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 449824 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 449842 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 449870 INFO  (zkCallback-542-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2dee794 name:ZooKeeperConnection 
Watcher:127.0.0.1:48836/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 449870 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 449870 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 449873 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 449873 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_BEF93CF832AC8CF0-001/control-001/solr.xml
   [junit4]   2> 449881 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_BEF93CF832AC8CF0-001/control-001/cores
   [junit4]   2> 449881 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1458349771
   [junit4]   2> 449881 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_BEF93CF832AC8CF0-001/control-001]
   [junit4]   2> 449881 WARN  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_BEF93CF832AC8CF0-001/control-001/lib
 to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_BEF93CF832AC8CF0-001/control-001/lib
   [junit4]   2> 449882 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : 
false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 449892 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 449899 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 449899 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 449899 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48836/solr
   [junit4]   2> 449899 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 449899 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 449907 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 449927 INFO  (zkCallback-545-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@394e5f33 
name:ZooKeeperConnection Watcher:127.0.0.1:48836 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 449928 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 449928 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 449930 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) 
[n:127.0.0.1:59609_    ] o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$12/1422549304@480e6ed6
   [junit4]   2> 449931 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) 
[n:127.0.0.1:59609_    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 449992 INFO  
(zkCallback-546-thread-1-processing-n:127.0.0.1:59609_) [n:127.0.0.1:59609_    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5bde7150 
name:ZooKeeperConnection Watcher:127.0.0.1:48836/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 449992 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) 
[n:127.0.0.1:59609_    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 450003 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) 
[n:127.0.0.1:59609_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 450004 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) 
[n:127.0.0.1:59609_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 450006 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) 
[n:127.0.0.1:59609_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 450023 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) 
[n:127.0.0.1:59609_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 450024 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) 
[n:127.0.0.1:59609_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 450026 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) 
[n:127.0.0.1:59609_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 450027 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) 
[n:127.0.0.1:59609_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 450028 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) 
[n:127.0.0.1:59609_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 450029 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) 
[n:127.0.0.1:59609_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 450034 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) 
[n:127.0.0.1:59609_    ] o.a.s.c.c.ZkStateReader Updating cluster state from 
ZooKeeper... 
   [junit4]   2> 450050 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) 
[n:127.0.0.1:59609_    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 450051 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) 
[n:127.0.0.1:59609_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 450053 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) 
[n:127.0.0.1:59609_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 450054 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) 
[n:127.0.0.1:59609_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 450055 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) 
[n:127.0.0.1:59609_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 450055 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) 
[n:127.0.0.1:59609_    ] o.a.s.c.LeaderElector Joined leadership election with 
path: /overseer_elect/election/96645046737567748-127.0.0.1:59609_-n_0000000000
   [junit4]   2> 450062 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) 
[n:127.0.0.1:59609_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:59609_
   [junit4]   2> 450062 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) 
[n:127.0.0.1:59609_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 450063 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) 
[n:127.0.0.1:59609_    ] o.a.s.c.Overseer Overseer 
(id=96645046737567748-127.0.0.1:59609_-n_0000000000) starting
   [junit4]   2> 450064 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) 
[n:127.0.0.1:59609_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 450079 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) 
[n:127.0.0.1:59609_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=10000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 450095 INFO  
(OverseerStateUpdate-96645046737567748-127.0.0.1:59609_-n_0000000000) 
[n:127.0.0.1:59609_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 450110 INFO  
(OverseerCollectionConfigSetProcessor-96645046737567748-127.0.0.1:59609_-n_0000000000)
 [n:127.0.0.1:59609_    ] o.a.s.c.OverseerTaskProcessor Process current queue 
of overseer operations
   [junit4]   2> 450119 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) 
[n:127.0.0.1:59609_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59609_
   [junit4]   2> 450119 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) 
[n:127.0.0.1:59609_    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:59609_
   [junit4]   2> 450119 INFO  
(OverseerStateUpdate-96645046737567748-127.0.0.1:59609_-n_0000000000) 
[n:127.0.0.1:59609_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 450122 INFO  
(zkCallback-546-thread-1-processing-n:127.0.0.1:59609_) [n:127.0.0.1:59609_    
] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live 
nodes size: [0])
   [junit4]   2> 450132 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) 
[n:127.0.0.1:59609_    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 450132 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) 
[n:127.0.0.1:59609_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 450133 INFO  
(zkCallback-546-thread-1-processing-n:127.0.0.1:59609_) [n:127.0.0.1:59609_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 450133 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) 
[n:127.0.0.1:59609_    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_BEF93CF832AC8CF0-001/control-001/cores
   [junit4]   2> 450134 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) 
[n:127.0.0.1:59609_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: 
{name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, 
loadOnStartup=true, configSetProperties=configsetprops.json, 
collection=control_collection, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 450134 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) 
[n:127.0.0.1:59609_    ] o.a.s.c.CorePropertiesLocator Found core collection1 
in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_BEF93CF832AC8CF0-001/control-001/cores/collection1
   [junit4]   2> 450134 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) 
[n:127.0.0.1:59609_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 450151 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection   x:collection1] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 450151 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection   x:collection1] o.a.s.c.ZkController 
numShards not found on descriptor - reading it from system property
   [junit4]   2> 450152 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection   x:collection1] o.a.s.c.ZkController 
Collection control_collection not visible yet, but flagging it so a watch is 
registered when it becomes visible
   [junit4]   2> 450153 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 450155 INFO  
(OverseerStateUpdate-96645046737567748-127.0.0.1:59609_-n_0000000000) 
[n:127.0.0.1:59609_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:59609";,
   [junit4]   2>   "node_name":"127.0.0.1:59609_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 450155 INFO  
(OverseerStateUpdate-96645046737567748-127.0.0.1:59609_-n_0000000000) 
[n:127.0.0.1:59609_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:59609";,
   [junit4]   2>   "node_name":"127.0.0.1:59609_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 450155 INFO  
(OverseerStateUpdate-96645046737567748-127.0.0.1:59609_-n_0000000000) 
[n:127.0.0.1:59609_    ] o.a.s.c.o.ClusterStateMutator building a new cName: 
control_collection
   [junit4]   2> 450156 INFO  
(OverseerStateUpdate-96645046737567748-127.0.0.1:59609_-n_0000000000) 
[n:127.0.0.1:59609_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 450167 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) 
[n:127.0.0.1:59609_    ] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J1
   [junit4]   2> 450167 INFO  
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[BEF93CF832AC8CF0]) 
[n:127.0.0.1:59609_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() 
done
   [junit4]   2> 450179 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection   x:collection1] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 450206 INFO  
(zkCallback-546-thread-2-processing-n:127.0.0.1:59609_) [n:127.0.0.1:59609_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [1])
   [junit4]   2> 451179 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection   x:collection1] o.a.s.c.ZkController 
waiting to find shard id in clusterstate for collection1
   [junit4]   2> 451179 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection   x:collection1] o.a.s.c.ZkController 
Check for collection zkNode:control_collection
   [junit4]   2> 451180 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection   x:collection1] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 451180 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/control_collection]
   [junit4]   2> 451180 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader path=[/collections/control_collection] 
[configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 451180 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_BEF93CF832AC8CF0-001/control-001/cores/collection1'
   [junit4]   2> 451180 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 451180 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 451182 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection   x:collection1] o.a.s.c.Config loaded 
config solrconfig.xml with version 0 
   [junit4]   2> 451211 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 451489 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.2.2
   [junit4]   2> 451528 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 451569 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 452053 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
default search field in schema is text
   [junit4]   2> 452063 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 452064 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 452079 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 452150 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection   x:collection1] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/configs/conf1', 
cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J1
   [junit4]   2> 452150 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection
   [junit4]   2> 452150 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore org.apache.solr.core.HdfsDirectoryFactory
   [junit4]   2> 452214 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:52335/solr_hdfs_home
   [junit4]   2> 452214 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 452214 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_BEF93CF832AC8CF0-001/control-001/cores/collection1],
 
dataDir=[hdfs://localhost:52335/solr_hdfs_home/control_collection/core_node1/data/]
   [junit4]   2> 452254 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@360032dc
   [junit4]   2> 452255 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:52335/solr_hdfs_home/control_collection/core_node1/data/snapshot_metadata
   [junit4]   2> 452503 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 452503 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 452503 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 452884 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 452884 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
hdfs://localhost:52335/solr_hdfs_home/control_collection/core_node1/data/snapshot_metadata
   [junit4]   2> 452884 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 452899 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:52335/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 452949 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
hdfs://localhost:52335/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 452956 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=hdfs://localhost:52335/solr_hdfs_home/control_collection/core_node1/data/index/
   [junit4]   2> 452975 WARN  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'hdfs:/localhost:52335/solr_hdfs_home/control_collection/core_node1/data/index' 
doesn't exist. Creating new index...
   [junit4]   2> 452975 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:52335/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 452984 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 452984 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 452984 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 453066 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 453066 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
hdfs://localhost:52335/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 453066 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=33, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=1.2431640625, 
floorSegmentMB=0.28515625, forceMergeDeletesPctAllowed=17.40030883552231, 
segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 454044 INFO  (IPC Server handler 8 on 52335) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:36079 is 
added to blk_1073741825_1001{UCState=COMMITTED, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-43022d37-3692-41c4-8f33-942441381882:NORMAL:127.0.0.1:36079|RBW],
 
ReplicaUC[[DISK]DS-5bca5e00-5237-45a9-badd-c8901f487c14:NORMAL:127.0.0.1:57319|RBW]]}
 size 71
   [junit4]   2> 454045 INFO  (IPC Server handler 8 on 52335) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:57319 is 
added to blk_1073741825_1001 size 71
   [junit4]   2> 454464 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        
commit{dir=NRTCachingDirectory(BlockDirectory(HdfsDirectory@hdfs://localhost:52335/solr_hdfs_home/control_collection/core_node1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ec0fe0b); 
maxCacheMB=192.0 maxMergeSizeMB=16.0),segFN=segments_1,generation=1}
   [junit4]   2> 454464 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 454496 INFO  
(coreLoadExecutor-1040-thread-1-processing-n:127.0.0.1:59609_) 
[n:127.0.0.1:59609_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateReque

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

adoop.metrics2.impl.MetricsSystemImpl.stop(MetricsSystemImpl.java:213)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.shutdown(MetricsSystemImpl.java:594)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdownInstance(DefaultMetricsSystem.java:72)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdown(DefaultMetricsSystem.java:68)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics.shutdown(NameNodeMetrics.java:171)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.NameNode.stop(NameNode.java:872)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1726)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1705)
   [junit4]   2>        at 
org.apache.solr.cloud.hdfs.HdfsTestUtil.teardownClass(HdfsTestUtil.java:198)
   [junit4]   2>        at 
org.apache.solr.cloud.hdfs.HdfsTlogReplayBufferedWhileIndexingTest.teardownClass(HdfsTlogReplayBufferedWhileIndexingTest.java:52)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: java.lang.NullPointerException
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap.size(BlocksMap.java:203)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.getTotalBlocks(BlockManager.java:3370)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlocksTotal(FSNamesystem.java:5729)
   [junit4]   2>        ... 54 more
   [junit4]   2> 8410020 INFO  
(SUITE-HdfsTlogReplayBufferedWhileIndexingTest-seed#[BEF93CF832AC8CF0]-worker) 
[    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.2/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsTlogReplayBufferedWhileIndexingTest_BEF93CF832AC8CF0-001
   [junit4]   2> Sep 24, 2016 5:19:00 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 36 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=es-VE, 
timezone=Europe/Nicosia
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.8.0_102 (64-bit)/cpus=4,threads=2,free=198533160,total=530055168
   [junit4]   2> NOTE: All tests run in this JVM: [RAMDirectoryFactoryTest, 
BasicDistributedZkTest, TestOmitPositions, AddBlockUpdateTest, 
TestFieldCacheVsDocValues, PeerSyncTest, DocumentAnalysisRequestHandlerTest, 
TestIntervalFaceting, CoreMergeIndexesAdminHandlerTest, CursorPagingTest, 
TestFunctionQuery, TestBinaryField, TestSSLRandomization, 
StandardRequestHandlerTest, TestComponentsName, TestDocTermOrds, 
TestConfigOverlay, DateRangeFieldTest, TestPKIAuthenticationPlugin, 
OverseerModifyCollectionTest, TestScoreJoinQPScore, TestRemoteStreaming, 
SolrXmlInZkTest, BlobRepositoryCloudTest, 
DistributedQueryElevationComponentTest, TestCrossCoreJoin, TestFaceting, 
TestGraphTermsQParserPlugin, TestDynamicFieldResource, 
TestDistributedStatsComponentCardinality, QueryElevationComponentTest, 
TestSolrCloudWithDelegationTokens, TestReloadAndDeleteDocs, 
AsyncCallRequestStatusResponseTest, OutputWriterTest, 
SignatureUpdateProcessorFactoryTest, TestReplicaProperties, 
LeaderInitiatedRecoveryOnShardRestartTest, TestStandardQParsers, 
HdfsUnloadDistributedZkTest, SpatialRPTFieldTypeTest, URLClassifyProcessorTest, 
TestFoldingMultitermQuery, TestConfigSetsAPIZkFailure, TestHdfsUpdateLog, 
TestUseDocValuesAsStored, DefaultValueUpdateProcessorTest, 
TestTrackingShardHandlerFactory, AtomicUpdatesTest, TestAtomicUpdateErrorCases, 
SimpleMLTQParserTest, TestLockTree, ZkNodePropsTest, TestRandomFaceting, 
HdfsSyncSliceTest, TestCSVLoader, SyncSliceTest, TestCustomSort, 
TestRestoreCore, ResponseHeaderTest, TestClusterStateMutator, 
TestValueSourceCache, ExternalFileFieldSortTest, TestCloudInspectUtil, 
AnalysisAfterCoreReloadTest, TestRTimerTree, TestRangeQuery, TestLRUCache, 
TestIBSimilarityFactory, BigEndianAscendingWordDeserializerTest, 
PingRequestHandlerTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
HdfsRecoverLeaseTest, BadCopyFieldTest, AlternateDirectoryTest, 
TestArbitraryIndexDir, BlockJoinFacetSimpleTest, CollectionsAPISolrJTest, 
DistributedQueueTest, QueryEqualityTest, RequestLoggingTest, CacheHeaderTest, 
TestConfigSets, TestStressLiveNodes, EchoParamsTest, BJQParserTest, 
DeleteInactiveReplicaTest, TestHighFrequencyDictionaryFactory, 
IndexSchemaRuntimeFieldTest, TestDownShardTolerantSearch, 
TestCopyFieldCollectionResource, SolrCoreTest, 
TlogReplayBufferedWhileIndexingTest, RankQueryTest, TestNumericTerms32, 
TestManagedSchema, IndexSchemaTest, TestFieldCacheSanityChecker, 
TestSolrConfigHandlerConcurrent, TestLazyCores, DateFieldTest, 
TestRandomFlRTGCloud, AutoCommitTest, TestDistributedGrouping, 
DistributedSpellCheckComponentTest, TestRealTimeGet, TestStressReorder, 
TestJoin, TestReload, HardAutoCommitTest, DistributedTermsComponentTest, 
TestCoreContainer, TestSolr4Spatial, SpellCheckComponentTest, 
TestGroupingSearch, SolrCmdDistributorTest, BadIndexSchemaTest, TestFiltering, 
TestBadConfig, SoftAutoCommitTest, ShowFileRequestHandlerTest, 
CurrencyFieldOpenExchangeTest, TestExtendedDismaxParser, SuggesterFSTTest, 
CoreAdminHandlerTest, SolrRequestParserTest, DocValuesTest, TestStressLucene, 
SpatialFilterTest, PolyFieldTest, NoCacheHeaderTest, 
WordBreakSolrSpellCheckerTest, TestPseudoReturnFields, 
TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, 
SortByFunctionTest, DocValuesMultiTest, TestSolrDeletionPolicy1, 
XsltUpdateRequestHandlerTest, DebugComponentTest, TestSurroundQueryParser, 
LukeRequestHandlerTest, DisMaxRequestHandlerTest, TestWriterPerf, 
TestQueryTypes, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, 
TermsComponentTest, RequestHandlersTest, PathHierarchyTokenizerFactoryTest, 
TestIndexingPerformance, MoreLikeThisHandlerTest, RequiredFieldsTest, 
TestSolrQueryParser, FastVectorHighlighterTest, LoggingHandlerTest, 
SolrPluginUtilsTest, TestCollationField, ReturnFieldsTest, JSONWriterTest, 
QueryParsingTest, TestAnalyzedSuggestions, JsonLoaderTest, 
TestPHPSerializedResponseWriter, SOLR749Test, TestQuerySenderListener, 
UpdateParamsTest, CopyFieldTest, ResponseLogComponentTest, 
TestMergePolicyConfig, SampleTest, TestDocSet, TestSearchPerf, TestConfig, 
TestSolrCoreProperties, TestLuceneMatchVersion, TestPhraseSuggestions, 
SpellPossibilityIteratorTest, SynonymTokenizerTest, TestPerFieldSimilarity, 
TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, 
TestBM25SimilarityFactory, TestJmxMonitoredMap, ResourceLoaderTest, 
TestFastOutputStream, ScriptEngineTest, PluginInfoTest, DateMathParserTest, 
ChaosMonkeyNothingIsSafeTest, SolrTestCaseJ4Test, TestHighlightDedupGrouping, 
TestSimpleTrackingShardHandler, ConnectionReuseTest, 
TestEmbeddedSolrServerConstructors, ActionThrottleTest, AliasIntegrationTest, 
CdcrBootstrapTest, CollectionTooManyReplicasTest, ConnectionManagerTest, 
DeleteLastCustomShardedReplicaTest, DeleteReplicaTest, 
DistributedVersionInfoTest, ForceLeaderTest, LeaderFailoverAfterPartitionTest, 
OverseerStatusTest, OverseerTaskQueueTest, RecoveryAfterSoftCommitTest, 
ReplaceNodeTest, RollingRestartTest, HdfsTlogReplayBufferedWhileIndexingTest]
   [junit4] Completed [525/629 (9!)] on J0 in 547.18s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 60489 lines...]


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to