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

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 173 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/173/

2 tests failed.
FAILED:  org.apache.lucene.index.TestDuelingCodecsAtNight.testBigEquals

Error Message:
this IndexWriter is closed

Stack Trace:
org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:897)
	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:911)
	at org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1528)
	at org.apache.lucene.index.IndexWriter.addDocuments(IndexWriter.java:1508)
	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:141)
	at org.apache.lucene.index.TestDuelingCodecs.createRandomIndex(TestDuelingCodecs.java:139)
	at org.apache.lucene.index.TestDuelingCodecsAtNight.testBigEquals(TestDuelingCodecsAtNight.java:34)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.OutOfMemoryError: Java heap space
	at org.apache.lucene.util.fst.FST.<init>(FST.java:342)
	at org.apache.lucene.util.fst.FST.<init>(FST.java:274)
	at org.apache.lucene.codecs.memory.MemoryPostingsFormat$TermsReader.<init>(MemoryPostingsFormat.java:884)
	at org.apache.lucene.codecs.memory.MemoryPostingsFormat.fieldsProducer(MemoryPostingsFormat.java:967)
	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:292)
	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:372)
	at org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:112)
	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:78)
	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:208)
	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4588)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4083)
	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:624)
	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:661)


FAILED:  org.apache.solr.handler.TestReplicationHandler.doTestReplicateAfterCoreReload

Error Message:
expected:<[{indexVersion=1520822454763,generation=2,filelist=[_1.cfe, _1.cfs, _1.si, _2.cfe, _2.cfs, _2.si, _3.cfe, _3.cfs, _3.si, _4.cfe, _4.cfs, _4.si, _5.cfe, _5.cfs, _5.si, _6.cfe, _6.cfs, _6.si, segments_2]}]> but was:<[{indexVersion=1520822454763,generation=2,filelist=[_1.cfe, _1.cfs, _1.si, _2.cfe, _2.cfs, _2.si, _3.cfe, _3.cfs, _3.si, _4.cfe, _4.cfs, _4.si, _5.cfe, _5.cfs, _5.si, _6.cfe, _6.cfs, _6.si, segments_2]}, {indexVersion=1520822454763,generation=3,filelist=[_2.cfe, _2.cfs, _2.si, _3.cfe, _3.cfs, _3.si, _5.cfe, _5.cfs, _5.si, _7.cfe, _7.cfs, _7.si, segments_3]}]>

Stack Trace:
java.lang.AssertionError: expected:<[{indexVersion=1520822454763,generation=2,filelist=[_1.cfe, _1.cfs, _1.si, _2.cfe, _2.cfs, _2.si, _3.cfe, _3.cfs, _3.si, _4.cfe, _4.cfs, _4.si, _5.cfe, _5.cfs, _5.si, _6.cfe, _6.cfs, _6.si, segments_2]}]> but was:<[{indexVersion=1520822454763,generation=2,filelist=[_1.cfe, _1.cfs, _1.si, _2.cfe, _2.cfs, _2.si, _3.cfe, _3.cfs, _3.si, _4.cfe, _4.cfs, _4.si, _5.cfe, _5.cfs, _5.si, _6.cfe, _6.cfs, _6.si, segments_2]}, {indexVersion=1520822454763,generation=3,filelist=[_2.cfe, _2.cfs, _2.si, _3.cfe, _3.cfs, _3.si, _5.cfe, _5.cfs, _5.si, _7.cfe, _7.cfs, _7.si, segments_3]}]>
	at __randomizedtesting.SeedInfo.seed([B84E20F08BA676B5:9D993BC0FBEE78B6]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.handler.TestReplicationHandler.doTestReplicateAfterCoreReload(TestReplicationHandler.java:1280)
	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 1858 lines...]
   [junit4] Suite: org.apache.lucene.index.TestDuelingCodecsAtNight
   [junit4]   2> مار 11, 2018 5:18:33 م com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Lucene Merge Thread #33,5,TGRP-TestDuelingCodecsAtNight]
   [junit4]   2> org.apache.lucene.index.MergePolicy$MergeException: org.apache.lucene.store.AlreadyClosedException: refusing to delete any files: this IndexWriter hit an unrecoverable exception
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([5D847244DCE419B1]:0)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:703)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:683)
   [junit4]   2> Caused by: org.apache.lucene.store.AlreadyClosedException: refusing to delete any files: this IndexWriter hit an unrecoverable exception
   [junit4]   2> 	at org.apache.lucene.index.IndexFileDeleter.ensureOpen(IndexFileDeleter.java:345)
   [junit4]   2> 	at org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:697)
   [junit4]   2> 	at org.apache.lucene.index.IndexFileDeleter.deleteNewFiles(IndexFileDeleter.java:692)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.deleteNewFiles(IndexWriter.java:5030)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4529)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4083)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:624)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:661)
   [junit4]   2> Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]   2> 	at org.apache.lucene.util.fst.FST.<init>(FST.java:342)
   [junit4]   2> 	at org.apache.lucene.util.fst.FST.<init>(FST.java:274)
   [junit4]   2> 	at org.apache.lucene.codecs.memory.MemoryPostingsFormat$TermsReader.<init>(MemoryPostingsFormat.java:884)
   [junit4]   2> 	at org.apache.lucene.codecs.memory.MemoryPostingsFormat.fieldsProducer(MemoryPostingsFormat.java:967)
   [junit4]   2> 	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:292)
   [junit4]   2> 	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:372)
   [junit4]   2> 	at org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:112)
   [junit4]   2> 	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:78)
   [junit4]   2> 	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:208)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4588)
   [junit4]   2> 	... 3 more
   [junit4]   2> 
   [junit4]   2> مار 11, 2018 5:18:34 م com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Lucene Merge Thread #24,5,TGRP-TestDuelingCodecsAtNight]
   [junit4]   2> org.apache.lucene.index.MergePolicy$MergeException: java.lang.OutOfMemoryError: Java heap space
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([5D847244DCE419B1]:0)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:703)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:683)
   [junit4]   2> Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]   2> 	at org.apache.lucene.util.fst.FST.<init>(FST.java:342)
   [junit4]   2> 	at org.apache.lucene.util.fst.FST.<init>(FST.java:274)
   [junit4]   2> 	at org.apache.lucene.codecs.memory.MemoryPostingsFormat$TermsReader.<init>(MemoryPostingsFormat.java:884)
   [junit4]   2> 	at org.apache.lucene.codecs.memory.MemoryPostingsFormat.fieldsProducer(MemoryPostingsFormat.java:967)
   [junit4]   2> 	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:292)
   [junit4]   2> 	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:372)
   [junit4]   2> 	at org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:112)
   [junit4]   2> 	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:78)
   [junit4]   2> 	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:208)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4588)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4083)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:624)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:661)
   [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=TestDuelingCodecsAtNight -Dtests.method=testBigEquals -Dtests.seed=5D847244DCE419B1 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt -Dtests.locale=ar-YE -Dtests.timezone=America/Los_Angeles -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR    728s J1 | TestDuelingCodecsAtNight.testBigEquals <<<
   [junit4]    > Throwable #1: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:897)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:911)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1528)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.addDocuments(IndexWriter.java:1508)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:141)
   [junit4]    > 	at org.apache.lucene.index.TestDuelingCodecs.createRandomIndex(TestDuelingCodecs.java:139)
   [junit4]    > 	at org.apache.lucene.index.TestDuelingCodecsAtNight.testBigEquals(TestDuelingCodecsAtNight.java:34)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at org.apache.lucene.util.fst.FST.<init>(FST.java:342)
   [junit4]    > 	at org.apache.lucene.util.fst.FST.<init>(FST.java:274)
   [junit4]    > 	at org.apache.lucene.codecs.memory.MemoryPostingsFormat$TermsReader.<init>(MemoryPostingsFormat.java:884)
   [junit4]    > 	at org.apache.lucene.codecs.memory.MemoryPostingsFormat.fieldsProducer(MemoryPostingsFormat.java:967)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:292)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:372)
   [junit4]    > 	at org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:112)
   [junit4]    > 	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:78)
   [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:208)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4588)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4083)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:624)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:661)Throwable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=17256, name=Lucene Merge Thread #33, state=RUNNABLE, group=TGRP-TestDuelingCodecsAtNight]
   [junit4]    > Caused by: org.apache.lucene.index.MergePolicy$MergeException: org.apache.lucene.store.AlreadyClosedException: refusing to delete any files: this IndexWriter hit an unrecoverable exception
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5D847244DCE419B1]:0)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:703)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:683)
   [junit4]    > Caused by: org.apache.lucene.store.AlreadyClosedException: refusing to delete any files: this IndexWriter hit an unrecoverable exception
   [junit4]    > 	at org.apache.lucene.index.IndexFileDeleter.ensureOpen(IndexFileDeleter.java:345)
   [junit4]    > 	at org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:697)
   [junit4]    > 	at org.apache.lucene.index.IndexFileDeleter.deleteNewFiles(IndexFileDeleter.java:692)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.deleteNewFiles(IndexWriter.java:5030)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4529)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4083)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:624)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:661)
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at org.apache.lucene.util.fst.FST.<init>(FST.java:342)
   [junit4]    > 	at org.apache.lucene.util.fst.FST.<init>(FST.java:274)
   [junit4]    > 	at org.apache.lucene.codecs.memory.MemoryPostingsFormat$TermsReader.<init>(MemoryPostingsFormat.java:884)
   [junit4]    > 	at org.apache.lucene.codecs.memory.MemoryPostingsFormat.fieldsProducer(MemoryPostingsFormat.java:967)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:292)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:372)
   [junit4]    > 	at org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:112)
   [junit4]    > 	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:78)
   [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:208)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4588)
   [junit4]    > 	... 3 moreThrowable #3: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=17247, name=Lucene Merge Thread #24, state=RUNNABLE, group=TGRP-TestDuelingCodecsAtNight]
   [junit4]    > Caused by: org.apache.lucene.index.MergePolicy$MergeException: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5D847244DCE419B1]:0)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:703)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:683)
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at org.apache.lucene.util.fst.FST.<init>(FST.java:342)
   [junit4]    > 	at org.apache.lucene.util.fst.FST.<init>(FST.java:274)
   [junit4]    > 	at org.apache.lucene.codecs.memory.MemoryPostingsFormat$TermsReader.<init>(MemoryPostingsFormat.java:884)
   [junit4]    > 	at org.apache.lucene.codecs.memory.MemoryPostingsFormat.fieldsProducer(MemoryPostingsFormat.java:967)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:292)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:372)
   [junit4]    > 	at org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:112)
   [junit4]    > 	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:78)
   [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:208)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4588)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4083)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:624)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:661)
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/core/test/J1/temp/lucene.index.TestDuelingCodecsAtNight_5D847244DCE419B1-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=RandomSimilarity(queryNorm=false): {titleTokenized=IB SPL-L3(800.0), body=DFR G3(800.0)}, locale=ar-YE, timezone=America/Los_Angeles
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=4,threads=1,free=301758048,total=454557696
   [junit4]   2> NOTE: All tests run in this JVM: [TestLevenshteinAutomata, TestIndexWriterUnicode, TestPhrasePrefixQuery, TestMergeSchedulerExternal, TestPerFieldDocValuesFormat, TestReusableStringReader, TestCustomNorms, TestIndexReaderClose, TestSpanExplanations, TestSearcherManager, TestAutomatonQueryUnicode, TestBoostQuery, TestTopFieldCollectorEarlyTermination, Test2BPagedBytes, TestTermContext, TestExitableDirectoryReader, TestReqExclBulkScorer, TestToken, TestBytesRefAttImpl, TestDocsWithFieldSet, TestTransactions, TestCharArraySet, TestComplexExplanations, TestBytesRefArray, TestIndexFileDeleter, TestBufferedChecksum, TestSpanFirstQuery, TestDeterminism, TestOmitPositions, TestLucene60FieldInfoFormat, TestRecyclingIntBlockAllocator, TestBooleanQuery, TestRollback, Test2BPositions, TestParallelTermEnum, TestOneMergeWrappingMergePolicy, TestMultiTermsEnum, TestRecyclingByteBlockAllocator, TestTragicIndexWriterDeadlock, TestWildcard, TestIndexWriterDelete, TestDoc, TestFilterIterator, TestFutureArrays, TestLucene70DocValuesFormat, TestVirtualMethod, Test2BPostings, TestParallelReaderEmptyIndex, TestDocumentsWriterStallControl, TestTransactionRollback, Test2BPoints, TestStringHelper, TestIntRange, TestBlockPostingsFormat3, TestMultiDocValues, TestSortedSetDocValues, TestSpanContainQuery, TestSingleInstanceLockFactory, TestSortRandom, Test2BDocs, TestStressNRT, TestSizeBoundedForceMerge, TestMultiTermConstantScore, TestFilterLeafReader, TestVersion, TestTermVectorsReader, TestNormsFieldExistsQuery, TestCustomSearcherSort, TestTermsEnum2, TestLRUQueryCache, TestMinimize, TestPositionIncrement, TestMathUtil, TestIndexOrDocValuesQuery, TestCodecUtil, TestPrefixInBooleanQuery, TestCrash, TestMergePolicyWrapper, TestConsistentFieldNumbers, TestWeakIdentityMap, TestDirectoryReader, TestLockFactory, TestPhraseQuery, TestCollectionUtil, TestOmitNorms, TestFixedBitSet, TestRegexpRandom2, TestFastDecompressionMode, TestParallelCompositeReader, TestIndexWriterNRTIsCurrent, TestPagedBytes, TestDocValuesIndexing, TestHugeRamFile, TestBooleanMinShouldMatch, TestDeterminizeLexicon, TestPostingsOffsets, TestMixedCodecs, TestRAMDirectory, TestMultiPhraseQuery, TestBagOfPostings, TestElevationComparator, TestSubScorerFreqs, TestIndexWriterConfig, TestMultiTermQueryRewrites, TestDateSort, TestSimilarity, TestSpanExplanationsOfNonMatches, TestRollingBuffer, TestSimilarityProvider, TestPriorityQueue, TestSameTokenSamePosition, TestDocCount, TestTotalHitCountCollector, TestBooleanScorer, TestLucene60PointsFormat, TestPolygon2D, TestAllFilesCheckIndexHeader, TestAllFilesDetectTruncation, TestCustomTermFreq, TestDocIDMerger, TestDocInverterPerFieldErrorInfo, TestDocValues, TestDuelingCodecsAtNight]
   [junit4] Completed [466/466 (1!)] on J1 in 753.01s, 3 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J1: stdout was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/core/test/temp/junit4-J1-20180311_231643_892825417785303092047.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/heapdumps/java_pid28612.hprof ...
   [junit4] Heap dump file created [276039245 bytes in 0.352 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 11539 lines...]
   [junit4] JVM J0: stdout was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J0-20180312_021120_4274052398804739330652.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/heapdumps/java_pid25869.hprof ...
   [junit4] Heap dump file created [453924353 bytes in 1.386 secs]
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J0-20180312_021120_4274397120260331958997.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] WARN: Unhandled exception in event serialization. -> java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] 	at java.util.Arrays.copyOf(Arrays.java:3332)
   [junit4] 	at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:124)
   [junit4] 	at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:649)
   [junit4] 	at java.lang.StringBuilder.append(StringBuilder.java:202)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.events.AbstractEvent.toAscii(AbstractEvent.java:108)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.events.AbstractEvent.writeBinaryProperty(AbstractEvent.java:36)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.events.AppendStdErrEvent.serialize(AppendStdErrEvent.java:30)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.events.Serializer$2.run(Serializer.java:119)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.events.Serializer$2.run(Serializer.java:114)
   [junit4] 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.events.Serializer.flushQueue(Serializer.java:114)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.events.Serializer.serialize(Serializer.java:99)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain$3$2.write(SlaveMain.java:472)
   [junit4] 	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
   [junit4] 	at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
   [junit4] 	at java.io.PrintStream.flush(PrintStream.java:338)
   [junit4] 	at java.io.FilterOutputStream.flush(FilterOutputStream.java:140)
   [junit4] 	at java.io.PrintStream.write(PrintStream.java:482)
   [junit4] 	at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)
   [junit4] 	at sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:291)
   [junit4] 	at sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:295)
   [junit4] 	at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:141)
   [junit4] 	at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:229)
   [junit4] 	at org.apache.log4j.helpers.QuietWriter.flush(QuietWriter.java:59)
   [junit4] 	at org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:324)
   [junit4] 	at org.apache.log4j.WriterAppender.append(WriterAppender.java:162)
   [junit4] 	at org.apache.log4j.AppenderSkeleton.doAppend
   [junit4] (AppenderSkeleton.java:251)
   [junit4] 	at org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:66)
   [junit4] 	at org.apache.log4j.Category.callAppenders(Category.java:206)
   [junit4] 	at org.apache.log4j.Category.forcedLog(Category.java:391)
   [junit4] 	at org.apache.log4j.Category.log(Category.java:856)
   [junit4] 	at org.slf4j.impl.Log4jLoggerAdapter.error(Log4jLoggerAdapter.java:498)
   [junit4] <<< JVM J0: EOF ----

[...truncated 174 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B84E20F08BA676B5-001/init-core-data-001
   [junit4]   2> 1670276 WARN  (SUITE-TestReplicationHandler-seed#[B84E20F08BA676B5]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=27 numCloses=27
   [junit4]   2> 1670276 INFO  (SUITE-TestReplicationHandler-seed#[B84E20F08BA676B5]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1670278 INFO  (SUITE-TestReplicationHandler-seed#[B84E20F08BA676B5]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 1670278 INFO  (SUITE-TestReplicationHandler-seed#[B84E20F08BA676B5]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1670280 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testEmptyCommits
   [junit4]   2> 1670280 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B84E20F08BA676B5-001/solr-instance-001/collection1
   [junit4]   2> 1670283 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T01:27:37+04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1670284 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1670284 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1670284 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1670285 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6ceaaba0{/solr,null,AVAILABLE}
   [junit4]   2> 1670287 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1259100d{HTTP/1.1,[http/1.1]}{127.0.0.1:54276}
   [junit4]   2> 1670287 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.e.j.s.Server Started @1673471ms
   [junit4]   2> 1670287 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B84E20F08BA676B5-001/solr-instance-001/collection1/data, hostContext=/solr, hostPort=54276}
   [junit4]   2> 1670287 ERROR (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1670288 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1670288 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1670288 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1670288 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-12T02:39:13.953Z
   [junit4]   2> 1670288 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B84E20F08BA676B5-001/solr-instance-001/solr.xml
   [junit4]   2> 1670292 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1670292 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1670294 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5d7ba0d, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1670337 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d7ba0d
   [junit4]   2> 1670351 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d7ba0d
   [junit4]   2> 1670351 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d7ba0d
   [junit4]   2> 1670354 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B84E20F08BA676B5-001/solr-instance-001/.
   [junit4]   2> 1670354 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1670354 INFO  (coreLoadExecutor-5276-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1670366 INFO  (coreLoadExecutor-5276-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1670375 INFO  (coreLoadExecutor-5276-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1670377 INFO  (coreLoadExecutor-5276-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1670377 INFO  (coreLoadExecutor-5276-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B84E20F08BA676B5-001/solr-instance-001/./collection1, trusted=true
   [junit4]   2> 1670378 INFO  (coreLoadExecutor-5276-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d7ba0d
   [junit4]   2> 1670378 INFO  (coreLoadExecutor-5276-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1670378 INFO  (coreLoadExecutor-5276-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B84E20F08BA676B5-001/solr-instance-001/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B84E20F08BA676B5-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 1670380 INFO  (coreLoadExecutor-5276-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1825132783, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1670434 INFO  (coreLoadExecutor-5276-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1670434 INFO  (coreLoadExecutor-5276-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1670435 INFO  (coreLoadExecutor-5276-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@644ffc04
   [junit4]   2> 1670435 INFO  (coreLoadExecutor-5276-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1253f80e[collection1] main]
   [junit4]   2> 1670436 INFO  (coreLoadExecutor-5276-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B84E20F08BA676B5-001/solr-instance-001/collection1/conf
   [junit4]   2> 1670436 INFO  (coreLoadExecutor-5276-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 1670436 INFO  (coreLoadExecutor-5276-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1670439 INFO  (searcherExecutor-5277-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1253f80e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1670439 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B84E20F08BA676B5-001/solr-instance-002/collection1
   [junit4]   2> 1670442 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T01:27:37+04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1670443 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1670443 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1670443 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1670443 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@44c5d0ae{/solr,null,AVAILABLE}
   [junit4]   2> 1670443 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5555fdc7{HTTP/1.1,[http/1.1]}{127.0.0.1:48726}
   [junit4]   2> 1670444 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.e.j.s.Server Started @1673627ms
   [junit4]   2> 1670444 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B84E20F08BA676B5-001/solr-instance-002/collection1/data, hostContext=/solr, hostPort=48726}
   [junit4]   2> 1670444 ERROR (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1670444 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1670444 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1670444 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1670444 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-12T02:39:14.109Z
   [junit4]   2> 1670445 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B84E20F08BA676B5-001/solr-instance-002/solr.xml
   [junit4]   2> 1670449 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1670449 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1670450 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5d7ba0d, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1670510 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d7ba0d
   [junit4]   2> 1670526 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d7ba0d
   [junit4]   2> 1670526 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d7ba0d
   [junit4]   2> 1670529 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B84E20F08BA676B5-001/solr-instance-002/.
   [junit4]   2> 1670530 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1670530 INFO  (coreLoadExecutor-5286-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1670542 INFO  (coreLoadExecutor-5286-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1670550 INFO  (coreLoadExecutor-5286-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1670552 INFO  (coreLoadExecutor-5286-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1670553 INFO  (coreLoadExecutor-5286-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B84E20F08BA676B5-001/solr-instance-002/./collection1, trusted=true
   [junit4]   2> 1670553 INFO  (coreLoadExecutor-5286-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d7ba0d
   [junit4]   2> 1670553 INFO  (coreLoadExecutor-5286-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1670553 INFO  (coreLoadExecutor-5286-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B84E20F08BA676B5-001/solr-instance-002/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B84E20F08BA676B5-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 1670558 INFO  (coreLoadExecutor-5286-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1825132783, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1670615 INFO  (coreLoadExecutor-5286-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1670615 INFO  (coreLoadExecutor-5286-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1670617 INFO  (coreLoadExecutor-5286-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@a92d1f1
   [junit4]   2> 1670617 INFO  (coreLoadExecutor-5286-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5c943e08[collection1] main]
   [junit4]   2> 1670617 INFO  (coreLoadExecutor-5286-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_B84E20F08BA676B5-001/solr-instance-002/collection1/conf
   [junit4]   2> 1670619 INFO  (coreLoadExecutor-5286-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 1670619 INFO  (coreLoadExecutor-5286-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1670621 INFO  (searcherExecutor-5287-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5c943e08[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1670623 INFO  (qtp1059274041-26385) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=*:*&sort=id+desc&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1670624 INFO  (qtp1059274041-26387) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1]} 0 0
   [junit4]   2> 1670625 INFO  (qtp1059274041-26389) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1670625 INFO  (qtp1059274041-26389) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6ad75b9e commitCommandVersion:0
   [junit4]   2> 1670627 INFO  (qtp1059274041-26389) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@255cfec9[collection1] main]
   [junit4]   2> 1670627 INFO  (qtp1059274041-26389) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1670628 INFO  (searcherExecutor-5277-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@255cfec9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.3.0):c1)))}
   [junit4]   2> 1670629 INFO  (qtp1059274041-26389) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={commit=true&wt=javabin&version=2}{commit=} 0 3
   [junit4]   2> 1670631 WARN  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher 'masterUrl' must be specified without the /replication suffix
   [junit4]   2> 1670633 INFO  (qtp1059274041-26389) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 1670633 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Master's generation: 2
   [junit4]   2> 1670633 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Master's version: 1520822354290
   [junit4]   2> 1670633 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1670633 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1670633 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 1670635 INFO  (qtp1059274041-26387) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&tlogFiles=false&wt=javabin&version=2&command=filelist} status=0 QTime=2
   [junit4]   2> 1670636 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Number of files in latest index in master: 4
   [junit4]   2> 1670636 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=3.4052734375, floorSegmentMB=1.0576171875, forceMergeDeletesPctAllowed=24.870534420489452, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1670637 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1670637 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting download (fullCopy=false) to MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@4d163aa8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@549525f9; maxCacheMB=0.173828125 maxMergeSizeMB=0.9443359375))
   [junit4]   2> 1670637 INFO  (qtp1059274041-26389) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.cfe&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1670639 INFO  (qtp1059274041-26387) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1670640 INFO  (qtp1059274041-26389) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.cfs&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1670641 INFO  (qtp1059274041-26387) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=segments_2&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1670641 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Total time taken for download (fullCopy=false,bytesDownloaded=1723) : 0 secs (null bytes/sec) to MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@4d163aa8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@549525f9; maxCacheMB=0.173828125 maxMergeSizeMB=0.9443359375))
   [junit4]   2> 1670642 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=45.66015625, floorSegmentMB=1.126953125, forceMergeDeletesPctAllowed=16.389224012897333, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1670643 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1670643 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4ea8fe95[collection1] main]
   [junit4]   2> 1670645 INFO  (searcherExecutor-5287-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4ea8fe95[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.3.0):c1)))}
   [junit4]   2> 1670645 INFO  (qtp1446767886-26402) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={wait=true&masterUrl=http://127.0.0.1:54276/solr/collection1/replication&command=fetchindex} status=0 QTime=14
   [junit4]   2> 1670647 INFO  (qtp1446767886-26406) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=name:empty1&sort=id+desc&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 1670647 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.a.s.h.TestReplicationHandler Waited for 0ms and found 1 docs
   [junit4]   2> 1670648 INFO  (qtp1059274041-26390) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 1670648 INFO  (qtp1059274041-26387) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 1670650 INFO  (qtp1059274041-26389) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={slave=false&qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 1670650 INFO  (qtp1446767886-26408) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 1670650 INFO  (qtp1059274041-26390) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=assertVersions&qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 1670651 INFO  (qtp1446767886-26406) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=assertVersions&qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 1670651 INFO  (qtp1059274041-26389) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1670651 INFO  (qtp1059274041-26389) [    x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1670651 INFO  (qtp1059274041-26389) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1670651 INFO  (qtp1059274041-26389) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={commit=true&wt=javabin&version=2}{commit=} 0 0
   [junit4]   2> 1670652 WARN  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher 'masterUrl' must be specified without the /replication suffix
   [junit4]   2> 1670653 INFO  (qtp1059274041-26387) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 1670653 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Master's generation: 2
   [junit4]   2> 1670653 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Master's version: 1520822354290
   [junit4]   2> 1670653 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Slave's generation: 2
   [junit4]   2> 1670653 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Slave's version: 1520822354290
   [junit4]   2> 1670653 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Slave in sync with master.
   [junit4]   2> 1670653 INFO  (qtp1446767886-26403) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={wait=true&masterUrl=http://127.0.0.1:54276/solr/collection1/replication&command=fetchindex} status=0 QTime=1
   [junit4]   2> 1670655 INFO  (qtp1059274041-26390) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2]} 0 0
   [junit4]   2> 1670655 INFO  (qtp1059274041-26387) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1670655 INFO  (qtp1059274041-26387) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6ad75b9e commitCommandVersion:0
   [junit4]   2> 1670707 INFO  (qtp1059274041-26387) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@43b3720b[collection1] main]
   [junit4]   2> 1670707 INFO  (qtp1059274041-26387) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1670710 INFO  (searcherExecutor-5277-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@43b3720b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.3.0):c1) Uninverting(_1(7.3.0):c1)))}
   [junit4]   2> 1670710 INFO  (qtp1059274041-26387) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={commit=true&wt=javabin&version=2}{commit=} 0 55
   [junit4]   2> 1670712 WARN  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher 'masterUrl' must be specified without the /replication suffix
   [junit4]   2> 1670713 INFO  (qtp1059274041-26389) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 1670713 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Master's generation: 3
   [junit4]   2> 1670713 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Master's version: 1520822354320
   [junit4]   2> 1670713 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Slave's generation: 2
   [junit4]   2> 1670713 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Slave's version: 1520822354290
   [junit4]   2> 1670713 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 1670714 INFO  (qtp1059274041-26387) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&tlogFiles=false&wt=javabin&version=2&command=filelist} status=0 QTime=1
   [junit4]   2> 1670714 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Number of files in latest index in master: 7
   [junit4]   2> 1670715 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=3.4052734375, floorSegmentMB=1.0576171875, forceMergeDeletesPctAllowed=24.870534420489452, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1670715 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1670716 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting download (fullCopy=false) to MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@29c75ac5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2d8fe704; maxCacheMB=0.173828125 maxMergeSizeMB=0.9443359375))
   [junit4]   2> 1670716 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0.cfe because it already exists
   [junit4]   2> 1670716 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0.si because it already exists
   [junit4]   2> 1670716 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0.cfs because it already exists
   [junit4]   2> 1670716 INFO  (qtp1059274041-26389) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_1.cfs&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1670717 INFO  (qtp1059274041-26387) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_1.cfe&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1670718 INFO  (qtp1059274041-26389) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_1.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1670719 INFO  (qtp1059274041-26387) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=segments_3&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1670720 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Total time taken for download (fullCopy=false,bytesDownloaded=1788) : 0 secs (null bytes/sec) to MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@29c75ac5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2d8fe704; maxCacheMB=0.173828125 maxMergeSizeMB=0.9443359375))
   [junit4]   2> 1670721 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=45.66015625, floorSegmentMB=1.126953125, forceMergeDeletesPctAllowed=16.389224012897333, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1670721 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1670722 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5471420e[collection1] main]
   [junit4]   2> 1670726 INFO  (searcherExecutor-5287-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5471420e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.3.0):c1) Uninverting(_1(7.3.0):c1)))}
   [junit4]   2> 1670726 INFO  (qtp1446767886-26406) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={wait=true&masterUrl=http://127.0.0.1:54276/solr/collection1/replication&command=fetchindex} status=0 QTime=15
   [junit4]   2> 1670728 INFO  (qtp1446767886-26408) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=name:empty2&sort=id+desc&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 1670728 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.a.s.h.TestReplicationHandler Waited for 0ms and found 1 docs
   [junit4]   2> 1670729 INFO  (qtp1059274041-26390) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 1670729 INFO  (qtp1059274041-26387) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 1670731 INFO  (qtp1059274041-26389) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={slave=false&qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 1670731 INFO  (qtp1446767886-26406) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=1
   [junit4]   2> 1670732 INFO  (qtp1059274041-26390) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=assertVersions&qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 1670732 INFO  (qtp1446767886-26408) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=assertVersions&qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 1670733 INFO  (qtp1059274041-26389) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3]} 0 0
   [junit4]   2> 1670734 INFO  (qtp1059274041-26390) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1670734 INFO  (qtp1059274041-26390) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6ad75b9e commitCommandVersion:0
   [junit4]   2> 1670789 INFO  (qtp1059274041-26390) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5d6e95b3[collection1] realtime]
   [junit4]   2> 1670789 INFO  (qtp1059274041-26390) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1670790 INFO  (qtp1059274041-26390) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={openSearcher=false&commit=true&wt=javabin&version=2}{commit=} 0 56
   [junit4]   2> 1670792 WARN  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher 'masterUrl' must be specified without the /replication suffix
   [junit4]   2> 1670793 INFO  (qtp1059274041-26387) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 1670793 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Master's generation: 4
   [junit4]   2> 1670793 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Master's version: 1520822354399
   [junit4]   2> 1670793 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Slave's generation: 3
   [junit4]   2> 1670793 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Slave's version: 1520822354320
   [junit4]   2> 1670793 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 1670794 INFO  (qtp1059274041-26390) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=4&qt=/replication&tlogFiles=false&wt=javabin&version=2&command=filelist} status=0 QTime=0
   [junit4]   2> 1670794 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Number of files in latest index in master: 10
   [junit4]   2> 1670795 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=3.4052734375, floorSegmentMB=1.0576171875, forceMergeDeletesPctAllowed=24.870534420489452, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1670796 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1670796 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Found unused file: segments_2
   [junit4]   2> 1670796 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Sleeping for 1000ms to wait for unused lucene index files to be delete-able
   [junit4]   2> 1671796 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Found unused file: segments_2
   [junit4]   2> 1671796 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Sleeping for 1000ms to wait for unused lucene index files to be delete-able
   [junit4]   2> 1672797 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Found unused file: segments_2
   [junit4]   2> 1672797 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Sleeping for 1000ms to wait for unused lucene index files to be delete-able
   [junit4]   2> 1673798 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Found unused file: segments_2
   [junit4]   2> 1673798 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Sleeping for 1000ms to wait for unused lucene index files to be delete-able
   [junit4]   2> 1674799 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Found unused file: segments_2
   [junit4]   2> 1674799 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Sleeping for 1000ms to wait for unused lucene index files to be delete-able
   [junit4]   2> 1675799 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Found unused file: segments_2
   [junit4]   2> 1675799 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Sleeping for 1000ms to wait for unused lucene index files to be delete-able
   [junit4]   2> 1676800 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Found unused file: segments_2
   [junit4]   2> 1676800 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Sleeping for 1000ms to wait for unused lucene index files to be delete-able
   [junit4]   2> 1677801 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Found unused file: segments_2
   [junit4]   2> 1677801 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Sleeping for 1000ms to wait for unused lucene index files to be delete-able
   [junit4]   2> 1678802 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Found unused file: segments_2
   [junit4]   2> 1678802 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Sleeping for 1000ms to wait for unused lucene index files to be delete-able
   [junit4]   2> 1679802 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Found unused file: segments_2
   [junit4]   2> 1679803 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Sleeping for 1000ms to wait for unused lucene index files to be delete-able
   [junit4]   2> 1680803 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Found unused file: segments_2
   [junit4]   2> 1680803 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Sleeping for 1000ms to wait for unused lucene index files to be delete-able
   [junit4]   2> 1681804 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher IndexFetcher slept for 11000ms for unused lucene index files to be delete-able
   [junit4]   2> 1681804 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting download (fullCopy=false) to MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@51068bb5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@52885a17; maxCacheMB=0.173828125 maxMergeSizeMB=0.9443359375))
   [junit4]   2> 1681804 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0.cfe because it already exists
   [junit4]   2> 1681804 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0.si because it already exists
   [junit4]   2> 1681805 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0.cfs because it already exists
   [junit4]   2> 1681805 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _1.cfs because it already exists
   [junit4]   2> 1681805 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _1.cfe because it already exists
   [junit4]   2> 1681805 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _1.si because it already exists
   [junit4]   2> 1681807 INFO  (qtp1059274041-26387) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=4&qt=/replication&file=_2.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1681809 INFO  (qtp1059274041-26390) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=4&qt=/replication&file=_2.cfe&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1681813 INFO  (qtp1059274041-26387) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=4&qt=/replication&file=_2.cfs&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1681814 INFO  (qtp1059274041-26390) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=4&qt=/replication&file=segments_4&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1681815 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Total time taken for download (fullCopy=false,bytesDownloaded=1853) : 11 secs (168 bytes/sec) to MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@51068bb5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@52885a17; maxCacheMB=0.173828125 maxMergeSizeMB=0.9443359375))
   [junit4]   2> 1681816 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=45.66015625, floorSegmentMB=1.126953125, forceMergeDeletesPctAllowed=16.389224012897333, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1681868 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1681869 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@52f192b2[collection1] main]
   [junit4]   2> 1681871 INFO  (searcherExecutor-5287-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@52f192b2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.3.0):c1) Uninverting(_1(7.3.0):c1) Uninverting(_2(7.3.0):c1)))}
   [junit4]   2> 1681871 INFO  (qtp1446767886-26403) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={wait=true&masterUrl=http://127.0.0.1:54276/solr/collection1/replication&command=fetchindex} status=0 QTime=11079
   [junit4]   2> 1681874 INFO  (qtp1059274041-26389) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=name:empty3&sort=id+desc&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1681874 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.a.s.h.TestReplicationHandler Waited for 0ms and found 0 docs
   [junit4]   2> 1681876 INFO  (qtp1446767886-26406) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=name:empty3&sort=id+desc&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 1681876 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[B84E20F08BA676B5]) [    ] o.a.s.h.TestReplicationHandler Waited for 0ms and found 1 docs
   [junit4]   2> 1681877 INFO  (qtp1059274041-26390) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4]} 0 0
   [junit4]   2> 1681878 INFO  (qtp1059274041-26389) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1681878 INFO  (qtp1059274041-26389) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6ad75b9e commitCommandVersion:0
   [junit4]   2> 1681879 INFO  (qtp1059274041-26389) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@549b2c28[collection1] main]
   [junit4]   2> 1681880 INFO  (qtp1059274041-26389) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1681881 INFO  (searcherExecutor-5277-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@549b2c28[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(7.3.0):c1) Uninverting(_1(7.3.0):c1) Uninverting(_2(7.3.0):c1) Uninverting(_4(7.3.0):c1)))}
   [junit4]   2> 1681881 INFO  (qtp1059274041-26389) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={commit=true&wt=javabin&version=2}{commit=} 0 4
   [junit4]   2> 1681883 WARN  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher 'masterUrl' must be specified without the /replication suffix
   [junit4]   2> 1681884 INFO  (qtp1059274041-26387) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 1681885 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Master's generation: 5
   [junit4]   2> 1681885 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Master's version: 1520822365543
   [junit4]   2> 1681885 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Slave's generation: 4
   [junit4]   2> 1681885 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Slave's version: 1520822354399
   [junit4]   2> 1681885 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 1681886 INFO  (qtp1059274041-26389) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=5&qt=/replication&tlogFiles=false&wt=javabin&version=2&command=filelist} status=0 QTime=0
   [junit4]   2> 1681886 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Number of files in latest index in master: 13
   [junit4]   2> 1681887 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=3.4052734375, floorSegmentMB=1.0576171875, forceMergeDeletesPctAllowed=24.870534420489452, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1681888 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1681888 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting download (fullCopy=false) to MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@30a4d281 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6e87b424; maxCacheMB=0.173828125 maxMergeSizeMB=0.9443359375))
   [junit4]   2> 1681889 INFO  (qtp1059274041-26387) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=5&qt=/replication&file=_3.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1681890 INFO  (qtp1059274041-26389) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=5&qt=/replication&file=_3.cfs&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1681891 INFO  (qtp1059274041-26387) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=5&qt=/replication&file=_3.cfe&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1681891 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _1.cfs because it already exists
   [junit4]   2> 1681892 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _1.cfe because it already exists
   [junit4]   2> 1681892 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _1.si because it already exists
   [junit4]   2> 1681942 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _2.si because it already exists
   [junit4]   2> 1681942 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _2.cfe because it already exists
   [junit4]   2> 1681942 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _2.cfs because it already exists
   [junit4]   2> 1681943 INFO  (qtp1059274041-26389) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=5&qt=/replication&file=_4.cfe&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1681945 INFO  (qtp1059274041-26387) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=5&qt=/replication&file=_4.cfs&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1681946 INFO  (qtp1059274041-26389) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=5&qt=/replication&file=_4.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1681947 INFO  (qtp1059274041-26387) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=5&qt=/replication&file=segments_5&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 1681948 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Total time taken for download (fullCopy=false,bytesDownloaded=3493) : 0 secs (null bytes/sec) to MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@30a4d281 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6e87b424; maxCacheMB=0.173828125 maxMergeSizeMB=0.9443359375))
   [junit4]   2> 1681950 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=45.66015625, floorSegmentMB=1.126953125, forceMergeDeletesPctAllowed=16.389224012897333, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1681951 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1681951 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@16f0b9d4[collection1] main]
   [junit4]   2> 1681953 INFO  (searcherExecutor-5287-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@16f0b9d4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(7.3.0):c1) Uninverting(_1(7.3.0):c1) Uninverting(_2(7.3.0):c1) Uninverting(_4(7.3.0):c1)))}
   [junit4]   2> 1681954 INFO  (qtp1446767886-26408) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={wait=true&masterUrl=http://127.0.0.1:54276/solr/collection1/replication&command=fetchindex} status=0 QTime=71
   [junit4]   2> 1681955 INFO  (qtp1059274041-26390) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=name:(empty1+empty2+empty3+empty4)&sort=id+desc&wt=javabin&version=

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

lr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-authn-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-authz-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-changelog-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-collective-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/api-all-1.0.0-M20.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/bcprov-jdk15on-1.54.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/byte-buddy-1.6.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/commons-collections-3.2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/commons-math3-3.6.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/ehcache-core-2.4.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/hadoop-common-2.7.4-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/hadoop-hdfs-2.7.4-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/hadoop-minikdc-2.7.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/htrace-core-3.2.0-incubating.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/jetty-sslengine-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/mina-core-2.0.0-M5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/mockito-core-2.6.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/netty-all-4.0.36.Final.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/test-lib/objenesis-2.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/analysis/icu/lucene-analyzers-icu-7.3.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/queryparser/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/backward-codecs/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/contrib/analysis-extras/lib/icu4j-59.1.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.4.0.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-log4j.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit4.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jai.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-javamail.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bsf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-net.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-antlr.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jsch.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-oro.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-logging.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-netrexx.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-testutil.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jdepend.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bcel.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-xalan2.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-resolver.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jmf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-regexp.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-swing.jar:/usr/local/asfpackages/java/jdk1.8.0_144/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.5.3.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J0-20180312_021120_4275785069403093215372.events @/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J0-20180312_021120_4273622185319890078553.suites -stdin
   [junit4] ERROR: JVM J0 ended with an exception: Quit event not received from the forked process? This may indicate JVM crash or runner bugs.
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1540)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:126)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:982)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:979)
   [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4] 	at java.lang.Thread.run(Thread.java:748)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:636: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:562: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build.xml:262: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/common-build.xml:557: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/common-build.xml:1561: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/common-build.xml:1085: At least one slave process threw an exception, first: Quit event not received from the forked process? This may indicate JVM crash or runner bugs.

Total time: 274 minutes 20 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[Fast Archiver] No artifacts from Lucene-Solr-NightlyTests-7.x #172 to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 175 - Failure

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

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

Error Message:
Unable to restart (#6): CloudJettyRunner [url=http://127.0.0.1:46425/bcb/collection1_shard1_replica_n67]

Stack Trace:
java.lang.AssertionError: Unable to restart (#6): CloudJettyRunner [url=http://127.0.0.1:46425/bcb/collection1_shard1_replica_n67]
	at __randomizedtesting.SeedInfo.seed([E7C8D9B9A63EB0:88B3F703175A5348]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.RollingRestartTest.restartWithRolesTest(RollingRestartTest.java:103)
	at org.apache.solr.cloud.RollingRestartTest.test(RollingRestartTest.java:52)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.handler.TestReplicationHandler.doTestReplicateAfterCoreReload

Error Message:
expected:<[{indexVersion=1521086194421,generation=2,filelist=[_20c.cfe, _20c.cfs, _20c.si, _20d.cfe, _20d.cfs, _20d.si, _20e.cfe, _20e.cfs, _20e.si, _20f.cfe, _20f.cfs, _20f.si, _20g.cfe, _20g.cfs, _20g.si, _20h.cfe, _20h.cfs, _20h.si, _20i.cfe, _20i.cfs, _20i.si, _20j.cfe, _20j.cfs, _20j.si, _20k.cfe, _20k.cfs, _20k.si, _20l.cfe, _20l.cfs, _20l.si, _20m.cfe, _20m.cfs, _20m.si, _20n.cfe, _20n.cfs, _20n.si, _20o.cfe, _20o.cfs, _20o.si, _20p.cfe, _20p.cfs, _20p.si, _20q.cfe, _20q.cfs, _20q.si, _20r.cfe, _20r.cfs, _20r.si, _20s.cfe, _20s.cfs, _20s.si, _20t.cfe, _20t.cfs, _20t.si, _20u.cfe, _20u.cfs, _20u.si, _20v.cfe, _20v.cfs, _20v.si, _20w.cfe, _20w.cfs, _20w.si, _20x.cfe, _20x.cfs, _20x.si, _20y.cfe, _20y.cfs, _20y.si, _20z.cfe, _20z.cfs, _20z.si, _210.cfe, _210.cfs, _210.si, _211.cfe, _211.cfs, _211.si, _212.cfe, _212.cfs, _212.si, _213.cfe, _213.cfs, _213.si, _214.cfe, _214.cfs, _214.si, _216.cfe, _216.cfs, _216.si, _217.cfe, _217.cfs, _217.si, _218.cfe, _218.cfs, _218.si, _219.cfe, _219.cfs, _219.si, _21a.cfe, _21a.cfs, _21a.si, _21b.cfe, _21b.cfs, _21b.si, _21c.cfe, _21c.cfs, _21c.si, _21d.cfe, _21d.cfs, _21d.si, _21e.cfe, _21e.cfs, _21e.si, _21f.cfe, _21f.cfs, _21f.si, _21g.cfe, _21g.cfs, _21g.si, _21h.cfe, _21h.cfs, _21h.si, _21i.cfe, _21i.cfs, _21i.si, _21j.cfe, _21j.cfs, _21j.si, _21k.cfe, _21k.cfs, _21k.si, _21l.cfe, _21l.cfs, _21l.si, _21m.cfe, _21m.cfs, _21m.si, _21n.cfe, _21n.cfs, _21n.si, _21o.cfe, _21o.cfs, _21o.si, _21p.cfe, _21p.cfs, _21p.si, _21q.cfe, _21q.cfs, _21q.si, _21r.cfe, _21r.cfs, _21r.si, _21s.cfe, _21s.cfs, _21s.si, _21t.cfe, _21t.cfs, _21t.si, _21u.cfe, _21u.cfs, _21u.si, segments_2]}]> but was:<[{indexVersion=1521086194421,generation=2,filelist=[_20c.cfe, _20c.cfs, _20c.si, _20d.cfe, _20d.cfs, _20d.si, _20e.cfe, _20e.cfs, _20e.si, _20f.cfe, _20f.cfs, _20f.si, _20g.cfe, _20g.cfs, _20g.si, _20h.cfe, _20h.cfs, _20h.si, _20i.cfe, _20i.cfs, _20i.si, _20j.cfe, _20j.cfs, _20j.si, _20k.cfe, _20k.cfs, _20k.si, _20l.cfe, _20l.cfs, _20l.si, _20m.cfe, _20m.cfs, _20m.si, _20n.cfe, _20n.cfs, _20n.si, _20o.cfe, _20o.cfs, _20o.si, _20p.cfe, _20p.cfs, _20p.si, _20q.cfe, _20q.cfs, _20q.si, _20r.cfe, _20r.cfs, _20r.si, _20s.cfe, _20s.cfs, _20s.si, _20t.cfe, _20t.cfs, _20t.si, _20u.cfe, _20u.cfs, _20u.si, _20v.cfe, _20v.cfs, _20v.si, _20w.cfe, _20w.cfs, _20w.si, _20x.cfe, _20x.cfs, _20x.si, _20y.cfe, _20y.cfs, _20y.si, _20z.cfe, _20z.cfs, _20z.si, _210.cfe, _210.cfs, _210.si, _211.cfe, _211.cfs, _211.si, _212.cfe, _212.cfs, _212.si, _213.cfe, _213.cfs, _213.si, _214.cfe, _214.cfs, _214.si, _216.cfe, _216.cfs, _216.si, _217.cfe, _217.cfs, _217.si, _218.cfe, _218.cfs, _218.si, _219.cfe, _219.cfs, _219.si, _21a.cfe, _21a.cfs, _21a.si, _21b.cfe, _21b.cfs, _21b.si, _21c.cfe, _21c.cfs, _21c.si, _21d.cfe, _21d.cfs, _21d.si, _21e.cfe, _21e.cfs, _21e.si, _21f.cfe, _21f.cfs, _21f.si, _21g.cfe, _21g.cfs, _21g.si, _21h.cfe, _21h.cfs, _21h.si, _21i.cfe, _21i.cfs, _21i.si, _21j.cfe, _21j.cfs, _21j.si, _21k.cfe, _21k.cfs, _21k.si, _21l.cfe, _21l.cfs, _21l.si, _21m.cfe, _21m.cfs, _21m.si, _21n.cfe, _21n.cfs, _21n.si, _21o.cfe, _21o.cfs, _21o.si, _21p.cfe, _21p.cfs, _21p.si, _21q.cfe, _21q.cfs, _21q.si, _21r.cfe, _21r.cfs, _21r.si, _21s.cfe, _21s.cfs, _21s.si, _21t.cfe, _21t.cfs, _21t.si, _21u.cfe, _21u.cfs, _21u.si, segments_2]}, {indexVersion=1521086194421,generation=3,filelist=[_214.cfe, _214.cfs, _214.si, _215.cfe, _215.cfs, _215.si, _216.cfe, _216.cfs, _216.si, _217.cfe, _217.cfs, _217.si, _218.cfe, _218.cfs, _218.si, _219.cfe, _219.cfs, _219.si, _21a.cfe, _21a.cfs, _21a.si, _21b.cfe, _21b.cfs, _21b.si, _21c.cfe, _21c.cfs, _21c.si, _21d.cfe, _21d.cfs, _21d.si, _21e.cfe, _21e.cfs, _21e.si, _21f.cfe, _21f.cfs, _21f.si, _21g.cfe, _21g.cfs, _21g.si, _21h.cfe, _21h.cfs, _21h.si, _21i.cfe, _21i.cfs, _21i.si, _21j.cfe, _21j.cfs, _21j.si, _21k.cfe, _21k.cfs, _21k.si, _21l.cfe, _21l.cfs, _21l.si, _21m.cfe, _21m.cfs, _21m.si, _21n.cfe, _21n.cfs, _21n.si, _21o.cfe, _21o.cfs, _21o.si, _21p.cfe, _21p.cfs, _21p.si, _21q.cfe, _21q.cfs, _21q.si, _21r.cfe, _21r.cfs, _21r.si, _21s.cfe, _21s.cfs, _21s.si, _21t.cfe, _21t.cfs, _21t.si, _21u.cfe, _21u.cfs, _21u.si, segments_3]}]>

Stack Trace:
java.lang.AssertionError: expected:<[{indexVersion=1521086194421,generation=2,filelist=[_20c.cfe, _20c.cfs, _20c.si, _20d.cfe, _20d.cfs, _20d.si, _20e.cfe, _20e.cfs, _20e.si, _20f.cfe, _20f.cfs, _20f.si, _20g.cfe, _20g.cfs, _20g.si, _20h.cfe, _20h.cfs, _20h.si, _20i.cfe, _20i.cfs, _20i.si, _20j.cfe, _20j.cfs, _20j.si, _20k.cfe, _20k.cfs, _20k.si, _20l.cfe, _20l.cfs, _20l.si, _20m.cfe, _20m.cfs, _20m.si, _20n.cfe, _20n.cfs, _20n.si, _20o.cfe, _20o.cfs, _20o.si, _20p.cfe, _20p.cfs, _20p.si, _20q.cfe, _20q.cfs, _20q.si, _20r.cfe, _20r.cfs, _20r.si, _20s.cfe, _20s.cfs, _20s.si, _20t.cfe, _20t.cfs, _20t.si, _20u.cfe, _20u.cfs, _20u.si, _20v.cfe, _20v.cfs, _20v.si, _20w.cfe, _20w.cfs, _20w.si, _20x.cfe, _20x.cfs, _20x.si, _20y.cfe, _20y.cfs, _20y.si, _20z.cfe, _20z.cfs, _20z.si, _210.cfe, _210.cfs, _210.si, _211.cfe, _211.cfs, _211.si, _212.cfe, _212.cfs, _212.si, _213.cfe, _213.cfs, _213.si, _214.cfe, _214.cfs, _214.si, _216.cfe, _216.cfs, _216.si, _217.cfe, _217.cfs, _217.si, _218.cfe, _218.cfs, _218.si, _219.cfe, _219.cfs, _219.si, _21a.cfe, _21a.cfs, _21a.si, _21b.cfe, _21b.cfs, _21b.si, _21c.cfe, _21c.cfs, _21c.si, _21d.cfe, _21d.cfs, _21d.si, _21e.cfe, _21e.cfs, _21e.si, _21f.cfe, _21f.cfs, _21f.si, _21g.cfe, _21g.cfs, _21g.si, _21h.cfe, _21h.cfs, _21h.si, _21i.cfe, _21i.cfs, _21i.si, _21j.cfe, _21j.cfs, _21j.si, _21k.cfe, _21k.cfs, _21k.si, _21l.cfe, _21l.cfs, _21l.si, _21m.cfe, _21m.cfs, _21m.si, _21n.cfe, _21n.cfs, _21n.si, _21o.cfe, _21o.cfs, _21o.si, _21p.cfe, _21p.cfs, _21p.si, _21q.cfe, _21q.cfs, _21q.si, _21r.cfe, _21r.cfs, _21r.si, _21s.cfe, _21s.cfs, _21s.si, _21t.cfe, _21t.cfs, _21t.si, _21u.cfe, _21u.cfs, _21u.si, segments_2]}]> but was:<[{indexVersion=1521086194421,generation=2,filelist=[_20c.cfe, _20c.cfs, _20c.si, _20d.cfe, _20d.cfs, _20d.si, _20e.cfe, _20e.cfs, _20e.si, _20f.cfe, _20f.cfs, _20f.si, _20g.cfe, _20g.cfs, _20g.si, _20h.cfe, _20h.cfs, _20h.si, _20i.cfe, _20i.cfs, _20i.si, _20j.cfe, _20j.cfs, _20j.si, _20k.cfe, _20k.cfs, _20k.si, _20l.cfe, _20l.cfs, _20l.si, _20m.cfe, _20m.cfs, _20m.si, _20n.cfe, _20n.cfs, _20n.si, _20o.cfe, _20o.cfs, _20o.si, _20p.cfe, _20p.cfs, _20p.si, _20q.cfe, _20q.cfs, _20q.si, _20r.cfe, _20r.cfs, _20r.si, _20s.cfe, _20s.cfs, _20s.si, _20t.cfe, _20t.cfs, _20t.si, _20u.cfe, _20u.cfs, _20u.si, _20v.cfe, _20v.cfs, _20v.si, _20w.cfe, _20w.cfs, _20w.si, _20x.cfe, _20x.cfs, _20x.si, _20y.cfe, _20y.cfs, _20y.si, _20z.cfe, _20z.cfs, _20z.si, _210.cfe, _210.cfs, _210.si, _211.cfe, _211.cfs, _211.si, _212.cfe, _212.cfs, _212.si, _213.cfe, _213.cfs, _213.si, _214.cfe, _214.cfs, _214.si, _216.cfe, _216.cfs, _216.si, _217.cfe, _217.cfs, _217.si, _218.cfe, _218.cfs, _218.si, _219.cfe, _219.cfs, _219.si, _21a.cfe, _21a.cfs, _21a.si, _21b.cfe, _21b.cfs, _21b.si, _21c.cfe, _21c.cfs, _21c.si, _21d.cfe, _21d.cfs, _21d.si, _21e.cfe, _21e.cfs, _21e.si, _21f.cfe, _21f.cfs, _21f.si, _21g.cfe, _21g.cfs, _21g.si, _21h.cfe, _21h.cfs, _21h.si, _21i.cfe, _21i.cfs, _21i.si, _21j.cfe, _21j.cfs, _21j.si, _21k.cfe, _21k.cfs, _21k.si, _21l.cfe, _21l.cfs, _21l.si, _21m.cfe, _21m.cfs, _21m.si, _21n.cfe, _21n.cfs, _21n.si, _21o.cfe, _21o.cfs, _21o.si, _21p.cfe, _21p.cfs, _21p.si, _21q.cfe, _21q.cfs, _21q.si, _21r.cfe, _21r.cfs, _21r.si, _21s.cfe, _21s.cfs, _21s.si, _21t.cfe, _21t.cfs, _21t.si, _21u.cfe, _21u.cfs, _21u.si, segments_2]}, {indexVersion=1521086194421,generation=3,filelist=[_214.cfe, _214.cfs, _214.si, _215.cfe, _215.cfs, _215.si, _216.cfe, _216.cfs, _216.si, _217.cfe, _217.cfs, _217.si, _218.cfe, _218.cfs, _218.si, _219.cfe, _219.cfs, _219.si, _21a.cfe, _21a.cfs, _21a.si, _21b.cfe, _21b.cfs, _21b.si, _21c.cfe, _21c.cfs, _21c.si, _21d.cfe, _21d.cfs, _21d.si, _21e.cfe, _21e.cfs, _21e.si, _21f.cfe, _21f.cfs, _21f.si, _21g.cfe, _21g.cfs, _21g.si, _21h.cfe, _21h.cfs, _21h.si, _21i.cfe, _21i.cfs, _21i.si, _21j.cfe, _21j.cfs, _21j.si, _21k.cfe, _21k.cfs, _21k.si, _21l.cfe, _21l.cfs, _21l.si, _21m.cfe, _21m.cfs, _21m.si, _21n.cfe, _21n.cfs, _21n.si, _21o.cfe, _21o.cfs, _21o.si, _21p.cfe, _21p.cfs, _21p.si, _21q.cfe, _21q.cfs, _21q.si, _21r.cfe, _21r.cfs, _21r.si, _21s.cfe, _21s.cfs, _21s.si, _21t.cfe, _21t.cfs, _21t.si, _21u.cfe, _21u.cfs, _21u.si, segments_3]}]>
	at __randomizedtesting.SeedInfo.seed([E7C8D9B9A63EB0:2530D3E9C9EE30B3]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.handler.TestReplicationHandler.doTestReplicateAfterCoreReload(TestReplicationHandler.java:1284)
	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.uninverting.TestDocTermOrds.testTriggerUnInvertLimit

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space
	at __randomizedtesting.SeedInfo.seed([E7C8D9B9A63EB0:3355E01DB411E407]:0)
	at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:78)
	at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:51)
	at org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:164)
	at org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:150)
	at org.apache.lucene.store.DataOutput.copyBytes(DataOutput.java:278)
	at org.apache.lucene.store.MockIndexOutputWrapper.copyBytes(MockIndexOutputWrapper.java:165)
	at org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.write(Lucene50CompoundFormat.java:100)
	at org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:5098)
	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4595)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4171)
	at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
	at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2347)
	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5186)
	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1783)
	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1464)
	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:171)
	at org.apache.solr.uninverting.TestDocTermOrds.testTriggerUnInvertLimit(TestDocTermOrds.java:167)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)


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

Error Message:
Timeout occured while waiting response from server at: https://127.0.0.1:45073/xsyf/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:45073/xsyf/collection1
	at __randomizedtesting.SeedInfo.seed([E7C8D9B9A63EB0:88B3F703175A5348]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1105)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:885)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:818)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:484)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:463)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.commit(AbstractFullDistribZkTestBase.java:1591)
	at org.apache.solr.update.TestInPlaceUpdatesDistrib.docValuesUpdateTest(TestInPlaceUpdatesDistrib.java:352)
	at org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:144)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:983)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:940)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
	... 54 more




Build Log:
[...truncated 1882 lines...]
   [junit4] JVM J0: stdout was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/core/test/temp/junit4-J0-20180315_002917_8107147507931525865805.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] codec: DummyCompressingStoredFields, pf: Memory, dvf: Lucene70
   [junit4] <<< JVM J0: EOF ----

[...truncated 11039 lines...]
   [junit4] Suite: org.apache.solr.cloud.RollingRestartTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_E7C8D9B9A63EB0-001/init-core-data-001
   [junit4]   2> 0    INFO  (SUITE-RollingRestartTest-seed#[E7C8D9B9A63EB0]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 118  INFO  (SUITE-RollingRestartTest-seed#[E7C8D9B9A63EB0]-worker) [    ] o.e.j.u.log Logging initialized @3596ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 127  INFO  (SUITE-RollingRestartTest-seed#[E7C8D9B9A63EB0]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 148  INFO  (SUITE-RollingRestartTest-seed#[E7C8D9B9A63EB0]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 181  INFO  (SUITE-RollingRestartTest-seed#[E7C8D9B9A63EB0]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /bcb/
   [junit4]   2> 265  INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 298  INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 300  INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 498  INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.ZkTestServer start zk server on port:56510
   [junit4]   2> 599  ERROR (Thread-1) [    ] 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> 681  INFO  (zkConnectionManagerCallback-2-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 733  WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x104f7bbc0dc0000, likely client has closed socket
   [junit4]   2> 765  INFO  (zkConnectionManagerCallback-4-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 805  INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 847  INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 860  INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 866  INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 873  INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 877  INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 894  INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 907  INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 912  INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 917  INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 921  INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 927  INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1918 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1945 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1945 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1950 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1972 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@38b2d9c1{/bcb,null,AVAILABLE}
   [junit4]   2> 1994 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@47e10803{HTTP/1.1,[http/1.1]}{127.0.0.1:36064}
   [junit4]   2> 1996 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.e.j.s.Server Started @5480ms
   [junit4]   2> 1997 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_E7C8D9B9A63EB0-001/tempDir-001/control/data, replicaType=NRT, hostContext=/bcb, hostPort=36064, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_E7C8D9B9A63EB0-001/control-001/cores}
   [junit4]   2> 2039 ERROR (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2040 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.4.0
   [junit4]   2> 2054 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2055 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2086 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-15T03:24:05.152Z
   [junit4]   2> 2125 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2138 INFO  (zkConnectionManagerCallback-6-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2165 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2168 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_E7C8D9B9A63EB0-001/control-001/solr.xml
   [junit4]   2> 2426 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2426 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2448 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7ef3a863, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 3001 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56510/solr
   [junit4]   2> 3033 INFO  (zkConnectionManagerCallback-10-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3055 INFO  (zkConnectionManagerCallback-12-thread-1-processing-n:127.0.0.1:36064_bcb) [n:127.0.0.1:36064_bcb    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3509 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [n:127.0.0.1:36064_bcb    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3514 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [n:127.0.0.1:36064_bcb    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36064_bcb
   [junit4]   2> 3517 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [n:127.0.0.1:36064_bcb    ] o.a.s.c.Overseer Overseer (id=73455879711358980-127.0.0.1:36064_bcb-n_0000000000) starting
   [junit4]   2> 3695 INFO  (zkConnectionManagerCallback-17-thread-1-processing-n:127.0.0.1:36064_bcb) [n:127.0.0.1:36064_bcb    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3706 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [n:127.0.0.1:36064_bcb    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56510/solr ready
   [junit4]   2> 3806 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [n:127.0.0.1:36064_bcb    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36064_bcb
   [junit4]   2> 3875 INFO  (zkCallback-16-thread-1-processing-n:127.0.0.1:36064_bcb) [n:127.0.0.1:36064_bcb    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3889 INFO  (zkCallback-11-thread-1-processing-n:127.0.0.1:36064_bcb) [n:127.0.0.1:36064_bcb    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4918 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [n:127.0.0.1:36064_bcb    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7ef3a863
   [junit4]   2> 4920 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [n:127.0.0.1:36064_bcb    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7ef3a863
   [junit4]   2> 4920 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [n:127.0.0.1:36064_bcb    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7ef3a863
   [junit4]   2> 4976 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [n:127.0.0.1:36064_bcb    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_E7C8D9B9A63EB0-001/control-001/cores
   [junit4]   2> 5155 INFO  (zkConnectionManagerCallback-21-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5169 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5171 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56510/solr ready
   [junit4]   2> 6050 INFO  (qtp1042177942-26) [n:127.0.0.1:36064_bcb    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:36064_bcb&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 6112 INFO  (OverseerThreadFactory-8-thread-1-processing-n:127.0.0.1:36064_bcb) [n:127.0.0.1:36064_bcb    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 6324 INFO  (qtp1042177942-30) [n:127.0.0.1:36064_bcb    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 6344 INFO  (qtp1042177942-30) [n:127.0.0.1:36064_bcb    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 6489 INFO  (zkCallback-11-thread-1-processing-n:127.0.0.1:36064_bcb) [n:127.0.0.1:36064_bcb    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 7543 INFO  (qtp1042177942-30) [n:127.0.0.1:36064_bcb c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
   [junit4]   2> 7757 INFO  (qtp1042177942-30) [n:127.0.0.1:36064_bcb c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 8337 WARN  (qtp1042177942-30) [n:127.0.0.1:36064_bcb c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.WordDelimiterFilterFactory]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 8444 WARN  (qtp1042177942-30) [n:127.0.0.1:36064_bcb c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.GeoHashField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 8452 WARN  (qtp1042177942-30) [n:127.0.0.1:36064_bcb c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.LatLonType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 8464 WARN  (qtp1042177942-30) [n:127.0.0.1:36064_bcb c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.CurrencyField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 8609 INFO  (qtp1042177942-30) [n:127.0.0.1:36064_bcb c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 8911 INFO  (qtp1042177942-30) [n:127.0.0.1:36064_bcb c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 8944 INFO  (qtp1042177942-30) [n:127.0.0.1:36064_bcb c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7ef3a863
   [junit4]   2> 8963 INFO  (qtp1042177942-30) [n:127.0.0.1:36064_bcb c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 9048 INFO  (qtp1042177942-30) [n:127.0.0.1:36064_bcb c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_E7C8D9B9A63EB0-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_E7C8D9B9A63EB0-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 9120 INFO  (qtp1042177942-30) [n:127.0.0.1:36064_bcb c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=18, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.26551317155982646]
   [junit4]   2> 9604 WARN  (qtp1042177942-30) [n:127.0.0.1:36064_bcb c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 10128 INFO  (qtp1042177942-30) [n:127.0.0.1:36064_bcb c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 10128 INFO  (qtp1042177942-30) [n:127.0.0.1:36064_bcb c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 10142 INFO  (qtp1042177942-30) [n:127.0.0.1:36064_bcb c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 10142 INFO  (qtp1042177942-30) [n:127.0.0.1:36064_bcb c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 10149 INFO  (qtp1042177942-30) [n:127.0.0.1:36064_bcb c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=0.70703125, floorSegmentMB=1.1787109375, forceMergeDeletesPctAllowed=17.885234616518897, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2553250261423684
   [junit4]   2> 10184 INFO  (qtp1042177942-30) [n:127.0.0.1:36064_bcb c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@38cf781d[control_collection_shard1_replica_n1] main]
   [junit4]   2> 10225 INFO  (qtp1042177942-30) [n:127.0.0.1:36064_bcb c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 10283 INFO  (qtp1042177942-30) [n:127.0.0.1:36064_bcb c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 10330 INFO  (qtp1042177942-30) [n:127.0.0.1:36064_bcb c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 10568 INFO  (searcherExecutor-11-thread-1-processing-n:127.0.0.1:36064_bcb x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:36064_bcb c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@38cf781d[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 10579 INFO  (qtp1042177942-30) [n:127.0.0.1:36064_bcb c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1594972442381516800
   [junit4]   2> 10628 INFO  (qtp1042177942-30) [n:127.0.0.1:36064_bcb c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 10654 INFO  (qtp1042177942-30) [n:127.0.0.1:36064_bcb c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 10654 INFO  (qtp1042177942-30) [n:127.0.0.1:36064_bcb c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 10654 INFO  (qtp1042177942-30) [n:127.0.0.1:36064_bcb c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:36064/bcb/control_collection_shard1_replica_n1/
   [junit4]   2> 10656 INFO  (qtp1042177942-30) [n:127.0.0.1:36064_bcb c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 10656 INFO  (qtp1042177942-30) [n:127.0.0.1:36064_bcb c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:36064/bcb/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 10657 INFO  (qtp1042177942-30) [n:127.0.0.1:36064_bcb c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 10687 INFO  (qtp1042177942-30) [n:127.0.0.1:36064_bcb c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:36064/bcb/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 10695 INFO  (zkCallback-11-thread-2-processing-n:127.0.0.1:36064_bcb) [n:127.0.0.1:36064_bcb    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 10746 INFO  (qtp1042177942-30) [n:127.0.0.1:36064_bcb c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 10754 INFO  (qtp1042177942-30) [n:127.0.0.1:36064_bcb c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=4438
   [junit4]   2> 10853 INFO  (qtp1042177942-26) [n:127.0.0.1:36064_bcb    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 10856 INFO  (zkCallback-11-thread-1-processing-n:127.0.0.1:36064_bcb) [n:127.0.0.1:36064_bcb    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 11854 INFO  (qtp1042177942-26) [n:127.0.0.1:36064_bcb    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:36064_bcb&wt=javabin&version=2} status=0 QTime=5962
   [junit4]   2> 11911 INFO  (zkConnectionManagerCallback-25-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 11919 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 11924 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56510/solr ready
   [junit4]   2> 11928 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 11931 INFO  (qtp1042177942-30) [n:127.0.0.1:36064_bcb    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 11948 INFO  (OverseerCollectionConfigSetProcessor-73455879711358980-127.0.0.1:36064_bcb-n_0000000000) [n:127.0.0.1:36064_bcb    ] 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> 11949 INFO  (OverseerThreadFactory-8-thread-2-processing-n:127.0.0.1:36064_bcb) [n:127.0.0.1:36064_bcb    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 11956 WARN  (OverseerThreadFactory-8-thread-2-processing-n:127.0.0.1:36064_bcb) [n:127.0.0.1:36064_bcb    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 12171 INFO  (qtp1042177942-30) [n:127.0.0.1:36064_bcb    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 12183 INFO  (qtp1042177942-30) [n:127.0.0.1:36064_bcb    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=251
   [junit4]   2> 12391 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_E7C8D9B9A63EB0-001/shard-1-001 of type NRT
   [junit4]   2> 12393 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 12426 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 12426 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 12426 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 12428 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@779123f5{/bcb,null,AVAILABLE}
   [junit4]   2> 12429 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5e4e76c5{HTTP/1.1,[http/1.1]}{127.0.0.1:51556}
   [junit4]   2> 12429 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.e.j.s.Server Started @15913ms
   [junit4]   2> 12429 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_E7C8D9B9A63EB0-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/bcb, hostPort=51556, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_E7C8D9B9A63EB0-001/shard-1-001/cores}
   [junit4]   2> 12429 ERROR (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 12430 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.4.0
   [junit4]   2> 12430 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 12430 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 12430 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-15T03:24:15.526Z
   [junit4]   2> 12460 INFO  (zkConnectionManagerCallback-27-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 12462 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 12465 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_E7C8D9B9A63EB0-001/shard-1-001/solr.xml
   [junit4]   2> 12477 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 12478 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 12497 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7ef3a863, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 12519 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56510/solr
   [junit4]   2> 12551 INFO  (zkConnectionManagerCallback-31-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 12607 INFO  (zkConnectionManagerCallback-33-thread-1-processing-n:127.0.0.1:51556_bcb) [n:127.0.0.1:51556_bcb    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 12626 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [n:127.0.0.1:51556_bcb    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 12629 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [n:127.0.0.1:51556_bcb    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 12637 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [n:127.0.0.1:51556_bcb    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51556_bcb
   [junit4]   2> 12641 INFO  (zkCallback-11-thread-1-processing-n:127.0.0.1:36064_bcb) [n:127.0.0.1:36064_bcb    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 12663 INFO  (zkCallback-16-thread-1-processing-n:127.0.0.1:36064_bcb) [n:127.0.0.1:36064_bcb    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 12683 INFO  (zkCallback-32-thread-1-processing-n:127.0.0.1:51556_bcb) [n:127.0.0.1:51556_bcb    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 12684 INFO  (zkCallback-24-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 12882 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [n:127.0.0.1:51556_bcb    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7ef3a863
   [junit4]   2> 12968 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [n:127.0.0.1:51556_bcb    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7ef3a863
   [junit4]   2> 12969 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [n:127.0.0.1:51556_bcb    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7ef3a863
   [junit4]   2> 12980 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [n:127.0.0.1:51556_bcb    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_E7C8D9B9A63EB0-001/shard-1-001/cores
   [junit4]   2> 13026 INFO  (zkConnectionManagerCallback-38-thread-1-processing-n:127.0.0.1:51556_bcb) [n:127.0.0.1:51556_bcb    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 13031 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [n:127.0.0.1:51556_bcb    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 13033 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [n:127.0.0.1:51556_bcb    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56510/solr ready
   [junit4]   2> 13145 INFO  (qtp1042177942-28) [n:127.0.0.1:36064_bcb    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:51556_bcb&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 13164 INFO  (OverseerCollectionConfigSetProcessor-73455879711358980-127.0.0.1:36064_bcb-n_0000000000) [n:127.0.0.1:36064_bcb    ] 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> 13172 INFO  (OverseerThreadFactory-8-thread-3-processing-n:127.0.0.1:36064_bcb) [n:127.0.0.1:36064_bcb    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:51556_bcb for creating new replica
   [junit4]   2> 13208 INFO  (qtp1749943126-78) [n:127.0.0.1:51556_bcb    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 13210 INFO  (qtp1749943126-78) [n:127.0.0.1:51556_bcb    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 13329 INFO  (zkCallback-32-thread-1-processing-n:127.0.0.1:51556_bcb) [n:127.0.0.1:51556_bcb    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 14315 INFO  (qtp1749943126-78) [n:127.0.0.1:51556_bcb c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
   [junit4]   2> 14456 INFO  (qtp1749943126-78) [n:127.0.0.1:51556_bcb c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema [collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 14832 INFO  (qtp1749943126-78) [n:127.0.0.1:51556_bcb c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 14995 INFO  (qtp1749943126-78) [n:127.0.0.1:51556_bcb c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n41' using configuration from collection collection1, trusted=true
   [junit4]   2> 14996 INFO  (qtp1749943126-78) [n:127.0.0.1:51556_bcb c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n41' (registry 'solr.core.collection1.shard2.replica_n41') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7ef3a863
   [junit4]   2> 14996 INFO  (qtp1749943126-78) [n:127.0.0.1:51556_bcb c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 14996 INFO  (qtp1749943126-78) [n:127.0.0.1:51556_bcb c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore [[collection1_shard2_replica_n41] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_E7C8D9B9A63EB0-001/shard-1-001/cores/collection1_shard2_replica_n41], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_E7C8D9B9A63EB0-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
   [junit4]   2> 15016 INFO  (qtp1749943126-78) [n:127.0.0.1:51556_bcb c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=18, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.26551317155982646]
   [junit4]   2> 15059 WARN  (qtp1749943126-78) [n:127.0.0.1:51556_bcb c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 15357 INFO  (qtp1749943126-78) [n:127.0.0.1:51556_bcb c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 15359 INFO  (qtp1749943126-78) [n:127.0.0.1:51556_bcb c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 15362 INFO  (qtp1749943126-78) [n:127.0.0.1:51556_bcb c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 15368 INFO  (qtp1749943126-78) [n:127.0.0.1:51556_bcb c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 15380 INFO  (qtp1749943126-78) [n:127.0.0.1:51556_bcb c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=0.70703125, floorSegmentMB=1.1787109375, forceMergeDeletesPctAllowed=17.885234616518897, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2553250261423684
   [junit4]   2> 15391 INFO  (qtp1749943126-78) [n:127.0.0.1:51556_bcb c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.SolrIndexSearcher Opening [Searcher@7dfbfe64[collection1_shard2_replica_n41] main]
   [junit4]   2> 15395 INFO  (qtp1749943126-78) [n:127.0.0.1:51556_bcb c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 15397 INFO  (qtp1749943126-78) [n:127.0.0.1:51556_bcb c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 15399 INFO  (qtp1749943126-78) [n:127.0.0.1:51556_bcb c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 15404 INFO  (searcherExecutor-22-thread-1-processing-n:127.0.0.1:51556_bcb x:collection1_shard2_replica_n41 s:shard2 c:collection1) [n:127.0.0.1:51556_bcb c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore [collection1_shard2_replica_n41] Registered new searcher Searcher@7dfbfe64[collection1_shard2_replica_n41] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 15405 INFO  (qtp1749943126-78) [n:127.0.0.1:51556_bcb c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1594972447441944576
   [junit4]   2> 15436 INFO  (qtp1749943126-78) [n:127.0.0.1:51556_bcb c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkShardTerms Successful update terms at /collections/collection1/terms/shard2 to Terms{values={core_node42=0}, version=0}
   [junit4]   2> 15468 INFO  (qtp1749943126-78) [n:127.0.0.1:51556_bcb c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 15468 INFO  (qtp1749943126-78) [n:127.0.0.1:51556_bcb c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 15468 INFO  (qtp1749943126-78) [n:127.0.0.1:51556_bcb c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:51556/bcb/collection1_shard2_replica_n41/
   [junit4]   2> 15468 INFO  (qtp1749943126-78) [n:127.0.0.1:51556_bcb c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 15468 INFO  (qtp1749943126-78) [n:127.0.0.1:51556_bcb c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy http://127.0.0.1:51556/bcb/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 15468 INFO  (qtp1749943126-78) [n:127.0.0.1:51556_bcb c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 15480 INFO  (qtp1749943126-78) [n:127.0.0.1:51556_bcb c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:51556/bcb/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 15480 INFO  (zkCallback-32-thread-1-processing-n:127.0.0.1:51556_bcb) [n:127.0.0.1:51556_bcb    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 15482 INFO  (qtp1749943126-78) [n:127.0.0.1:51556_bcb c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 15486 INFO  (qtp1749943126-78) [n:127.0.0.1:51556_bcb c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2278
   [junit4]   2> 15507 INFO  (qtp1042177942-28) [n:127.0.0.1:36064_bcb    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:51556_bcb&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=2361
   [junit4]   2> 15586 INFO  (zkCallback-32-thread-1-processing-n:127.0.0.1:51556_bcb) [n:127.0.0.1:51556_bcb    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 15688 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_E7C8D9B9A63EB0-001/shard-2-001 of type NRT
   [junit4]   2> 15699 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 15708 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 15708 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 15708 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 15709 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@880b243{/bcb,null,AVAILABLE}
   [junit4]   2> 15710 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@c43d74e{HTTP/1.1,[http/1.1]}{127.0.0.1:33615}
   [junit4]   2> 15710 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.e.j.s.Server Started @19194ms
   [junit4]   2> 15710 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_E7C8D9B9A63EB0-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/bcb, hostPort=33615, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_E7C8D9B9A63EB0-001/shard-2-001/cores}
   [junit4]   2> 15711 ERROR (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 15717 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.4.0
   [junit4]   2> 15718 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 15718 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 15719 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-15T03:24:18.815Z
   [junit4]   2> 15746 INFO  (zkConnectionManagerCallback-40-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 15748 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 15748 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_E7C8D9B9A63EB0-001/shard-2-001/solr.xml
   [junit4]   2> 15756 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 15756 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 15758 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7ef3a863, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 15763 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56510/solr
   [junit4]   2> 15768 INFO  (zkConnectionManagerCallback-44-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 15787 INFO  (zkConnectionManagerCallback-46-thread-1-processing-n:127.0.0.1:33615_bcb) [n:127.0.0.1:33615_bcb    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 15805 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [n:127.0.0.1:33615_bcb    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 15810 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [n:127.0.0.1:33615_bcb    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 15816 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [n:127.0.0.1:33615_bcb    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33615_bcb
   [junit4]   2> 15819 INFO  (zkCallback-32-thread-1-processing-n:127.0.0.1:51556_bcb) [n:127.0.0.1:51556_bcb    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 15819 INFO  (zkCallback-11-thread-1-processing-n:127.0.0.1:36064_bcb) [n:127.0.0.1:36064_bcb    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 15820 INFO  (zkCallback-16-thread-1-processing-n:127.0.0.1:36064_bcb) [n:127.0.0.1:36064_bcb    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 15836 INFO  (zkCallback-45-thread-1-processing-n:127.0.0.1:33615_bcb) [n:127.0.0.1:33615_bcb    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 15843 INFO  (zkCallback-24-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 15847 INFO  (zkCallback-37-thread-1-processing-n:127.0.0.1:51556_bcb) [n:127.0.0.1:51556_bcb    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 16091 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [n:127.0.0.1:33615_bcb    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7ef3a863
   [junit4]   2> 16210 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [n:127.0.0.1:33615_bcb    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7ef3a863
   [junit4]   2> 16211 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [n:127.0.0.1:33615_bcb    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7ef3a863
   [junit4]   2> 16227 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [n:127.0.0.1:33615_bcb    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_E7C8D9B9A63EB0-001/shard-2-001/cores
   [junit4]   2> 16242 INFO  (zkConnectionManagerCallback-51-thread-1-processing-n:127.0.0.1:33615_bcb) [n:127.0.0.1:33615_bcb    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 16245 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [n:127.0.0.1:33615_bcb    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 16247 INFO  (TEST-RollingRestartTest.test-seed#[E7C8D9B9A63EB0]) [n:127.0.0.1:33615_bcb    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56510/solr ready
   [junit4]   2> 16355 INFO  (qtp1614862627-113) [n:127.0.0.1:33615_bcb    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:33615_bcb&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 16360 INFO  (OverseerCollectionConfigSetProcessor-73455879711358980-127.0.0.1:36064_bcb-n_0000000000) [n:127.0.0.1:36064_bcb    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 16364 INFO  (OverseerThreadFactory-8-thread-4-processing-n:127.0.0.1:36064_bcb) [n:127.0.0.1:36064_bcb    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:33615_bcb for creating new replica
   [junit4]   2> 16370 INFO  (qtp1614862627-118) [n:127.0.0.1:33615_bcb    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 16371 INFO  (qtp1614862627-118) [n:127.0.0.1:33615_bcb    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 16478 INFO  (zkCallback-32-thread-1-processing-n:127.0.0.1:51556_bcb) [n:127.0.0.1:51556_bcb    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 16478 INFO  (zkCallback-45-thread-1-processing-n:127.0.0.1:33615_bcb) [n:127.0.0.1:33615_bcb    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 17424 INFO  (qtp1614862627-118) [n:127.0.0.1:33615_bcb c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
   [junit4]   2> 17465 INFO  (qtp1614862627-118) [n:127.0.0.1:33615_bcb c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema [collection1_shard1_replica_n43] Schema name=test
   [junit4]   2> 17670 INFO  (qtp1614862627-118) [n:127.0.0.1:33615_bcb c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 17740 INFO  (qtp1614862627-118) [n:127.0.0.1:33615_bcb c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n43' using configuration from collection collection1, trusted=true
   [junit4]   2> 17742 INFO  (qtp1614862627-118) [n:127.0.0.1:33615_bcb c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n43' (registry 'solr.core.collection1.shard1.replica_n43') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7ef3a863
   [junit4]   2> 17743 INFO  (qtp1614862627-118) [n:127.0.0.1:33615_bcb c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 17743 INFO  (qtp1614862627-118) [n:127.0.0.1:33615_bcb c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore [[collection1_shard1_replica_n43] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_E7C8D9B9A63EB0-001/shard-2-001/cores/collection1_shard1_replica_n43], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_E7C8D9B9A63EB0-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
   [junit4]   2> 17768 INFO  (qtp1614862627-118) [n:127.0.0.1:33615_bcb c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=18, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.26551317155982646]
   [junit4]   2> 17802 WARN  (qtp1614862627-118) [n:127.0.0.1:33615_bcb c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 17954 INFO  (qtp1614862627-118) [n:127.0.0.1:33615_bcb c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 17954 INFO  (qtp1614862627-118) [n:127.0.0.1:33615_bcb c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 17957 INFO  (qtp1614862627-118) [n:127.0.0.1:33615_bcb c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 17957 INFO  (qtp1614862627-118) [n:127.0.0.1:33615_bcb c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 17960 INFO  (qtp1614862627-118) [n:127.0.0.1:33615_bcb c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=0.70703125, floorSegmentMB=1.1787109375, forceMergeDeletesPctAllowed=17.885234616518897, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2553250261423684
   [junit4]   2> 17971 INFO  (qtp1614862627-118) [n:127.0.0.1:33615_bcb c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.SolrIndexSearcher Opening [Searcher@3160536c[collection1_shard1_replica_n43] main]
   [junit4]   2> 17974 INFO  (qtp1614862627-118) [n:127.0.0.1:33615_bcb c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 17975 INFO  (qtp1614862627-118) [n:127.0.0.1:33615_bcb c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 17976 INFO  (qtp1614862627-118) [n:127.0.0.1:33615_bcb c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 17977 INFO  (qtp1614862627-118) [n:127.0.0.1:33615_bcb c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1594972450138882048
   [junit4]   2> 17982 INFO  (searcherExecutor-33-thread-1-processing-n:127.0.0.1:33615_bcb x:collection1_shard1_replica_n43 s:shard1 c:co

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

:654)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1105)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:885)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:818)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:484)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:463)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.commit(AbstractFullDistribZkTestBase.java:1591)
   [junit4]    > 	at org.apache.solr.update.TestInPlaceUpdatesDistrib.docValuesUpdateTest(TestInPlaceUpdatesDistrib.java:352)
   [junit4]    > 	at org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:144)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    > 	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
   [junit4]    > 	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:983)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:940)
   [junit4]    > 	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    > 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    > 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    > 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    > 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]    > 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    > 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
   [junit4]    > 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
   [junit4]    > 	... 54 more
   [junit4]   2> 4025032 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[E7C8D9B9A63EB0]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 4025032 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[E7C8D9B9A63EB0]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1000510426
   [junit4]   2> 4025032 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[E7C8D9B9A63EB0]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 4025032 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[E7C8D9B9A63EB0]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1614d578: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@f82ee6f
   [junit4]   2> 4025033 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[E7C8D9B9A63EB0]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 4025033 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[E7C8D9B9A63EB0]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2d09807f: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@360b9d03
   [junit4]   2> 4025034 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[E7C8D9B9A63EB0]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 4025034 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[E7C8D9B9A63EB0]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2e5cc939: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@3f26df05
   [junit4]   2> 4025038 INFO  (coreCloseExecutor-2362-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@49df8037
   [junit4]   2> 4025038 INFO  (coreCloseExecutor-2362-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1239384119
   [junit4]   2> 4025038 INFO  (coreCloseExecutor-2362-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@12cf6801: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@1702be3a
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_E7C8D9B9A63EB0-001
   [junit4]   2> Mar 15, 2018 4:31:08 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): {title_s=Lucene50(blocksize=128), id=PostingsFormat(name=LuceneFixedGap), id_field_copy_that_does_not_support_in_place_update_s=Lucene50(blocksize=128)}, docValues:{inplace_updatable_float=DocValuesFormat(name=Direct), id_i=DocValuesFormat(name=Lucene70), _version_=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Memory), inplace_updatable_int_with_default=DocValuesFormat(name=Direct), inplace_updatable_float_with_default=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=177, maxMBSortInHeap=7.81782720409266, sim=RandomSimilarity(queryNorm=true): {}, locale=ar-QA, timezone=Australia/ACT
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=4,threads=1,free=44270640,total=532676608
   [junit4]   2> NOTE: All tests run in this JVM: [RollingRestartTest, TestDFISimilarityFactory, TestLeaderElectionZkExpiry, CoreAdminHandlerTest, TestGraphTermsQParserPlugin, ResponseBuilderTest, NumericFieldsTest, SpellPossibilityIteratorTest, CollectionsAPIDistributedZkTest, TestInPlaceUpdatesDistrib]
   [junit4] Completed [493/783 (4!)] on J2 in 3261.01s, 1 test, 1 error <<< FAILURES!

[...truncated 987 lines...]
   [junit4] JVM J0: stdout was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J0-20180315_032359_5582097829267728724174.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/heapdumps/java_pid12681.hprof ...
   [junit4] Heap dump file created [450683725 bytes in 0.917 secs]
   [junit4] <<< JVM J0: EOF ----

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

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

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 174 - Still unstable

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

2 tests failed.
FAILED:  org.apache.solr.cloud.LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection

Error Message:
Timeout waiting for new leader null Live Nodes: [127.0.0.1:35393_solr, 127.0.0.1:39510_solr, 127.0.0.1:42166_solr] Last available state: DocCollection(collection1//collections/collection1/state.json/14)={   "pullReplicas":"0",   "replicationFactor":"3",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node62":{           "core":"collection1_shard1_replica_n61",           "base_url":"https://127.0.0.1:45622/solr",           "node_name":"127.0.0.1:45622_solr",           "state":"down",           "type":"NRT"},         "core_node64":{           "core":"collection1_shard1_replica_n63",           "base_url":"https://127.0.0.1:42166/solr",           "node_name":"127.0.0.1:42166_solr",           "state":"active",           "type":"NRT"},         "core_node66":{           "core":"collection1_shard1_replica_n65",           "base_url":"https://127.0.0.1:39510/solr",           "node_name":"127.0.0.1:39510_solr",           "state":"active",           "type":"NRT"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"3",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Timeout waiting for new leader
null
Live Nodes: [127.0.0.1:35393_solr, 127.0.0.1:39510_solr, 127.0.0.1:42166_solr]
Last available state: DocCollection(collection1//collections/collection1/state.json/14)={
  "pullReplicas":"0",
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node62":{
          "core":"collection1_shard1_replica_n61",
          "base_url":"https://127.0.0.1:45622/solr",
          "node_name":"127.0.0.1:45622_solr",
          "state":"down",
          "type":"NRT"},
        "core_node64":{
          "core":"collection1_shard1_replica_n63",
          "base_url":"https://127.0.0.1:42166/solr",
          "node_name":"127.0.0.1:42166_solr",
          "state":"active",
          "type":"NRT"},
        "core_node66":{
          "core":"collection1_shard1_replica_n65",
          "base_url":"https://127.0.0.1:39510/solr",
          "node_name":"127.0.0.1:39510_solr",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"3",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([F36F789B06B8474E:5B736421C4F87364]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
	at org.apache.solr.cloud.LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection(LeaderVoteWaitTimeoutTest.java:189)
	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.LeaderVoteWaitTimeoutTest.basicTest

Error Message:


Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([F36F789B06B8474E:19B6FF9421D4A7D]:0)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.getNodeName(JettySolrRunner.java:347)
	at org.apache.solr.cloud.LeaderVoteWaitTimeoutTest.basicTest(LeaderVoteWaitTimeoutTest.java:96)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$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 12879 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderVoteWaitTimeoutTest
   [junit4]   2> 537790 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderVoteWaitTimeoutTest_F36F789B06B8474E-001/init-core-data-001
   [junit4]   2> 537790 WARN  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 537790 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 537824 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 537844 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderVoteWaitTimeoutTest_F36F789B06B8474E-001/tempDir-001
   [junit4]   2> 537844 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 537856 INFO  (Thread-318) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 537856 INFO  (Thread-318) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 537857 ERROR (Thread-318) [    ] 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> 537956 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:35147
   [junit4]   2> 537961 INFO  (zkConnectionManagerCallback-508-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 537975 INFO  (jetty-launcher-505-thread-4) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 537975 INFO  (jetty-launcher-505-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 537975 INFO  (jetty-launcher-505-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 537976 INFO  (jetty-launcher-505-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 538040 INFO  (jetty-launcher-505-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 538040 INFO  (jetty-launcher-505-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 538040 INFO  (jetty-launcher-505-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 538040 INFO  (jetty-launcher-505-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 538040 INFO  (jetty-launcher-505-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 538040 INFO  (jetty-launcher-505-thread-3) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 538041 INFO  (jetty-launcher-505-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 538041 INFO  (jetty-launcher-505-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 538041 INFO  (jetty-launcher-505-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 538041 INFO  (jetty-launcher-505-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 538041 INFO  (jetty-launcher-505-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 538041 INFO  (jetty-launcher-505-thread-4) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 538041 INFO  (jetty-launcher-505-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@513cd7a{/solr,null,AVAILABLE}
   [junit4]   2> 538045 INFO  (jetty-launcher-505-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@eef11d8{/solr,null,AVAILABLE}
   [junit4]   2> 538046 INFO  (jetty-launcher-505-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7371831a{SSL,[ssl, http/1.1]}{127.0.0.1:46517}
   [junit4]   2> 538046 INFO  (jetty-launcher-505-thread-4) [    ] o.e.j.s.Server Started @550500ms
   [junit4]   2> 538046 INFO  (jetty-launcher-505-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46517}
   [junit4]   2> 538047 ERROR (jetty-launcher-505-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 538047 INFO  (jetty-launcher-505-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.4.0
   [junit4]   2> 538047 INFO  (jetty-launcher-505-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 538047 INFO  (jetty-launcher-505-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 538047 INFO  (jetty-launcher-505-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-13T04:46:22.410Z
   [junit4]   2> 538068 INFO  (jetty-launcher-505-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2e870ac1{/solr,null,AVAILABLE}
   [junit4]   2> 538068 INFO  (jetty-launcher-505-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@242faf2e{SSL,[ssl, http/1.1]}{127.0.0.1:38996}
   [junit4]   2> 538068 INFO  (jetty-launcher-505-thread-1) [    ] o.e.j.s.Server Started @550522ms
   [junit4]   2> 538068 INFO  (jetty-launcher-505-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38996}
   [junit4]   2> 538068 ERROR (jetty-launcher-505-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 538068 INFO  (jetty-launcher-505-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.4.0
   [junit4]   2> 538068 INFO  (jetty-launcher-505-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 538068 INFO  (jetty-launcher-505-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 538069 INFO  (jetty-launcher-505-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-13T04:46:22.432Z
   [junit4]   2> 538070 INFO  (jetty-launcher-505-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5fdd3ddb{SSL,[ssl, http/1.1]}{127.0.0.1:36656}
   [junit4]   2> 538070 INFO  (jetty-launcher-505-thread-2) [    ] o.e.j.s.Server Started @550523ms
   [junit4]   2> 538070 INFO  (jetty-launcher-505-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36656}
   [junit4]   2> 538070 ERROR (jetty-launcher-505-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 538070 INFO  (jetty-launcher-505-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.4.0
   [junit4]   2> 538070 INFO  (jetty-launcher-505-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 538070 INFO  (jetty-launcher-505-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 538070 INFO  (jetty-launcher-505-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-13T04:46:22.433Z
   [junit4]   2> 538072 INFO  (jetty-launcher-505-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7db0d920{/solr,null,AVAILABLE}
   [junit4]   2> 538072 INFO  (jetty-launcher-505-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6240e991{SSL,[ssl, http/1.1]}{127.0.0.1:35723}
   [junit4]   2> 538072 INFO  (jetty-launcher-505-thread-3) [    ] o.e.j.s.Server Started @550526ms
   [junit4]   2> 538072 INFO  (jetty-launcher-505-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35723}
   [junit4]   2> 538072 ERROR (jetty-launcher-505-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 538072 INFO  (jetty-launcher-505-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.4.0
   [junit4]   2> 538072 INFO  (jetty-launcher-505-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 538072 INFO  (jetty-launcher-505-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 538072 INFO  (jetty-launcher-505-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-13T04:46:22.435Z
   [junit4]   2> 538093 INFO  (zkConnectionManagerCallback-510-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 538093 INFO  (zkConnectionManagerCallback-516-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 538094 INFO  (jetty-launcher-505-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 538094 INFO  (jetty-launcher-505-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 538108 INFO  (zkConnectionManagerCallback-514-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 538157 INFO  (jetty-launcher-505-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 538157 INFO  (zkConnectionManagerCallback-512-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 538158 INFO  (jetty-launcher-505-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 538164 INFO  (jetty-launcher-505-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35147/solr
   [junit4]   2> 538196 INFO  (jetty-launcher-505-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35147/solr
   [junit4]   2> 538217 INFO  (zkConnectionManagerCallback-520-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 538230 INFO  (jetty-launcher-505-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35147/solr
   [junit4]   2> 538230 INFO  (zkConnectionManagerCallback-524-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 538230 INFO  (jetty-launcher-505-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35147/solr
   [junit4]   2> 538232 INFO  (zkConnectionManagerCallback-530-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 538232 INFO  (zkConnectionManagerCallback-532-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 538232 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100c1f0ca750005, likely client has closed socket
   [junit4]   2> 538287 INFO  (zkConnectionManagerCallback-534-thread-1-processing-n:127.0.0.1:38996_solr) [n:127.0.0.1:38996_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 538296 INFO  (zkConnectionManagerCallback-536-thread-1-processing-n:127.0.0.1:46517_solr) [n:127.0.0.1:46517_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 538300 INFO  (zkConnectionManagerCallback-540-thread-1-processing-n:127.0.0.1:35723_solr) [n:127.0.0.1:35723_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 538300 INFO  (zkConnectionManagerCallback-538-thread-1-processing-n:127.0.0.1:36656_solr) [n:127.0.0.1:36656_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 538931 INFO  (jetty-launcher-505-thread-3) [n:127.0.0.1:35723_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 538944 INFO  (jetty-launcher-505-thread-1) [n:127.0.0.1:38996_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 538945 INFO  (jetty-launcher-505-thread-3) [n:127.0.0.1:35723_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35723_solr
   [junit4]   2> 538946 INFO  (jetty-launcher-505-thread-1) [n:127.0.0.1:38996_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38996_solr
   [junit4]   2> 538946 INFO  (jetty-launcher-505-thread-3) [n:127.0.0.1:35723_solr    ] o.a.s.c.Overseer Overseer (id=72270833970905099-127.0.0.1:35723_solr-n_0000000000) starting
   [junit4]   2> 538962 INFO  (zkCallback-533-thread-1-processing-n:127.0.0.1:38996_solr) [n:127.0.0.1:38996_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 538990 INFO  (zkCallback-539-thread-1-processing-n:127.0.0.1:35723_solr) [n:127.0.0.1:35723_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 538990 INFO  (zkCallback-537-thread-1-processing-n:127.0.0.1:36656_solr) [n:127.0.0.1:36656_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 538991 INFO  (jetty-launcher-505-thread-2) [n:127.0.0.1:36656_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 538993 INFO  (jetty-launcher-505-thread-4) [n:127.0.0.1:46517_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 538994 INFO  (jetty-launcher-505-thread-2) [n:127.0.0.1:36656_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36656_solr
   [junit4]   2> 539014 INFO  (zkCallback-533-thread-1-processing-n:127.0.0.1:38996_solr) [n:127.0.0.1:38996_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 539015 INFO  (zkCallback-537-thread-1-processing-n:127.0.0.1:36656_solr) [n:127.0.0.1:36656_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 539016 INFO  (jetty-launcher-505-thread-4) [n:127.0.0.1:46517_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 539042 INFO  (zkCallback-535-thread-1-processing-n:127.0.0.1:46517_solr) [n:127.0.0.1:46517_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 539043 INFO  (zkCallback-539-thread-1-processing-n:127.0.0.1:35723_solr) [n:127.0.0.1:35723_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 539044 INFO  (jetty-launcher-505-thread-4) [n:127.0.0.1:46517_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46517_solr
   [junit4]   2> 539090 INFO  (zkCallback-539-thread-1-processing-n:127.0.0.1:35723_solr) [n:127.0.0.1:35723_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 539090 INFO  (zkConnectionManagerCallback-548-thread-1-processing-n:127.0.0.1:35723_solr) [n:127.0.0.1:35723_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 539090 INFO  (zkCallback-537-thread-1-processing-n:127.0.0.1:36656_solr) [n:127.0.0.1:36656_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 539091 INFO  (zkCallback-533-thread-1-processing-n:127.0.0.1:38996_solr) [n:127.0.0.1:38996_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 539119 INFO  (zkCallback-535-thread-1-processing-n:127.0.0.1:46517_solr) [n:127.0.0.1:46517_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 539143 INFO  (jetty-launcher-505-thread-3) [n:127.0.0.1:35723_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 539183 INFO  (jetty-launcher-505-thread-3) [n:127.0.0.1:35723_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35147/solr ready
   [junit4]   2> 539207 INFO  (jetty-launcher-505-thread-3) [n:127.0.0.1:35723_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35723_solr
   [junit4]   2> 539257 INFO  (zkCallback-539-thread-1-processing-n:127.0.0.1:35723_solr) [n:127.0.0.1:35723_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 539257 INFO  (zkCallback-533-thread-1-processing-n:127.0.0.1:38996_solr) [n:127.0.0.1:38996_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 539257 INFO  (zkCallback-537-thread-1-processing-n:127.0.0.1:36656_solr) [n:127.0.0.1:36656_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 539257 INFO  (zkCallback-535-thread-1-processing-n:127.0.0.1:46517_solr) [n:127.0.0.1:46517_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 539332 INFO  (zkCallback-547-thread-1-processing-n:127.0.0.1:35723_solr) [n:127.0.0.1:35723_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 539550 INFO  (jetty-launcher-505-thread-4) [n:127.0.0.1:46517_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46517.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd54f9d
   [junit4]   2> 539589 INFO  (jetty-launcher-505-thread-1) [n:127.0.0.1:38996_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38996.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd54f9d
   [junit4]   2> 539626 INFO  (jetty-launcher-505-thread-4) [n:127.0.0.1:46517_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46517.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd54f9d
   [junit4]   2> 539626 INFO  (jetty-launcher-505-thread-4) [n:127.0.0.1:46517_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46517.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd54f9d
   [junit4]   2> 539627 INFO  (jetty-launcher-505-thread-4) [n:127.0.0.1:46517_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderVoteWaitTimeoutTest_F36F789B06B8474E-001/tempDir-001/node3/.
   [junit4]   2> 539651 INFO  (jetty-launcher-505-thread-2) [n:127.0.0.1:36656_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36656.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd54f9d
   [junit4]   2> 539739 INFO  (jetty-launcher-505-thread-3) [n:127.0.0.1:35723_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35723.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd54f9d
   [junit4]   2> 539752 INFO  (jetty-launcher-505-thread-1) [n:127.0.0.1:38996_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38996.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd54f9d
   [junit4]   2> 539753 INFO  (jetty-launcher-505-thread-1) [n:127.0.0.1:38996_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38996.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd54f9d
   [junit4]   2> 539754 INFO  (jetty-launcher-505-thread-1) [n:127.0.0.1:38996_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderVoteWaitTimeoutTest_F36F789B06B8474E-001/tempDir-001/node1/.
   [junit4]   2> 539754 INFO  (jetty-launcher-505-thread-2) [n:127.0.0.1:36656_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36656.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd54f9d
   [junit4]   2> 539755 INFO  (jetty-launcher-505-thread-2) [n:127.0.0.1:36656_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36656.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd54f9d
   [junit4]   2> 539756 INFO  (zkConnectionManagerCallback-552-thread-1-processing-n:127.0.0.1:46517_solr) [n:127.0.0.1:46517_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 539765 INFO  (jetty-launcher-505-thread-4) [n:127.0.0.1:46517_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 539765 INFO  (jetty-launcher-505-thread-4) [n:127.0.0.1:46517_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35147/solr ready
   [junit4]   2> 539772 INFO  (jetty-launcher-505-thread-2) [n:127.0.0.1:36656_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderVoteWaitTimeoutTest_F36F789B06B8474E-001/tempDir-001/node4/.
   [junit4]   2> 539933 INFO  (jetty-launcher-505-thread-3) [n:127.0.0.1:35723_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35723.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd54f9d
   [junit4]   2> 539933 INFO  (jetty-launcher-505-thread-3) [n:127.0.0.1:35723_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35723.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd54f9d
   [junit4]   2> 539964 INFO  (jetty-launcher-505-thread-3) [n:127.0.0.1:35723_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderVoteWaitTimeoutTest_F36F789B06B8474E-001/tempDir-001/node2/.
   [junit4]   2> 540069 INFO  (zkConnectionManagerCallback-556-thread-1-processing-n:127.0.0.1:36656_solr) [n:127.0.0.1:36656_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 540142 INFO  (zkConnectionManagerCallback-560-thread-1-processing-n:127.0.0.1:38996_solr) [n:127.0.0.1:38996_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 540186 INFO  (jetty-launcher-505-thread-2) [n:127.0.0.1:36656_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 540247 INFO  (jetty-launcher-505-thread-1) [n:127.0.0.1:38996_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 540284 INFO  (jetty-launcher-505-thread-2) [n:127.0.0.1:36656_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35147/solr ready
   [junit4]   2> 540320 INFO  (jetty-launcher-505-thread-1) [n:127.0.0.1:38996_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35147/solr ready
   [junit4]   2> 540731 INFO  (zkConnectionManagerCallback-562-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 540824 INFO  (zkConnectionManagerCallback-566-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 540825 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 540825 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35147/solr ready
   [junit4]   2> 540845 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@7371831a{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 540845 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1388196242
   [junit4]   2> 540845 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 540846 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@58c3d9a0: rootName = solr_46517, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@d197ae
   [junit4]   2> 540863 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 540863 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3a1bf663: rootName = solr_46517, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@150cb3c5
   [junit4]   2> 540899 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 540899 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2e246043: rootName = solr_46517, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@700b4b5f
   [junit4]   2> 541007 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:46517_solr
   [junit4]   2> 541024 INFO  (zkCallback-537-thread-1-processing-n:127.0.0.1:36656_solr) [n:127.0.0.1:36656_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 541024 INFO  (zkCallback-539-thread-1-processing-n:127.0.0.1:35723_solr) [n:127.0.0.1:35723_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 541024 INFO  (zkCallback-535-thread-1-processing-n:127.0.0.1:46517_solr) [n:127.0.0.1:46517_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 541043 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 541067 INFO  (zkCallback-533-thread-1-processing-n:127.0.0.1:38996_solr) [n:127.0.0.1:38996_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 541080 INFO  (zkCallback-551-thread-1-processing-n:127.0.0.1:46517_solr) [n:127.0.0.1:46517_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 541080 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 541096 INFO  (zkCallback-555-thread-1-processing-n:127.0.0.1:36656_solr) [n:127.0.0.1:36656_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 541096 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 541104 INFO  (zkCallback-547-thread-1-processing-n:127.0.0.1:35723_solr) [n:127.0.0.1:35723_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 541116 INFO  (zkCallback-559-thread-1-processing-n:127.0.0.1:38996_solr) [n:127.0.0.1:38996_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 541140 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100c1f0ca75000e, likely client has closed socket
   [junit4]   2> 541157 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100c1f0ca75000a, likely client has closed socket
   [junit4]   2> 541169 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@eef11d8{/solr,null,UNAVAILABLE}
   [junit4]   2> 541170 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 541190 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 541243 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 541243 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 541243 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 541244 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1768cabf{/solr,null,AVAILABLE}
   [junit4]   2> 541245 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3fd08592{SSL,[ssl, http/1.1]}{127.0.0.1:33992}
   [junit4]   2> 541245 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.Server Started @553699ms
   [junit4]   2> 541279 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45622}
   [junit4]   2> 541279 ERROR (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 541328 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.4.0
   [junit4]   2> 541329 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 541329 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 541329 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-13T04:46:25.692Z
   [junit4]   2> 541376 INFO  (zkConnectionManagerCallback-568-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 541377 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 541437 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35147/solr
   [junit4]   2> 541445 INFO  (zkConnectionManagerCallback-572-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 541481 INFO  (zkConnectionManagerCallback-574-thread-1-processing-n:127.0.0.1:45622_solr) [n:127.0.0.1:45622_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 541602 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [n:127.0.0.1:45622_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 541603 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [n:127.0.0.1:45622_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 541637 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [n:127.0.0.1:45622_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45622_solr
   [junit4]   2> 541639 INFO  (zkCallback-533-thread-1-processing-n:127.0.0.1:38996_solr) [n:127.0.0.1:38996_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 541639 INFO  (zkCallback-547-thread-1-processing-n:127.0.0.1:35723_solr) [n:127.0.0.1:35723_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 541665 INFO  (zkCallback-537-thread-1-processing-n:127.0.0.1:36656_solr) [n:127.0.0.1:36656_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 541665 INFO  (zkCallback-559-thread-1-processing-n:127.0.0.1:38996_solr) [n:127.0.0.1:38996_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 541665 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 541665 INFO  (zkCallback-539-thread-2-processing-n:127.0.0.1:35723_solr) [n:127.0.0.1:35723_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 541744 INFO  (zkCallback-555-thread-1-processing-n:127.0.0.1:36656_solr) [n:127.0.0.1:36656_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 541754 INFO  (zkCallback-573-thread-1-processing-n:127.0.0.1:45622_solr) [n:127.0.0.1:45622_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 541937 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [n:127.0.0.1:45622_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45622.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd54f9d
   [junit4]   2> 541974 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [n:127.0.0.1:45622_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45622.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd54f9d
   [junit4]   2> 541974 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [n:127.0.0.1:45622_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45622.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd54f9d
   [junit4]   2> 541975 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [n:127.0.0.1:45622_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderVoteWaitTimeoutTest_F36F789B06B8474E-001/tempDir-001/node3/.
   [junit4]   2> 541992 INFO  (zkConnectionManagerCallback-579-thread-1-processing-n:127.0.0.1:45622_solr) [n:127.0.0.1:45622_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 541993 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [n:127.0.0.1:45622_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 541994 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [n:127.0.0.1:45622_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35147/solr ready
   [junit4]   2> 542840 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.c.LeaderVoteWaitTimeoutTest Adding proxy for URL: https://127.0.0.1:33992/solr. Proxy: https://127.0.0.1:45622/solr
   [junit4]   2> 542858 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@6240e991{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 542859 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1939252337
   [junit4]   2> 542859 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 542859 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2d369f16: rootName = solr_35723, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@2e8d705b
   [junit4]   2> 542881 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 542881 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@432b5454: rootName = solr_35723, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@150cb3c5
   [junit4]   2> 542901 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 542901 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2fd724f8: rootName = solr_35723, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@700b4b5f
   [junit4]   2> 542902 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:35723_solr
   [junit4]   2> 542902 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 542924 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 542924 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.c.Overseer Overseer (id=72270833970905099-127.0.0.1:35723_solr-n_0000000000) closing
   [junit4]   2> 542924 WARN  (OverseerAutoScalingTriggerThread-72270833970905099-127.0.0.1:35723_solr-n_0000000000) [n:127.0.0.1:35723_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 542928 INFO  (OverseerStateUpdate-72270833970905099-127.0.0.1:35723_solr-n_0000000000) [n:127.0.0.1:35723_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:35723_solr
   [junit4]   2> 542928 INFO  (zkCallback-533-thread-1-processing-n:127.0.0.1:38996_solr) [n:127.0.0.1:38996_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 542928 INFO  (zkCallback-555-thread-1-processing-n:127.0.0.1:36656_solr) [n:127.0.0.1:36656_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 542928 INFO  (zkCallback-573-thread-1-processing-n:127.0.0.1:45622_solr) [n:127.0.0.1:45622_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 542928 INFO  (zkCallback-547-thread-1-processing-n:127.0.0.1:35723_solr) [n:127.0.0.1:35723_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 542942 INFO  (zkCallback-539-thread-1-processing-n:127.0.0.1:35723_solr) [n:127.0.0.1:35723_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 542942 INFO  (zkCallback-537-thread-1-processing-n:127.0.0.1:36656_solr) [n:127.0.0.1:36656_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 542942 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 542964 INFO  (zkCallback-559-thread-1-processing-n:127.0.0.1:38996_solr) [n:127.0.0.1:38996_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 542965 INFO  (zkCallback-578-thread-1-processing-n:127.0.0.1:45622_solr) [n:127.0.0.1:45622_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 542967 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7db0d920{/solr,null,UNAVAILABLE}
   [junit4]   2> 542967 INFO  (zkCallback-533-thread-1-processing-n:127.0.0.1:38996_solr) [n:127.0.0.1:38996_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38996_solr
   [junit4]   2> 542968 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 542994 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 542997 INFO  (zkCallback-533-thread-1-processing-n:127.0.0.1:38996_solr) [n:127.0.0.1:38996_solr    ] o.a.s.c.Overseer Overseer (id=72270833970905097-127.0.0.1:38996_solr-n_0000000001) starting
   [junit4]   2> 542998 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 542998 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 542998 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 542999 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@43899bba{/solr,null,AVAILABLE}
   [junit4]   2> 542999 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@c99ac{SSL,[ssl, http/1.1]}{127.0.0.1:35479}
   [junit4]   2> 542999 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.Server Started @555453ms
   [junit4]   2> 543013 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42166}
   [junit4]   2> 543013 ERROR (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 543014 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.4.0
   [junit4]   2> 543014 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 543014 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 543014 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-13T04:46:27.377Z
   [junit4]   2> 543034 INFO  (zkConnectionManagerCallback-581-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 543035 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 543092 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35147/solr
   [junit4]   2> 543137 INFO  (zkConnectionManagerCallback-585-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 543149 INFO  (zkConnectionManagerCallback-587-thread-1-processing-n:127.0.0.1:42166_solr) [n:127.0.0.1:42166_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 543171 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [n:127.0.0.1:42166_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 543173 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [n:127.0.0.1:42166_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 543175 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [n:127.0.0.1:42166_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42166_solr
   [junit4]   2> 543203 INFO  (zkCallback-573-thread-1-processing-n:127.0.0.1:45622_solr) [n:127.0.0.1:45622_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 543203 INFO  (zkCallback-555-thread-1-processing-n:127.0.0.1:36656_solr) [n:127.0.0.1:36656_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 543204 INFO  (zkCallback-559-thread-1-processing-n:127.0.0.1:38996_solr) [n:127.0.0.1:38996_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 543204 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 543204 INFO  (zkCallback-533-thread-2-processing-n:127.0.0.1:38996_solr) [n:127.0.0.1:38996_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 543204 INFO  (zkCallback-537-thread-1-processing-n:127.0.0.1:36656_solr) [n:127.0.0.1:36656_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 543204 INFO  (zkCallback-578-thread-1-processing-n:127.0.0.1:45622_solr) [n:127.0.0.1:45622_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 543204 INFO  (zkCallback-586-thread-1-processing-n:127.0.0.1:42166_solr) [n:127.0.0.1:42166_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 543355 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [n:127.0.0.1:42166_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42166.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd54f9d
   [junit4]   2> 543387 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [n:127.0.0.1:42166_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42166.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd54f9d
   [junit4]   2> 543387 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [n:127.0.0.1:42166_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42166.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd54f9d
   [junit4]   2> 543388 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [n:127.0.0.1:42166_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderVoteWaitTimeoutTest_F36F789B06B8474E-001/tempDir-001/node2/.
   [junit4]   2> 543408 INFO  (zkConnectionManagerCallback-592-thread-1-processing-n:127.0.0.1:42166_solr) [n:127.0.0.1:42166_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 543409 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [n:127.0.0.1:42166_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 543418 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [n:127.0.0.1:42166_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35147/solr ready
   [junit4]   2> 543573 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.c.LeaderVoteWaitTimeoutTest Adding proxy for URL: https://127.0.0.1:35479/solr. Proxy: https://127.0.0.1:42166/solr
   [junit4]   2> 543575 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@242faf2e{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 543575 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1605161822
   [junit4]   2> 543575 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 543575 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1c07b680: rootName = solr_38996, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@17cc5a2e
   [junit4]   2> 543597 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 543597 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6013bcbc: rootName = solr_38996, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@150cb3c5
   [junit4]   2> 543600 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 543600 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@47109599: rootName = solr_38996, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@700b4b5f
   [junit4]   2> 543618 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:38996_solr
   [junit4]   2> 543619 INFO  (zkCallback-559-thread-1-processing-n:127.0.0.1:38996_solr) [n:127.0.0.1:38996_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 543619 INFO  (zkCallback-555-thread-1-processing-n:127.0.0.1:36656_solr) [n:127.0.0.1:36656_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 543619 INFO  (zkCallback-578-thread-1-processing-n:127.0.0.1:45622_solr) [n:127.0.0.1:45622_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 543619 INFO  (zkCallback-537-thread-1-processing-n:127.0.0.1:36656_solr) [n:127.0.0.1:36656_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 543694 INFO  (zkCallback-591-thread-1-processing-n:127.0.0.1:42166_solr) [n:127.0.0.1:42166_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 543695 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 543771 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 543771 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.c.Overseer Overseer (id=72270833970905097-127.0.0.1:38996_solr-n_0000000001) closing
   [junit4]   2> 543771 INFO  (zkCallback-573-thread-1-processing-n:127.0.0.1:45622_solr) [n:127.0.0.1:45622_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 543783 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 543783 INFO  (OverseerStateUpdate-72270833970905097-127.0.0.1:38996_solr-n_0000000001) [n:127.0.0.1:38996_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:38996_solr
   [junit4]   2> 543783 INFO  (zkCallback-586-thread-1-processing-n:127.0.0.1:42166_solr) [n:127.0.0.1:42166_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 543804 INFO  (zkCallback-533-thread-2-processing-n:127.0.0.1:38996_solr) [n:127.0.0.1:38996_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 543804 WARN  (OverseerAutoScalingTriggerThread-72270833970905097-127.0.0.1:38996_solr-n_0000000001) [n:127.0.0.1:38996_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 543856 INFO  (zkCallback-537-thread-1-processing-n:127.0.0.1:36656_solr) [n:127.0.0.1:36656_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36656_solr
   [junit4]   2> 543856 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2e870ac1{/solr,null,UNAVAILABLE}
   [junit4]   2> 543857 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 543858 INFO  (zkCallback-537-thread-1-processing-n:127.0.0.1:36656_solr) [n:127.0.0.1:36656_solr    ] o.a.s.c.Overseer Overseer (id=72270833970905100-127.0.0.1:36656_solr-n_0000000002) starting
   [junit4]   2> 543882 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 543915 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 543915 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 543915 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 543915 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3b1a7eb0{/solr,null,AVAILABLE}
   [junit4]   2> 543916 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@35afabd{SSL,[ssl, http/1.1]}{127.0.0.1:39488}
   [junit4]   2> 543916 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.Server Started @556370ms
   [junit4]   2> 543925 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39510}
   [junit4]   2> 543925 ERROR (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 543929 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.4.0
   [junit4]   2> 543929 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 543929 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 543929 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-13T04:46:28.292Z
   [junit4]   2> 543938 INFO  (zkConnectionManagerCallback-594-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 543939 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 543980 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35147/solr
   [junit4]   2> 543998 INFO  (zkConnectionManagerCallback-598-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 544032 INFO  (zkConnectionManagerCallback-600-thread-1-processing-n:127.0.0.1:39510_solr) [n:127.0.0.1:39510_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 544037 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [n:127.0.0.1:39510_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 544060 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [n:127.0.0.1:39510_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 544076 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [n:127.0.0.1:39510_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39510_solr
   [junit4]   2> 544088 INFO  (zkCallback-586-thread-1-processing-n:127.0.0.1:42166_solr) [n:127.0.0.1:42166_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 544088 INFO  (zkCallback-555-thread-1-processing-n:127.0.0.1:36656_solr) [n:127.0.0.1:36656_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 544088 INFO  (zkCallback-573-thread-1-processing-n:127.0.0.1:45622_solr) [n:127.0.0.1:45622_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 544089 INFO  (zkCallback-578-thread-1-processing-n:127.0.0.1:45622_solr) [n:127.0.0.1:45622_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 544089 INFO  (zkCallback-591-thread-1-processing-n:127.0.0.1:42166_solr) [n:127.0.0.1:42166_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 544089 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 544103 INFO  (zkCallback-537-thread-1-processing-n:127.0.0.1:36656_solr) [n:127.0.0.1:36656_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 544104 INFO  (zkCallback-599-thread-1-processing-n:127.0.0.1:39510_solr) [n:127.0.0.1:39510_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 544280 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [n:127.0.0.1:39510_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39510.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd54f9d
   [junit4]   2> 544313 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [n:127.0.0.1:39510_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39510.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd54f9d
   [junit4]   2> 544313 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [n:127.0.0.1:39510_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39510.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd54f9d
   [junit4]   2> 544326 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [n:127.0.0.1:39510_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderVoteWaitTimeoutTest_F36F789B06B8474E-001/tempDir-001/node1/.
   [junit4]   2> 544332 INFO  (zkConnectionManagerCallback-605-thread-1-processing-n:127.0.0.1:39510_solr) [n:127.0.0.1:39510_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 544333 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [n:127.0.0.1:39510_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 544346 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [n:127.0.0.1:39510_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35147/solr ready
   [junit4]   2> 544490 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.c.LeaderVoteWaitTimeoutTest Adding proxy for URL: https://127.0.0.1:39488/solr. Proxy: https://127.0.0.1:39510/solr
   [junit4]   2> 544492 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@5fdd3ddb{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 544504 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=463140477
   [junit4]   2> 544512 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 544513 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1748ac52: rootName = solr_36656, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@1b440093
   [junit4]   2> 544518 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 544518 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@d110e3a: rootName = solr_36656, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@150cb3c5
   [junit4]   2> 544542 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 544542 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1089e45e: rootName = solr_36656, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@700b4b5f
   [junit4]   2> 544544 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:36656_solr
   [junit4]   2> 544557 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 544558 INFO  (zkCallback-586-thread-1-processing-n:127.0.0.1:42166_solr) [n:127.0.0.1:42166_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 544558 INFO  (zkCallback-555-thread-1-processing-n:127.0.0.1:36656_solr) [n:127.0.0.1:36656_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 544558 INFO  (zkCallback-537-thread-1-processing-n:127.0.0.1:36656_solr) [n:127.0.0.1:36656_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 544558 INFO  (zkCallback-573-thread-1-processing-n:127.0.0.1:45622_solr) [n:127.0.0.1:45622_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 544559 INFO  (zkCallback-599-thread-1-processing-n:127.0.0.1:39510_solr) [n:127.0.0.1:39510_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 544559 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 544560 INFO  (zkCallback-578-thread-1-processing-n:127.0.0.1:45622_solr) [n:127.0.0.1:45622_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 544560 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.c.Overseer Overseer (id=72270833970905100-127.0.0.1:36656_solr-n_0000000002) closing
   [junit4]   2> 544560 INFO  (OverseerStateUpdate-72270833970905100-127.0.0.1:36656_solr-n_0000000002) [n:127.0.0.1:36656_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:36656_solr
   [junit4]   2> 544589 WARN  (OverseerAutoScalingTriggerThread-72270833970905100-127.0.0.1:36656_solr-n_0000000002) [n:127.0.0.1:36656_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 544590 INFO  (zkCallback-591-thread-1-processing-n:127.0.0.1:42166_solr) [n:127.0.0.1:42166_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 544590 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 544591 INFO  (zkCallback-604-thread-1-processing-n:127.0.0.1:39510_solr) [n:127.0.0.1:39510_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 544595 INFO  (zkCallback-573-thread-1-processing-n:127.0.0.1:45622_solr) [n:127.0.0.1:45622_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45622_solr
   [junit4]   2> 544595 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@513cd7a{/solr,null,UNAVAILABLE}
   [junit4]   2> 544595 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 544596 INFO  (zkCallback-573-thread-1-processing-n:127.0.0.1:45622_solr) [n:127.0.0.1:45622_solr    ] o.a.s.c.Overseer Overseer (id=72270833970905109-127.0.0.1:45622_solr-n_0000000004) starting
   [junit4]   2> 544597 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 544615 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 544615 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 544616 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 544616 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@346eccd7{/solr,null,AVAILABLE}
   [junit4]   2> 544630 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6e13780b{SSL,[ssl, http/1.1]}{127.0.0.1:43121}
   [junit4]   2> 544630 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.e.j.s.Server Started @557084ms
   [junit4]   2> 544631 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35393}
   [junit4]   2> 544631 ERROR (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 544631 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.4.0
   [junit4]   2> 544631 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 544631 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 544632 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-13T04:46:28.994Z
   [junit4]   2> 544633 INFO  (zkConnectionManagerCallback-607-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 544646 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 544699 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35147/solr
   [junit4]   2> 544701 INFO  (zkConnectionManagerCallback-611-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 544706 INFO  (zkConnectionManagerCallback-613-thread-1-processing-n:127.0.0.1:35393_solr) [n:127.0.0.1:35393_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 544733 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [n:127.0.0.1:35393_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 544734 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [n:127.0.0.1:35393_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 544746 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [n:127.0.0.1:35393_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35393_solr
   [junit4]   2> 544747 INFO  (zkCallback-591-thread-1-processing-n:127.0.0.1:42166_solr) [n:127.0.0.1:42166_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 544747 INFO  (zkCallback-586-thread-1-processing-n:127.0.0.1:42166_solr) [n:127.0.0.1:42166_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 544747 INFO  (zkCallback-604-thread-1-processing-n:127.0.0.1:39510_solr) [n:127.0.0.1:39510_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 544747 INFO  (zkCallback-599-thread-1-processing-n:127.0.0.1:39510_solr) [n:127.0.0.1:39510_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 544748 INFO  (zkCallback-573-thread-1-processing-n:127.0.0.1:45622_solr) [n:127.0.0.1:45622_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 544747 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 544764 INFO  (zkCallback-612-thread-1-processing-n:127.0.0.1:35393_solr) [n:127.0.0.1:35393_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 544768 INFO  (zkCallback-578-thread-1-processing-n:127.0.0.1:45622_solr) [n:127.0.0.1:45622_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 544844 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [n:127.0.0.1:35393_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35393.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd54f9d
   [junit4]   2> 544873 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [n:127.0.0.1:35393_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35393.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd54f9d
   [junit4]   2> 544873 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [n:127.0.0.1:35393_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35393.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bd54f9d
   [junit4]   2> 544874 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [n:127.0.0.1:35393_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderVoteWaitTimeoutTest_F36F789B06B8474E-001/tempDir-001/node4/.
   [junit4]   2> 544877 INFO  (zkConnectionManagerCallback-618-thread-1-processing-n:127.0.0.1:35393_solr) [n:127.0.0.1:35393_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 544878 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [n:127.0.0.1:35393_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 544879 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [n:127.0.0.1:35393_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35147/solr ready
   [junit4]   2> 544936 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.c.LeaderVoteWaitTimeoutTest Adding proxy for URL: https://127.0.0.1:43121/solr. Proxy: https://127.0.0.1:35393/solr
   [junit4]   2> 545015 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[F36F789B06B8474E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMostInSyncReplicasCanWinElection
   [junit4]   2> 545016 INFO  (SocketProxy-Acceptor-35393) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=51162,localport=35393], receiveBufferSize:531000
   [junit4]   2> 545048 INFO  (SocketProxy-Acceptor-35393) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=43121,localport=38772], receiveBufferSize=530904
   [junit4]   2> 545153 INFO  (qtp97815623-1916) [n:127.0.0.1:35393_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&replicationFactor=3&name=collection1&nrtReplicas=3&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 545156 INFO  (OverseerThreadFactory-599-thread-1-processing-n:127.0.0.1:45622_solr) [n:127.0.0.1:45622_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 545156 INFO  (OverseerThreadFactory-599-thread-1-processing-n:127.0.0.1:45622_solr) [n:127.0.0.1:45622_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/collection1.AUTOCREATED/protwords.txt
   [junit4]   2> 545158 INFO  (OverseerThreadFactory-599-thread-1-processing-n:127.0.0.1:45622_solr) [n:127.0.0.1:45622_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/collection1.AUTOCREATED/managed-schema
   [junit4]   2> 545159 INFO  (OverseerThreadFactory-599-thread-1-processing-n:127.0.0.1:45622_solr) [n:127.0.0.1:45622_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/collection1.AUTOCREATED/solrconfig.xml
   [junit4]   2> 545161 INFO  (OverseerThreadFactory-599-thread-1-processing-n:127.0.0.1:45622_solr) [n:127.0.0.1:45622_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/collection1.AUTOCREATED/synonyms.txt
   [junit4]   2> 545162 INFO  (OverseerThreadFactory-599-thread-1-processing-n:127.0.0.1:45622_solr) [n:127.0.0.1:45622_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/collection1.AUTOCREATED/stopwords.txt
   [junit4]   2> 545163 INFO  (OverseerThreadFactory-599-thread-1-processing-n:127.0.0.1:45622_solr) [n:127.0.0.1:45622_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/collection1.AUTOCREATED/params.json
   [junit4]   2> 545165 INFO  (OverseerThreadFactory-599-thread-1-processing-n:127.0.0.1:45622_solr) [n:127.0.0.1:45622_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/collection1.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 545166 INFO  (OverseerThreadFactory-599-thread-1-processing-n:127.0.0.1:45622_solr) [n:127.0.0.1:45622_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/collection1.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 545167 INFO  (OverseerThreadFactory-599-thread-1-processing-n:127.0.0.1:45622_solr) [n:127.0.0.1:45622_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/collection1.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 545169 INFO  (OverseerThreadFactory-599-thread-1-processing-n:127.0.0.1:45622_solr) [n:127.0.0.1:45622_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/collection1.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 545170 INFO  (OverseerThreadFactory-599-thread-1-processing-n:127.0.0.1:45622_solr) [n:127.0.0.1:45622_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/collection1.AUTOCREATED/l

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

0_solr) [n:127.0.0.1:39510_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 560129 INFO  (jetty-closer-506-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@346eccd7{/solr,null,UNAVAILABLE}
   [junit4]   2> 560163 INFO  (jetty-closer-506-thread-4) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 560354 INFO  (zkCallback-599-thread-1-processing-n:127.0.0.1:39510_solr) [n:127.0.0.1:39510_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 560354 INFO  (zkCallback-599-thread-2-processing-n:127.0.0.1:39510_solr) [n:127.0.0.1:39510_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 560362 INFO  (zkCallback-586-thread-3-processing-n:127.0.0.1:42166_solr) [n:127.0.0.1:42166_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 560362 INFO  (zkCallback-586-thread-2-processing-n:127.0.0.1:42166_solr) [n:127.0.0.1:42166_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 562226 ERROR (recoveryExecutor-596-thread-1-processing-n:127.0.0.1:39510_solr x:collection1_shard1_replica_n65 s:shard1 c:collection1 r:core_node66) [n:127.0.0.1:39510_solr c:collection1 s:shard1 r:core_node66 x:collection1_shard1_replica_n65] o.a.s.c.RecoveryStrategy SolrCore not found - cannot recover:collection1_shard1_replica_n65
   [junit4]   2> 562244 INFO  (jetty-closer-506-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3b1a7eb0{/solr,null,UNAVAILABLE}
   [junit4]   2> 562244 INFO  (jetty-closer-506-thread-3) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 564037 INFO  (recoveryExecutor-583-thread-1-processing-n:127.0.0.1:42166_solr x:collection1_shard1_replica_n63 s:shard1 c:collection1 r:core_node64) [n:127.0.0.1:42166_solr c:collection1 s:shard1 r:core_node64 x:collection1_shard1_replica_n63] o.a.s.c.RecoveryStrategy RecoveryStrategy has been closed
   [junit4]   2> 564037 INFO  (recoveryExecutor-583-thread-1-processing-n:127.0.0.1:42166_solr x:collection1_shard1_replica_n63 s:shard1 c:collection1 r:core_node64) [n:127.0.0.1:42166_solr c:collection1 s:shard1 r:core_node64 x:collection1_shard1_replica_n63] o.a.s.c.RecoveryStrategy Replay not started, or was not successful... still buffering updates.
   [junit4]   2> 564037 INFO  (recoveryExecutor-583-thread-1-processing-n:127.0.0.1:42166_solr x:collection1_shard1_replica_n63 s:shard1 c:collection1 r:core_node64) [n:127.0.0.1:42166_solr c:collection1 s:shard1 r:core_node64 x:collection1_shard1_replica_n63] o.a.s.c.RecoveryStrategy Finished recovery process, successful=[false]
   [junit4]   2> 564037 INFO  (recoveryExecutor-583-thread-1-processing-n:127.0.0.1:42166_solr x:collection1_shard1_replica_n63 s:shard1 c:collection1 r:core_node64) [n:127.0.0.1:42166_solr c:collection1 s:shard1 r:core_node64 x:collection1_shard1_replica_n63] o.a.s.c.SolrCore [collection1_shard1_replica_n63]  CLOSING SolrCore org.apache.solr.core.SolrCore@4d0c43a3
   [junit4]   2> 564037 INFO  (recoveryExecutor-583-thread-1-processing-n:127.0.0.1:42166_solr x:collection1_shard1_replica_n63 s:shard1 c:collection1 r:core_node64) [n:127.0.0.1:42166_solr c:collection1 s:shard1 r:core_node64 x:collection1_shard1_replica_n63] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_n63, tag=1292649379
   [junit4]   2> 564037 INFO  (recoveryExecutor-583-thread-1-processing-n:127.0.0.1:42166_solr x:collection1_shard1_replica_n63 s:shard1 c:collection1 r:core_node64) [n:127.0.0.1:42166_solr c:collection1 s:shard1 r:core_node64 x:collection1_shard1_replica_n63] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@634fc471: rootName = solr_42166, domain = solr.core.collection1.shard1.replica_n63, service url = null, agent id = null] for registry solr.core.collection1.shard1.replica_n63 / com.codahale.metrics.MetricRegistry@73c0a9b6
   [junit4]   2> 564111 INFO  (recoveryExecutor-583-thread-1-processing-n:127.0.0.1:42166_solr x:collection1_shard1_replica_n63 s:shard1 c:collection1 r:core_node64) [n:127.0.0.1:42166_solr c:collection1 s:shard1 r:core_node64 x:collection1_shard1_replica_n63] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=1292649379
   [junit4]   2> 564111 WARN  (recoveryExecutor-583-thread-1-processing-n:127.0.0.1:42166_solr x:collection1_shard1_replica_n63 s:shard1 c:collection1 r:core_node64) [n:127.0.0.1:42166_solr c:collection1 s:shard1 r:core_node64 x:collection1_shard1_replica_n63] o.a.s.c.RecoveryStrategy Stopping recovery for core=[collection1_shard1_replica_n63] coreNodeName=[core_node64]
   [junit4]   2> 564130 WARN  (updateExecutor-582-thread-2-processing-n:127.0.0.1:42166_solr x:collection1_shard1_replica_n63 s:shard1 c:collection1 r:core_node64) [n:127.0.0.1:42166_solr c:collection1 s:shard1 r:core_node64 x:collection1_shard1_replica_n63] o.a.s.u.DefaultSolrCoreState Skipping recovery because Solr is shutdown
   [junit4]   2> 564131 INFO  (jetty-closer-506-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72270833970905113-127.0.0.1:42166_solr-n_0000000005) closing
   [junit4]   2> 564131 INFO  (OverseerStateUpdate-72270833970905113-127.0.0.1:42166_solr-n_0000000005) [n:127.0.0.1:42166_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42166_solr
   [junit4]   2> 564131 WARN  (OverseerAutoScalingTriggerThread-72270833970905113-127.0.0.1:42166_solr-n_0000000005) [n:127.0.0.1:42166_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 564188 INFO  (jetty-closer-506-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@43899bba{/solr,null,UNAVAILABLE}
   [junit4]   2> 564188 INFO  (jetty-closer-506-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 564194 ERROR (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 564194 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[F36F789B06B8474E]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:35147 35147
   [junit4]   2> 564286 INFO  (Thread-318) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:35147 35147
   [junit4]   2> 564287 WARN  (Thread-318) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	30	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	17	/solr/aliases.json
   [junit4]   2> 	8	/solr/security.json
   [junit4]   2> 	3	/solr/configs/collection1.AUTOCREATED/managed-schema
   [junit4]   2> 	3	/solr/collections/collection1/collectionprops.json
   [junit4]   2> 	3	/solr/configs/collection1.AUTOCREATED
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	39	/solr/collections/collection1/state.json
   [junit4]   2> 	17	/solr/clusterprops.json
   [junit4]   2> 	17	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/autoscaling.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72270833970905100-127.0.0.1:36656_solr-n_0000000002
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	17	/solr/live_nodes
   [junit4]   2> 	17	/solr/collections
   [junit4]   2> 	5	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	5	/solr/overseer/queue-work
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/overseer/queue
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderVoteWaitTimeoutTest_F36F789B06B8474E-001
   [junit4]   2> Mar 13, 2018 4:46:48 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=true): {}, locale=lv, timezone=Africa/Dakar
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=4,threads=1,free=180034232,total=423624704
   [junit4]   2> NOTE: All tests run in this JVM: [PeerSyncWithIndexFingerprintCachingTest, SolrPluginUtilsTest, TestDocumentBuilder, TestExceedMaxTermLength, TestLuceneMatchVersion, TestChildDocTransformer, TestHashPartitioner, CleanupOldIndexTest, DirectUpdateHandlerTest, ZkCLITest, TestSkipOverseerOperations, TestSchemaVersionResource, TestBlendedInfixSuggestions, ScheduledTriggerTest, TestSegmentSorting, TestPhraseSuggestions, MBeansHandlerTest, TestLeaderInitiatedRecoveryThread, SortSpecParsingTest, RemoteQueryErrorTest, LeaderVoteWaitTimeoutTest]
   [junit4] Completed [72/783 (1!)] on J0 in 27.04s, 2 tests, 1 failure, 1 error <<< FAILURES!

[...truncated 52076 lines...]