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

[JENKINS] Lucene-Solr-NightlyTests-master - Build # 1504 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1504/

5 tests failed.
FAILED:  org.apache.lucene.search.TestInetAddressRangeQueries.testRandomBig

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space
	at __randomizedtesting.SeedInfo.seed([E61A8AA73526F1C8:614DF728A47F8D48]:0)
	at org.apache.lucene.util.FixedLengthBytesRefArray.append(FixedLengthBytesRefArray.java:83)
	at org.apache.lucene.util.OfflineSorter.readPartition(OfflineSorter.java:424)
	at org.apache.lucene.util.OfflineSorter.sort(OfflineSorter.java:274)
	at org.apache.lucene.util.bkd.BKDWriter.sort(BKDWriter.java:914)
	at org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:990)
	at org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:141)
	at org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
	at org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:186)
	at org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:144)
	at org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.merge(AssertingPointsFormat.java:142)
	at org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:200)
	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:160)
	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4515)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4154)
	at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
	at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2331)
	at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:2164)
	at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:2115)
	at org.apache.lucene.search.BaseRangeFieldQueryTestCase.verify(BaseRangeFieldQueryTestCase.java:202)
	at org.apache.lucene.search.BaseRangeFieldQueryTestCase.doTestRandom(BaseRangeFieldQueryTestCase.java:160)
	at org.apache.lucene.search.BaseRangeFieldQueryTestCase.testRandomBig(BaseRangeFieldQueryTestCase.java:75)
	at org.apache.lucene.search.TestInetAddressRangeQueries.testRandomBig(TestInetAddressRangeQueries.java:81)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)


FAILED:  org.apache.solr.cloud.CreateRoutedAliasTest.testNegativeFutureFails

Error Message:
Error from server at http://127.0.0.1:39211/solr: Collection : testV1_2018-03-17_17 is part of alias testV1 remove or modify the alias before removing this collection.

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:39211/solr: Collection : testV1_2018-03-17_17 is part of alias testV1 remove or modify the alias before removing this collection.
	at __randomizedtesting.SeedInfo.seed([EB534B6BF3D0DA43:4785D3710189462A]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1105)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:885)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:818)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:451)
	at org.apache.solr.cloud.CreateRoutedAliasTest.doBefore(CreateRoutedAliasTest.java:96)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:968)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.LIROnShardRestartTest.testAllReplicasInLIR

Error Message:
No live SolrServers available to handle this request

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request
	at __randomizedtesting.SeedInfo.seed([EB534B6BF3D0DA43:B1CB71AD8D50BDA4]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:460)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1105)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:885)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:818)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.LIROnShardRestartTest.testAllReplicasInLIR(LIROnShardRestartTest.java:160)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.update.TestInPlaceUpdatesDistrib.test

Error Message:
Error from server at http://127.0.0.1:40408/collection1: ERROR adding document SolrInputDocument(fields: [id=-9982, title_s=title-9982, id_i=-9982, _version_=1595208978055299072])

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:40408/collection1: ERROR adding document SolrInputDocument(fields: [id=-9982, title_s=title-9982, id_i=-9982, _version_=1595208978055299072])
	at __randomizedtesting.SeedInfo.seed([EB534B6BF3D0DA43:630774B15D2CB7BB]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.update.TestInPlaceUpdatesDistrib.addDocAndGetVersion(TestInPlaceUpdatesDistrib.java:1105)
	at org.apache.solr.update.TestInPlaceUpdatesDistrib.buildRandomIndex(TestInPlaceUpdatesDistrib.java:1150)
	at org.apache.solr.update.TestInPlaceUpdatesDistrib.docValuesUpdateTest(TestInPlaceUpdatesDistrib.java:318)
	at org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:144)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


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

Error Message:
Error from server at https://127.0.0.1:37281/solr: Could not fully remove collection: collection1

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:37281/solr: Could not fully remove collection: collection1
	at __randomizedtesting.SeedInfo.seed([EB534B6BF3D0DA43:630774B15D2CB7BB]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1105)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:885)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:818)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:451)
	at org.apache.solr.cloud.AliasIntegrationTest.tearDown(AliasIntegrationTest.java:92)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 2150 lines...]
   [junit4] JVM J1: stdout was not empty, see: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/temp/junit4-J1-20180317_091408_2078394789432174952604.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] codec: DummyCompressingStoredFields, pf: FSTOrd50, dvf: Asserting
   [junit4] <<< JVM J1: EOF ----

[...truncated 7197 lines...]
   [junit4] Suite: org.apache.lucene.search.TestInetAddressRangeQueries
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestInetAddressRangeQueries -Dtests.method=testRandomBig -Dtests.seed=E61A8AA73526F1C8 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt -Dtests.locale=tr-TR -Dtests.timezone=Asia/Amman -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR    273s J1 | TestInetAddressRangeQueries.testRandomBig <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E61A8AA73526F1C8:614DF728A47F8D48]:0)
   [junit4]    > 	at org.apache.lucene.util.FixedLengthBytesRefArray.append(FixedLengthBytesRefArray.java:83)
   [junit4]    > 	at org.apache.lucene.util.OfflineSorter.readPartition(OfflineSorter.java:424)
   [junit4]    > 	at org.apache.lucene.util.OfflineSorter.sort(OfflineSorter.java:274)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.sort(BKDWriter.java:914)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:990)
   [junit4]    > 	at org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:141)
   [junit4]    > 	at org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
   [junit4]    > 	at org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:186)
   [junit4]    > 	at org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:144)
   [junit4]    > 	at org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.merge(AssertingPointsFormat.java:142)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:200)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:160)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4515)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4154)
   [junit4]    > 	at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2331)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:2164)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:2115)
   [junit4]    > 	at org.apache.lucene.search.BaseRangeFieldQueryTestCase.verify(BaseRangeFieldQueryTestCase.java:202)
   [junit4]    > 	at org.apache.lucene.search.BaseRangeFieldQueryTestCase.doTestRandom(BaseRangeFieldQueryTestCase.java:160)
   [junit4]    > 	at org.apache.lucene.search.BaseRangeFieldQueryTestCase.testRandomBig(BaseRangeFieldQueryTestCase.java:75)
   [junit4]    > 	at org.apache.lucene.search.TestInetAddressRangeQueries.testRandomBig(TestInetAddressRangeQueries.java:81)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/misc/test/J1/temp/lucene.search.TestInetAddressRangeQueries_E61A8AA73526F1C8-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {id=Lucene50(blocksize=128)}, docValues:{ipRangeField=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1985, maxMBSortInHeap=7.490015597112068, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6ab5e8a6), locale=tr-TR, timezone=Asia/Amman
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=4,threads=1,free=60551168,total=477626368
   [junit4]   2> NOTE: All tests run in this JVM: [TestHighFreqTerms, TestInetAddressRangeQueries]
   [junit4] Completed [13/13 (1!)] on J1 in 343.74s, 4 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J1: stdout was not empty, see: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/misc/test/temp/junit4-J1-20180317_144157_0106798037024808875301.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/heapdumps/java_pid13381.hprof ...
   [junit4] Heap dump file created [580222405 bytes in 3.591 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 5503 lines...]
   [junit4] Suite: org.apache.solr.cloud.AliasIntegrationTest
   [junit4]   2> 5330427 INFO  (SUITE-AliasIntegrationTest-seed#[EB534B6BF3D0DA43]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_EB534B6BF3D0DA43-001/init-core-data-001
   [junit4]   2> 5330427 WARN  (SUITE-AliasIntegrationTest-seed#[EB534B6BF3D0DA43]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=20 numCloses=20
   [junit4]   2> 5330427 INFO  (SUITE-AliasIntegrationTest-seed#[EB534B6BF3D0DA43]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 5330445 INFO  (SUITE-AliasIntegrationTest-seed#[EB534B6BF3D0DA43]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 5330446 INFO  (SUITE-AliasIntegrationTest-seed#[EB534B6BF3D0DA43]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_EB534B6BF3D0DA43-001/tempDir-001
   [junit4]   2> 5330446 INFO  (SUITE-AliasIntegrationTest-seed#[EB534B6BF3D0DA43]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 5330447 INFO  (Thread-11759) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 5330447 INFO  (Thread-11759) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 5330461 ERROR (Thread-11759) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 5330566 INFO  (SUITE-AliasIntegrationTest-seed#[EB534B6BF3D0DA43]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:36561
   [junit4]   2> 5330574 INFO  (zkConnectionManagerCallback-6071-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5330579 INFO  (jetty-launcher-6068-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 5330587 INFO  (jetty-launcher-6068-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 5330652 INFO  (jetty-launcher-6068-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5330652 INFO  (jetty-launcher-6068-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5330652 INFO  (jetty-launcher-6068-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 5330652 INFO  (jetty-launcher-6068-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@8331acd{/solr,null,AVAILABLE}
   [junit4]   2> 5330653 INFO  (jetty-launcher-6068-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@32b6429a{SSL,[ssl, http/1.1]}{127.0.0.1:37281}
   [junit4]   2> 5330653 INFO  (jetty-launcher-6068-thread-1) [    ] o.e.j.s.Server Started @5342090ms
   [junit4]   2> 5330653 INFO  (jetty-launcher-6068-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37281}
   [junit4]   2> 5330654 ERROR (jetty-launcher-6068-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 5330654 INFO  (jetty-launcher-6068-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 5330654 INFO  (jetty-launcher-6068-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 5330654 INFO  (jetty-launcher-6068-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 5330654 INFO  (jetty-launcher-6068-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-17T17:12:16.781Z
   [junit4]   2> 5330693 INFO  (jetty-launcher-6068-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5330693 INFO  (jetty-launcher-6068-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5330693 INFO  (jetty-launcher-6068-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 5330708 INFO  (zkConnectionManagerCallback-6073-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5330709 INFO  (jetty-launcher-6068-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 5330722 INFO  (jetty-launcher-6068-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2e4105fa{/solr,null,AVAILABLE}
   [junit4]   2> 5330723 INFO  (jetty-launcher-6068-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@d202f71{SSL,[ssl, http/1.1]}{127.0.0.1:45225}
   [junit4]   2> 5330723 INFO  (jetty-launcher-6068-thread-2) [    ] o.e.j.s.Server Started @5342160ms
   [junit4]   2> 5330723 INFO  (jetty-launcher-6068-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45225}
   [junit4]   2> 5330723 ERROR (jetty-launcher-6068-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 5330723 INFO  (jetty-launcher-6068-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 5330723 INFO  (jetty-launcher-6068-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 5330723 INFO  (jetty-launcher-6068-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 5330724 INFO  (jetty-launcher-6068-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-17T17:12:16.850Z
   [junit4]   2> 5330737 INFO  (zkConnectionManagerCallback-6075-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5330747 INFO  (jetty-launcher-6068-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 5330750 INFO  (jetty-launcher-6068-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36561/solr
   [junit4]   2> 5330773 INFO  (zkConnectionManagerCallback-6079-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5330776 INFO  (zkConnectionManagerCallback-6082-thread-1-processing-n:127.0.0.1:37281_solr) [n:127.0.0.1:37281_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5330839 INFO  (jetty-launcher-6068-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36561/solr
   [junit4]   2> 5330867 INFO  (zkConnectionManagerCallback-6086-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5330941 INFO  (zkConnectionManagerCallback-6088-thread-1-processing-n:127.0.0.1:45225_solr) [n:127.0.0.1:45225_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5330971 INFO  (jetty-launcher-6068-thread-2) [n:127.0.0.1:45225_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 5330971 INFO  (jetty-launcher-6068-thread-2) [n:127.0.0.1:45225_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45225_solr
   [junit4]   2> 5330972 INFO  (jetty-launcher-6068-thread-2) [n:127.0.0.1:45225_solr    ] o.a.s.c.Overseer Overseer (id=72296416233914374-127.0.0.1:45225_solr-n_0000000000) starting
   [junit4]   2> 5331073 INFO  (zkConnectionManagerCallback-6093-thread-1-processing-n:127.0.0.1:45225_solr) [n:127.0.0.1:45225_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5331087 INFO  (jetty-launcher-6068-thread-2) [n:127.0.0.1:45225_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36561/solr ready
   [junit4]   2> 5331088 INFO  (jetty-launcher-6068-thread-2) [n:127.0.0.1:45225_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45225_solr
   [junit4]   2> 5331125 INFO  (zkCallback-6092-thread-1-processing-n:127.0.0.1:45225_solr) [n:127.0.0.1:45225_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5331160 INFO  (zkCallback-6087-thread-1-processing-n:127.0.0.1:45225_solr) [n:127.0.0.1:45225_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5331644 INFO  (jetty-launcher-6068-thread-1) [n:127.0.0.1:37281_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5331682 INFO  (jetty-launcher-6068-thread-1) [n:127.0.0.1:37281_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 5331717 INFO  (jetty-launcher-6068-thread-1) [n:127.0.0.1:37281_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37281_solr
   [junit4]   2> 5331718 INFO  (zkCallback-6092-thread-1-processing-n:127.0.0.1:45225_solr) [n:127.0.0.1:45225_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 5331718 INFO  (zkCallback-6087-thread-1-processing-n:127.0.0.1:45225_solr) [n:127.0.0.1:45225_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 5331768 INFO  (zkCallback-6081-thread-1-processing-n:127.0.0.1:37281_solr) [n:127.0.0.1:37281_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 5333037 INFO  (jetty-launcher-6068-thread-1) [n:127.0.0.1:37281_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37281.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49922e4f
   [junit4]   2> 5333106 INFO  (jetty-launcher-6068-thread-1) [n:127.0.0.1:37281_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37281.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49922e4f
   [junit4]   2> 5333106 INFO  (jetty-launcher-6068-thread-1) [n:127.0.0.1:37281_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37281.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49922e4f
   [junit4]   2> 5333107 INFO  (jetty-launcher-6068-thread-1) [n:127.0.0.1:37281_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_EB534B6BF3D0DA43-001/tempDir-001/node1/.
   [junit4]   2> 5333246 INFO  (zkConnectionManagerCallback-6097-thread-1-processing-n:127.0.0.1:37281_solr) [n:127.0.0.1:37281_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5333267 INFO  (jetty-launcher-6068-thread-1) [n:127.0.0.1:37281_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 5333268 INFO  (jetty-launcher-6068-thread-1) [n:127.0.0.1:37281_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36561/solr ready
   [junit4]   2> 5333717 INFO  (jetty-launcher-6068-thread-2) [n:127.0.0.1:45225_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45225.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49922e4f
   [junit4]   2> 5333741 INFO  (jetty-launcher-6068-thread-2) [n:127.0.0.1:45225_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45225.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49922e4f
   [junit4]   2> 5333741 INFO  (jetty-launcher-6068-thread-2) [n:127.0.0.1:45225_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45225.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49922e4f
   [junit4]   2> 5333755 INFO  (jetty-launcher-6068-thread-2) [n:127.0.0.1:45225_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_EB534B6BF3D0DA43-001/tempDir-001/node2/.
   [junit4]   2> 5333897 INFO  (zkConnectionManagerCallback-6099-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5334002 INFO  (zkConnectionManagerCallback-6103-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5334003 INFO  (SUITE-AliasIntegrationTest-seed#[EB534B6BF3D0DA43]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 5334034 INFO  (SUITE-AliasIntegrationTest-seed#[EB534B6BF3D0DA43]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36561/solr ready
   [junit4]   2> 5334179 INFO  (TEST-AliasIntegrationTest.testErrorChecks-seed#[EB534B6BF3D0DA43]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testErrorChecks
   [junit4]   2> 5334411 INFO  (qtp143682733-28597) [n:127.0.0.1:37281_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=testErrorChecks-collection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 5334445 INFO  (OverseerThreadFactory-8022-thread-1-processing-n:127.0.0.1:45225_solr) [n:127.0.0.1:45225_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testErrorChecks-collection
   [junit4]   2> 5334624 INFO  (OverseerStateUpdate-72296416233914374-127.0.0.1:45225_solr-n_0000000000) [n:127.0.0.1:45225_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testErrorChecks-collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testErrorChecks-collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45225/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 5334626 INFO  (OverseerStateUpdate-72296416233914374-127.0.0.1:45225_solr-n_0000000000) [n:127.0.0.1:45225_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testErrorChecks-collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testErrorChecks-collection_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37281/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 5335008 INFO  (qtp143682733-28604) [n:127.0.0.1:37281_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testErrorChecks-collection_shard2_replica_n2&action=CREATE&numShards=2&collection=testErrorChecks-collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 5335017 INFO  (qtp143682733-28604) [n:127.0.0.1:37281_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 5335085 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testErrorChecks-collection_shard1_replica_n1&action=CREATE&numShards=2&collection=testErrorChecks-collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 5335086 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 5335244 INFO  (zkCallback-6081-thread-1-processing-n:127.0.0.1:37281_solr) [n:127.0.0.1:37281_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 5335245 INFO  (zkCallback-6087-thread-1-processing-n:127.0.0.1:45225_solr) [n:127.0.0.1:45225_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 5335248 INFO  (zkCallback-6081-thread-2-processing-n:127.0.0.1:37281_solr) [n:127.0.0.1:37281_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 5335264 INFO  (zkCallback-6087-thread-2-processing-n:127.0.0.1:45225_solr) [n:127.0.0.1:45225_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 5336165 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 5336200 INFO  (qtp143682733-28604) [n:127.0.0.1:37281_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 5336358 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.s.IndexSchema [testErrorChecks-collection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 5336373 INFO  (qtp143682733-28604) [n:127.0.0.1:37281_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.s.IndexSchema [testErrorChecks-collection_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 5336375 INFO  (qtp143682733-28604) [n:127.0.0.1:37281_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 5336375 INFO  (qtp143682733-28604) [n:127.0.0.1:37281_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testErrorChecks-collection_shard2_replica_n2' using configuration from collection testErrorChecks-collection, trusted=true
   [junit4]   2> 5336376 INFO  (qtp143682733-28604) [n:127.0.0.1:37281_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37281.solr.core.testErrorChecks-collection.shard2.replica_n2' (registry 'solr.core.testErrorChecks-collection.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49922e4f
   [junit4]   2> 5336393 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 5336393 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testErrorChecks-collection_shard1_replica_n1' using configuration from collection testErrorChecks-collection, trusted=true
   [junit4]   2> 5336393 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45225.solr.core.testErrorChecks-collection.shard1.replica_n1' (registry 'solr.core.testErrorChecks-collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49922e4f
   [junit4]   2> 5336394 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 5336394 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.SolrCore [[testErrorChecks-collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_EB534B6BF3D0DA43-001/tempDir-001/node2/testErrorChecks-collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_EB534B6BF3D0DA43-001/tempDir-001/node2/./testErrorChecks-collection_shard1_replica_n1/data/]
   [junit4]   2> 5336409 INFO  (qtp143682733-28604) [n:127.0.0.1:37281_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 5336409 INFO  (qtp143682733-28604) [n:127.0.0.1:37281_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.SolrCore [[testErrorChecks-collection_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_EB534B6BF3D0DA43-001/tempDir-001/node1/testErrorChecks-collection_shard2_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_EB534B6BF3D0DA43-001/tempDir-001/node1/./testErrorChecks-collection_shard2_replica_n2/data/]
   [junit4]   2> 5336761 INFO  (qtp143682733-28604) [n:127.0.0.1:37281_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 5336790 INFO  (qtp143682733-28604) [n:127.0.0.1:37281_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 5336791 INFO  (qtp143682733-28604) [n:127.0.0.1:37281_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 5336791 INFO  (qtp143682733-28604) [n:127.0.0.1:37281_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 5336793 INFO  (qtp143682733-28604) [n:127.0.0.1:37281_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@74bb6756[testErrorChecks-collection_shard2_replica_n2] main]
   [junit4]   2> 5336799 INFO  (qtp143682733-28604) [n:127.0.0.1:37281_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 5336799 INFO  (qtp143682733-28604) [n:127.0.0.1:37281_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 5336800 INFO  (qtp143682733-28604) [n:127.0.0.1:37281_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 5336800 INFO  (qtp143682733-28604) [n:127.0.0.1:37281_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1595205739271421952
   [junit4]   2> 5336811 INFO  (searcherExecutor-8027-thread-1-processing-n:127.0.0.1:37281_solr x:testErrorChecks-collection_shard2_replica_n2 s:shard2 c:testErrorChecks-collection r:core_node4) [n:127.0.0.1:37281_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.SolrCore [testErrorChecks-collection_shard2_replica_n2] Registered new searcher Searcher@74bb6756[testErrorChecks-collection_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5336833 INFO  (qtp143682733-28604) [n:127.0.0.1:37281_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testErrorChecks-collection/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 5336835 INFO  (qtp143682733-28604) [n:127.0.0.1:37281_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 5336835 INFO  (qtp143682733-28604) [n:127.0.0.1:37281_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 5336835 INFO  (qtp143682733-28604) [n:127.0.0.1:37281_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:37281/solr/testErrorChecks-collection_shard2_replica_n2/
   [junit4]   2> 5336835 INFO  (qtp143682733-28604) [n:127.0.0.1:37281_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 5336835 INFO  (qtp143682733-28604) [n:127.0.0.1:37281_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.SyncStrategy https://127.0.0.1:37281/solr/testErrorChecks-collection_shard2_replica_n2/ has no replicas
   [junit4]   2> 5336835 INFO  (qtp143682733-28604) [n:127.0.0.1:37281_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 5336838 INFO  (qtp143682733-28604) [n:127.0.0.1:37281_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:37281/solr/testErrorChecks-collection_shard2_replica_n2/ shard2
   [junit4]   2> 5336900 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 5336900 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 5336901 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 5336901 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 5336902 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1cf1bf34[testErrorChecks-collection_shard1_replica_n1] main]
   [junit4]   2> 5336904 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 5336904 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 5336905 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 5336905 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1595205739381522432
   [junit4]   2> 5336916 INFO  (searcherExecutor-8028-thread-1-processing-n:127.0.0.1:45225_solr x:testErrorChecks-collection_shard1_replica_n1 s:shard1 c:testErrorChecks-collection r:core_node3) [n:127.0.0.1:45225_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.SolrCore [testErrorChecks-collection_shard1_replica_n1] Registered new searcher Searcher@1cf1bf34[testErrorChecks-collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5336921 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testErrorChecks-collection/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 5336922 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 5336922 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 5336922 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:45225/solr/testErrorChecks-collection_shard1_replica_n1/
   [junit4]   2> 5336922 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 5336922 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:45225/solr/testErrorChecks-collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 5336923 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 5336941 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:45225/solr/testErrorChecks-collection_shard1_replica_n1/ shard1
   [junit4]   2> 5337042 INFO  (zkCallback-6081-thread-2-processing-n:127.0.0.1:37281_solr) [n:127.0.0.1:37281_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 5337043 INFO  (zkCallback-6087-thread-1-processing-n:127.0.0.1:45225_solr) [n:127.0.0.1:45225_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 5337043 INFO  (zkCallback-6081-thread-1-processing-n:127.0.0.1:37281_solr) [n:127.0.0.1:37281_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 5337042 INFO  (zkCallback-6087-thread-2-processing-n:127.0.0.1:45225_solr) [n:127.0.0.1:45225_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 5337090 INFO  (qtp143682733-28604) [n:127.0.0.1:37281_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 5337092 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 5337092 INFO  (qtp143682733-28604) [n:127.0.0.1:37281_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testErrorChecks-collection_shard2_replica_n2&action=CREATE&numShards=2&collection=testErrorChecks-collection&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2084
   [junit4]   2> 5337093 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testErrorChecks-collection_shard1_replica_n1&action=CREATE&numShards=2&collection=testErrorChecks-collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2020
   [junit4]   2> 5337100 INFO  (qtp143682733-28597) [n:127.0.0.1:37281_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 5337194 INFO  (zkCallback-6081-thread-2-processing-n:127.0.0.1:37281_solr) [n:127.0.0.1:37281_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 5337194 INFO  (zkCallback-6081-thread-1-processing-n:127.0.0.1:37281_solr) [n:127.0.0.1:37281_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 5337194 INFO  (zkCallback-6087-thread-2-processing-n:127.0.0.1:45225_solr) [n:127.0.0.1:45225_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 5337194 INFO  (zkCallback-6087-thread-1-processing-n:127.0.0.1:45225_solr) [n:127.0.0.1:45225_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 5338100 INFO  (qtp143682733-28597) [n:127.0.0.1:37281_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=testErrorChecks-collection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=3689
   [junit4]   2> 5338103 INFO  (qtp143682733-28602) [n:127.0.0.1:37281_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with params collections=doesnotexist&name=testalias&action=CREATEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 5338105 INFO  (OverseerCollectionConfigSetProcessor-72296416233914374-127.0.0.1:45225_solr-n_0000000000) [n:127.0.0.1:45225_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 5338105 INFO  (OverseerThreadFactory-8022-thread-2-processing-n:127.0.0.1:45225_solr) [n:127.0.0.1:45225_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Ignoring exception matching .
   [junit4]   2> 5338124 INFO  (qtp143682733-28602) [n:127.0.0.1:37281_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collections=doesnotexist&name=testalias&action=CREATEALIAS&wt=javabin&version=2} status=400 QTime=20
   [junit4]   2> 5338125 INFO  (qtp143682733-28597) [n:127.0.0.1:37281_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with params collections=testErrorChecks-collection,doesnotexist&name=testalias&action=CREATEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 5338126 INFO  (OverseerThreadFactory-8022-thread-3-processing-n:127.0.0.1:45225_solr) [n:127.0.0.1:45225_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Ignoring exception matching .
   [junit4]   2> 5338126 INFO  (OverseerCollectionConfigSetProcessor-72296416233914374-127.0.0.1:45225_solr-n_0000000000) [n:127.0.0.1:45225_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 5338134 INFO  (qtp143682733-28597) [n:127.0.0.1:37281_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collections=testErrorChecks-collection,doesnotexist&name=testalias&action=CREATEALIAS&wt=javabin&version=2} status=400 QTime=8
   [junit4]   2> 5338134 INFO  (qtp143682733-28602) [n:127.0.0.1:37281_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with params collections=testErrorChecks-collection&name=testalias&action=CREATEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 5338255 INFO  (qtp143682733-28602) [n:127.0.0.1:37281_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collections=testErrorChecks-collection&name=testalias&action=CREATEALIAS&wt=javabin&version=2} status=0 QTime=120
   [junit4]   2> 5338255 INFO  (qtp143682733-28597) [n:127.0.0.1:37281_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with params collections=testalias&name=testalias2&action=CREATEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 5338257 INFO  (OverseerCollectionConfigSetProcessor-72296416233914374-127.0.0.1:45225_solr-n_0000000000) [n:127.0.0.1:45225_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 5338359 INFO  (qtp143682733-28597) [n:127.0.0.1:37281_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collections=testalias&name=testalias2&action=CREATEALIAS&wt=javabin&version=2} status=0 QTime=103
   [junit4]   2> 5338360 INFO  (qtp143682733-28602) [n:127.0.0.1:37281_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with params collections=testalias2,doesnotexist&name=testalias3&action=CREATEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 5338362 INFO  (OverseerThreadFactory-8022-thread-5-processing-n:127.0.0.1:45225_solr) [n:127.0.0.1:45225_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Ignoring exception matching .
   [junit4]   2> 5338362 INFO  (OverseerCollectionConfigSetProcessor-72296416233914374-127.0.0.1:45225_solr-n_0000000000) [n:127.0.0.1:45225_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 5338364 INFO  (qtp143682733-28602) [n:127.0.0.1:37281_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collections=testalias2,doesnotexist&name=testalias3&action=CREATEALIAS&wt=javabin&version=2} status=400 QTime=3
   [junit4]   2> 5338364 INFO  (qtp143682733-28597) [n:127.0.0.1:37281_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletealias with params name=testalias&action=DELETEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 5338374 INFO  (qtp143682733-28597) [n:127.0.0.1:37281_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=testalias&action=DELETEALIAS&wt=javabin&version=2} status=0 QTime=10
   [junit4]   2> 5338375 INFO  (qtp143682733-28602) [n:127.0.0.1:37281_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletealias with params name=testalias2&action=DELETEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 5338377 INFO  (OverseerCollectionConfigSetProcessor-72296416233914374-127.0.0.1:45225_solr-n_0000000000) [n:127.0.0.1:45225_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000012 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 5338378 INFO  (qtp143682733-28602) [n:127.0.0.1:37281_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=testalias2&action=DELETEALIAS&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 5338378 INFO  (TEST-AliasIntegrationTest.testErrorChecks-seed#[EB534B6BF3D0DA43]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testErrorChecks
   [junit4]   2> 5338380 INFO  (qtp143682733-28597) [n:127.0.0.1:37281_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :listaliases with params action=LISTALIASES&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 5338380 INFO  (qtp143682733-28597) [n:127.0.0.1:37281_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LISTALIASES&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 5338389 INFO  (TEST-AliasIntegrationTest.testErrorChecks-seed#[EB534B6BF3D0DA43]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 5338390 INFO  (qtp143682733-28602) [n:127.0.0.1:37281_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=testErrorChecks-collection&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 5338391 INFO  (OverseerThreadFactory-8022-thread-5-processing-n:127.0.0.1:45225_solr) [n:127.0.0.1:45225_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true, asyncId=null
   [junit4]   2> 5338391 INFO  (OverseerCollectionConfigSetProcessor-72296416233914374-127.0.0.1:45225_solr-n_0000000000) [n:127.0.0.1:45225_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000014 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 5338392 INFO  (qtp143682733-28603) [n:127.0.0.1:37281_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testErrorChecks-collection.shard2.replica_n2, tag=null
   [junit4]   2> 5338392 INFO  (qtp1607421543-28595) [n:127.0.0.1:45225_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testErrorChecks-collection.shard1.replica_n1, tag=null
   [junit4]   2> 5338392 INFO  (qtp143682733-28603) [n:127.0.0.1:37281_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@bc0b4dc: rootName = solr_37281, domain = solr.core.testErrorChecks-collection.shard2.replica_n2, service url = null, agent id = null] for registry solr.core.testErrorChecks-collection.shard2.replica_n2 / com.codahale.metrics.MetricRegistry@7e2014f8
   [junit4]   2> 5338392 INFO  (qtp1607421543-28595) [n:127.0.0.1:45225_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@41fa8ce0: rootName = solr_45225, domain = solr.core.testErrorChecks-collection.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.testErrorChecks-collection.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@60535cc1
   [junit4]   2> 5338452 INFO  (qtp1607421543-28595) [n:127.0.0.1:45225_solr    ] o.a.s.c.SolrCore [testErrorChecks-collection_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@27d68ce
   [junit4]   2> 5338452 INFO  (qtp1607421543-28595) [n:127.0.0.1:45225_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testErrorChecks-collection.shard1.replica_n1, tag=41773262
   [junit4]   2> 5338452 INFO  (qtp1607421543-28595) [n:127.0.0.1:45225_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testErrorChecks-collection.shard1.leader, tag=41773262
   [junit4]   2> 5338453 INFO  (qtp143682733-28603) [n:127.0.0.1:37281_solr    ] o.a.s.c.SolrCore [testErrorChecks-collection_shard2_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@2a8cda55
   [junit4]   2> 5338453 INFO  (qtp143682733-28603) [n:127.0.0.1:37281_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testErrorChecks-collection.shard2.replica_n2, tag=713874005
   [junit4]   2> 5338453 INFO  (qtp143682733-28603) [n:127.0.0.1:37281_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testErrorChecks-collection.shard2.leader, tag=713874005
   [junit4]   2> 5338468 INFO  (qtp1607421543-28595) [n:127.0.0.1:45225_solr    ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testErrorChecks-collection/terms/shard1 to Terms{values={}, version=1}
   [junit4]   2> 5338482 INFO  (qtp1607421543-28595) [n:127.0.0.1:45225_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=testErrorChecks-collection_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=90
   [junit4]   2> 5338494 INFO  (qtp143682733-28603) [n:127.0.0.1:37281_solr    ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testErrorChecks-collection/terms/shard2 to Terms{values={}, version=1}
   [junit4]   2> 5338498 INFO  (qtp143682733-28603) [n:127.0.0.1:37281_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=testErrorChecks-collection_shard2_replica_n2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=106
   [junit4]   2> 5339254 INFO  (qtp143682733-28602) [n:127.0.0.1:37281_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=testErrorChecks-collection&action=DELETE&wt=javabin&version=2} status=0 QTime=864
   [junit4] IGNOR/A 0.00s J1 | AliasIntegrationTest.testProperties
   [junit4]    > Assumption #1: 'badapple' test group is disabled (@BadApple(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4]   2> 5339334 INFO  (TEST-AliasIntegrationTest.testModifyPropertiesV1-seed#[EB534B6BF3D0DA43]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testModifyPropertiesV1
   [junit4]   2> 5339336 INFO  (qtp143682733-28597) [n:127.0.0.1:37281_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=collection1meta&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 5339338 INFO  (OverseerThreadFactory-8022-thread-5-processing-n:127.0.0.1:45225_solr) [n:127.0.0.1:45225_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1meta
   [junit4]   2> 5339338 INFO  (OverseerCollectionConfigSetProcessor-72296416233914374-127.0.0.1:45225_solr-n_0000000000) [n:127.0.0.1:45225_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000016 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 5339545 INFO  (OverseerStateUpdate-72296416233914374-127.0.0.1:45225_solr-n_0000000000) [n:127.0.0.1:45225_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1meta",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1meta_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37281/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 5339547 INFO  (OverseerStateUpdate-72296416233914374-127.0.0.1:45225_solr-n_0000000000) [n:127.0.0.1:45225_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1meta",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1meta_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45225/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 5339748 INFO  (qtp143682733-28604) [n:127.0.0.1:37281_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1meta_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1meta&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 5339749 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1meta_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1meta&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 5339852 INFO  (zkCallback-6087-thread-2-processing-n:127.0.0.1:45225_solr) [n:127.0.0.1:45225_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 5339852 INFO  (zkCallback-6081-thread-2-processing-n:127.0.0.1:37281_solr) [n:127.0.0.1:37281_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 5339852 INFO  (zkCallback-6087-thread-3-processing-n:127.0.0.1:45225_solr) [n:127.0.0.1:45225_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 5339852 INFO  (zkCallback-6081-thread-1-processing-n:127.0.0.1:37281_solr) [n:127.0.0.1:37281_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 5340831 INFO  (qtp143682733-28604) [n:127.0.0.1:37281_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 5340836 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 5340858 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.s.IndexSchema [collection1meta_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 5341100 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 5341100 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'collection1meta_shard2_replica_n2' using configuration from collection collection1meta, trusted=true
   [junit4]   2> 5341101 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45225.solr.core.collection1meta.shard2.replica_n2' (registry 'solr.core.collection1meta.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49922e4f
   [junit4]   2> 5341101 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 5341101 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.SolrCore [[collection1meta_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_EB534B6BF3D0DA43-001/tempDir-001/node2/collection1meta_shard2_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_EB534B6BF3D0DA43-001/tempDir-001/node2/./collection1meta_shard2_replica_n2/data/]
   [junit4]   2> 5341117 INFO  (qtp143682733-28604) [n:127.0.0.1:37281_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.s.IndexSchema [collection1meta_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 5341153 INFO  (qtp143682733-28604) [n:127.0.0.1:37281_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 5341153 INFO  (qtp143682733-28604) [n:127.0.0.1:37281_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection1meta_shard1_replica_n1' using configuration from collection collection1meta, trusted=true
   [junit4]   2> 5341153 INFO  (qtp143682733-28604) [n:127.0.0.1:37281_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37281.solr.core.collection1meta.shard1.replica_n1' (registry 'solr.core.collection1meta.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49922e4f
   [junit4]   2> 5341154 INFO  (qtp143682733-28604) [n:127.0.0.1:37281_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 5341154 INFO  (qtp143682733-28604) [n:127.0.0.1:37281_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.SolrCore [[collection1meta_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_EB534B6BF3D0DA43-001/tempDir-001/node1/collection1meta_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_EB534B6BF3D0DA43-001/tempDir-001/node1/./collection1meta_shard1_replica_n1/data/]
   [junit4]   2> 5341465 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 5341465 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 5341466 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 5341466 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 5341467 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@23a4d0cf[collection1meta_shard2_replica_n2] main]
   [junit4]   2> 5341483 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 5341483 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 5341483 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 5341484 INFO  (searcherExecutor-8037-thread-1-processing-n:127.0.0.1:45225_solr x:collection1meta_shard2_replica_n2 s:shard2 c:collection1meta r:core_node4) [n:127.0.0.1:45225_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.SolrCore [collection1meta_shard2_replica_n2] Registered new searcher Searcher@23a4d0cf[collection1meta_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5341484 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1595205744182951936
   [junit4]   2> 5341518 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1meta/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 5341520 INFO  (qtp1607421543-28598) [n:127.0.0.1:45225_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 5341520 INFO  (qtp1607421543-285

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

]    > 	at org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:144)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 8433576 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[EB534B6BF3D0DA43]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 8433576 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[EB534B6BF3D0DA43]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=321911031
   [junit4]   2> 8433576 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[EB534B6BF3D0DA43]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 8433576 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[EB534B6BF3D0DA43]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@9e88b89: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@1e717997
   [junit4]   2> 8433577 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[EB534B6BF3D0DA43]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 8433577 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[EB534B6BF3D0DA43]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7a8b570e: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@54600355
   [junit4]   2> 8433577 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[EB534B6BF3D0DA43]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 8433577 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[EB534B6BF3D0DA43]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@fc89177: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@72026be0
   [junit4]   2> 8433582 INFO  (coreCloseExecutor-14251-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5ef6b82e
   [junit4]   2> 8433582 INFO  (coreCloseExecutor-14251-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1593227310
   [junit4]   2> 8433582 INFO  (coreCloseExecutor-14251-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1cef574f: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@743cca0f
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_EB534B6BF3D0DA43-001
   [junit4]   2> Mar 17, 2018 6:04:01 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene70, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@d67425c), locale=th-TH-u-nu-thai-x-lvariant-TH, timezone=Asia/Choibalsan
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=4,threads=1,free=210378776,total=533200896
   [junit4]   2> NOTE: All tests run in this JVM: [TestMiniSolrCloudClusterSSL, TestLegacyFieldCache, MigrateRouteKeyTest, TestJoin, TestLocalFSCloudBackupRestore, TestClassicSimilarityFactory, TestSolrQueryParser, CleanupOldIndexTest, TokenizerChainTest, SuggestComponentContextFilterQueryTest, TestUninvertingReader, TestDynamicLoading, TestUnifiedSolrHighlighter, CursorPagingTest, DistribJoinFromCollectionTest, TestInitParams, ZkStateWriterTest, TestJsonRequest, DistributedTermsComponentTest, MoveReplicaHDFSTest, TestReRankQParserPlugin, LIRRollingUpdatesTest, TestDeleteCollectionOnDownNodes, ConnectionReuseTest, TestFieldCacheSortRandom, MetricUtilsTest, ChaosMonkeyNothingIsSafeTest, TestConfig, TestMissingGroups, TestLegacyFieldReuse, TestDistribIDF, TestHdfsUpdateLog, NodeLostTriggerTest, PKIAuthenticationIntegrationTest, TestImpersonationWithHadoopAuth, CollectionReloadTest, UpdateLogTest, BinaryUpdateRequestHandlerTest, PluginInfoTest, TestCSVResponseWriter, DistributedQueryElevationComponentTest, DocumentAnalysisRequestHandlerTest, HdfsRestartWhileUpdatingTest, TestNumericTokenStream, TestMacros, QueryResultKeyTest, OutputWriterTest, BooleanFieldTest, SuggesterWFSTTest, TestMaxTokenLenTokenizer, TestPolicyCloud, TestPseudoReturnFields, InfoHandlerTest, TestSolrDeletionPolicy1, RecoveryAfterSoftCommitTest, TestManagedSynonymFilterFactory, TestInitQParser, TestNestedDocsSort, PreAnalyzedUpdateProcessorTest, TestPushWriter, SolrGraphiteReporterTest, DocValuesNotIndexedTest, TestEmbeddedSolrServerConstructors, TestHighlightDedupGrouping, TestUseDocValuesAsStored2, BasicDistributedZkTest, HdfsDirectoryTest, DistributedSuggestComponentTest, TestSearcherReuse, TestNamedUpdateProcessors, OverseerCollectionConfigSetProcessorTest, TestExtendedDismaxParser, HttpPartitionOnCommitTest, TestAddFieldRealTimeGet, TestLuceneMatchVersion, TestMultiValuedNumericRangeQuery, ZkCLITest, RegexBytesRefFilterTest, LeaderFailureAfterFreshStartTest, HdfsBasicDistributedZkTest, TestDynamicFieldResource, CdcrVersionReplicationTest, TestConfigSetsAPIExclusivity, BlockCacheTest, CachingDirectoryFactoryTest, UpdateParamsTest, TestSolrXml, TestRemoteStreaming, TestGroupingSearch, TestMergePolicyConfig, ComputePlanActionTest, SolrPluginUtilsTest, FieldAnalysisRequestHandlerTest, BlockJoinFacetSimpleTest, SpellingQueryConverterTest, FullSolrCloudDistribCmdsTest, TestDistributedSearch, TestSolrCLIRunExample, ReplicaListTransformerTest, ZkNodePropsTest, TestStandardQParsers, DistributedExpandComponentTest, TestSSLRandomization, NodeMutatorTest, HighlighterConfigTest, EchoParamsTest, DirectoryFactoryTest, BJQParserTest, SecurityConfHandlerTest, TestCollationField, StatsComponentTest, OverseerStatusTest, RAMDirectoryFactoryTest, ExternalFileFieldSortTest, TestXmlQParser, ConfigSetsAPITest, TestStressLucene, DebugComponentTest, TestTrackingShardHandlerFactory, TestDocumentBuilder, TlogReplayBufferedWhileIndexingTest, TestOverriddenPrefixQueryForCustomFieldType, DistributedFacetPivotWhiteBoxTest, SolrIndexConfigTest, DeleteStatusTest, DeleteNodeTest, TestElisionMultitermQuery, TestPhraseSuggestions, TestCodecSupport, SystemInfoHandlerTest, FileUtilsTest, DistributedMLTComponentTest, TestEmbeddedSolrServerAdminHandler, AddReplicaTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, DistributedVersionInfoTest, LeaderFailoverAfterPartitionTest, MoveReplicaHDFSFailoverTest, SaslZkACLProviderTest, TestAuthenticationFramework, TestCloudConsistency, TestCloudSearcherWarming, TestDistribDocBasedVersion, TestLeaderInitiatedRecoveryThread, TestPullReplicaErrorHandling, TestRandomFlRTGCloud, TestSolrCloudWithKerberosAlt, TestStressCloudBlindAtomicUpdates, TestStressLiveNodes, TestCollectionAPI, TestCollectionsAPIViaSolrCloudCluster, TestReplicaProperties, NodeAddedTriggerTest, TriggerIntegrationTest, BlobRepositoryCloudTest, CoreSorterTest, HdfsDirectoryFactoryTest, TestCorePropertiesReload, TestInfoStreamLogging, TestNRTOpen, TestReloadAndDeleteDocs, TestShardHandlerFactory, TestSimpleTextCodec, TestSolrConfigHandler, RequestLoggingTest, SearchHandlerTest, TestCoreBackup, TestHdfsBackupRestoreCore, TestSystemCollAutoCreate, V2ApiIntegrationTest, DistributedFacetPivotLongTailTest, DistributedFacetPivotSmallAdvancedTest, MetricsConfigTest, SolrMetricReporterTest, SolrGangliaReporterTest, SolrJmxReporterTest, TestMacroExpander, JSONWriterTest, SmileWriterTest, TestBinaryResponseWriter, TestCustomDocTransformer, TestExportWriter, TestGeoJSONResponseWriter, TestRawTransformer, TestSubQueryTransformer, TestSubQueryTransformerDistrib, TestFieldCollectionResource, TestFieldResource, TestFieldTypeCollectionResource, TestSchemaNameResource, TestSchemaSimilarityResource, TestManagedStopFilterFactory, DateRangeFieldTest, PreAnalyzedFieldManagedSchemaCloudTest, SchemaApiFailureTest, TestCloudManagedSchema, TestCollationFieldDocValues, TestHalfAndHalfDocValues, TestManagedSchemaThreadSafety, TestPointFields, TestSchemalessBufferedUpdates, AnalyticsMergeStrategyTest, RankQueryTest, TestCollapseQParserPlugin, TestLegacyNumericRangeQueryBuilder, TestMaxScoreQueryParser, TestPayloadScoreQParserPlugin, TestRecoveryHdfs, BasicAuthStandaloneTest, TestAuthorizationFramework, SpellCheckCollatorWithCollapseTest, TestFreeTextSuggestions, BlockDirectoryTest, TestNumericTerms32, CdcrUpdateLogTest, PeerSyncWithIndexFingerprintCachingTest, SolrIndexMetricsTest, TestInPlaceUpdatesDistrib]
   [junit4] Completed [784/785 (4!)] on J0 in 238.00s, 1 test, 1 error <<< FAILURES!

[...truncated 9271 lines...]
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:636: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:570: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid13381.hprof

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