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

4 tests failed.
FAILED:  
org.apache.lucene.index.TestIndexWriterThreadsToSegments.testSegmentCountOnFlushRandom

Error Message:
Captured an uncaught exception in thread: Thread[id=11754, name=Thread-11288, 
state=RUNNABLE, group=TGRP-TestIndexWriterThreadsToSegments]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=11754, name=Thread-11288, state=RUNNABLE, 
group=TGRP-TestIndexWriterThreadsToSegments]
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
        at __randomizedtesting.SeedInfo.seed([5133E5067FBE24F6]:0)
        at java.util.HashMap.newNode(HashMap.java:1742)
        at java.util.HashMap.putVal(HashMap.java:641)
        at java.util.HashMap.put(HashMap.java:611)
        at java.util.HashSet.add(HashSet.java:219)
        at java.util.AbstractCollection.addAll(AbstractCollection.java:344)
        at org.apache.lucene.index.SegmentInfos.files(SegmentInfos.java:768)
        at 
org.apache.lucene.index.IndexFileDeleter.incRef(IndexFileDeleter.java:552)
        at 
org.apache.lucene.index.IndexWriter.incRefDeleter(IndexWriter.java:5075)
        at 
org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:119)
        at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:490)
        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenFromWriter(StandardDirectoryReader.java:293)
        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:268)
        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:258)
        at 
org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:140)
        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$CheckSegmentCount.run(TestIndexWriterThreadsToSegments.java:131)
        at java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:220)
        at java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:216)


FAILED:  
junit.framework.TestSuite.org.apache.lucene.index.TestIndexWriterThreadsToSegments

Error Message:
The test or suite printed 18496 bytes to stdout and stderr, even though the 
limit was set to 8192 bytes. Increase the limit with @Limit, ignore it 
completely with @SuppressSysoutChecks or run with -Dtests.verbose=true

Stack Trace:
java.lang.AssertionError: The test or suite printed 18496 bytes to stdout and 
stderr, even though the limit was set to 8192 bytes. Increase the limit with 
@Limit, ignore it completely with @SuppressSysoutChecks or run with 
-Dtests.verbose=true
        at __randomizedtesting.SeedInfo.seed([5133E5067FBE24F6]:0)
        at 
org.apache.lucene.util.TestRuleLimitSysouts.afterIfSuccessful(TestRuleLimitSysouts.java:211)
        at 
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterIfSuccessful(TestRuleAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:37)
        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.testModifyMetadataCAR

Error Message:
Error from server at https://127.0.0.1:44150/solr: Can't modify non-existent 
alias testModifyMetadataCAR

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:44150/solr: Can't modify non-existent alias 
testModifyMetadataCAR
        at 
__randomizedtesting.SeedInfo.seed([4C02E4B8483860F8:5050A5F3F5E3C0A0]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.cloud.AliasIntegrationTest.testModifyMetadataCAR(AliasIntegrationTest.java:261)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestTlogReplica.testRecovery

Error Message:
Can not find doc 8 in https://127.0.0.1:39507/solr

Stack Trace:
java.lang.AssertionError: Can not find doc 8 in https://127.0.0.1:39507/solr
        at 
__randomizedtesting.SeedInfo.seed([4C02E4B8483860F8:8DF29D146568AA5F]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at 
org.apache.solr.cloud.TestTlogReplica.checkRTG(TestTlogReplica.java:885)
        at 
org.apache.solr.cloud.TestTlogReplica.testRecovery(TestTlogReplica.java:599)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 1608 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterThreadsToSegments
   [junit4]   2> ??? 23, 2018 6:27:00 ?? 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-11288,5,TGRP-TestIndexWriterThreadsToSegments]
   [junit4]   2> java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([5133E5067FBE24F6]:0)
   [junit4]   2>        at java.util.HashMap.newNode(HashMap.java:1742)
   [junit4]   2>        at java.util.HashMap.putVal(HashMap.java:641)
   [junit4]   2>        at java.util.HashMap.put(HashMap.java:611)
   [junit4]   2>        at java.util.HashSet.add(HashSet.java:219)
   [junit4]   2>        at 
java.util.AbstractCollection.addAll(AbstractCollection.java:344)
   [junit4]   2>        at 
org.apache.lucene.index.SegmentInfos.files(SegmentInfos.java:768)
   [junit4]   2>        at 
org.apache.lucene.index.IndexFileDeleter.incRef(IndexFileDeleter.java:552)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.incRefDeleter(IndexWriter.java:5075)
   [junit4]   2>        at 
org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:119)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:490)
   [junit4]   2>        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenFromWriter(StandardDirectoryReader.java:293)
   [junit4]   2>        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:268)
   [junit4]   2>        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:258)
   [junit4]   2>        at 
org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:140)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$CheckSegmentCount.run(TestIndexWriterThreadsToSegments.java:131)
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:220)
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:216)
   [junit4]   2> 
   [junit4]   2> ??? 23, 2018 6:27:00 ?? 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-11295,5,TGRP-TestIndexWriterThreadsToSegments]
   [junit4]   2> java.lang.RuntimeException: 
java.util.concurrent.BrokenBarrierException
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([5133E5067FBE24F6]:0)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:219)
   [junit4]   2> Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:216)
   [junit4]   2> 
   [junit4]   2> ??? 23, 2018 6:27:00 ?? 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-11294,5,TGRP-TestIndexWriterThreadsToSegments]
   [junit4]   2> java.lang.RuntimeException: 
java.util.concurrent.BrokenBarrierException
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([5133E5067FBE24F6]:0)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:219)
   [junit4]   2> Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:216)
   [junit4]   2> 
   [junit4]   2> ??? 23, 2018 6:27:00 ?? 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-11292,5,TGRP-TestIndexWriterThreadsToSegments]
   [junit4]   2> java.lang.RuntimeException: 
java.util.concurrent.BrokenBarrierException
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([5133E5067FBE24F6]:0)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:219)
   [junit4]   2> Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:216)
   [junit4]   2> 
   [junit4]   2> ??? 23, 2018 6:27:00 ?? 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-11290,5,TGRP-TestIndexWriterThreadsToSegments]
   [junit4]   2> java.lang.RuntimeException: 
java.util.concurrent.BrokenBarrierException
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([5133E5067FBE24F6]:0)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:219)
   [junit4]   2> Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:216)
   [junit4]   2> 
   [junit4]   2> ??? 23, 2018 6:27:00 ?? 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-11287,5,TGRP-TestIndexWriterThreadsToSegments]
   [junit4]   2> java.lang.RuntimeException: 
java.util.concurrent.BrokenBarrierException
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([5133E5067FBE24F6]:0)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:219)
   [junit4]   2> Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:216)
   [junit4]   2> 
   [junit4]   2> ??? 23, 2018 6:27:00 ?? 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-11289,5,TGRP-TestIndexWriterThreadsToSegments]
   [junit4]   2> java.lang.RuntimeException: 
java.util.concurrent.BrokenBarrierException
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([5133E5067FBE24F6]:0)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:219)
   [junit4]   2> Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:216)
   [junit4]   2> 
   [junit4]   2> ??? 23, 2018 6:27:00 ?? 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-11293,5,TGRP-TestIndexWriterThreadsToSegments]
   [junit4]   2> java.lang.RuntimeException: 
java.util.concurrent.BrokenBarrierException
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([5133E5067FBE24F6]:0)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:219)
   [junit4]   2> Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:216)
   [junit4]   2> 
   [junit4]   2> ??? 23, 2018 6:27:00 ?? 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-11291,5,TGRP-TestIndexWriterThreadsToSegments]
   [junit4]   2> java.lang.RuntimeException: 
java.util.concurrent.BrokenBarrierException
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([5133E5067FBE24F6]:0)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:219)
   [junit4]   2> Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:216)
   [junit4]   2> 
   [junit4]   2> ??? 23, 2018 6:27:00 ?? 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-11286,5,TGRP-TestIndexWriterThreadsToSegments]
   [junit4]   2> java.lang.RuntimeException: 
java.util.concurrent.BrokenBarrierException
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([5133E5067FBE24F6]:0)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:219)
   [junit4]   2> Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:216)
   [junit4]   2> 
   [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=TestIndexWriterThreadsToSegments 
-Dtests.method=testSegmentCountOnFlushRandom -Dtests.seed=5133E5067FBE24F6 
-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=el -Dtests.timezone=Africa/Asmara -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   95.6s J2 | 
TestIndexWriterThreadsToSegments.testSegmentCountOnFlushRandom <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=11754, name=Thread-11288, state=RUNNABLE, 
group=TGRP-TestIndexWriterThreadsToSegments]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: GC overhead limit 
exceeded
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([5133E5067FBE24F6]:0)
   [junit4]    >        at java.util.HashMap.newNode(HashMap.java:1742)
   [junit4]    >        at java.util.HashMap.putVal(HashMap.java:641)
   [junit4]    >        at java.util.HashMap.put(HashMap.java:611)
   [junit4]    >        at java.util.HashSet.add(HashSet.java:219)
   [junit4]    >        at 
java.util.AbstractCollection.addAll(AbstractCollection.java:344)
   [junit4]    >        at 
org.apache.lucene.index.SegmentInfos.files(SegmentInfos.java:768)
   [junit4]    >        at 
org.apache.lucene.index.IndexFileDeleter.incRef(IndexFileDeleter.java:552)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.incRefDeleter(IndexWriter.java:5075)
   [junit4]    >        at 
org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:119)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:490)
   [junit4]    >        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenFromWriter(StandardDirectoryReader.java:293)
   [junit4]    >        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:268)
   [junit4]    >        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:258)
   [junit4]    >        at 
org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:140)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$CheckSegmentCount.run(TestIndexWriterThreadsToSegments.java:131)
   [junit4]    >        at 
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:220)
   [junit4]    >        at 
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:216)Throwable
 #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=11753, name=Thread-11287, 
state=RUNNABLE, group=TGRP-TestIndexWriterThreadsToSegments]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.util.concurrent.BrokenBarrierException
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([5133E5067FBE24F6]:0)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:219)
   [junit4]    > Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]    >        at 
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]    >        at 
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:216)Throwable
 #3: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=11759, name=Thread-11293, 
state=RUNNABLE, group=TGRP-TestIndexWriterThreadsToSegments]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.util.concurrent.BrokenBarrierException
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([5133E5067FBE24F6]:0)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:219)
   [junit4]    > Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]    >        at 
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]    >        at 
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:216)Throwable
 #4: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=11752, name=Thread-11286, 
state=RUNNABLE, group=TGRP-TestIndexWriterThreadsToSegments]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.util.concurrent.BrokenBarrierException
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([5133E5067FBE24F6]:0)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:219)
   [junit4]    > Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]    >        at 
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]    >        at 
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:216)Throwable
 #5: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=11757, name=Thread-11291, 
state=RUNNABLE, group=TGRP-TestIndexWriterThreadsToSegments]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.util.concurrent.BrokenBarrierException
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([5133E5067FBE24F6]:0)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:219)
   [junit4]    > Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]    >        at 
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]    >        at 
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:216)Throwable
 #6: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=11755, name=Thread-11289, 
state=RUNNABLE, group=TGRP-TestIndexWriterThreadsToSegments]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.util.concurrent.BrokenBarrierException
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([5133E5067FBE24F6]:0)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:219)
   [junit4]    > Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]    >        at 
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]    >        at 
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:216)Throwable
 #7: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=11756, name=Thread-11290, 
state=RUNNABLE, group=TGRP-TestIndexWriterThreadsToSegments]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.util.concurrent.BrokenBarrierException
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([5133E5067FBE24F6]:0)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:219)
   [junit4]    > Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]    >        at 
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]    >        at 
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:216)Throwable
 #8: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=11758, name=Thread-11292, 
state=RUNNABLE, group=TGRP-TestIndexWriterThreadsToSegments]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.util.concurrent.BrokenBarrierException
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([5133E5067FBE24F6]:0)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:219)
   [junit4]    > Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]    >        at 
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]    >        at 
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:216)Throwable
 #9: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=11760, name=Thread-11294, 
state=RUNNABLE, group=TGRP-TestIndexWriterThreadsToSegments]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.util.concurrent.BrokenBarrierException
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([5133E5067FBE24F6]:0)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:219)
   [junit4]    > Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]    >        at 
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]    >        at 
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:216)Throwable
 #10: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=11761, name=Thread-11295, 
state=RUNNABLE, group=TGRP-TestIndexWriterThreadsToSegments]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.util.concurrent.BrokenBarrierException
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([5133E5067FBE24F6]:0)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:219)
   [junit4]    > Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]    >        at 
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]    >        at 
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:216)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{field=PostingsFormat(name=Memory)}, docValues:{}, maxPointsInLeafNode=1330, 
maxMBSortInHeap=7.343042728863459, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@49baa1a8),
 locale=el, timezone=Africa/Asmara
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=325238880,total=481296384
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestComplexExplanationsOfNonMatches, TestSimpleFSDirectory, TestIndexOptions, 
TestCloseableThreadLocal, TestFastCompressionMode, TestBooleanScorer, 
TestScoreCachingWrappingScorer, TestOfflineSorter, 
TestPackedTokenAttributeImpl, TestElevationComparator, TestInfoStream, 
TestArrayUtil, TestTermScorer, TestBagOfPostings, TestIndexWriterOnJRECrash, 
TestPointValues, TestStressIndexing2, TestBasics, TestAutomatonQueryUnicode, 
TestSmallFloat, TestMultiCollector, TestWildcardRandom, TestPackedInts, 
TestIndexWriterOutOfFileDescriptors, TestIndependenceChiSquared, 
TestIndexTooManyDocs, TestFieldCacheRewriteMethod, Test2BPoints, 
TestSpanBoostQuery, TestGeoUtils, TestCharacterUtils, 
TestSimpleExplanationsOfNonMatches, TestBasicModelIn, TestSloppyPhraseQuery2, 
TestBlockPostingsFormat3, TestSortedNumericSortField, 
TestParallelCompositeReader, TestHighCompressionMode, TestTerms, 
TestAllFilesCheckIndexHeader, TestFutureObjects, TestDoubleRange, 
TestUpgradeIndexMergePolicy, TestGraphTokenStreamFiniteStrings, 
TestSimilarity2, TestSpanSearchEquivalence, TestSetOnce, 
TestFloatRangeFieldQueries, TestPerFieldPostingsFormat2, 
TestLucene70DocValuesFormat, TestTopDocsMerge, TestIntroSelector, 
TestByteArrayDataInput, TestPayloadsOnVectors, TestExitableDirectoryReader, 
TestStringMSBRadixSorter, TestIntRangeFieldQueries, TestSimilarityBase, 
TestSwappedIndexFiles, TestConsistentFieldNumbers, 
TestSpanExplanationsOfNonMatches, TestDirectoryReader, TestAxiomaticF1LOG, 
TestDocIDMerger, TestIndexFileDeleter, TestDateSort, TestFilterDirectory, 
TestNRTReaderWithThreads, TestDocsWithFieldSet, TestFixedBitSet, 
TestIndexWriterMergePolicy, TestQueryRescorer, TestMaxPosition, 
TestSegmentTermDocs, TestByteBlockPool, TestFilterCodecReader, 
TestBufferedIndexInput, TestLMDirichletSimilarity, TestNIOFSDirectory, 
TestSynonymQuery, TestCollectionUtil, TestMultiMMap, TestDeletionPolicy, 
TestNRTThreads, TestComplexExplanations, TestSegmentReader, 
TestFastDecompressionMode, TestTransactions, TestCrash, TestSort, 
TestMultiDocValues, TestToken, TestFieldsReader, TestDocValuesIndexing, 
TestHugeRamFile, TestBooleanMinShouldMatch, TestDeterminizeLexicon, 
TestIndexWriterOnDiskFull, TestSpans, TestMixedCodecs, TestTransactionRollback, 
TestUTF32ToUTF8, TestMultiPhraseQuery, TestLazyProxSkipping, TestDeterminism, 
TestDocsAndPositions, TestCharTermAttributeImpl, TestOmitPositions, 
TestBytesRefHash, TestThreadedForceMerge, TestDisjunctionMaxQuery, TestOmitTf, 
TestNearSpansOrdered, TestSameScoresWithThreads, TestMultiFields, 
TestTermRangeQuery, TestDocumentsWriterDeleteQueue, 
TestCrashCausesCorruptIndex, TestScorerPerf, TestLiveFieldValues, 
TestForTooMuchCloning, TestPayloads, TestDoc, TestWildcard, TestExternalCodecs, 
TestNoDeletionPolicy, TestRegexpQuery, TestTermVectorsReader, 
TestPerSegmentDeletes, TestIntBlockPool, TestTopDocsCollector, 
TestSegmentTermEnum, TestUniqueTermCount, TestBooleanQuery, 
TestAllFilesHaveCodecHeader, TestAutomatonQuery, TestParallelReaderEmptyIndex, 
TestDocument, TestFileSwitchDirectory, TestSumDocFreq, TestSentinelIntSet, 
TestPrefixRandom, TestMultiLevelSkipList, TestCheckIndex, 
TestSearchForDuplicates, TestSizeBoundedForceMerge, TestCompiledAutomaton, 
TestMatchAllDocsQuery, TestPrefixQuery, TestRecyclingIntBlockAllocator, 
TestConjunctions, TestMultiTermQueryRewrites, TestField, TestSimilarity, 
TestVirtualMethod, TestRollingBuffer, TestSearch, TestFilterIterator, 
TestDateTools, TestCharsRef, TestPriorityQueue, TestSameTokenSamePosition, 
TestAttributeSource, TestRecyclingByteBlockAllocator, TestRamUsageEstimator, 
TestNoMergePolicy, TestNamedSPILoader, TestIndexWriterLockRelease, 
TestBytesRef, TestAssertions, TestRollback, TestTwoPhaseCommitTool, TestNot, 
TestVersion, TestReaderClosed, MultiCollectorTest, TestIntsRef, 
TestTermdocPerf, Test2BPositions, Test2BPostingsBytes, 
TestPositiveScoresOnlyCollector, TestIOUtils, TestNewestSegment, 
Test2BBinaryDocValues, TestCharArrayMap, TestCharArraySet, 
TestDelegatingAnalyzerWrapper, TestStopFilter, TestBytesRefAttImpl, 
TestCompetitiveFreqNormAccumulator, TestBlockPostingsFormat, 
TestBlockPostingsFormat2, TestForUtil, TestLucene50StoredFieldsFormat, 
TestLucene50TermVectorsFormat, TestLucene60FieldInfoFormat, 
TestLucene60PointsFormat, TestLucene70NormsFormat, TestDuelingCodecsAtNight, 
TestIndexWriterExceptions2, TestIndexWriterFromReader, 
TestIndexWriterThreadsToSegments]
   [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=TestIndexWriterThreadsToSegments -Dtests.seed=5133E5067FBE24F6 
-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=el -Dtests.timezone=Africa/Asmara -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J2 | TestIndexWriterThreadsToSegments (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: The test or suite 
printed 18496 bytes to stdout and stderr, even though the limit was set to 8192 
bytes. Increase the limit with @Limit, ignore it completely with 
@SuppressSysoutChecks or run with -Dtests.verbose=true
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([5133E5067FBE24F6]:0)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [402/486 (1!)] on J2 in 96.73s, 4 tests, 1 failure, 1 
error <<< FAILURES!

[...truncated 264 lines...]
   [junit4] JVM J2: stdout was not empty, see: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/temp/junit4-J2-20180223_023508_7246414410452558859252.sysout
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/heapdumps/java_pid21572.hprof
 ...
   [junit4] Heap dump file created [529657044 bytes in 0.640 secs]
   [junit4] <<< JVM J2: EOF ----

[...truncated 11514 lines...]
   [junit4] Suite: org.apache.solr.cloud.AliasIntegrationTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_4C02E4B8483860F8-001/init-core-data-001
   [junit4]   2> 1450988 WARN  
(SUITE-AliasIntegrationTest-seed#[4C02E4B8483860F8]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=12 numCloses=12
   [junit4]   2> 1450989 INFO  
(SUITE-AliasIntegrationTest-seed#[4C02E4B8483860F8]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1450990 INFO  
(SUITE-AliasIntegrationTest-seed#[4C02E4B8483860F8]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1450990 INFO  
(SUITE-AliasIntegrationTest-seed#[4C02E4B8483860F8]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1450991 INFO  
(SUITE-AliasIntegrationTest-seed#[4C02E4B8483860F8]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_4C02E4B8483860F8-001/tempDir-001
   [junit4]   2> 1450991 INFO  
(SUITE-AliasIntegrationTest-seed#[4C02E4B8483860F8]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1450991 INFO  (Thread-4473) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1450991 INFO  (Thread-4473) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1450993 ERROR (Thread-4473) [    ] 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> 1451091 INFO  
(SUITE-AliasIntegrationTest-seed#[4C02E4B8483860F8]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:54977
   [junit4]   2> 1451093 INFO  (zkConnectionManagerCallback-2467-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1451100 INFO  (jetty-launcher-2464-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T14:27:37-07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1451100 INFO  (jetty-launcher-2464-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T14:27:37-07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1451108 INFO  (jetty-launcher-2464-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1451108 INFO  (jetty-launcher-2464-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1451108 INFO  (jetty-launcher-2464-thread-1) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1451108 INFO  (jetty-launcher-2464-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1451108 INFO  (jetty-launcher-2464-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1451108 INFO  (jetty-launcher-2464-thread-2) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1451108 INFO  (jetty-launcher-2464-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@24fbcb42{/solr,null,AVAILABLE}
   [junit4]   2> 1451109 INFO  (jetty-launcher-2464-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@76350750{/solr,null,AVAILABLE}
   [junit4]   2> 1451110 INFO  (jetty-launcher-2464-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2dc036c1{SSL,[ssl, 
http/1.1]}{127.0.0.1:43725}
   [junit4]   2> 1451110 INFO  (jetty-launcher-2464-thread-2) [    ] 
o.e.j.s.Server Started @1453730ms
   [junit4]   2> 1451110 INFO  (jetty-launcher-2464-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43725}
   [junit4]   2> 1451110 ERROR (jetty-launcher-2464-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1451111 INFO  (jetty-launcher-2464-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1451111 INFO  (jetty-launcher-2464-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1451111 INFO  (jetty-launcher-2464-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1451111 INFO  (jetty-launcher-2464-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-23T06:20:10.512Z
   [junit4]   2> 1451111 INFO  (jetty-launcher-2464-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@769d798e{SSL,[ssl, 
http/1.1]}{127.0.0.1:44150}
   [junit4]   2> 1451111 INFO  (jetty-launcher-2464-thread-1) [    ] 
o.e.j.s.Server Started @1453731ms
   [junit4]   2> 1451111 INFO  (jetty-launcher-2464-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44150}
   [junit4]   2> 1451111 ERROR (jetty-launcher-2464-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1451111 INFO  (jetty-launcher-2464-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1451111 INFO  (jetty-launcher-2464-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1451111 INFO  (jetty-launcher-2464-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1451111 INFO  (jetty-launcher-2464-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-23T06:20:10.512Z
   [junit4]   2> 1451112 INFO  (zkConnectionManagerCallback-2469-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1451113 INFO  (jetty-launcher-2464-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1451113 INFO  (zkConnectionManagerCallback-2471-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1451115 INFO  (jetty-launcher-2464-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1451121 INFO  (jetty-launcher-2464-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54977/solr
   [junit4]   2> 1451122 INFO  (jetty-launcher-2464-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54977/solr
   [junit4]   2> 1451123 INFO  (zkConnectionManagerCallback-2477-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1451123 INFO  (zkConnectionManagerCallback-2479-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1451126 INFO  
(zkConnectionManagerCallback-2481-thread-1-processing-n:127.0.0.1:43725_solr) 
[n:127.0.0.1:43725_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1451126 INFO  
(zkConnectionManagerCallback-2483-thread-1-processing-n:127.0.0.1:44150_solr) 
[n:127.0.0.1:44150_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1451200 INFO  (jetty-launcher-2464-thread-2) 
[n:127.0.0.1:43725_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1451201 INFO  (jetty-launcher-2464-thread-2) 
[n:127.0.0.1:43725_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:43725_solr
   [junit4]   2> 1451201 INFO  (jetty-launcher-2464-thread-2) 
[n:127.0.0.1:43725_solr    ] o.a.s.c.Overseer Overseer 
(id=73343326315413509-127.0.0.1:43725_solr-n_0000000000) starting
   [junit4]   2> 1451203 INFO  (jetty-launcher-2464-thread-1) 
[n:127.0.0.1:44150_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1451207 INFO  (jetty-launcher-2464-thread-2) 
[n:127.0.0.1:43725_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43725_solr
   [junit4]   2> 1451212 INFO  
(zkCallback-2480-thread-1-processing-n:127.0.0.1:43725_solr) 
[n:127.0.0.1:43725_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1451213 INFO  
(zkCallback-2482-thread-1-processing-n:127.0.0.1:44150_solr) 
[n:127.0.0.1:44150_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1451214 INFO  (jetty-launcher-2464-thread-1) 
[n:127.0.0.1:44150_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44150_solr
   [junit4]   2> 1451215 INFO  
(zkCallback-2480-thread-1-processing-n:127.0.0.1:43725_solr) 
[n:127.0.0.1:43725_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1451223 INFO  
(zkCallback-2482-thread-1-processing-n:127.0.0.1:44150_solr) 
[n:127.0.0.1:44150_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1451304 INFO  (jetty-launcher-2464-thread-1) 
[n:127.0.0.1:44150_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44150.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7114ca1
   [junit4]   2> 1451307 INFO  (jetty-launcher-2464-thread-2) 
[n:127.0.0.1:43725_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43725.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7114ca1
   [junit4]   2> 1451313 INFO  (jetty-launcher-2464-thread-1) 
[n:127.0.0.1:44150_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44150.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7114ca1
   [junit4]   2> 1451313 INFO  (jetty-launcher-2464-thread-1) 
[n:127.0.0.1:44150_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44150.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7114ca1
   [junit4]   2> 1451314 INFO  (jetty-launcher-2464-thread-1) 
[n:127.0.0.1:44150_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_4C02E4B8483860F8-001/tempDir-001/node1/.
   [junit4]   2> 1451315 INFO  (jetty-launcher-2464-thread-2) 
[n:127.0.0.1:43725_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43725.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7114ca1
   [junit4]   2> 1451315 INFO  (jetty-launcher-2464-thread-2) 
[n:127.0.0.1:43725_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43725.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7114ca1
   [junit4]   2> 1451316 INFO  (jetty-launcher-2464-thread-2) 
[n:127.0.0.1:43725_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_4C02E4B8483860F8-001/tempDir-001/node2/.
   [junit4]   2> 1451357 INFO  (zkConnectionManagerCallback-2489-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1451359 INFO  (zkConnectionManagerCallback-2493-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1451360 INFO  
(SUITE-AliasIntegrationTest-seed#[4C02E4B8483860F8]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1451361 INFO  
(SUITE-AliasIntegrationTest-seed#[4C02E4B8483860F8]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54977/solr ready
   [junit4]   2> 1451382 INFO  
(TEST-AliasIntegrationTest.testDeleteAliasWithExistingCollectionName-seed#[4C02E4B8483860F8])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
testDeleteAliasWithExistingCollectionName
   [junit4]   2> 1451406 INFO  (qtp668183544-14675) [n:127.0.0.1:44150_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1451407 INFO  (qtp668183544-14675) [n:127.0.0.1:44150_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1451411 INFO  (qtp668183544-14676) [n:127.0.0.1:44150_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf&name=collection_old&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1451412 INFO  
(OverseerThreadFactory-4045-thread-1-processing-n:127.0.0.1:43725_solr) 
[n:127.0.0.1:43725_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection_old
   [junit4]   2> 1451520 INFO  
(OverseerStateUpdate-73343326315413509-127.0.0.1:43725_solr-n_0000000000) 
[n:127.0.0.1:43725_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection_old",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection_old_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43725/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1451523 INFO  
(OverseerStateUpdate-73343326315413509-127.0.0.1:43725_solr-n_0000000000) 
[n:127.0.0.1:43725_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection_old",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection_old_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:44150/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1451727 INFO  (qtp668183544-14677) [n:127.0.0.1:44150_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection_old_shard2_replica_n2&action=CREATE&numShards=2&collection=collection_old&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1451728 INFO  (qtp668183544-14677) [n:127.0.0.1:44150_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1451744 INFO  (qtp2098147860-14678) [n:127.0.0.1:43725_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection_old_shard1_replica_n1&action=CREATE&numShards=2&collection=collection_old&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1451745 INFO  (qtp2098147860-14678) [n:127.0.0.1:43725_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1451854 INFO  
(zkCallback-2482-thread-1-processing-n:127.0.0.1:44150_solr) 
[n:127.0.0.1:44150_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection_old/state.json] for collection [collection_old] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1451854 INFO  
(zkCallback-2480-thread-1-processing-n:127.0.0.1:43725_solr) 
[n:127.0.0.1:43725_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection_old/state.json] for collection [collection_old] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1451854 INFO  
(zkCallback-2480-thread-2-processing-n:127.0.0.1:43725_solr) 
[n:127.0.0.1:43725_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection_old/state.json] for collection [collection_old] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1451854 INFO  
(zkCallback-2482-thread-2-processing-n:127.0.0.1:44150_solr) 
[n:127.0.0.1:44150_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection_old/state.json] for collection [collection_old] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1452745 INFO  (qtp668183544-14677) [n:127.0.0.1:44150_solr 
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1452751 INFO  (qtp668183544-14677) [n:127.0.0.1:44150_solr 
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2] 
o.a.s.s.IndexSchema [collection_old_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1452754 INFO  (qtp668183544-14677) [n:127.0.0.1:44150_solr 
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1452754 INFO  (qtp668183544-14677) [n:127.0.0.1:44150_solr 
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'collection_old_shard2_replica_n2' 
using configuration from collection collection_old, trusted=true
   [junit4]   2> 1452755 INFO  (qtp668183544-14677) [n:127.0.0.1:44150_solr 
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44150.solr.core.collection_old.shard2.replica_n2' (registry 
'solr.core.collection_old.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7114ca1
   [junit4]   2> 1452755 INFO  (qtp668183544-14677) [n:127.0.0.1:44150_solr 
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1452755 INFO  (qtp668183544-14677) [n:127.0.0.1:44150_solr 
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2] 
o.a.s.c.SolrCore [[collection_old_shard2_replica_n2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_4C02E4B8483860F8-001/tempDir-001/node1/collection_old_shard2_replica_n2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_4C02E4B8483860F8-001/tempDir-001/node1/./collection_old_shard2_replica_n2/data/]
   [junit4]   2> 1452762 INFO  (qtp2098147860-14678) [n:127.0.0.1:43725_solr 
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1452777 INFO  (qtp2098147860-14678) [n:127.0.0.1:43725_solr 
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1] 
o.a.s.s.IndexSchema [collection_old_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1452779 INFO  (qtp2098147860-14678) [n:127.0.0.1:43725_solr 
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1452779 INFO  (qtp2098147860-14678) [n:127.0.0.1:43725_solr 
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection_old_shard1_replica_n1' 
using configuration from collection collection_old, trusted=true
   [junit4]   2> 1452780 INFO  (qtp2098147860-14678) [n:127.0.0.1:43725_solr 
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43725.solr.core.collection_old.shard1.replica_n1' (registry 
'solr.core.collection_old.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7114ca1
   [junit4]   2> 1452780 INFO  (qtp2098147860-14678) [n:127.0.0.1:43725_solr 
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1452780 INFO  (qtp2098147860-14678) [n:127.0.0.1:43725_solr 
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1] 
o.a.s.c.SolrCore [[collection_old_shard1_replica_n1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_4C02E4B8483860F8-001/tempDir-001/node2/collection_old_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_4C02E4B8483860F8-001/tempDir-001/node2/./collection_old_shard1_replica_n1/data/]
   [junit4]   2> 1452812 INFO  (qtp668183544-14677) [n:127.0.0.1:44150_solr 
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1452812 INFO  (qtp668183544-14677) [n:127.0.0.1:44150_solr 
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1452813 INFO  (qtp668183544-14677) [n:127.0.0.1:44150_solr 
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1452813 INFO  (qtp668183544-14677) [n:127.0.0.1:44150_solr 
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1452814 INFO  (qtp668183544-14677) [n:127.0.0.1:44150_solr 
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@55934bb1[collection_old_shard2_replica_n2] main]
   [junit4]   2> 1452815 INFO  (qtp668183544-14677) [n:127.0.0.1:44150_solr 
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1452816 INFO  (qtp668183544-14677) [n:127.0.0.1:44150_solr 
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1452816 INFO  (qtp668183544-14677) [n:127.0.0.1:44150_solr 
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1452817 INFO  
(searcherExecutor-4050-thread-1-processing-n:127.0.0.1:44150_solr 
x:collection_old_shard2_replica_n2 s:shard2 c:collection_old r:core_node4) 
[n:127.0.0.1:44150_solr c:collection_old s:shard2 r:core_node4 
x:collection_old_shard2_replica_n2] o.a.s.c.SolrCore 
[collection_old_shard2_replica_n2] Registered new searcher 
Searcher@55934bb1[collection_old_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1452817 INFO  (qtp668183544-14677) [n:127.0.0.1:44150_solr 
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1593171574488301568
   [junit4]   2> 1452822 INFO  (qtp2098147860-14678) [n:127.0.0.1:43725_solr 
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1452822 INFO  (qtp2098147860-14678) [n:127.0.0.1:43725_solr 
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1452823 INFO  (qtp2098147860-14678) [n:127.0.0.1:43725_solr 
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1452823 INFO  (qtp2098147860-14678) [n:127.0.0.1:43725_solr 
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1452825 INFO  (qtp2098147860-14678) [n:127.0.0.1:43725_solr 
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@405713c3[collection_old_shard1_replica_n1] main]
   [junit4]   2> 1452825 INFO  (qtp668183544-14677) [n:127.0.0.1:44150_solr 
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1452825 INFO  (qtp668183544-14677) [n:127.0.0.1:44150_solr 
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1452825 INFO  (qtp668183544-14677) [n:127.0.0.1:44150_solr 
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:44150/solr/collection_old_shard2_replica_n2/
   [junit4]   2> 1452825 INFO  (qtp668183544-14677) [n:127.0.0.1:44150_solr 
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1452825 INFO  (qtp668183544-14677) [n:127.0.0.1:44150_solr 
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:44150/solr/collection_old_shard2_replica_n2/ has no replicas
   [junit4]   2> 1452825 INFO  (qtp668183544-14677) [n:127.0.0.1:44150_solr 
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1452825 INFO  (qtp2098147860-14678) [n:127.0.0.1:43725_solr 
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1452825 INFO  (qtp2098147860-14678) [n:127.0.0.1:43725_solr 
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1452826 INFO  (qtp2098147860-14678) [n:127.0.0.1:43725_solr 
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1452827 INFO  
(searcherExecutor-4051-thread-1-processing-n:127.0.0.1:43725_solr 
x:collection_old_shard1_replica_n1 s:shard1 c:collection_old r:core_node3) 
[n:127.0.0.1:43725_solr c:collection_old s:shard1 r:core_node3 
x:collection_old_shard1_replica_n1] o.a.s.c.SolrCore 
[collection_old_shard1_replica_n1] Registered new searcher 
Searcher@405713c3[collection_old_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1452827 INFO  (qtp2098147860-14678) [n:127.0.0.1:43725_solr 
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1593171574498787328
   [junit4]   2> 1452828 INFO  (qtp668183544-14677) [n:127.0.0.1:44150_solr 
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:44150/solr/collection_old_shard2_replica_n2/ shard2
   [junit4]   2> 1452832 INFO  (qtp2098147860-14678) [n:127.0.0.1:43725_solr 
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1452832 INFO  (qtp2098147860-14678) [n:127.0.0.1:43725_solr 
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1452832 INFO  (qtp2098147860-14678) [n:127.0.0.1:43725_solr 
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:43725/solr/collection_old_shard1_replica_n1/
   [junit4]   2> 1452832 INFO  (qtp2098147860-14678) [n:127.0.0.1:43725_solr 
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1452832 INFO  (qtp2098147860-14678) [n:127.0.0.1:43725_solr 
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:43725/solr/collection_old_shard1_replica_n1/ has no replicas
   [junit4]   2> 1452832 INFO  (qtp2098147860-14678) [n:127.0.0.1:43725_solr 
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1452834 INFO  (qtp2098147860-14678) [n:127.0.0.1:43725_solr 
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:43725/solr/collection_old_shard1_replica_n1/ shard1
   [junit4]   2> 1452935 INFO  
(zkCallback-2480-thread-2-processing-n:127.0.0.1:43725_solr) 
[n:127.0.0.1:43725_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection_old/state.json] for collection [collection_old] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1452935 INFO  
(zkCallback-2480-thread-3-processing-n:127.0.0.1:43725_solr) 
[n:127.0.0.1:43725_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection_old/state.json] for collection [collection_old] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1452935 INFO  
(zkCallback-2482-thread-2-processing-n:127.0.0.1:44150_solr) 
[n:127.0.0.1:44150_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection_old/state.json] for collection [collection_old] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1452935 INFO  
(zkCallback-2482-thread-1-processing-n:127.0.0.1:44150_solr) 
[n:127.0.0.1:44150_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection_old/state.json] for collection [collection_old] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1452978 INFO  (qtp668183544-14677) [n:127.0.0.1:44150_solr 
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1452980 INFO  (qtp668183544-14677) [n:127.0.0.1:44150_solr 
c:collection_old s:shard2 r:core_node4 x:collection_old_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=collection_old_shard2_replica_n2&action=CREATE&numShards=2&collection=collection_old&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1252
   [junit4]   2> 1452985 INFO  (qtp2098147860-14678) [n:127.0.0.1:43725_solr 
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1452986 INFO  (qtp2098147860-14678) [n:127.0.0.1:43725_solr 
c:collection_old s:shard1 r:core_node3 x:collection_old_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=collection_old_shard1_replica_n1&action=CREATE&numShards=2&collection=collection_old&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1241
   [junit4]   2> 1452988 INFO  (qtp668183544-14676) [n:127.0.0.1:44150_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> 1453086 INFO  
(zkCallback-2480-thread-3-processing-n:127.0.0.1:43725_solr) 
[n:127.0.0.1:43725_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection_old/state.json] for collection [collection_old] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1453086 INFO  
(zkCallback-2482-thread-2-processing-n:127.0.0.1:44150_solr) 
[n:127.0.0.1:44150_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection_old/state.json] for collection [collection_old] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1453087 INFO  
(zkCallback-2482-thread-1-processing-n:127.0.0.1:44150_solr) 
[n:127.0.0.1:44150_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection_old/state.json] for collection [collection_old] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1453086 INFO  
(zkCallback-2480-thread-2-processing-n:127.0.0.1:43725_solr) 
[n:127.0.0.1:43725_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection_old/state.json] for collection [collection_old] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1453414 INFO  
(OverseerCollectionConfigSetProcessor-73343326315413509-127.0.0.1:43725_solr-n_0000000000)
 [n:127.0.0.1:43725_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> 1453988 INFO  (qtp668183544-14676) [n:127.0.0.1:44150_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf&name=collection_old&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=2577
   [junit4]   2> 1453989 INFO  (qtp668183544-14675) [n:127.0.0.1:44150_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf&name=collection_new&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1453991 INFO  
(OverseerThreadFactory-4045-thread-2-processing-n:127.0.0.1:43725_solr) 
[n:127.0.0.1:43725_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection_new
   [junit4]   2> 1454200 INFO  
(OverseerStateUpdate-73343326315413509-127.0.0.1:43725_solr-n_0000000000) 
[n:127.0.0.1:43725_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection_new",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection_new_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:44150/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1454402 INFO  (qtp668183544-14674) [n:127.0.0.1:44150_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection_new_shard1_replica_n1&action=CREATE&numShards=1&collection=collection_new&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1454506 INFO  
(zkCallback-2482-thread-1-processing-n:127.0.0.1:44150_solr) 
[n:127.0.0.1:44150_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection_new/state.json] for collection [collection_new] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1454506 INFO  
(zkCallback-2482-thread-2-processing-n:127.0.0.1:44150_solr) 
[n:127.0.0.1:44150_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection_new/state.json] for collection [collection_new] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1455413 INFO  (qtp668183544-14674) [n:127.0.0.1:44150_solr 
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1455419 INFO  (qtp668183544-14674) [n:127.0.0.1:44150_solr 
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] 
o.a.s.s.IndexSchema [collection_new_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1455422 INFO  (qtp668183544-14674) [n:127.0.0.1:44150_solr 
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1455422 INFO  (qtp668183544-14674) [n:127.0.0.1:44150_solr 
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection_new_shard1_replica_n1' 
using configuration from collection collection_new, trusted=true
   [junit4]   2> 1455422 INFO  (qtp668183544-14674) [n:127.0.0.1:44150_solr 
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44150.solr.core.collection_new.shard1.replica_n1' (registry 
'solr.core.collection_new.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7114ca1
   [junit4]   2> 1455422 INFO  (qtp668183544-14674) [n:127.0.0.1:44150_solr 
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1455422 INFO  (qtp668183544-14674) [n:127.0.0.1:44150_solr 
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] 
o.a.s.c.SolrCore [[collection_new_shard1_replica_n1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_4C02E4B8483860F8-001/tempDir-001/node1/collection_new_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_4C02E4B8483860F8-001/tempDir-001/node1/./collection_new_shard1_replica_n1/data/]
   [junit4]   2> 1455469 INFO  (qtp668183544-14674) [n:127.0.0.1:44150_solr 
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1455469 INFO  (qtp668183544-14674) [n:127.0.0.1:44150_solr 
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1455470 INFO  (qtp668183544-14674) [n:127.0.0.1:44150_solr 
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1455470 INFO  (qtp668183544-14674) [n:127.0.0.1:44150_solr 
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1455472 INFO  (qtp668183544-14674) [n:127.0.0.1:44150_solr 
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5593faf9[collection_new_shard1_replica_n1] main]
   [junit4]   2> 1455473 INFO  (qtp668183544-14674) [n:127.0.0.1:44150_solr 
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1455473 INFO  (qtp668183544-14674) [n:127.0.0.1:44150_solr 
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1455474 INFO  (qtp668183544-14674) [n:127.0.0.1:44150_solr 
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1455475 INFO  
(searcherExecutor-4060-thread-1-processing-n:127.0.0.1:44150_solr 
x:collection_new_shard1_replica_n1 s:shard1 c:collection_new r:core_node2) 
[n:127.0.0.1:44150_solr c:collection_new s:shard1 r:core_node2 
x:collection_new_shard1_replica_n1] o.a.s.c.SolrCore 
[collection_new_shard1_replica_n1] Registered new searcher 
Searcher@5593faf9[collection_new_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1455475 INFO  (qtp668183544-14674) [n:127.0.0.1:44150_solr 
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1593171577275416576
   [junit4]   2> 1455483 INFO  (qtp668183544-14674) [n:127.0.0.1:44150_solr 
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1455483 INFO  (qtp668183544-14674) [n:127.0.0.1:44150_solr 
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1455483 INFO  (qtp668183544-14674) [n:127.0.0.1:44150_solr 
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:44150/solr/collection_new_shard1_replica_n1/
   [junit4]   2> 1455483 INFO  (qtp668183544-14674) [n:127.0.0.1:44150_solr 
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1455483 INFO  (qtp668183544-14674) [n:127.0.0.1:44150_solr 
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:44150/solr/collection_new_shard1_replica_n1/ has no replicas
   [junit4]   2> 1455483 INFO  (qtp668183544-14674) [n:127.0.0.1:44150_solr 
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1455486 INFO  (qtp668183544-14674) [n:127.0.0.1:44150_solr 
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:44150/solr/collection_new_shard1_replica_n1/ shard1
   [junit4]   2> 1455588 INFO  
(zkCallback-2482-thread-2-processing-n:127.0.0.1:44150_solr) 
[n:127.0.0.1:44150_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection_new/state.json] for collection [collection_new] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1455588 INFO  
(zkCallback-2482-thread-1-processing-n:127.0.0.1:44150_solr) 
[n:127.0.0.1:44150_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection_new/state.json] for collection [collection_new] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1455637 INFO  (qtp668183544-14674) [n:127.0.0.1:44150_solr 
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1455639 INFO  (qtp668183544-14674) [n:127.0.0.1:44150_solr 
c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection_new_shard1_replica_n1&action=CREATE&numShards=1&collection=collection_new&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1236
   [junit4]   2> 1455640 INFO  (qtp668183544-14675) [n:127.0.0.1:44150_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> 1455739 INFO  
(zkCallback-2482-thread-1-processing-n:127.0.0.1:44150_solr) 
[n:127.0.0.1:44150_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection_new/state.json] for collection [collection_new] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1455739 INFO  
(zkCallback-2482-thread-2-processing-n:127.0.0.1:44150_solr) 
[n:127.0.0.1:44150_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection_new/state.json] for collection [collection_new] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1455992 INFO  
(OverseerCollectionConfigSetProcessor-73343326315413509-127.0.0.1:43725_solr-n_0000000000)
 [n:127.0.0.1:43725_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> 1456641 INFO  (qtp668183544-14675) [n:127.0.0.1:44150_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf&name=collection_new&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=2651
   [junit4]   2> 1456649 INFO  (qtp668183544-14676) [n:127.0.0.1:44150_solr 
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection_old_shard2_replica_n2]  
webapp=/solr path=/update 
params={_stateVer_=collection_old:4&wt=javabin&version=2}{add=[6 
(1593171578503299072), 7 (1593171578506444800)]} 0 3
   [junit4]   2> 1456652 INFO  (qtp2098147860-14678) [n:127.0.0.1:43725_solr 
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection_old_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=collection_old:4&wt=javabin&version=2}{add=[8 
(1593171578508541952)]} 0 1
   [junit4]   2> 1456659 INFO  (qtp668183544-14676) [n:127.0.0.1:44150_solr 
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1593171578516930560,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1456659 INFO  (qtp2098147860-14671) [n:127.0.0.1:43725_solr 
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1593171578516930560,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1456659 INFO  (qtp668183544-14676) [n:127.0.0.1:44150_solr 
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1c4af524 
commitCommandVersion:1593171578516930560
   [junit4]   2> 1456660 INFO  (qtp2098147860-14671) [n:127.0.0.1:43725_solr 
c:collection_old s:shard1 r:core_node3 x:collection_old_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@4b1ddc12 
commitCommandVersion:1593171578516930560
   [junit4]   2> 1456665 INFO  (qtp668183544-14676) [n:127.0.0.1:44150_solr 
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@26ab54a0[collection_old_shard2_replica_n2] main]
   [junit4]   2> 1456665 INFO  (qtp668183544-14676) [n:127.0.0.1:44150_solr 
c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [juni

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

lr/collections/tlog_replica_test_delete_by_id/terms/shard1
   [junit4]   2>        7       
/solr/collections/tlog_replica_test_only_leader_indexes/terms/shard1
   [junit4]   2>        4       
/solr/collections/tlog_replica_test_add_remove_tlog_replica/terms/shard1
   [junit4]   2>        4       
/solr/collections/tlog_replica_test_add_remove_tlog_replica/terms/shard2
   [junit4]   2>        3       
/solr/collections/tlog_replica_test_add_docs/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        38      
/solr/collections/tlog_replica_test_recovery/state.json
   [junit4]   2>        30      
/solr/collections/tlog_replica_test_create_delete/state.json
   [junit4]   2>        27      
/solr/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json
   [junit4]   2>        25      
/solr/collections/tlog_replica_test_kill_leader/state.json
   [junit4]   2>        24      
/solr/collections/tlog_replica_test_remove_leader/state.json
   [junit4]   2>        24      
/solr/collections/tlog_replica_test_basic_leader_election/state.json
   [junit4]   2>        24      
/solr/collections/tlog_replica_test_add_remove_tlog_replica/state.json
   [junit4]   2>        22      
/solr/collections/tlog_replica_test_kill_tlog_replica/state.json
   [junit4]   2>        15      
/solr/collections/tlog_replica_test_delete_by_id/state.json
   [junit4]   2>        13      
/solr/collections/tlog_replica_test_only_leader_indexes/state.json
   [junit4]   2>        10      /solr/clusterstate.json
   [junit4]   2>        10      /solr/clusterprops.json
   [junit4]   2>        8       
/solr/collections/tlog_replica_test_real_time_get/state.json
   [junit4]   2>        6       
/solr/collections/tlog_replica_test_add_docs/state.json
   [junit4]   2>        4       
/solr/collections/tlog_replica_test_recovery/leader_elect/shard1/election/73343481428181006-core_node3-n_0000000000
   [junit4]   2>        4       /solr/autoscaling.json
   [junit4]   2>        3       
/solr/overseer_elect/election/73343481428181006-127.0.0.1:35795_solr-n_0000000003
   [junit4]   2>        2       
/solr/overseer_elect/election/73343481428181015-127.0.0.1:39507_solr-n_0000000006
   [junit4]   2>        2       
/solr/collections/tlog_replica_test_create_delete/leader_elect/shard1/election/73343481428181015-core_node7-n_0000000001
   [junit4]   2>        2       
/solr/collections/tlog_replica_test_kill_tlog_replica/leader_elect/shard1/election/73343481428180996-core_node4-n_0000000000
   [junit4]   2>        2       
/solr/overseer_elect/election/73343481428180996-127.0.0.1:39507_solr-n_0000000001
   [junit4]   2>        2       
/solr/collections/tlog_replica_test_real_time_get/leader_elect/shard1/election/73343481428181015-core_node5-n_0000000001
   [junit4]   2>        2       
/solr/collections/tlog_replica_test_create_delete/leader_elect/shard2/election/73343481428181015-core_node11-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        10      /solr/live_nodes
   [junit4]   2>        10      /solr/collections
   [junit4]   2>        4       /solr/overseer/queue
   [junit4]   2>        4       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        4       /solr/overseer/collection-queue-work
   [junit4]   2>        4       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_4C02E4B8483860F8-001
   [junit4]   2> Feb 23, 2018 7:01:36 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {foo=FST50, 
title_s=FST50, id=PostingsFormat(name=MockRandom), foo_s=FST50}, 
docValues:{_version_=DocValuesFormat(name=Asserting), 
id=DocValuesFormat(name=Lucene70), 
inplace_updatable_int=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=469, 
maxMBSortInHeap=7.8961395758469735, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@125befe7),
 locale=el-CY, timezone=America/Miquelon
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=195722944,total=514326528
   [junit4]   2> NOTE: All tests run in this JVM: [AnalyticsQueryTest, 
TestGenericDistributedQueue, TestImpersonationWithHadoopAuth, 
TestHashQParserPlugin, ReturnFieldsTest, TestSchemaVersionResource, 
TestComplexPhraseLeadingWildcard, SolrCloudExampleTest, 
TestAnalyzedSuggestions, TestDFRSimilarityFactory, 
DistributedFacetPivotSmallTest, TestLegacyFieldCache, 
DistributedQueryComponentOptimizationTest, TestQuerySenderListener, 
TestPayloadScoreQParserPlugin, TestRestManager, PropertiesRequestHandlerTest, 
TlogReplayBufferedWhileIndexingTest, StatsReloadRaceTest, ZkStateReaderTest, 
TestReloadAndDeleteDocs, MetricUtilsTest, TestLegacyTerms, 
UnloadDistributedZkTest, SpellPossibilityIteratorTest, TestReloadDeadlock, 
HttpSolrCallGetCoreTest, SaslZkACLProviderTest, CdcrRequestHandlerTest, 
DateMathParserTest, TestFaceting, TestRealTimeGet, TestChildDocTransformer, 
ConnectionReuseTest, PKIAuthenticationIntegrationTest, TestRawTransformer, 
TestMinMaxOnMultiValuedField, TestRandomRequestDistribution, CdcrBootstrapTest, 
TestUninvertingReader, DistribCursorPagingTest, TestReqParamsAPI, 
TestCloudDeleteByQuery, CoreSorterTest, TestNodeLostTrigger, 
AutoscalingHistoryHandlerTest, DistributedFacetPivotLargeTest, 
TestFieldResource, BitVectorTest, BJQParserTest, TestJavabinTupleStreamParser, 
TestFiltering, ReplaceNodeNoTargetTest, TestCodecSupport, 
CurrencyFieldTypeTest, StatelessScriptUpdateProcessorFactoryTest, 
HighlighterMaxOffsetTest, TestConfigOverlay, TestComputePlanAction, 
DocExpirationUpdateProcessorFactoryTest, SpatialFilterTest, 
SolrJmxReporterTest, BadCopyFieldTest, DistributedDebugComponentTest, 
TermVectorComponentTest, HttpPartitionTest, BlockCacheTest, 
UninvertDocValuesMergePolicyTest, CacheHeaderTest, MinimalSchemaTest, 
TestTolerantUpdateProcessorCloud, NoCacheHeaderTest, TestCollectionAPI, 
CoreMergeIndexesAdminHandlerTest, TestNestedDocsSort, TestRangeQuery, 
TestMaxScoreQueryParser, TestDownShardTolerantSearch, 
MoveReplicaHDFSFailoverTest, TestSolrCLIRunExample, TestAtomicUpdateErrorCases, 
SuggesterTSTTest, TestSmileRequest, LukeRequestHandlerTest, ForceLeaderTest, 
HdfsChaosMonkeySafeLeaderTest, TestUpdate, TestPivotHelperCode, 
HLLSerializationTest, TestDeleteCollectionOnDownNodes, 
BlockJoinFacetSimpleTest, SolrGangliaReporterTest, CircularListTest, 
TestMaxTokenLenTokenizer, AliasIntegrationTest, ZkFailoverTest, 
HdfsBasicDistributedZk2Test, TestNoOpRegenerator, MultiTermTest, 
TestCloudPivotFacet, AnalysisAfterCoreReloadTest, CollectionReloadTest, 
TestTriggerIntegration, SearchHandlerTest, TestBulkSchemaConcurrent, 
OverriddenZkACLAndCredentialsProvidersTest, DistributedSpellCheckComponentTest, 
TestConfigsApi, InfixSuggestersTest, NumericFieldsTest, DocValuesMultiTest, 
SmileWriterTest, TestLeaderElectionZkExpiry, HdfsDirectoryTest, 
TestNamedUpdateProcessors, SolrMetricManagerTest, TestSchemaManager, 
TestLocalFSCloudBackupRestore, HdfsCollectionsAPIDistributedZkTest, 
MultiThreadedOCPTest, TestSolrCoreProperties, TestLFUCache, 
ResponseLogComponentTest, NotRequiredUniqueKeyTest, URLClassifyProcessorTest, 
AutoAddReplicasIntegrationTest, BasicDistributedZk2Test, SyncSliceTest, 
OpenCloseCoreStressTest, LeaderElectionIntegrationTest, RecoveryZkTest, 
FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, TestRandomFaceting, 
LeaderElectionTest, TestZkChroot, TestRandomDVFaceting, ZkCLITest, 
ShardRoutingCustomTest, TestDistributedSearch, StatsComponentTest, 
SolrCmdDistributorTest, BadIndexSchemaTest, TestFunctionQuery, 
DirectUpdateHandlerTest, TestBadConfig, HighlighterTest, 
ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, 
SpellCheckCollatorTest, SuggesterFSTTest, DocValuesTest, QueryEqualityTest, 
DefaultValueUpdateProcessorTest, SortByFunctionTest, TestSolrDeletionPolicy1, 
DisMaxRequestHandlerTest, TestWriterPerf, DocumentAnalysisRequestHandlerTest, 
TestOmitPositions, RequestHandlersTest, TestIndexingPerformance, 
RequiredFieldsTest, IndexSchemaRuntimeFieldTest, IndexSchemaTest, 
TestCollationField, UpdateRequestProcessorFactoryTest, 
UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest, 
PingRequestHandlerTest, TestMergePolicyConfig, TestSolrDeletionPolicy2, 
SampleTest, TestDocSet, TestBinaryField, TestElisionMultitermQuery, 
OutputWriterTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, 
TestCharFilters, TestXIncludeConfig, EchoParamsTest, TestPerFieldSimilarity, 
TestLMJelinekMercerSimilarityFactory, TestFastWriter, TimeZoneUtilsTest, 
TestFastOutputStream, PluginInfoTest, ChaosMonkeyNothingIsSafeTest, 
AssignBackwardCompatibilityTest, ChaosMonkeySafeLeaderWithPullReplicasTest, 
CleanupOldIndexTest, CollectionsAPISolrJTest, DistribJoinFromCollectionTest, 
DistributedVersionInfoTest, LeaderElectionContextKeyTest, 
LeaderFailoverAfterPartitionTest, NodeMutatorTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, 
OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, 
OverseerStatusTest, PeerSyncReplicationTest, TestCloudInspectUtil, 
TestCloudPseudoReturnFields, TestCloudRecovery, TestCloudSearcherWarming, 
TestLockTree, TestMiniSolrCloudClusterSSL, TestRandomFlRTGCloud, 
TestRebalanceLeaders, TestShortCircuitedRequests, TestSolrCloudWithKerberosAlt, 
TestTlogReplica]
   [junit4] Completed [590/778 (2!)] on J2 in 119.79s, 13 tests, 1 failure <<< 
FAILURES!

[...truncated 9917 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:626:
 The following error occurred while executing this line:
/x1/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_pid21572.hprof

Total time: 293 minutes 41 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
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to