You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2018/06/24 19:14:32 UTC

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 1930 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1930/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC

3 tests failed.
FAILED:  org.apache.lucene.index.TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreads

Error Message:
MockDirectoryWrapper: cannot close: there are still 7 open files: {_9.fdx=1, _a.fdt=1, _a.tvx=1, _9.tvx=1, _a.fdx=1, _9.tvd=1, _a.tvd=1}

Stack Trace:
java.lang.RuntimeException: MockDirectoryWrapper: cannot close: there are still 7 open files: {_9.fdx=1, _a.fdt=1, _a.tvx=1, _9.tvx=1, _a.fdx=1, _9.tvd=1, _a.tvd=1}
	at __randomizedtesting.SeedInfo.seed([FACD2EFA1FE2431:D4046816CBFD97BA]:0)
	at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:841)
	at org.apache.lucene.index.TestIndexWriterWithThreads._testMultipleThreadsFailure(TestIndexWriterWithThreads.java:341)
	at org.apache.lucene.index.TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreads(TestIndexWriterWithThreads.java:502)
	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.RuntimeException: unclosed IndexOutput: _9.fdx
	at org.apache.lucene.store.MockDirectoryWrapper.addFileHandle(MockDirectoryWrapper.java:732)
	at org.apache.lucene.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:667)
	at org.apache.lucene.store.LockValidatingDirectoryWrapper.createOutput(LockValidatingDirectoryWrapper.java:44)
	at org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:43)
	at org.apache.lucene.codecs.compressing.CompressingStoredFieldsWriter.<init>(CompressingStoredFieldsWriter.java:112)
	at org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsWriter(CompressingStoredFieldsFormat.java:128)
	at org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.fieldsWriter(Lucene50StoredFieldsFormat.java:183)
	at org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat.fieldsWriter(AssertingStoredFieldsFormat.java:48)
	at org.apache.lucene.index.StoredFieldsConsumer.initStoredFieldsWriter(StoredFieldsConsumer.java:39)
	at org.apache.lucene.index.StoredFieldsConsumer.startDocument(StoredFieldsConsumer.java:46)
	at org.apache.lucene.index.DefaultIndexingChain.startStoredFields(DefaultIndexingChain.java:364)
	at org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:400)
	at org.apache.lucene.index.DocumentsWriterPerThread.updateDocument(DocumentsWriterPerThread.java:251)
	at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:494)
	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1600)
	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1592)
	at org.apache.lucene.index.TestIndexWriterWithThreads$IndexerThread.run(TestIndexWriterWithThreads.java:96)


FAILED:  org.apache.lucene.index.TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreadsOnlyOnce

Error Message:
MockDirectoryWrapper: cannot close: there are still 28 open files: {_0_Lucene50_0.doc=1, _1.tvd=1, _3_Lucene50_0.pos=1, _1.nvd=1, _3_Lucene70_0.dvd=1, _0.nvd=1, _2.fdt=1, _2_Lucene50_0.pos=1, _2_Lucene50_0.tim=1, _1_Lucene50_0.tim=1, _2.nvd=1, _2.tvd=1, _0_Lucene70_0.dvd=1, _1_Lucene50_0.pos=1, _3_Lucene50_0.doc=1, _1.fdt=1, _0_Lucene50_0.tim=1, _3.nvd=1, _1_Lucene70_0.dvd=1, _0_Lucene50_0.pos=1, _3.tvd=1, _2_Lucene50_0.doc=1, _0.fdt=1, _0.tvd=1, _1_Lucene50_0.doc=1, _2_Lucene70_0.dvd=1, _3_Lucene50_0.tim=1, _3.fdt=1}

Stack Trace:
java.lang.RuntimeException: MockDirectoryWrapper: cannot close: there are still 28 open files: {_0_Lucene50_0.doc=1, _1.tvd=1, _3_Lucene50_0.pos=1, _1.nvd=1, _3_Lucene70_0.dvd=1, _0.nvd=1, _2.fdt=1, _2_Lucene50_0.pos=1, _2_Lucene50_0.tim=1, _1_Lucene50_0.tim=1, _2.nvd=1, _2.tvd=1, _0_Lucene70_0.dvd=1, _1_Lucene50_0.pos=1, _3_Lucene50_0.doc=1, _1.fdt=1, _0_Lucene50_0.tim=1, _3.nvd=1, _1_Lucene70_0.dvd=1, _0_Lucene50_0.pos=1, _3.tvd=1, _2_Lucene50_0.doc=1, _0.fdt=1, _0.tvd=1, _1_Lucene50_0.doc=1, _2_Lucene70_0.dvd=1, _3_Lucene50_0.tim=1, _3.fdt=1}
	at __randomizedtesting.SeedInfo.seed([FACD2EFA1FE2431:43C75329675E07D4]:0)
	at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:841)
	at org.apache.lucene.index.TestIndexWriterWithThreads._testMultipleThreadsFailure(TestIndexWriterWithThreads.java:341)
	at org.apache.lucene.index.TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreadsOnlyOnce(TestIndexWriterWithThreads.java:507)
	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.RuntimeException: unclosed IndexInput: _2_Lucene70_0.dvd
	at org.apache.lucene.store.MockDirectoryWrapper.addFileHandle(MockDirectoryWrapper.java:732)
	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:776)
	at org.apache.lucene.codecs.lucene70.Lucene70DocValuesProducer.<init>(Lucene70DocValuesProducer.java:88)
	at org.apache.lucene.codecs.lucene70.Lucene70DocValuesFormat.fieldsProducer(Lucene70DocValuesFormat.java:132)
	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsReader.<init>(PerFieldDocValuesFormat.java:292)
	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat.fieldsProducer(PerFieldDocValuesFormat.java:375)
	at org.apache.lucene.index.SegmentDocValues.newDocValuesProducer(SegmentDocValues.java:51)
	at org.apache.lucene.index.SegmentDocValues.getDocValuesProducer(SegmentDocValues.java:67)
	at org.apache.lucene.index.SegmentReader.initDocValuesProducer(SegmentReader.java:180)
	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:98)
	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:172)
	at org.apache.lucene.index.BufferedUpdatesStream$SegmentState.<init>(BufferedUpdatesStream.java:262)
	at org.apache.lucene.index.FrozenBufferedUpdates.openSegmentStates(FrozenBufferedUpdates.java:370)
	at org.apache.lucene.index.FrozenBufferedUpdates.apply(FrozenBufferedUpdates.java:267)
	at org.apache.lucene.index.IndexWriter.lambda$publishFrozenUpdates$3(IndexWriter.java:2593)
	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5063)
	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1603)
	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1592)
	at org.apache.lucene.index.TestIndexWriterWithThreads$IndexerThread.run(TestIndexWriterWithThreads.java:96)


FAILED:  org.apache.solr.handler.component.TestDistributedStatsComponentCardinality.test

Error Message:
sanity check num matches, p=q=id_i1:[10547+TO+13659]&rows=0&stats=true&stats.field={!cardinality%3Dtrue+hllLog2m%3D25+hllRegwidth%3D8}int_i&stats.field={!cardinality%3Dtrue+hllLog2m%3D25+hllRegwidth%3D8+hllPreHashed%3Dtrue}int_i_prehashed_l&stats.field={!cardinality%3Dtrue+hllLog2m%3D25+hllRegwidth%3D8}long_l&stats.field={!cardinality%3Dtrue+hllLog2m%3D25+hllRegwidth%3D8+hllPreHashed%3Dtrue}long_l_prehashed_l&stats.field={!cardinality%3Dtrue+hllLog2m%3D25+hllRegwidth%3D8}string_s&stats.field={!cardinality%3Dtrue+hllLog2m%3D25+hllRegwidth%3D8+hllPreHashed%3Dtrue}string_s_prehashed_l expected:<3113> but was:<0>

Stack Trace:
java.lang.AssertionError: sanity check num matches, p=q=id_i1:[10547+TO+13659]&rows=0&stats=true&stats.field={!cardinality%3Dtrue+hllLog2m%3D25+hllRegwidth%3D8}int_i&stats.field={!cardinality%3Dtrue+hllLog2m%3D25+hllRegwidth%3D8+hllPreHashed%3Dtrue}int_i_prehashed_l&stats.field={!cardinality%3Dtrue+hllLog2m%3D25+hllRegwidth%3D8}long_l&stats.field={!cardinality%3Dtrue+hllLog2m%3D25+hllRegwidth%3D8+hllPreHashed%3Dtrue}long_l_prehashed_l&stats.field={!cardinality%3Dtrue+hllLog2m%3D25+hllRegwidth%3D8}string_s&stats.field={!cardinality%3Dtrue+hllLog2m%3D25+hllRegwidth%3D8+hllPreHashed%3Dtrue}string_s_prehashed_l expected:<3113> but was:<0>
	at __randomizedtesting.SeedInfo.seed([FD5270D727F77A27:75064F0D890B17DF]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.handler.component.TestDistributedStatsComponentCardinality.test(TestDistributedStatsComponentCardinality.java:143)
	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)




Build Log:
[...truncated 915 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterWithThreads
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriterWithThreads -Dtests.method=testIOExceptionDuringWriteSegmentWithThreads -Dtests.seed=FACD2EFA1FE2431 -Dtests.slow=true -Dtests.locale=sv -Dtests.timezone=Asia/Almaty -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.10s J0 | TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreads <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: MockDirectoryWrapper: cannot close: there are still 7 open files: {_9.fdx=1, _a.fdt=1, _a.tvx=1, _9.tvx=1, _a.fdx=1, _9.tvd=1, _a.tvd=1}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FACD2EFA1FE2431:D4046816CBFD97BA]:0)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:841)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterWithThreads._testMultipleThreadsFailure(TestIndexWriterWithThreads.java:341)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreads(TestIndexWriterWithThreads.java:502)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.RuntimeException: unclosed IndexOutput: _9.fdx
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.addFileHandle(MockDirectoryWrapper.java:732)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:667)
   [junit4]    > 	at org.apache.lucene.store.LockValidatingDirectoryWrapper.createOutput(LockValidatingDirectoryWrapper.java:44)
   [junit4]    > 	at org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:43)
   [junit4]    > 	at org.apache.lucene.codecs.compressing.CompressingStoredFieldsWriter.<init>(CompressingStoredFieldsWriter.java:112)
   [junit4]    > 	at org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsWriter(CompressingStoredFieldsFormat.java:128)
   [junit4]    > 	at org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.fieldsWriter(Lucene50StoredFieldsFormat.java:183)
   [junit4]    > 	at org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat.fieldsWriter(AssertingStoredFieldsFormat.java:48)
   [junit4]    > 	at org.apache.lucene.index.StoredFieldsConsumer.initStoredFieldsWriter(StoredFieldsConsumer.java:39)
   [junit4]    > 	at org.apache.lucene.index.StoredFieldsConsumer.startDocument(StoredFieldsConsumer.java:46)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain.startStoredFields(DefaultIndexingChain.java:364)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:400)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterPerThread.updateDocument(DocumentsWriterPerThread.java:251)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:494)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1600)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1592)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterWithThreads$IndexerThread.run(TestIndexWriterWithThreads.java:96)
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriterWithThreads -Dtests.method=testIOExceptionDuringWriteSegmentWithThreadsOnlyOnce -Dtests.seed=FACD2EFA1FE2431 -Dtests.slow=true -Dtests.locale=sv -Dtests.timezone=Asia/Almaty -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.01s J0 | TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreadsOnlyOnce <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: MockDirectoryWrapper: cannot close: there are still 28 open files: {_0_Lucene50_0.doc=1, _1.tvd=1, _3_Lucene50_0.pos=1, _1.nvd=1, _3_Lucene70_0.dvd=1, _0.nvd=1, _2.fdt=1, _2_Lucene50_0.pos=1, _2_Lucene50_0.tim=1, _1_Lucene50_0.tim=1, _2.nvd=1, _2.tvd=1, _0_Lucene70_0.dvd=1, _1_Lucene50_0.pos=1, _3_Lucene50_0.doc=1, _1.fdt=1, _0_Lucene50_0.tim=1, _3.nvd=1, _1_Lucene70_0.dvd=1, _0_Lucene50_0.pos=1, _3.tvd=1, _2_Lucene50_0.doc=1, _0.fdt=1, _0.tvd=1, _1_Lucene50_0.doc=1, _2_Lucene70_0.dvd=1, _3_Lucene50_0.tim=1, _3.fdt=1}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FACD2EFA1FE2431:43C75329675E07D4]:0)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:841)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterWithThreads._testMultipleThreadsFailure(TestIndexWriterWithThreads.java:341)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreadsOnlyOnce(TestIndexWriterWithThreads.java:507)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.RuntimeException: unclosed IndexInput: _2_Lucene70_0.dvd
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.addFileHandle(MockDirectoryWrapper.java:732)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:776)
   [junit4]    > 	at org.apache.lucene.codecs.lucene70.Lucene70DocValuesProducer.<init>(Lucene70DocValuesProducer.java:88)
   [junit4]    > 	at org.apache.lucene.codecs.lucene70.Lucene70DocValuesFormat.fieldsProducer(Lucene70DocValuesFormat.java:132)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsReader.<init>(PerFieldDocValuesFormat.java:292)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat.fieldsProducer(PerFieldDocValuesFormat.java:375)
   [junit4]    > 	at org.apache.lucene.index.SegmentDocValues.newDocValuesProducer(SegmentDocValues.java:51)
   [junit4]    > 	at org.apache.lucene.index.SegmentDocValues.getDocValuesProducer(SegmentDocValues.java:67)
   [junit4]    > 	at org.apache.lucene.index.SegmentReader.initDocValuesProducer(SegmentReader.java:180)
   [junit4]    > 	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:98)
   [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:172)
   [junit4]    > 	at org.apache.lucene.index.BufferedUpdatesStream$SegmentState.<init>(BufferedUpdatesStream.java:262)
   [junit4]    > 	at org.apache.lucene.index.FrozenBufferedUpdates.openSegmentStates(FrozenBufferedUpdates.java:370)
   [junit4]    > 	at org.apache.lucene.index.FrozenBufferedUpdates.apply(FrozenBufferedUpdates.java:267)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.lambda$publishFrozenUpdates$3(IndexWriter.java:2593)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5063)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1603)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1592)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterWithThreads$IndexerThread.run(TestIndexWriterWithThreads.java:96)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {date=Lucene50(blocksize=128), field=Lucene50(blocksize=128), docid=FSTOrd50, titleTokenized=PostingsFormat(name=LuceneFixedGap), id=FSTOrd50, body=Lucene50(blocksize=128), title=Lucene50(blocksize=128)}, docValues:{date=DocValuesFormat(name=Lucene70), docid_intDV=DocValuesFormat(name=Lucene70), docid_int=DocValuesFormat(name=Asserting), dv=DocValuesFormat(name=Lucene70), field=DocValuesFormat(name=Lucene70), docid=DocValuesFormat(name=Asserting), titleTokenized=DocValuesFormat(name=Lucene70), title=DocValuesFormat(name=Direct), body=DocValuesFormat(name=Lucene70), ___soft_deletes=DocValuesFormat(name=Lucene70), titleDV=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=874, maxMBSortInHeap=7.802675795457008, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6a4404ea), locale=sv, timezone=Asia/Almaty
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=3,threads=1,free=284429680,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestByteBlockPool, TestSearchWithThreads, TestIndexWriter, TestBlendedTermQuery, TestMultiMMap, TestLMJelinekMercerSimilarity, TestIndexWriterOnVMError, TestUnicodeUtil, TestNIOFSDirectory, TestLucene70DocValuesFormat, TestBufferedChecksum, TestRegExp, TestLevenshteinAutomata, TestDocValuesRewriteMethod, TestLockFactory, TestLucene50CompoundFormat, TestParallelCompositeReader, TestOmitTf, TestNGramPhraseQuery, TestFSTs, TestDeterminizeLexicon, TestAllFilesHaveChecksumFooter, TestPositiveScoresOnlyCollector, Test2BPagedBytes, TestDateSort, TestSPIClassIterator, TestRegexpRandom2, TestTimeLimitingCollector, TestRAMDirectory, TestParallelLeafReader, TestRegexpQuery, TestUTF32ToUTF8, TestIntBlockPool, TestTermQuery, TestMixedCodecs, TestIndexWriterLockRelease, TestMultiset, TestIndexableField, TestInPlaceMergeSorter, TestIndexWriterUnicode, TestAllFilesCheckIndexHeader, TestInfoStream, TestPriorityQueue, TestAxiomaticF2EXP, TestTermdocPerf, TermInSetQueryTest, TestAddIndexes, TestDocumentsWriterDeleteQueue, TestCharacterUtils, TestCachingTokenFilter, TestSloppyPhraseQuery, TestDistributionLL, TestBoolean2ScorerSupplier, TestRateLimiter, TestReadOnlyIndex, TestTermScorer, TestMutableValues, TestCodecUtil, TestSpanContainQuery, TestLucene70SegmentInfoFormat, Test2BPostingsBytes, TestSimpleExplanationsWithFillerDocs, TestPackedTokenAttributeImpl, TestDirectory, Test2BNumericDocValues, TestIndexWriterWithThreads]
   [junit4] Completed [194/496 (1!)] on J0 in 2.36s, 14 tests, 2 errors <<< FAILURES!

[...truncated 11549 lines...]
   [junit4] Suite: org.apache.solr.handler.component.TestDistributedStatsComponentCardinality
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/init-core-data-001
   [junit4]   2> 248763 WARN  (SUITE-TestDistributedStatsComponentCardinality-seed#[FD5270D727F77A27]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=77 numCloses=77
   [junit4]   2> 248763 INFO  (SUITE-TestDistributedStatsComponentCardinality-seed#[FD5270D727F77A27]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 248764 INFO  (SUITE-TestDistributedStatsComponentCardinality-seed#[FD5270D727F77A27]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-9062)
   [junit4]   2> 248764 INFO  (SUITE-TestDistributedStatsComponentCardinality-seed#[FD5270D727F77A27]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 248765 INFO  (SUITE-TestDistributedStatsComponentCardinality-seed#[FD5270D727F77A27]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /qj/r
   [junit4]   2> 248932 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/control/cores/collection1
   [junit4]   2> 248934 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 248935 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 248935 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 248935 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 248936 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@77d96294{/qj/r,null,AVAILABLE}
   [junit4]   2> 248939 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1c0407d2{HTTP/1.1,[http/1.1]}{127.0.0.1:33010}
   [junit4]   2> 248939 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.e.j.s.Server Started @249205ms
   [junit4]   2> 248939 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema-sql.xml, hostContext=/qj/r, hostPort=33010, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/control/cores}
   [junit4]   2> 248940 ERROR (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 248940 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 248940 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 248940 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 248940 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 248940 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-24T17:50:58.250Z
   [junit4]   2> 248940 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/control/solr.xml
   [junit4]   2> 248944 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 248944 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 248945 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@61d5668, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 249921 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 249921 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 249936 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61d5668
   [junit4]   2> 249941 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61d5668
   [junit4]   2> 249941 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61d5668
   [junit4]   2> 249943 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/control/cores
   [junit4]   2> 249943 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 249944 INFO  (coreLoadExecutor-1307-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib, /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 249976 INFO  (coreLoadExecutor-1307-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 249991 INFO  (coreLoadExecutor-1307-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 250039 WARN  (coreLoadExecutor-1307-thread-1) [    x:collection1] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 250039 WARN  (coreLoadExecutor-1307-thread-1) [    x:collection1] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 250040 INFO  (coreLoadExecutor-1307-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 250040 INFO  (coreLoadExecutor-1307-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 250040 INFO  (coreLoadExecutor-1307-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@61d5668
   [junit4]   2> 250040 INFO  (coreLoadExecutor-1307-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 250040 INFO  (coreLoadExecutor-1307-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 250041 INFO  (coreLoadExecutor-1307-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=49.84375, floorSegmentMB=0.2490234375, forceMergeDeletesPctAllowed=27.60217755870331, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8545207434228436, reclaimDeletesWeight=2.204104718109162
   [junit4]   2> 250119 INFO  (coreLoadExecutor-1307-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 250119 INFO  (coreLoadExecutor-1307-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 250121 INFO  (coreLoadExecutor-1307-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 250121 INFO  (coreLoadExecutor-1307-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 250121 INFO  (coreLoadExecutor-1307-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=91.6884765625, floorSegmentMB=0.6611328125, forceMergeDeletesPctAllowed=27.180698050463537, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, reclaimDeletesWeight=1.4806471089679412
   [junit4]   2> 250122 INFO  (coreLoadExecutor-1307-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@499db1ad[collection1] main]
   [junit4]   2> 250122 INFO  (coreLoadExecutor-1307-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 250137 INFO  (coreLoadExecutor-1307-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 250195 INFO  (coreLoadExecutor-1307-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 250195 INFO  (coreLoadExecutor-1307-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1604177268053114880
   [junit4]   2> 250195 INFO  (searcherExecutor-1308-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 250195 INFO  (searcherExecutor-1308-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 250195 INFO  (searcherExecutor-1308-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 250195 INFO  (searcherExecutor-1308-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 250196 INFO  (searcherExecutor-1308-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 250196 INFO  (searcherExecutor-1308-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 250196 INFO  (searcherExecutor-1308-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 250196 INFO  (searcherExecutor-1308-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 250196 INFO  (searcherExecutor-1308-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 250197 INFO  (searcherExecutor-1308-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@499db1ad[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 250340 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 250341 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 250342 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 250342 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 250342 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 250342 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@466b1d35{/qj/r,null,AVAILABLE}
   [junit4]   2> 250343 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@60c491f5{HTTP/1.1,[http/1.1]}{127.0.0.1:59847}
   [junit4]   2> 250343 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.e.j.s.Server Started @250609ms
   [junit4]   2> 250343 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema-sql.xml, hostContext=/qj/r, hostPort=59847, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/shard0/cores}
   [junit4]   2> 250343 ERROR (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 250344 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 250344 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 250344 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 250344 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 250344 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-24T17:50:59.654Z
   [junit4]   2> 250345 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 250347 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 250347 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 250348 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@61d5668, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 251246 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 251246 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 251268 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61d5668
   [junit4]   2> 251274 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61d5668
   [junit4]   2> 251274 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61d5668
   [junit4]   2> 251275 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/shard0/cores
   [junit4]   2> 251275 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 251276 INFO  (coreLoadExecutor-1321-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib, /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 251325 INFO  (coreLoadExecutor-1321-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 251348 INFO  (coreLoadExecutor-1321-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 251402 WARN  (coreLoadExecutor-1321-thread-1) [    x:collection1] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 251402 WARN  (coreLoadExecutor-1321-thread-1) [    x:collection1] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 251402 INFO  (coreLoadExecutor-1321-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 251402 INFO  (coreLoadExecutor-1321-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 251402 INFO  (coreLoadExecutor-1321-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@61d5668
   [junit4]   2> 251403 INFO  (coreLoadExecutor-1321-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 251403 INFO  (coreLoadExecutor-1321-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 251404 INFO  (coreLoadExecutor-1321-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=49.84375, floorSegmentMB=0.2490234375, forceMergeDeletesPctAllowed=27.60217755870331, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8545207434228436, reclaimDeletesWeight=2.204104718109162
   [junit4]   2> 251454 INFO  (coreLoadExecutor-1321-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 251454 INFO  (coreLoadExecutor-1321-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 251456 INFO  (coreLoadExecutor-1321-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 251456 INFO  (coreLoadExecutor-1321-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 251457 INFO  (coreLoadExecutor-1321-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=91.6884765625, floorSegmentMB=0.6611328125, forceMergeDeletesPctAllowed=27.180698050463537, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, reclaimDeletesWeight=1.4806471089679412
   [junit4]   2> 251458 INFO  (coreLoadExecutor-1321-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3fc491aa[collection1] main]
   [junit4]   2> 251460 INFO  (coreLoadExecutor-1321-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 251475 INFO  (coreLoadExecutor-1321-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 251532 INFO  (coreLoadExecutor-1321-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 251533 INFO  (coreLoadExecutor-1321-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1604177269456109568
   [junit4]   2> 251533 INFO  (searcherExecutor-1322-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 251533 INFO  (searcherExecutor-1322-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 251533 INFO  (searcherExecutor-1322-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 251533 INFO  (searcherExecutor-1322-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 251533 INFO  (searcherExecutor-1322-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 251534 INFO  (searcherExecutor-1322-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 251534 INFO  (searcherExecutor-1322-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 251534 INFO  (searcherExecutor-1322-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 251534 INFO  (searcherExecutor-1322-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 251535 INFO  (searcherExecutor-1322-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3fc491aa[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 252166 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/shard1/cores/collection1
   [junit4]   2> 252166 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 252168 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 252168 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 252168 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 252168 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3c85fcf0{/qj/r,null,AVAILABLE}
   [junit4]   2> 252168 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3ae14227{HTTP/1.1,[http/1.1]}{127.0.0.1:60644}
   [junit4]   2> 252168 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.e.j.s.Server Started @252435ms
   [junit4]   2> 252168 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema-sql.xml, hostContext=/qj/r, hostPort=60644, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/shard1/cores}
   [junit4]   2> 252169 ERROR (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 252169 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 252170 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 252170 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 252170 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 252170 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-24T17:51:01.480Z
   [junit4]   2> 252170 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/shard1/solr.xml
   [junit4]   2> 252172 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 252172 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 252173 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@61d5668, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 252308 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 252308 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 252322 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61d5668
   [junit4]   2> 252328 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61d5668
   [junit4]   2> 252328 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61d5668
   [junit4]   2> 252330 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/shard1/cores
   [junit4]   2> 252330 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 252331 INFO  (coreLoadExecutor-1335-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib, /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 252362 INFO  (coreLoadExecutor-1335-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 252378 INFO  (coreLoadExecutor-1335-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 252418 WARN  (coreLoadExecutor-1335-thread-1) [    x:collection1] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 252418 WARN  (coreLoadExecutor-1335-thread-1) [    x:collection1] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 252418 INFO  (coreLoadExecutor-1335-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 252418 INFO  (coreLoadExecutor-1335-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 252418 INFO  (coreLoadExecutor-1335-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@61d5668
   [junit4]   2> 252418 INFO  (coreLoadExecutor-1335-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 252418 INFO  (coreLoadExecutor-1335-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/shard1/cores/collection1/data/]
   [junit4]   2> 252418 INFO  (coreLoadExecutor-1335-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=49.84375, floorSegmentMB=0.2490234375, forceMergeDeletesPctAllowed=27.60217755870331, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8545207434228436, reclaimDeletesWeight=2.204104718109162
   [junit4]   2> 252472 INFO  (coreLoadExecutor-1335-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 252472 INFO  (coreLoadExecutor-1335-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 252474 INFO  (coreLoadExecutor-1335-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 252474 INFO  (coreLoadExecutor-1335-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 252475 INFO  (coreLoadExecutor-1335-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=91.6884765625, floorSegmentMB=0.6611328125, forceMergeDeletesPctAllowed=27.180698050463537, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, reclaimDeletesWeight=1.4806471089679412
   [junit4]   2> 252475 INFO  (coreLoadExecutor-1335-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4c828ad8[collection1] main]
   [junit4]   2> 252476 INFO  (coreLoadExecutor-1335-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 253965 INFO  (coreLoadExecutor-1335-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 254037 INFO  (coreLoadExecutor-1335-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 254037 INFO  (coreLoadExecutor-1335-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1604177272081743872
   [junit4]   2> 254037 INFO  (searcherExecutor-1336-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 254038 INFO  (searcherExecutor-1336-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 254038 INFO  (searcherExecutor-1336-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 254038 INFO  (searcherExecutor-1336-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 254038 INFO  (searcherExecutor-1336-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 254039 INFO  (searcherExecutor-1336-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 254039 INFO  (searcherExecutor-1336-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 254040 INFO  (searcherExecutor-1336-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 254040 INFO  (searcherExecutor-1336-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 254041 INFO  (searcherExecutor-1336-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4c828ad8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 254197 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/shard2/cores/collection1
   [junit4]   2> 254198 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 254199 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 254199 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 254199 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 254200 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@75058869{/qj/r,null,AVAILABLE}
   [junit4]   2> 254200 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1ba1bb4a{HTTP/1.1,[http/1.1]}{127.0.0.1:56721}
   [junit4]   2> 254200 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.e.j.s.Server Started @254468ms
   [junit4]   2> 254200 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema-sql.xml, hostContext=/qj/r, hostPort=56721, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/shard2/cores}
   [junit4]   2> 254200 ERROR (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 254202 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 254202 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 254202 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 254202 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 254202 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-24T17:51:03.512Z
   [junit4]   2> 254202 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/shard2/solr.xml
   [junit4]   2> 254205 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 254205 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 254206 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@61d5668, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 254411 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 254411 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 254425 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61d5668
   [junit4]   2> 254434 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61d5668
   [junit4]   2> 254435 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@61d5668
   [junit4]   2> 254437 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/shard2/cores
   [junit4]   2> 254437 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 254439 INFO  (coreLoadExecutor-1349-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib, /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 254463 INFO  (coreLoadExecutor-1349-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 254477 INFO  (coreLoadExecutor-1349-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 254535 WARN  (coreLoadExecutor-1349-thread-1) [    x:collection1] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 254535 WARN  (coreLoadExecutor-1349-thread-1) [    x:collection1] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 254535 INFO  (coreLoadExecutor-1349-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 254535 INFO  (coreLoadExecutor-1349-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 254535 INFO  (coreLoadExecutor-1349-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@61d5668
   [junit4]   2> 254536 INFO  (coreLoadExecutor-1349-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 254536 INFO  (coreLoadExecutor-1349-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.component.TestDistributedStatsComponentCardinality_FD5270D727F77A27-001/tempDir-001/shard2/cores/collection1/data/]
   [junit4]   2> 254537 INFO  (coreLoadExecutor-1349-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=49.84375, floorSegmentMB=0.2490234375, forceMergeDeletesPctAllowed=27.60217755870331, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8545207434228436, reclaimDeletesWeight=2.204104718109162
   [junit4]   2> 254587 INFO  (coreLoadExecutor-1349-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 254587 INFO  (coreLoadExecutor-1349-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 254589 INFO  (coreLoadExecutor-1349-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 254589 INFO  (coreLoadExecutor-1349-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 254590 INFO  (coreLoadExecutor-1349-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=91.6884765625, floorSegmentMB=0.6611328125, forceMergeDeletesPctAllowed=27.180698050463537, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, reclaimDeletesWeight=1.4806471089679412
   [junit4]   2> 254590 INFO  (coreLoadExecutor-1349-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7b1fb176[collection1] main]
   [junit4]   2> 254590 INFO  (coreLoadExecutor-1349-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 254606 INFO  (coreLoadExecutor-1349-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 254663 INFO  (coreLoadExecutor-1349-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 254663 INFO  (searcherExecutor-1350-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 254663 INFO  (coreLoadExecutor-1349-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1604177272738152448
   [junit4]   2> 254664 INFO  (searcherExecutor-1350-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 254664 INFO  (searcherExecutor-1350-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 254664 INFO  (searcherExecutor-1350-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 254664 INFO  (searcherExecutor-1350-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 254664 INFO  (searcherExecutor-1350-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 254664 INFO  (searcherExecutor-1350-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 254665 INFO  (searcherExecutor-1350-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 254665 INFO  (searcherExecutor-1350-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 254666 INFO  (searcherExecutor-1350-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7b1fb176[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 254666 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 254666 INFO  (TEST-TestDistributedStatsComponentCardinality.test-seed#[FD5270D727F77A27]) [    ] o.a.s.h.c.TestDistributedStatsComponentCardinality Building an index of 14036 docs
   [junit4]   2> 254680 INFO  (qtp238710387-2308) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[1 (1604177272752832512)]} 0 3
   [junit4]   2> 254685 INFO  (qtp1109589477-2331) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[1 (1604177272759123968)]} 0 2
   [junit4]   2> 254688 INFO  (qtp238710387-2307) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[2 (1604177272763318272)]} 0 2
   [junit4]   2> 254695 INFO  (qtp23908043-2351) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[2 (1604177272767512576)]} 0 3
   [junit4]   2> 254697 INFO  (qtp238710387-2311) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[3 (1604177272772755456)]} 0 1
   [junit4]   2> 254704 INFO  (qtp2104234472-2371) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[3 (1604177272776949760)]} 0 3
   [junit4]   2> 254705 INFO  (qtp238710387-2313) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[4 (1604177272782192640)]} 0 0
   [junit4]   2> 254708 INFO  (qtp1109589477-2327) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[4 (1604177272783241216)]} 0 1
   [junit4]   2> 254709 INFO  (qtp238710387-2311) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[5 (1604177272786386944)]} 0 0
   [junit4]   2> 254712 INFO  (qtp23908043-2347) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[5 (1604177272788484096)]} 0 2
   [junit4]   2> 254714 INFO  (qtp238710387-2313) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[6 (1604177272791629824)]} 0 0
   [junit4]   2> 254718 INFO  (qtp2104234472-2367) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[6 (1604177272792678400)]} 0 3
   [junit4]   2> 254719 INFO  (qtp238710387-2311) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[7 (1604177272796872704)]} 0 0
   [junit4]   2> 254721 INFO  (qtp1109589477-2330) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[7 (1604177272797921280)]} 0 0
   [junit4]   2> 254722 INFO  (qtp238710387-2311) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[8 (1604177272800018432)]} 0 0
   [junit4]   2> 254724 INFO  (qtp23908043-2350) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[8 (1604177272801067008)]} 0 0
   [junit4]   2> 254725 INFO  (qtp238710387-2313) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[9 (1604177272803164160)]} 0 0
   [junit4]   2> 254726 INFO  (qtp2104234472-2370) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[9 (1604177272804212736)]} 0 0
   [junit4]   2> 254727 INFO  (qtp238710387-2311) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[10 (1604177272805261312)]} 0 0
   [junit4]   2> 254729 INFO  (qtp1109589477-2332) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[10 (1604177272806309888)]} 0 0
   [junit4]   2> 254730 INFO  (qtp238710387-2313) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[11 (1604177272807358464)]} 0 0
   [junit4]   2> 254731 INFO  (qtp23908043-2352) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[11 (1604177272809455616)]} 0 0
   [junit4]   2> 254733 INFO  (qtp238710387-2311) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[12 (1604177272810504192)]} 0 0
   [junit4]   2> 254734 INFO  (qtp2104234472-2372) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[12 (1604177272812601344)]} 0 0
   [junit4]   2> 254735 INFO  (qtp238710387-2311) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[13 (1604177272813649920)]} 0 0
   [junit4]   2> 254736 INFO  (qtp1109589477-2330) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[13 (1604177272814698496)]} 0 0
   [junit4]   2> 254737 INFO  (qtp238710387-2313) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[14 (1604177272815747072)]} 0 0
   [junit4]   2> 254738 INFO  (qtp23908043-2350) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[14 (1604177272816795648)]} 0 0
   [junit4]   2> 254739 INFO  (qtp238710387-2311) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[15 (1604177272817844224)]} 0 0
   [junit4]   2> 254742 INFO  (qtp2104234472-2370) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[15 (1604177272820989952)]} 0 0
   [junit4]   2> 254745 INFO  (qtp238710387-2313) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[16 (1604177272823087104)]} 0 0
   [junit4]   2> 254746 INFO  (qtp1109589477-2332) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[16 (1604177272824135680)]} 0 0
   [junit4]   2> 254747 INFO  (qtp238710387-2313) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[17 (1604177272826232832)]} 0 0
   [junit4]   2> 254748 INFO  (qtp23908043-2352) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[17 (1604177272827281408)]} 0 0
   [junit4]   2> 254749 INFO  (qtp238710387-2313) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[18 (1604177272828329984)]} 0 0
   [junit4]   2> 254750 INFO  (qtp2104234472-2372) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[18 (1604177272829378560)]} 0 0
   [junit4]   2> 254751 INFO  (qtp238710387-2313) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[19 (1604177272830427136)]} 0 0
   [junit4]   2> 254752 INFO  (qtp1109589477-2330) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=javabin&version=2}{add=[19 (1604177272831475712)]} 0 0
   [junit4]   2> 254753 INFO  (qtp238710387-2313) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/qj/r path=/update params={wt=ja

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

inute 2 seconds
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestDistributedStatsComponentCardinality" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC" -Dtests.seed=FD5270D727F77A27 -Dtests.slow=true -Dtests.locale=nl-BE -Dtests.timezone=Chile/EasterIsland -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
Buildfile: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/build.xml

-clover.disable:

ivy-configure:
[ivy:configure] :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: file = /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/top-level-ivy-settings.xml

install-junit4-taskdef:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

resolve-groovy:
[ivy:cachepath] :: resolving dependencies :: org.codehaus.groovy#groovy-all-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.codehaus.groovy#groovy-all;2.4.15 in public
[ivy:cachepath] :: resolution report :: resolve 16ms :: artifacts dl 1ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   1   |   0   |   0   |   0   ||   1   |   0   |
	---------------------------------------------------------------------

-init-totals:

-test:
    [mkdir] Created dir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test
[junit4:pickseed] Seed property 'tests.seed' already defined: FD5270D727F77A27
    [mkdir] Created dir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/temp
   [junit4] <JUnit4> says 今日は! Master seed: FD5270D727F77A27
   [junit4] Executing 5 suites with 2 JVMs.
   [junit4] 
   [junit4] Started J1 PID(14527@serv1-vm3).
   [junit4] Started J0 PID(14526@serv1-vm3).
   [junit4] Suite: org.apache.solr.handler.component.TestDistributedStatsComponentCardinality
   [junit4] OK      63.8s J1 | TestDistributedStatsComponentCardinality.test
   [junit4] Completed [1/5] on J1 in 67.92s, 1 test
   [junit4] 
   [junit4] HEARTBEAT J0 PID(14526@serv1-vm3): 2018-06-24T19:11:52, stalled for 66.1s at: TestDistributedStatsComponentCardinality.test
   [junit4] Suite: org.apache.solr.handler.component.TestDistributedStatsComponentCardinality
   [junit4] OK      66.7s J0 | TestDistributedStatsComponentCardinality.test
   [junit4] Completed [2/5] on J0 in 70.61s, 1 test
   [junit4] 
   [junit4] Duplicate suite name used with XML reports: org.apache.solr.handler.component.TestDistributedStatsComponentCardinality. This may confuse tools that process XML reports. Set 'ignoreDuplicateSuites' to true to skip this message.
   [junit4] Suite: org.apache.solr.handler.component.TestDistributedStatsComponentCardinality
   [junit4] OK      35.2s J1 | TestDistributedStatsComponentCardinality.test
   [junit4] Completed [3/5] on J1 in 35.40s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.component.TestDistributedStatsComponentCardinality
   [junit4] OK      36.2s J0 | TestDistributedStatsComponentCardinality.test
   [junit4] Completed [4/5] on J0 in 36.46s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.component.TestDistributedStatsComponentCardinality
   [junit4] OK      24.2s J1 | TestDistributedStatsComponentCardinality.test
   [junit4] Completed [5/5] on J1 in 24.34s, 1 test
   [junit4] 
   [junit4] JVM J0:     1.47 ..   110.42 =   108.95s
   [junit4] JVM J1:     1.46 ..   132.68 =   131.22s
   [junit4] Execution time total: 2 minutes 12 seconds
   [junit4] Tests summary: 5 suites, 5 tests
   [junit4] Could not remove temporary path: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp])
   [junit4] Could not remove temporary path: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp])
     [echo] 5 slowest tests:
[junit4:tophints] 121.60s | org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest
[junit4:tophints] 116.77s | org.apache.solr.update.SoftAutoCommitTest
[junit4:tophints] 110.86s | org.apache.solr.cloud.ZkFailoverTest
[junit4:tophints] 108.74s | org.apache.solr.cloud.TestTlogReplica
[junit4:tophints] 103.75s | org.apache.solr.cloud.MoveReplicaHDFSTest

-check-totals:

test-nocompile:

BUILD SUCCESSFUL
Total time: 2 minutes 16 seconds
[repro] Failures:
[repro]   0/5 failed: org.apache.lucene.index.TestIndexWriterWithThreads
[repro]   0/5 failed: org.apache.solr.handler.component.TestDistributedStatsComponentCardinality
[repro] Exiting with code 0
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2843)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2722)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2703)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3082)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to Solaris VBOX
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1089)
		at hudson.FilePath.act(FilePath.java:1078)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2701)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1840)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3084)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1091)
	at hudson.FilePath.act(FilePath.java:1078)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2701)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1840)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/*_pid*.log". Configuration error?
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=3b9d3a760a432b97aad2c08b2f778fa2344eb14a, workspace=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris
[WARNINGS] Computing warning deltas based on reference build #1929
Recording test results
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 1931 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1931/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC

3 tests failed.
FAILED:  org.apache.solr.cloud.MoveReplicaHDFSTest.testFailedMove

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:51394/solr/MoveReplicaHDFSTest_failed_coll_true, http://127.0.0.1:50035/solr/MoveReplicaHDFSTest_failed_coll_true]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:51394/solr/MoveReplicaHDFSTest_failed_coll_true, http://127.0.0.1:50035/solr/MoveReplicaHDFSTest_failed_coll_true]
	at __randomizedtesting.SeedInfo.seed([8AE7398628E5A40E:202AEA749F3671DE]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:993)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
	at org.apache.solr.cloud.MoveReplicaTest.testFailedMove(MoveReplicaTest.java:290)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:51394/solr/MoveReplicaHDFSTest_failed_coll_true: no servers hosting shard: shard2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:436)
	... 46 more


FAILED:  org.apache.solr.cloud.MoveReplicaHDFSTest.testFailedMove

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:37723/solr/MoveReplicaHDFSTest_failed_coll_true, http://127.0.0.1:59952/solr/MoveReplicaHDFSTest_failed_coll_true]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:37723/solr/MoveReplicaHDFSTest_failed_coll_true, http://127.0.0.1:59952/solr/MoveReplicaHDFSTest_failed_coll_true]
	at __randomizedtesting.SeedInfo.seed([8AE7398628E5A40E:202AEA749F3671DE]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:993)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
	at org.apache.solr.cloud.MoveReplicaTest.testFailedMove(MoveReplicaTest.java:290)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:37723/solr/MoveReplicaHDFSTest_failed_coll_true: no servers hosting shard: shard2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:436)
	... 46 more


FAILED:  org.apache.solr.cloud.cdcr.CdcrBidirectionalTest.testBiDir

Error Message:
Captured an uncaught exception in thread: Thread[id=3217, name=cdcr-replicator-1410-thread-1, state=RUNNABLE, group=TGRP-CdcrBidirectionalTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3217, name=cdcr-replicator-1410-thread-1, state=RUNNABLE, group=TGRP-CdcrBidirectionalTest]
Caused by: java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([8AE7398628E5A40E]:0)
	at org.apache.solr.update.CdcrUpdateLog$CdcrLogReader.forwardSeek(CdcrUpdateLog.java:611)
	at org.apache.solr.handler.CdcrReplicator.run(CdcrReplicator.java:105)
	at org.apache.solr.handler.CdcrReplicatorScheduler.lambda$null$0(CdcrReplicatorScheduler.java:81)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12530 lines...]
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrBidirectionalTest
   [junit4]   2> 350608 INFO  (SUITE-CdcrBidirectionalTest-seed#[8AE7398628E5A40E]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_8AE7398628E5A40E-001/init-core-data-001
   [junit4]   2> 350608 WARN  (SUITE-CdcrBidirectionalTest-seed#[8AE7398628E5A40E]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 350608 INFO  (SUITE-CdcrBidirectionalTest-seed#[8AE7398628E5A40E]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 350609 INFO  (SUITE-CdcrBidirectionalTest-seed#[8AE7398628E5A40E]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 350611 INFO  (TEST-CdcrBidirectionalTest.testBiDir-seed#[8AE7398628E5A40E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBiDir
   [junit4]   2> 350611 INFO  (TEST-CdcrBidirectionalTest.testBiDir-seed#[8AE7398628E5A40E]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_8AE7398628E5A40E-001/cdcr-cluster2-001
   [junit4]   2> 350611 INFO  (TEST-CdcrBidirectionalTest.testBiDir-seed#[8AE7398628E5A40E]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 350611 INFO  (Thread-568) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 350611 INFO  (Thread-568) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 350614 ERROR (Thread-568) [    ] 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> 350711 INFO  (TEST-CdcrBidirectionalTest.testBiDir-seed#[8AE7398628E5A40E]) [    ] o.a.s.c.ZkTestServer start zk server on port:59761
   [junit4]   2> 350715 INFO  (zkConnectionManagerCallback-774-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 350721 INFO  (jetty-launcher-771-thread-1) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 350722 INFO  (jetty-launcher-771-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 350722 INFO  (jetty-launcher-771-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 350722 INFO  (jetty-launcher-771-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 350722 INFO  (jetty-launcher-771-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3b65fadd{/solr,null,AVAILABLE}
   [junit4]   2> 350723 INFO  (jetty-launcher-771-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3f65c99e{SSL,[ssl, http/1.1]}{127.0.0.1:50518}
   [junit4]   2> 350723 INFO  (jetty-launcher-771-thread-1) [    ] o.e.j.s.Server Started @350984ms
   [junit4]   2> 350723 INFO  (jetty-launcher-771-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=50518}
   [junit4]   2> 350723 ERROR (jetty-launcher-771-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 350723 INFO  (jetty-launcher-771-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 350723 INFO  (jetty-launcher-771-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 350723 INFO  (jetty-launcher-771-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 350723 INFO  (jetty-launcher-771-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 350723 INFO  (jetty-launcher-771-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-25T05:08:56.808Z
   [junit4]   2> 350730 INFO  (zkConnectionManagerCallback-776-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 350731 INFO  (jetty-launcher-771-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 351234 INFO  (jetty-launcher-771-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59761/solr
   [junit4]   2> 351236 INFO  (zkConnectionManagerCallback-780-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 351241 INFO  (zkConnectionManagerCallback-782-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 351358 INFO  (jetty-launcher-771-thread-1) [n:127.0.0.1:50518_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 351359 INFO  (jetty-launcher-771-thread-1) [n:127.0.0.1:50518_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:50518_solr
   [junit4]   2> 351360 INFO  (jetty-launcher-771-thread-1) [n:127.0.0.1:50518_solr    ] o.a.s.c.Overseer Overseer (id=72396518891716611-127.0.0.1:50518_solr-n_0000000000) starting
   [junit4]   2> 351381 INFO  (zkConnectionManagerCallback-789-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 351384 INFO  (jetty-launcher-771-thread-1) [n:127.0.0.1:50518_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59761/solr ready
   [junit4]   2> 351386 DEBUG (OverseerAutoScalingTriggerThread-72396518891716611-127.0.0.1:50518_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 351387 DEBUG (OverseerAutoScalingTriggerThread-72396518891716611-127.0.0.1:50518_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 351387 DEBUG (OverseerAutoScalingTriggerThread-72396518891716611-127.0.0.1:50518_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 351387 DEBUG (OverseerAutoScalingTriggerThread-72396518891716611-127.0.0.1:50518_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 351388 INFO  (jetty-launcher-771-thread-1) [n:127.0.0.1:50518_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50518_solr
   [junit4]   2> 351398 INFO  (zkCallback-788-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 351398 INFO  (zkCallback-781-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 351405 DEBUG (OverseerAutoScalingTriggerThread-72396518891716611-127.0.0.1:50518_solr-n_0000000000) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:50518_solr]
   [junit4]   2> 351405 DEBUG (OverseerAutoScalingTriggerThread-72396518891716611-127.0.0.1:50518_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 351406 DEBUG (OverseerAutoScalingTriggerThread-72396518891716611-127.0.0.1:50518_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 351406 DEBUG (ScheduledTrigger-1356-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 351411 INFO  (jetty-launcher-771-thread-1) [n:127.0.0.1:50518_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 351431 INFO  (jetty-launcher-771-thread-1) [n:127.0.0.1:50518_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50518.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@732ff8ae
   [junit4]   2> 351435 INFO  (jetty-launcher-771-thread-1) [n:127.0.0.1:50518_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50518.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@732ff8ae
   [junit4]   2> 351435 INFO  (jetty-launcher-771-thread-1) [n:127.0.0.1:50518_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50518.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@732ff8ae
   [junit4]   2> 351436 INFO  (jetty-launcher-771-thread-1) [n:127.0.0.1:50518_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_8AE7398628E5A40E-001/cdcr-cluster2-001/node1/.
   [junit4]   2> 351449 INFO  (zkConnectionManagerCallback-792-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 351452 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 0x101344017840005, likely client has closed socket
   [junit4]   2> 351463 INFO  (zkConnectionManagerCallback-795-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 351465 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 0x101344017840006, likely client has closed socket
   [junit4]   2> 351465 INFO  (TEST-CdcrBidirectionalTest.testBiDir-seed#[8AE7398628E5A40E]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_8AE7398628E5A40E-001/cdcr-cluster1-001
   [junit4]   2> 351465 INFO  (TEST-CdcrBidirectionalTest.testBiDir-seed#[8AE7398628E5A40E]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 351465 INFO  (Thread-581) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 351465 INFO  (Thread-581) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 351467 ERROR (Thread-581) [    ] 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> 351566 INFO  (TEST-CdcrBidirectionalTest.testBiDir-seed#[8AE7398628E5A40E]) [    ] o.a.s.c.ZkTestServer start zk server on port:56265
   [junit4]   2> 351569 INFO  (zkConnectionManagerCallback-799-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 351576 INFO  (jetty-launcher-796-thread-1) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 351578 INFO  (jetty-launcher-796-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 351578 INFO  (jetty-launcher-796-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 351578 INFO  (jetty-launcher-796-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 351578 INFO  (jetty-launcher-796-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@16c67426{/solr,null,AVAILABLE}
   [junit4]   2> 351579 INFO  (jetty-launcher-796-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@17bd585c{SSL,[ssl, http/1.1]}{127.0.0.1:51671}
   [junit4]   2> 351579 INFO  (jetty-launcher-796-thread-1) [    ] o.e.j.s.Server Started @351841ms
   [junit4]   2> 351579 INFO  (jetty-launcher-796-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51671}
   [junit4]   2> 351579 ERROR (jetty-launcher-796-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 351579 INFO  (jetty-launcher-796-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 351579 INFO  (jetty-launcher-796-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 351579 INFO  (jetty-launcher-796-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 351580 INFO  (jetty-launcher-796-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 351580 INFO  (jetty-launcher-796-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-25T05:08:57.665Z
   [junit4]   2> 351583 INFO  (zkConnectionManagerCallback-801-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 351584 INFO  (jetty-launcher-796-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 352092 INFO  (jetty-launcher-796-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56265/solr
   [junit4]   2> 352094 INFO  (zkConnectionManagerCallback-805-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 352099 INFO  (zkConnectionManagerCallback-807-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 352239 INFO  (jetty-launcher-796-thread-1) [n:127.0.0.1:51671_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 352240 INFO  (jetty-launcher-796-thread-1) [n:127.0.0.1:51671_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:51671_solr
   [junit4]   2> 352241 INFO  (jetty-launcher-796-thread-1) [n:127.0.0.1:51671_solr    ] o.a.s.c.Overseer Overseer (id=72396518947684355-127.0.0.1:51671_solr-n_0000000000) starting
   [junit4]   2> 352256 INFO  (zkConnectionManagerCallback-814-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 352259 INFO  (jetty-launcher-796-thread-1) [n:127.0.0.1:51671_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56265/solr ready
   [junit4]   2> 352261 INFO  (jetty-launcher-796-thread-1) [n:127.0.0.1:51671_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51671_solr
   [junit4]   2> 352261 DEBUG (OverseerAutoScalingTriggerThread-72396518947684355-127.0.0.1:51671_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 352263 INFO  (OverseerStateUpdate-72396518947684355-127.0.0.1:51671_solr-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 352263 DEBUG (OverseerAutoScalingTriggerThread-72396518947684355-127.0.0.1:51671_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 352264 DEBUG (OverseerAutoScalingTriggerThread-72396518947684355-127.0.0.1:51671_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 352264 DEBUG (OverseerAutoScalingTriggerThread-72396518947684355-127.0.0.1:51671_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 352265 INFO  (zkCallback-813-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 352270 DEBUG (OverseerAutoScalingTriggerThread-72396518947684355-127.0.0.1:51671_solr-n_0000000000) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:51671_solr]
   [junit4]   2> 352270 DEBUG (OverseerAutoScalingTriggerThread-72396518947684355-127.0.0.1:51671_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 352271 DEBUG (OverseerAutoScalingTriggerThread-72396518947684355-127.0.0.1:51671_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 352272 DEBUG (ScheduledTrigger-1369-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 352283 INFO  (jetty-launcher-796-thread-1) [n:127.0.0.1:51671_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 352296 INFO  (jetty-launcher-796-thread-1) [n:127.0.0.1:51671_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51671.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@732ff8ae
   [junit4]   2> 352300 INFO  (jetty-launcher-796-thread-1) [n:127.0.0.1:51671_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51671.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@732ff8ae
   [junit4]   2> 352300 INFO  (jetty-launcher-796-thread-1) [n:127.0.0.1:51671_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51671.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@732ff8ae
   [junit4]   2> 352301 INFO  (jetty-launcher-796-thread-1) [n:127.0.0.1:51671_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_8AE7398628E5A40E-001/cdcr-cluster1-001/node1/.
   [junit4]   2> 352321 INFO  (zkConnectionManagerCallback-817-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 352328 INFO  (zkConnectionManagerCallback-820-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 352331 INFO  (TEST-CdcrBidirectionalTest.testBiDir-seed#[8AE7398628E5A40E]) [    ] o.a.s.c.c.CdcrBidirectionalTest cluster2 zkHost = 127.0.0.1:59761/solr
   [junit4]   2> 352331 INFO  (TEST-CdcrBidirectionalTest.testBiDir-seed#[8AE7398628E5A40E]) [    ] o.a.s.c.c.CdcrBidirectionalTest cluster1 zkHost = 127.0.0.1:56265/solr
   [junit4]   2> 352333 INFO  (zkConnectionManagerCallback-822-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 352341 INFO  (zkConnectionManagerCallback-826-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 352343 INFO  (TEST-CdcrBidirectionalTest.testBiDir-seed#[8AE7398628E5A40E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 352344 INFO  (TEST-CdcrBidirectionalTest.testBiDir-seed#[8AE7398628E5A40E]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56265/solr ready
   [junit4]   2> 352362 INFO  (qtp1437060615-3079) [n:127.0.0.1:51671_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=cdcr-cluster1&maxShardsPerNode=2&name=cdcr-cluster1&nrtReplicas=1&action=CREATE&numShards=2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 352365 INFO  (OverseerThreadFactory-1371-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection cdcr-cluster1
   [junit4]   2> 352408 DEBUG (ScheduledTrigger-1356-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 352487 INFO  (OverseerStateUpdate-72396518947684355-127.0.0.1:51671_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-cluster1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-cluster1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:51671/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 352492 INFO  (OverseerStateUpdate-72396518947684355-127.0.0.1:51671_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-cluster1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"cdcr-cluster1_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:51671/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 352711 INFO  (qtp1437060615-3081) [n:127.0.0.1:51671_solr    x:cdcr-cluster1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-cluster1&newCollection=true&collection=cdcr-cluster1&version=2&replicaType=NRT&coreNodeName=core_node3&name=cdcr-cluster1_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 352712 INFO  (qtp1437060615-3081) [n:127.0.0.1:51671_solr    x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 352721 INFO  (qtp1437060615-3082) [n:127.0.0.1:51671_solr    x:cdcr-cluster1_shard2_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-cluster1&newCollection=true&collection=cdcr-cluster1&version=2&replicaType=NRT&coreNodeName=core_node4&name=cdcr-cluster1_shard2_replica_n2&action=CREATE&numShards=2&shard=shard2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 353273 DEBUG (ScheduledTrigger-1369-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 353410 DEBUG (ScheduledTrigger-1356-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 353729 INFO  (qtp1437060615-3081) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 353735 INFO  (qtp1437060615-3082) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 353736 INFO  (qtp1437060615-3081) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.s.IndexSchema [cdcr-cluster1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 353747 INFO  (qtp1437060615-3081) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 353747 INFO  (qtp1437060615-3081) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-cluster1_shard1_replica_n1' using configuration from collection cdcr-cluster1, trusted=true
   [junit4]   2> 353748 INFO  (qtp1437060615-3081) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51671.solr.core.cdcr-cluster1.shard1.replica_n1' (registry 'solr.core.cdcr-cluster1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@732ff8ae
   [junit4]   2> 353749 INFO  (qtp1437060615-3082) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.s.IndexSchema [cdcr-cluster1_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 353751 INFO  (qtp1437060615-3082) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 353751 INFO  (qtp1437060615-3082) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-cluster1_shard2_replica_n2' using configuration from collection cdcr-cluster1, trusted=true
   [junit4]   2> 353751 INFO  (qtp1437060615-3082) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51671.solr.core.cdcr-cluster1.shard2.replica_n2' (registry 'solr.core.cdcr-cluster1.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@732ff8ae
   [junit4]   2> 353756 INFO  (qtp1437060615-3081) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 353756 INFO  (qtp1437060615-3081) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.SolrCore [[cdcr-cluster1_shard1_replica_n1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_8AE7398628E5A40E-001/cdcr-cluster1-001/node1/cdcr-cluster1_shard1_replica_n1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_8AE7398628E5A40E-001/cdcr-cluster1-001/node1/./cdcr-cluster1_shard1_replica_n1/data/]
   [junit4]   2> 353756 INFO  (qtp1437060615-3082) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 353756 INFO  (qtp1437060615-3082) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.SolrCore [[cdcr-cluster1_shard2_replica_n2] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_8AE7398628E5A40E-001/cdcr-cluster1-001/node1/cdcr-cluster1_shard2_replica_n2], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_8AE7398628E5A40E-001/cdcr-cluster1-001/node1/./cdcr-cluster1_shard2_replica_n2/data/]
   [junit4]   2> 353879 INFO  (qtp1437060615-3081) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 353879 INFO  (qtp1437060615-3082) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 353879 INFO  (qtp1437060615-3081) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 353879 INFO  (qtp1437060615-3082) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 353880 INFO  (qtp1437060615-3082) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 353880 INFO  (qtp1437060615-3082) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 353880 INFO  (qtp1437060615-3081) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 353880 INFO  (qtp1437060615-3081) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 353882 INFO  (qtp1437060615-3082) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@411b7732[cdcr-cluster1_shard2_replica_n2] main]
   [junit4]   2> 353882 INFO  (qtp1437060615-3081) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2f4f86f4[cdcr-cluster1_shard1_replica_n1] main]
   [junit4]   2> 353884 INFO  (qtp1437060615-3081) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-cluster1
   [junit4]   2> 353884 INFO  (qtp1437060615-3082) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-cluster1
   [junit4]   2> 353885 INFO  (qtp1437060615-3081) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-cluster1
   [junit4]   2> 353885 INFO  (qtp1437060615-3082) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-cluster1
   [junit4]   2> 353885 INFO  (qtp1437060615-3081) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-cluster1/managed-schema
   [junit4]   2> 353885 INFO  (qtp1437060615-3082) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-cluster1/managed-schema
   [junit4]   2> 353886 INFO  (qtp1437060615-3081) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 353886 INFO  (qtp1437060615-3082) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 353886 INFO  (qtp1437060615-3081) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 353886 INFO  (qtp1437060615-3082) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 353897 INFO  (qtp1437060615-3081) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-cluster1/cdcr/state/buffer
   [junit4]   2> 353903 INFO  (qtp1437060615-3081) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-cluster1/cdcr/state/process
   [junit4]   2> 353932 INFO  (qtp1437060615-3082) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1604219924661665792
   [junit4]   2> 353932 INFO  (qtp1437060615-3081) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1604219924661665792
   [junit4]   2> 353933 INFO  (searcherExecutor-1376-thread-1-processing-n:127.0.0.1:51671_solr x:cdcr-cluster1_shard1_replica_n1 c:cdcr-cluster1 s:shard1 r:core_node3) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-cluster1_shard1_replica_n1] Registered new searcher Searcher@2f4f86f4[cdcr-cluster1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 353933 INFO  (searcherExecutor-1377-thread-1-processing-n:127.0.0.1:51671_solr x:cdcr-cluster1_shard2_replica_n2 c:cdcr-cluster1 s:shard2 r:core_node4) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.SolrCore [cdcr-cluster1_shard2_replica_n2] Registered new searcher Searcher@411b7732[cdcr-cluster1_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 353944 INFO  (qtp1437060615-3081) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/cdcr-cluster1/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 353947 INFO  (qtp1437060615-3082) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/cdcr-cluster1/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 353951 INFO  (qtp1437060615-3081) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 353951 INFO  (qtp1437060615-3081) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 353951 INFO  (qtp1437060615-3081) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:51671/solr/cdcr-cluster1_shard1_replica_n1/
   [junit4]   2> 353952 INFO  (qtp1437060615-3081) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 353953 INFO  (qtp1437060615-3082) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 353953 INFO  (qtp1437060615-3082) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 353953 INFO  (qtp1437060615-3082) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:51671/solr/cdcr-cluster1_shard2_replica_n2/
   [junit4]   2> 353953 INFO  (qtp1437060615-3081) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:51671/solr/cdcr-cluster1_shard1_replica_n1/ has no replicas
   [junit4]   2> 353953 INFO  (qtp1437060615-3081) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 353953 INFO  (qtp1437060615-3082) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 353953 INFO  (qtp1437060615-3082) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.SyncStrategy https://127.0.0.1:51671/solr/cdcr-cluster1_shard2_replica_n2/ has no replicas
   [junit4]   2> 353953 INFO  (qtp1437060615-3082) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 353957 INFO  (zkCallback-806-thread-1) [    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-cluster1:shard1
   [junit4]   2> 353957 INFO  (zkCallback-806-thread-2) [    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-cluster1:shard2
   [junit4]   2> 353961 INFO  (qtp1437060615-3082) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:51671/solr/cdcr-cluster1_shard2_replica_n2/ shard2
   [junit4]   2> 353966 INFO  (qtp1437060615-3081) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:51671/solr/cdcr-cluster1_shard1_replica_n1/ shard1
   [junit4]   2> 354070 INFO  (qtp1437060615-3081) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 354073 INFO  (qtp1437060615-3081) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-cluster1&newCollection=true&collection=cdcr-cluster1&version=2&replicaType=NRT&coreNodeName=core_node3&name=cdcr-cluster1_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin} status=0 QTime=1362
   [junit4]   2> 354118 INFO  (qtp1437060615-3082) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 354121 INFO  (qtp1437060615-3082) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-cluster1&newCollection=true&collection=cdcr-cluster1&version=2&replicaType=NRT&coreNodeName=core_node4&name=cdcr-cluster1_shard2_replica_n2&action=CREATE&numShards=2&shard=shard2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin} status=0 QTime=1400
   [junit4]   2> 354125 INFO  (qtp1437060615-3079) [n:127.0.0.1:51671_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 354222 INFO  (zkCallback-806-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-cluster1/state.json] for collection [cdcr-cluster1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 354273 DEBUG (ScheduledTrigger-1369-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 354368 INFO  (OverseerCollectionConfigSetProcessor-72396518947684355-127.0.0.1:51671_solr-n_0000000000) [    ] 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> 354411 DEBUG (ScheduledTrigger-1356-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 355126 INFO  (qtp1437060615-3079) [n:127.0.0.1:51671_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=cdcr-cluster1&maxShardsPerNode=2&name=cdcr-cluster1&nrtReplicas=1&action=CREATE&numShards=2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=2765
   [junit4]   2> 355130 INFO  (zkConnectionManagerCallback-830-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 355141 INFO  (zkConnectionManagerCallback-834-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 355143 INFO  (TEST-CdcrBidirectionalTest.testBiDir-seed#[8AE7398628E5A40E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 355144 INFO  (TEST-CdcrBidirectionalTest.testBiDir-seed#[8AE7398628E5A40E]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59761/solr ready
   [junit4]   2> 355161 INFO  (qtp1653269022-3021) [n:127.0.0.1:50518_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=cdcr-cluster2&maxShardsPerNode=2&name=cdcr-cluster2&nrtReplicas=1&action=CREATE&numShards=2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 355166 INFO  (OverseerThreadFactory-1358-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection cdcr-cluster2
   [junit4]   2> 355273 DEBUG (ScheduledTrigger-1369-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 355278 INFO  (OverseerStateUpdate-72396518891716611-127.0.0.1:50518_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-cluster2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-cluster2_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:50518/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 355282 INFO  (OverseerStateUpdate-72396518891716611-127.0.0.1:50518_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-cluster2",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"cdcr-cluster2_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:50518/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 355412 DEBUG (ScheduledTrigger-1356-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 355496 INFO  (qtp1653269022-3031) [n:127.0.0.1:50518_solr    x:cdcr-cluster2_shard2_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-cluster2&newCollection=true&collection=cdcr-cluster2&version=2&replicaType=NRT&coreNodeName=core_node4&name=cdcr-cluster2_shard2_replica_n2&action=CREATE&numShards=2&shard=shard2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 355496 INFO  (qtp1653269022-3030) [n:127.0.0.1:50518_solr    x:cdcr-cluster2_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-cluster2&newCollection=true&collection=cdcr-cluster2&version=2&replicaType=NRT&coreNodeName=core_node3&name=cdcr-cluster2_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 355496 INFO  (qtp1653269022-3031) [n:127.0.0.1:50518_solr    x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 356274 DEBUG (ScheduledTrigger-1369-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 356413 DEBUG (ScheduledTrigger-1356-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 356525 INFO  (qtp1653269022-3030) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 356526 INFO  (qtp1653269022-3031) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 356548 INFO  (qtp1653269022-3031) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.s.IndexSchema [cdcr-cluster2_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 356548 INFO  (qtp1653269022-3030) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.s.IndexSchema [cdcr-cluster2_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 356550 INFO  (qtp1653269022-3030) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 356550 INFO  (qtp1653269022-3031) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 356550 INFO  (qtp1653269022-3030) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-cluster2_shard1_replica_n1' using configuration from collection cdcr-cluster2, trusted=true
   [junit4]   2> 356550 INFO  (qtp1653269022-3031) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-cluster2_shard2_replica_n2' using configuration from collection cdcr-cluster2, trusted=true
   [junit4]   2> 356551 INFO  (qtp1653269022-3031) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50518.solr.core.cdcr-cluster2.shard2.replica_n2' (registry 'solr.core.cdcr-cluster2.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@732ff8ae
   [junit4]   2> 356551 INFO  (qtp1653269022-3030) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50518.solr.core.cdcr-cluster2.shard1.replica_n1' (registry 'solr.core.cdcr-cluster2.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@732ff8ae
   [junit4]   2> 356551 INFO  (qtp1653269022-3031) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 356551 INFO  (qtp1653269022-3030) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 356551 INFO  (qtp1653269022-3030) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.SolrCore [[cdcr-cluster2_shard1_replica_n1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_8AE7398628E5A40E-001/cdcr-cluster2-001/node1/cdcr-cluster2_shard1_replica_n1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_8AE7398628E5A40E-001/cdcr-cluster2-001/node1/./cdcr-cluster2_shard1_replica_n1/data/]
   [junit4]   2> 356551 INFO  (qtp1653269022-3031) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.SolrCore [[cdcr-cluster2_shard2_replica_n2] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_8AE7398628E5A40E-001/cdcr-cluster2-001/node1/cdcr-cluster2_shard2_replica_n2], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBidirectionalTest_8AE7398628E5A40E-001/cdcr-cluster2-001/node1/./cdcr-cluster2_shard2_replica_n2/data/]
   [junit4]   2> 356638 INFO  (qtp1653269022-3030) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 356638 INFO  (qtp1653269022-3030) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 356639 INFO  (qtp1653269022-3030) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 356639 INFO  (qtp1653269022-3030) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 356640 INFO  (qtp1653269022-3031) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 356640 INFO  (qtp1653269022-3031) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 356641 INFO  (qtp1653269022-3031) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 356641 INFO  (qtp1653269022-3031) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 356641 INFO  (qtp1653269022-3030) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@fa88b88[cdcr-cluster2_shard1_replica_n1] main]
   [junit4]   2> 356642 INFO  (qtp1653269022-3030) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-cluster2
   [junit4]   2> 356643 INFO  (qtp1653269022-3031) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@7946767[cdcr-cluster2_shard2_replica_n2] main]
   [junit4]   2> 356643 INFO  (qtp1653269022-3030) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-cluster2
   [junit4]   2> 356643 INFO  (qtp1653269022-3030) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-cluster2/managed-schema
   [junit4]   2> 356644 INFO  (qtp1653269022-3030) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 356644 INFO  (qtp1653269022-3031) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-cluster2
   [junit4]   2> 356644 INFO  (qtp1653269022-3030) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 356645 INFO  (qtp1653269022-3031) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-cluster2
   [junit4]   2> 356645 INFO  (qtp1653269022-3031) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-cluster2/managed-schema
   [junit4]   2> 356646 INFO  (qtp1653269022-3031) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 356647 INFO  (qtp1653269022-3031) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 356649 INFO  (qtp1653269022-3030) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-cluster2/cdcr/state/buffer
   [junit4]   2> 356652 INFO  (qtp1653269022-3030) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-cluster2/cdcr/state/process
   [junit4]   2> 356655 INFO  (qtp1653269022-3030) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1604219927516938240
   [junit4]   2> 356657 INFO  (qtp1653269022-3031) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1604219927519035392
   [junit4]   2> 356657 INFO  (searcherExecutor-1389-thread-1-processing-n:127.0.0.1:50518_solr x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node3) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-cluster2_shard1_replica_n1] Registered new searcher Searcher@fa88b88[cdcr-cluster2_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 356659 INFO  (searcherExecutor-1388-thread-1-processing-n:127.0.0.1:50518_solr x:cdcr-cluster2_shard2_replica_n2 c:cdcr-cluster2 s:shard2 r:core_node4) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.SolrCore [cdcr-cluster2_shard2_replica_n2] Registered new searcher Searcher@7946767[cdcr-cluster2_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 356666 INFO  (qtp1653269022-3030) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/cdcr-cluster2/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 356669 INFO  (qtp1653269022-3030) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 356670 INFO  (qtp1653269022-3030) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 356670 INFO  (qtp1653269022-3030) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:50518/solr/cdcr-cluster2_shard1_replica_n1/
   [junit4]   2> 356670 INFO  (qtp1653269022-3030) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 356670 INFO  (qtp1653269022-3030) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:50518/solr/cdcr-cluster2_shard1_replica_n1/ has no replicas
   [junit4]   2> 356670 INFO  (qtp1653269022-3030) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 356674 INFO  (zkCallback-781-thread-1) [    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-cluster2:shard1
   [junit4]   2> 356677 INFO  (qtp1653269022-3030) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:50518/solr/cdcr-cluster2_shard1_replica_n1/ shard1
   [junit4]   2> 356679 INFO  (qtp1653269022-3031) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/cdcr-cluster2/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 356684 INFO  (qtp1653269022-3031) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 356684 INFO  (qtp1653269022-3031) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 356684 INFO  (qtp1653269022-3031) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:50518/solr/cdcr-cluster2_shard2_replica_n2/
   [junit4]   2> 356685 INFO  (qtp1653269022-3031) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 356685 INFO  (qtp1653269022-3031) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.SyncStrategy https://127.0.0.1:50518/solr/cdcr-cluster2_shard2_replica_n2/ has no replicas
   [junit4]   2> 356685 INFO  (qtp1653269022-3031) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 356688 INFO  (zkCallback-781-thread-1) [    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-cluster2:shard2
   [junit4]   2> 356692 INFO  (qtp1653269022-3031) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:50518/solr/cdcr-cluster2_shard2_replica_n2/ shard2
   [junit4]   2> 356832 INFO  (qtp1653269022-3030) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 356835 INFO  (qtp1653269022-3030) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-cluster2&newCollection=true&collection=cdcr-cluster2&version=2&replicaType=NRT&coreNodeName=core_node3&name=cdcr-cluster2_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin} status=0 QTime=1339
   [junit4]   2> 356845 INFO  (qtp1653269022-3031) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 356847 INFO  (qtp1653269022-3031) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-cluster2&newCollection=true&collection=cdcr-cluster2&version=2&replicaType=NRT&coreNodeName=core_node4&name=cdcr-cluster2_shard2_replica_n2&action=CREATE&numShards=2&shard=shard2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin} status=0 QTime=1353
   [junit4]   2> 356852 INFO  (qtp1653269022-3021) [n:127.0.0.1:50518_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 356949 INFO  (zkCallback-781-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-cluster2/state.json] for collection [cdcr-cluster2] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 357168 INFO  (OverseerCollectionConfigSetProcessor-72396518891716611-127.0.0.1:50518_solr-n_0000000000) [    ] 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> 357275 DEBUG (ScheduledTrigger-1369-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 357413 DEBUG (ScheduledTrigger-1356-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 357853 INFO  (qtp1653269022-3021) [n:127.0.0.1:50518_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=cdcr-cluster2&maxShardsPerNode=2&name=cdcr-cluster2&nrtReplicas=1&action=CREATE&numShards=2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=2692
   [junit4]   2> 357861 INFO  (zkConnectionManagerCallback-841-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 357866 INFO  (qtp1437060615-3080) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 357867 INFO  (qtp1437060615-3080) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59761/solr ready
   [junit4]   2> 357884 INFO  (qtp1653269022-3026) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
   [junit4]   2> 357884 INFO  (qtp1653269022-3026) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.S.Request [cdcr-cluster2_shard2_replica_n2]  webapp=/solr path=/cdcr params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 357889 INFO  (qtp1653269022-3026) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
   [junit4]   2> 357889 INFO  (qtp1653269022-3026) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.S.Request [cdcr-cluster2_shard1_replica_n1]  webapp=/solr path=/cdcr params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 357890 INFO  (qtp1653269022-3031) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.S.Request [cdcr-cluster2_shard1_replica_n1]  webapp=/solr path=/cdcr params={_stateVer_=cdcr-cluster2:4&action=COLLECTIONCHECKPOINT&wt=javabin&version=2} status=0 QTime=17
   [junit4]   2> 357892 INFO  (qtp1437060615-3080) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.h.CdcrReplicatorManager Create new update log reader for target cdcr-cluster2 with checkpoint -1 @ cdcr-cluster1:shard2
   [junit4]   2> 357892 INFO  (qtp1437060615-3080) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-cluster2, shard: shard2
   [junit4]   2> 357898 INFO  (qtp1437060615-3080) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.h.CdcrReplicatorManager Submitting bootstrap task to executor
   [junit4]   2> 357899 INFO  (cdcr-bootstrap-status-837-thread-1-processing-n:127.0.0.1:51671_solr x:cdcr-cluster1_shard2_replica_n2 c:cdcr-cluster1 s:shard2 r:core_node4) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-cluster2 shard: shard2 leader: https://127.0.0.1:50518/solr/cdcr-cluster2_shard2_replica_n2/
   [junit4]   2> 357900 INFO  (zkCallback-806-thread-2) [    ] o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-cluster1/cdcr/state/process @ cdcr-cluster1:shard2
   [junit4]   2> 357901 INFO  (zkCallback-806-thread-1) [    ] o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-cluster1/cdcr/state/process @ cdcr-cluster1:shard1
   [junit4]   2> 357901 INFO  (zkCallback-806-thread-1) [    ] o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: STARTED @ cdcr-cluster1:shard1
   [junit4]   2> 357901 INFO  (zkCallback-806-thread-2) [    ] o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: STARTED @ cdcr-cluster1:shard2
   [junit4]   2> 357903 INFO  (qtp1437060615-3080) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.S.Request [cdcr-cluster1_shard2_replica_n2]  webapp=/solr path=/cdcr params={qt=/cdcr&_stateVer_=cdcr-cluster1:4&action=start&wt=javabin&version=2} status=0 QTime=45
   [junit4]   2> 357914 INFO  (zkConnectionManagerCallback-846-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 357919 INFO  (zkCallback-806-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 357920 INFO  (zkCallback-806-thread-1) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59761/solr ready
   [junit4]   2> 357924 INFO  (qtp1653269022-3030) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.S.Request [cdcr-cluster2_shard2_replica_n2]  webapp=/solr path=/cdcr params={qt=/cdcr&masterUrl=https://127.0.0.1:51671/solr/cdcr-cluster1_shard2_replica_n2/&action=BOOTSTRAP&wt=javabin&version=2} status=0 QTime=10
   [junit4]   2> 357950 INFO  (recoveryExecutor-778-thread-1-processing-n:127.0.0.1:50518_solr x:cdcr-cluster2_shard2_replica_n2 c:cdcr-cluster2 s:shard2 r:core_node4) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 357956 INFO  (qtp1653269022-3030) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.S.Request [cdcr-cluster2_shard2_replica_n2]  webapp=/solr path=/cdcr params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 357958 INFO  (cdcr-bootstrap-status-837-thread-1-processing-n:127.0.0.1:51671_solr x:cdcr-cluster1_shard2_replica_n2 c:cdcr-cluster1 s:shard2 r:core_node4) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.h.CdcrReplicatorManager CDCR bootstrap running for 1 seconds, sleeping for 2000 ms
   [junit4]   2> 357960 INFO  (qtp1653269022-3026) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
   [junit4]   2> 357960 INFO  (qtp1653269022-3026) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.S.Request [cdcr-cluster2_shard1_replica_n1]  webapp=/solr path=/cdcr params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 357968 INFO  (qtp1437060615-3080) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1604219928893718528,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 357968 INFO  (qtp1437060615-3080) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 357970 INFO  (qtp1437060615-3080) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 357970 INFO  (qtp1437060615-3080) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.S.Request [cdcr-cluster1_shard2_replica_n2]  webapp=/solr path=/update params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 357978 INFO  (qtp1653269022-3026) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
   [junit4]   2> 357978 INFO  (qtp1653269022-3026) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.S.Request [cdcr-cluster2_shard2_replica_n2]  webapp=/solr path=/cdcr params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 357979 INFO  (qtp1653269022-3032) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.S.Request [cdcr-cluster2_shard2_replica_n2]  webapp=/solr path=/cdcr params={_stateVer_=cdcr-cluster2:4&action=COLLECTIONCHECKPOINT&wt=javabin&version=2} status=0 QTime=33
   [junit4]   2> 357979 INFO  (zkCallback-806-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Create new update log reader for target cdcr-cluster2 with checkpoint -1 @ cdcr-cluster1:shard1
   [junit4]   2> 357979 INFO  (zkCallback-806-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-cluster2, shard: shard1
   [junit4]   2> 357979 INFO  (zkCallback-806-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Submitting bootstrap task to executor
   [junit4]   2> 357980 INFO  (cdcr-bootstrap-status-842-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-cluster2 shard: shard1 leader: https://127.0.0.1:50518/solr/cdcr-cluster2_shard1_replica_n1/
   [junit4]   2> 357984 INFO  (qtp1653269022-3026) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.S.Request [cdcr-cluster2_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&masterUrl=https://127.0.0.1:51671/solr/cdcr-cluster1_shard1_replica_n1/&action=BOOTSTRAP&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 357984 INFO  (recoveryExecutor-778-thread-2-processing-n:127.0.0.1:50518_solr x:cdcr-cluster2_shard1_replica_n1 c:cdcr-cluster2 s:shard1 r:core_node3) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 357987 INFO  (qtp1653269022-3025) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard1 r:core_node3 x:cdcr-cluster2_shard1_replica_n1] o.a.s.c.S.Request [cdcr-cluster2_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 357988 INFO  (cdcr-bootstrap-status-842-thread-1) [    ] o.a.s.h.CdcrReplicatorManager CDCR bootstrap running for 1 seconds, sleeping for 2000 ms
   [junit4]   2> 357995 INFO  (qtp1437060615-3080) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard2 r:core_node4 x:cdcr-cluster1_shard2_replica_n2] o.a.s.c.S.Request [cdcr-cluster1_shard2_replica_n2]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 357995 INFO  (recoveryExecutor-778-thread-1-processing-n:127.0.0.1:50518_solr x:cdcr-cluster2_shard2_replica_n2 c:cdcr-cluster2 s:shard2 r:core_node4) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 357996 INFO  (recoveryExecutor-778-thread-1-processing-n:127.0.0.1:50518_solr x:cdcr-cluster2_shard2_replica_n2 c:cdcr-cluster2 s:shard2 r:core_node4) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 357996 INFO  (recoveryExecutor-778-thread-1-processing-n:127.0.0.1:50518_solr x:cdcr-cluster2_shard2_replica_n2 c:cdcr-cluster2 s:shard2 r:core_node4) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 357996 INFO  (recoveryExecutor-778-thread-1-processing-n:127.0.0.1:50518_solr x:cdcr-cluster2_shard2_replica_n2 c:cdcr-cluster2 s:shard2 r:core_node4) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 357996 INFO  (recoveryExecutor-778-thread-1-processing-n:127.0.0.1:50518_solr x:cdcr-cluster2_shard2_replica_n2 c:cdcr-cluster2 s:shard2 r:core_node4) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 357998 INFO  (qtp1437060615-3082) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1604219928925175808,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 358004 INFO  (qtp1437060615-3082) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 358004 INFO  (recoveryExecutor-778-thread-1-processing-n:127.0.0.1:50518_solr x:cdcr-cluster2_shard2_replica_n2 c:cdcr-cluster2 s:shard2 r:core_node4) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@1b80e0de[cdcr-cluster2_shard2_replica_n2] main]
   [junit4]   2> 358005 INFO  (qtp1437060615-3082) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 358005 INFO  (qtp1437060615-3082) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.S.Request [cdcr-cluster1_shard1_replica_n1]  webapp=/solr path=/update params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 358006 INFO  (searcherExecutor-1388-thread-1-processing-n:127.0.0.1:50518_solr x:cdcr-cluster2_shard2_replica_n2 c:cdcr-cluster2 s:shard2 r:core_node4) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.c.SolrCore [cdcr-cluster2_shard2_replica_n2] Registered new searcher Searcher@1b80e0de[cdcr-cluster2_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 358007 INFO  (recoveryExecutor-778-thread-1-processing-n:127.0.0.1:50518_solr x:cdcr-cluster2_shard2_replica_n2 c:cdcr-cluster2 s:shard2 r:core_node4) [n:127.0.0.1:50518_solr c:cdcr-cluster2 s:shard2 r:core_node4 x:cdcr-cluster2_shard2_replica_n2] o.a.s.h.CdcrRequestHandler No replay needed.
   [junit4]   2> 358009 INFO  (qtp1437060615-3081) [n:127.0.0.1:51671_solr c:cdcr-cluster1 s:shard1 r:core_node3 x:cdcr-cluster1_shard1_replica_n1] o.a.s.c.S.Request [cdcr-cluster1_shard1_replica_n1]  webapp=/solr path=/replication params={qt=/replication&wt=java

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

led_coll_false/terms/shard2
   [junit4]   2> 	7	/solr/collections/MoveReplicaHDFSTest_failed_coll_false/terms/shard1
   [junit4]   2> 	6	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	17	/solr/clusterstate.json
   [junit4]   2> 	14	/solr/collections/MoveReplicaHDFSTest_coll_false/state.json
   [junit4]   2> 	10	/solr/aliases.json
   [junit4]   2> 	7	/solr/collections/MoveReplicaHDFSTest_coll_true/state.json
   [junit4]   2> 	4	/solr/collections/MoveReplicaHDFSTest_failed_coll_false/state.json
   [junit4]   2> 	4	/solr/collections/MoveReplicaHDFSTest_failed_coll_true/state.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72396801739259910-127.0.0.1:51394_solr-n_0000000001
   [junit4]   2> 	3	/solr/collections/MoveReplicaHDFSTest_coll_false/leader_elect/shard2/election/72396801739259919-core_node7-n_0000000000
   [junit4]   2> 	2	/solr/collections/MoveReplicaHDFSTest_coll_true/leader_elect/shard1/election/72396801739259910-core_node3-n_0000000001
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	32	/solr/collections
   [junit4]   2> 	29	/solr/live_nodes
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 144960 WARN  (SUITE-MoveReplicaHDFSTest-seed#[8AE7398628E5A40E]-worker) [    ] o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 144968 INFO  (SUITE-MoveReplicaHDFSTest-seed#[8AE7398628E5A40E]-worker) [    ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 145071 WARN  (DataNode: [[[DISK]file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_8AE7398628E5A40E-001/tempDir-002/hdfsBaseDir/data/data3/, [DISK]file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_8AE7398628E5A40E-001/tempDir-002/hdfsBaseDir/data/data4/]]  heartbeating to serv1-vm3/127.0.0.1:48468) [    ] o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager interrupted
   [junit4]   2> 145072 WARN  (DataNode: [[[DISK]file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_8AE7398628E5A40E-001/tempDir-002/hdfsBaseDir/data/data3/, [DISK]file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_8AE7398628E5A40E-001/tempDir-002/hdfsBaseDir/data/data4/]]  heartbeating to serv1-vm3/127.0.0.1:48468) [    ] o.a.h.h.s.d.DataNode Ending block pool service for: Block pool BP-114628823-127.0.0.1-1529907653639 (Datanode Uuid a788cf0c-d5c5-403e-b143-aad0eb270047) service to serv1-vm3/127.0.0.1:48468
   [junit4]   2> 145077 WARN  (SUITE-MoveReplicaHDFSTest-seed#[8AE7398628E5A40E]-worker) [    ] o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 145079 WARN  (DataNode: [[[DISK]file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_8AE7398628E5A40E-001/tempDir-002/hdfsBaseDir/data/data1/, [DISK]file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_8AE7398628E5A40E-001/tempDir-002/hdfsBaseDir/data/data2/]]  heartbeating to serv1-vm3/127.0.0.1:48468) [    ] o.a.h.h.s.d.DataNode Ending block pool service for: Block pool BP-114628823-127.0.0.1-1529907653639 (Datanode Uuid f04a0f0c-d3c8-4f6f-b7ba-58ffba24db04) service to serv1-vm3/127.0.0.1:48468
   [junit4]   2> 145084 INFO  (SUITE-MoveReplicaHDFSTest-seed#[8AE7398628E5A40E]-worker) [    ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 145209 INFO  (SUITE-MoveReplicaHDFSTest-seed#[8AE7398628E5A40E]-worker) [    ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@serv1-vm3:0
   [junit4]   2> 145327 INFO  (SUITE-MoveReplicaHDFSTest-seed#[8AE7398628E5A40E]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:38526 38526
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_8AE7398628E5A40E-001
   [junit4]   2> Jun 25, 2018 6:22:18 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 26 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {_version_=PostingsFormat(name=MockRandom), id=PostingsFormat(name=Asserting)}, docValues:{}, maxPointsInLeafNode=1591, maxMBSortInHeap=5.669047533112963, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@69f2e61), locale=es-EC, timezone=America/El_Salvador
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=3,threads=7,free=59365504,total=318767104
   [junit4]   2> NOTE: All tests run in this JVM: [CdcrBidirectionalTest, CdcrBidirectionalTest, MoveReplicaHDFSTest]
   [junit4] Completed [4/10 (1!)] on J1 in 98.12s, 4 tests, 1 error <<< FAILURES!
   [junit4] 
   [junit4] Duplicate suite name used with XML reports: org.apache.solr.cloud.MoveReplicaHDFSTest. This may confuse tools that process XML reports. Set 'ignoreDuplicateSuites' to true to skip this message.
   [junit4] Suite: org.apache.solr.cloud.MoveReplicaHDFSTest
   [junit4] OK      23.5s J0 | MoveReplicaHDFSTest.test
   [junit4] OK      19.8s J0 | MoveReplicaHDFSTest.testNormalMove
   [junit4] OK      17.3s J0 | MoveReplicaHDFSTest.testFailedMove
   [junit4] OK      14.6s J0 | MoveReplicaHDFSTest.testNormalFailedMove
   [junit4] Completed [5/10 (1!)] on J0 in 89.89s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.MoveReplicaHDFSTest
   [junit4] OK      23.1s J1 | MoveReplicaHDFSTest.test
   [junit4] OK      21.6s J1 | MoveReplicaHDFSTest.testNormalMove
   [junit4] OK      15.4s J1 | MoveReplicaHDFSTest.testFailedMove
   [junit4] OK      14.6s J1 | MoveReplicaHDFSTest.testNormalFailedMove
   [junit4] Completed [6/10 (1!)] on J1 in 91.18s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrBidirectionalTest
   [junit4] OK      23.8s J1 | CdcrBidirectionalTest.testBiDir
   [junit4] Completed [7/10 (1!)] on J1 in 24.88s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrBidirectionalTest
   [junit4] OK      23.3s J1 | CdcrBidirectionalTest.testBiDir
   [junit4] Completed [8/10 (1!)] on J1 in 23.89s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrBidirectionalTest
   [junit4] OK      22.0s J1 | CdcrBidirectionalTest.testBiDir
   [junit4] Completed [9/10 (1!)] on J1 in 23.04s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.MoveReplicaHDFSTest
   [junit4] OK      25.4s J0 | MoveReplicaHDFSTest.test
   [junit4] OK      24.6s J0 | MoveReplicaHDFSTest.testNormalMove
   [junit4] OK      36.0s J0 | MoveReplicaHDFSTest.testFailedMove
   [junit4] OK      12.6s J0 | MoveReplicaHDFSTest.testNormalFailedMove
   [junit4] Completed [10/10 (1!)] on J0 in 115.47s, 4 tests
   [junit4] 
   [junit4] 
   [junit4] Tests with failures [seed: 8AE7398628E5A40E]:
   [junit4]   - org.apache.solr.cloud.MoveReplicaHDFSTest.testFailedMove
   [junit4] 
   [junit4] 
   [junit4] JVM J0:     0.66 ..   335.15 =   334.49s
   [junit4] JVM J1:     0.66 ..   319.98 =   319.32s
   [junit4] Execution time total: 5 minutes 35 seconds
   [junit4] Tests summary: 10 suites, 25 tests, 1 error

BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1568: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1092: There were test failures: 10 suites, 25 tests, 1 error [seed: 8AE7398628E5A40E]

Total time: 5 minutes 37 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.cdcr.CdcrBidirectionalTest
[repro]   1/5 failed: org.apache.solr.cloud.MoveReplicaHDFSTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=3b9d3a760a432b97aad2c08b2f778fa2344eb14a, workspace=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris
[WARNINGS] Computing warning deltas based on reference build #1930
Recording test results
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2