Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/384/

3 tests failed.
FAILED:  org.apache.lucene.index.TestIndexSorting.testRandom3

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space
        at 
__randomizedtesting.SeedInfo.seed([7FF4A5E34E6AC28C:DD2CEB392A98EB8A]:0)
        at 
org.apache.lucene.util.packed.Packed8ThreeBlocks.<init>(Packed8ThreeBlocks.java:41)
        at 
org.apache.lucene.util.packed.PackedInts.getMutable(PackedInts.java:963)
        at 
org.apache.lucene.util.packed.PackedInts.getMutable(PackedInts.java:939)
        at 
org.apache.lucene.util.packed.GrowableWriter.ensureCapacity(GrowableWriter.java:80)
        at 
org.apache.lucene.util.packed.GrowableWriter.set(GrowableWriter.java:88)
        at 
org.apache.lucene.util.packed.AbstractPagedMutable.set(AbstractPagedMutable.java:98)
        at org.apache.lucene.util.fst.NodeHash.addNew(NodeHash.java:152)
        at org.apache.lucene.util.fst.NodeHash.rehash(NodeHash.java:169)
        at org.apache.lucene.util.fst.NodeHash.add(NodeHash.java:133)
        at org.apache.lucene.util.fst.Builder.compileNode(Builder.java:214)
        at org.apache.lucene.util.fst.Builder.freezeTail(Builder.java:310)
        at org.apache.lucene.util.fst.Builder.add(Builder.java:414)
        at 
org.apache.lucene.codecs.memory.MemoryDocValuesConsumer.writeFST(MemoryDocValuesConsumer.java:367)
        at 
org.apache.lucene.codecs.memory.MemoryDocValuesConsumer.addSortedField(MemoryDocValuesConsumer.java:404)
        at 
org.apache.lucene.codecs.DocValuesConsumer.mergeSortedField(DocValuesConsumer.java:653)
        at 
org.apache.lucene.codecs.DocValuesConsumer.merge(DocValuesConsumer.java:204)
        at 
org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.merge(PerFieldDocValuesFormat.java:153)
        at 
org.apache.lucene.index.SegmentMerger.mergeDocValues(SegmentMerger.java:167)
        at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:111)
        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4356)
        at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3931)
        at 
org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
        at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2083)
        at 
org.apache.lucene.index.IndexWriter.doAfterSegmentFlushed(IndexWriter.java:5005)
        at 
org.apache.lucene.index.DocumentsWriter$MergePendingEvent.process(DocumentsWriter.java:731)
        at 
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5043)
        at 
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5034)
        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1574)
        at 
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1316)
        at 
org.apache.lucene.index.TestIndexSorting.testRandom3(TestIndexSorting.java:2230)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)


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

Error Message:
Unable to restart (#3): CloudJettyRunner 
[url=https://127.0.0.1:51869/collection1]

Stack Trace:
java.lang.AssertionError: Unable to restart (#3): CloudJettyRunner 
[url=https://127.0.0.1:51869/collection1]
        at 
__randomizedtesting.SeedInfo.seed([3CC48935CE3AFB62:B490B6EF60C6969A]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.RollingRestartTest.restartWithRolesTest(RollingRestartTest.java:103)
        at 
org.apache.solr.cloud.RollingRestartTest.test(RollingRestartTest.java:52)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.ShardSplitTest.testSplitWithChaosMonkey

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

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 330 
seconds
        at 
__randomizedtesting.SeedInfo.seed([3CC48935CE3AFB62:B7E35AE48F3C50E6]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:187)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:144)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:139)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:856)
        at 
org.apache.solr.cloud.ShardSplitTest.testSplitWithChaosMonkey(ShardSplitTest.java:437)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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 1741 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexSorting
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexSorting 
-Dtests.method=testRandom3 -Dtests.seed=7FF4A5E34E6AC28C -Dtests.multiplier=2 
-Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/test-data/enwiki.random.lines.txt
 -Dtests.locale=be -Dtests.timezone=Europe/Tirane -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   1228s J2 | TestIndexSorting.testRandom3 <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([7FF4A5E34E6AC28C:DD2CEB392A98EB8A]:0)
   [junit4]    >        at 
org.apache.lucene.util.packed.Packed8ThreeBlocks.<init>(Packed8ThreeBlocks.java:41)
   [junit4]    >        at 
org.apache.lucene.util.packed.PackedInts.getMutable(PackedInts.java:963)
   [junit4]    >        at 
org.apache.lucene.util.packed.PackedInts.getMutable(PackedInts.java:939)
   [junit4]    >        at 
org.apache.lucene.util.packed.GrowableWriter.ensureCapacity(GrowableWriter.java:80)
   [junit4]    >        at 
org.apache.lucene.util.packed.GrowableWriter.set(GrowableWriter.java:88)
   [junit4]    >        at 
org.apache.lucene.util.packed.AbstractPagedMutable.set(AbstractPagedMutable.java:98)
   [junit4]    >        at 
org.apache.lucene.util.fst.NodeHash.addNew(NodeHash.java:152)
   [junit4]    >        at 
org.apache.lucene.util.fst.NodeHash.rehash(NodeHash.java:169)
   [junit4]    >        at 
org.apache.lucene.util.fst.NodeHash.add(NodeHash.java:133)
   [junit4]    >        at 
org.apache.lucene.util.fst.Builder.compileNode(Builder.java:214)
   [junit4]    >        at 
org.apache.lucene.util.fst.Builder.freezeTail(Builder.java:310)
   [junit4]    >        at 
org.apache.lucene.util.fst.Builder.add(Builder.java:414)
   [junit4]    >        at 
org.apache.lucene.codecs.memory.MemoryDocValuesConsumer.writeFST(MemoryDocValuesConsumer.java:367)
   [junit4]    >        at 
org.apache.lucene.codecs.memory.MemoryDocValuesConsumer.addSortedField(MemoryDocValuesConsumer.java:404)
   [junit4]    >        at 
org.apache.lucene.codecs.DocValuesConsumer.mergeSortedField(DocValuesConsumer.java:653)
   [junit4]    >        at 
org.apache.lucene.codecs.DocValuesConsumer.merge(DocValuesConsumer.java:204)
   [junit4]    >        at 
org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.merge(PerFieldDocValuesFormat.java:153)
   [junit4]    >        at 
org.apache.lucene.index.SegmentMerger.mergeDocValues(SegmentMerger.java:167)
   [junit4]    >        at 
org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:111)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4356)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3931)
   [junit4]    >        at 
org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2083)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.doAfterSegmentFlushed(IndexWriter.java:5005)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriter$MergePendingEvent.process(DocumentsWriter.java:731)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5043)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5034)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1574)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1316)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexSorting.testRandom3(TestIndexSorting.java:2230)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.index.TestIndexSorting_7FF4A5E34E6AC28C-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{docs=PostingsFormat(name=Memory doPackFST= false), 
sparse_text=PostingsFormat(name=LuceneFixedGap), 
norms=PostingsFormat(name=Memory doPackFST= false), 
positions=PostingsFormat(name=Memory doPackFST= true), 
id=PostingsFormat(name=Memory doPackFST= false), 
term_vectors=PostingsFormat(name=Memory doPackFST= false)}, 
docValues:{multi_valued_long=DocValuesFormat(name=Direct), 
foo=DocValuesFormat(name=Direct), numeric=DocValuesFormat(name=Memory), 
multi_valued_numeric=DocValuesFormat(name=Memory), 
float=DocValuesFormat(name=Lucene54), long=DocValuesFormat(name=Lucene54), 
points=DocValuesFormat(name=Asserting), 
sparse_int=DocValuesFormat(name=Lucene54), bar=DocValuesFormat(name=Memory), 
multi_valued_double=DocValuesFormat(name=Memory), 
docs=DocValuesFormat(name=Memory), id=DocValuesFormat(name=Memory), 
multi_valued_int=DocValuesFormat(name=Asserting), 
multi_valued_bytes=DocValuesFormat(name=Memory), 
sparse_text=DocValuesFormat(name=Lucene54), 
double=DocValuesFormat(name=Memory), positions=DocValuesFormat(name=Direct), 
sparse_binary=DocValuesFormat(name=Lucene54), int=DocValuesFormat(name=Memory), 
sorted=DocValuesFormat(name=Memory), 
multi_valued_string=DocValuesFormat(name=Memory), 
norms=DocValuesFormat(name=Memory), sparse=DocValuesFormat(name=Lucene54), 
bytes=DocValuesFormat(name=Memory), binary=DocValuesFormat(name=Memory), 
dense_int=DocValuesFormat(name=Memory), 
multi_valued_float=DocValuesFormat(name=Direct), 
term_vectors=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1978, 
maxMBSortInHeap=5.564049209338805, 
sim=RandomSimilarity(queryNorm=true,coord=crazy): {positions=IB LL-DZ(0.3), 
id=IB SPL-L1, term_vectors=DFR GZ(0.3)}, locale=be, timezone=Europe/Tirane
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=4,threads=1,free=332849888,total=407371776
   [junit4]   2> NOTE: All tests run in this JVM: [TestLongValuesSource, 
TestMultiFields, TestFieldsReader, TestBytesStore, TestRoaringDocIdSet, 
TestRamUsageEstimator, TestRecyclingIntBlockAllocator, TestGeoUtils, 
TestHighCompressionMode, TestHugeRamFile, TestNamedSPILoader, 
TestIndexWriterOutOfFileDescriptors, TestNumericRangeQuery32, 
TestMergedIterator, TestGraphTokenStreamFiniteStrings, TestPayloadsOnVectors, 
TestMultiPhraseQuery, TestMultiCollector, TestFileSwitchDirectory, 
TestBooleanScorer, TestSpanNotQuery, FiniteStringsIteratorTest, 
TestLevenshteinAutomata, TestClassicSimilarity, TestIndexWriterReader, 
TestAxiomaticSimilarity, TestSnapshotDeletionPolicy, 
TestSortedNumericSortField, TestAllFilesHaveCodecHeader, TestCodecs, 
TestSetOnce, TestByteArrayDataInput, TestAssertions, TestIndexWriterOnJRECrash, 
TestBKD, TestOperations, TestPointValues, TestSwappedIndexFiles, 
TestFloatRangeFieldQueries, TestBooleanRewrites, TestForUtil, 
TestSameTokenSamePosition, TestBytesRefHash, FuzzyTermOnShortTermsTest, 
TestBooleanQuery, TestTermRangeQuery, TestIndexWriterMerging, 
TestFlushByRamOrCountsPolicy, TestDocument, TestBlendedTermQuery, 
TestBlockPostingsFormat, TestIndexWriterFromReader, TestBufferedIndexInput, 
TestDocsAndPositions, TestUTF32ToUTF8, TestCachingTokenFilter, 
TestSegmentInfos, TestIndexWriterForceMerge, TestAllFilesCheckIndexHeader, 
TestBooleanMinShouldMatch, TestDoubleRangeFieldQueries, 
TestAutomatonQueryUnicode, TestBoolean2, TestMaxPosition, TestOfflineSorter, 
TestNativeFSLockFactory, Test2BPostings, TestTermVectorsWriter, 
TestSimilarity2, TestShardSearching, TestMatchAllDocsQuery, TestSmallFloat, 
TestSegmentTermDocs, TestSimpleFSLockFactory, TestIntRangeFieldQueries, 
TestComplexExplanations, TestPerFieldDocValuesFormat, TestNumericRangeQuery64, 
TestPackedInts, TestGraphTokenizers, TestSearcherManager, TestBasics, 
TestSloppyPhraseQuery, TestIndexWriterDelete, TestDuelingCodecs, 
TestPersistentSnapshotDeletionPolicy, TestAtomicUpdate, TestStandardAnalyzer, 
TestDirectoryReaderReopen, TestTimeLimitingCollector, TestSearchWithThreads, 
TestDocumentsWriterStallControl, TestConsistentFieldNumbers, 
TestWeakIdentityMap, TestSimpleExplanations, TestDirectoryReader, 
TestLockFactory, TestPhraseQuery, TestCollectionUtil, TestOmitNorms, 
TestFixedBitSet, TestRegexpRandom2, TestSegmentReader, 
TestFastDecompressionMode, TestParallelCompositeReader, 
TestIndexWriterNRTIsCurrent, TestFieldCacheRewriteMethod, TestPagedBytes, 
TestCrash, TestMultiThreadTermVectors, TestPerFieldPostingsFormat2, 
TestMultiDocValues, TestToken, TestTermsEnum2, TestDeterminizeLexicon, 
Test2BDocs, TestIndexWriterOnDiskFull, TestLiveFieldValues, 
TestForTooMuchCloning, TestFuzzyQuery, TestPayloads, TestNoDeletionPolicy, 
TestSimpleExplanationsOfNonMatches, TestRegexpQuery, TestPerSegmentDeletes, 
TestMultiValuedNumericRangeQuery, TestIntBlockPool, TestPrefixInBooleanQuery, 
TestTopDocsCollector, TestSegmentTermEnum, TestUniqueTermCount, 
TestUnicodeUtil, TestSortRandom, TestMaxTermFrequency, TestTopFieldCollector, 
TestDocValuesScoring, TestSentinelIntSet, TestWildcardRandom, TestPrefixRandom, 
TestRegexpRandom, TestCheckIndex, TestSpanMultiTermQueryWrapper, 
TestCompiledAutomaton, TestConstantScoreQuery, TestPrefixQuery, 
TestIndexWriterConfig, TestMultiTermQueryRewrites, TestSimilarity, 
TestVirtualMethod, TestSimilarityProvider, TestDateTools, TestBinaryDocument, 
TestSpanFirstQuery, TestIndexWriterLockRelease, TestBytesRef, TestRollback, 
TestVersion, MultiCollectorTest, TestTermdocPerf, TestIndexCommit, 
TestPositiveScoresOnlyCollector, Test2BTerms, Test2BBinaryDocValues, 
TestCharArraySet, TestReusableStringReader, TestWordlistLoader, 
TestLucene50CompoundFormat, TestLucene50StoredFieldsFormat, 
TestLucene53NormsFormat, TestDocIDMerger, TestDocInverterPerFieldErrorInfo, 
TestExceedMaxTermLength, TestExitableDirectoryReader, TestFilterCodecReader, 
TestFilterDirectoryReader, TestIndexSorting]
   [junit4] Completed [456/456 (1!)] on J2 in 1250.73s, 50 tests, 1 error <<< 
FAILURES!

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

[...truncated 10691 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_3CC48935CE3AFB62-001/init-core-data-001
   [junit4]   2> 1235660 WARN  
(SUITE-ShardSplitTest-seed#[3CC48935CE3AFB62]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1235660 INFO  
(SUITE-ShardSplitTest-seed#[3CC48935CE3AFB62]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 1235661 INFO  
(SUITE-ShardSplitTest-seed#[3CC48935CE3AFB62]-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-5776)
   [junit4]   2> 1235661 INFO  
(SUITE-ShardSplitTest-seed#[3CC48935CE3AFB62]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /u_pjv/
   [junit4]   2> 1235663 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1235663 INFO  (Thread-8111) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1235663 INFO  (Thread-8111) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1235667 ERROR (Thread-8111) [    ] 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> 1235763 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:35245
   [junit4]   2> 1235771 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1235773 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1235774 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1235775 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1235776 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1235776 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1235777 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1235778 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1235779 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1235780 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1235780 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1235856 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_3CC48935CE3AFB62-001/control-001/cores/collection1
   [junit4]   2> 1235857 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1235858 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@a53c033{/u_pjv,null,AVAILABLE}
   [junit4]   2> 1235866 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@30e6aeec{HTTP/1.1,[http/1.1]}{127.0.0.1:57449}
   [junit4]   2> 1235866 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.e.j.s.Server Started @1238339ms
   [junit4]   2> 1235866 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_3CC48935CE3AFB62-001/tempDir-001/control/data,
 hostContext=/u_pjv, hostPort=57449, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_3CC48935CE3AFB62-001/control-001/cores}
   [junit4]   2> 1235866 ERROR 
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1235866 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.7.0
   [junit4]   2> 1235866 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1235866 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1235866 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-28T12:19:53.996Z
   [junit4]   2> 1235870 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1235870 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_3CC48935CE3AFB62-001/control-001/solr.xml
   [junit4]   2> 1235875 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1235876 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35245/solr
   [junit4]   2> 1235893 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) 
[n:127.0.0.1:57449_u_pjv    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1235894 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) 
[n:127.0.0.1:57449_u_pjv    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:57449_u_pjv
   [junit4]   2> 1235894 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) 
[n:127.0.0.1:57449_u_pjv    ] o.a.s.c.Overseer Overseer 
(id=98215683279814660-127.0.0.1:57449_u_pjv-n_0000000000) starting
   [junit4]   2> 1235899 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) 
[n:127.0.0.1:57449_u_pjv    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:57449_u_pjv
   [junit4]   2> 1235900 INFO  
(zkCallback-1225-thread-1-processing-n:127.0.0.1:57449_u_pjv) 
[n:127.0.0.1:57449_u_pjv    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1235958 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) 
[n:127.0.0.1:57449_u_pjv    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_3CC48935CE3AFB62-001/control-001/cores
   [junit4]   2> 1235958 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) 
[n:127.0.0.1:57449_u_pjv    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1235959 INFO  
(coreLoadExecutor-2342-thread-1-processing-n:127.0.0.1:57449_u_pjv) 
[n:127.0.0.1:57449_u_pjv c:control_collection   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1235960 INFO  
(OverseerStateUpdate-98215683279814660-127.0.0.1:57449_u_pjv-n_0000000000) 
[n:127.0.0.1:57449_u_pjv    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 1235976 WARN  
(coreLoadExecutor-2342-thread-1-processing-n:127.0.0.1:57449_u_pjv) 
[n:127.0.0.1:57449_u_pjv c:control_collection   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 1235977 INFO  
(coreLoadExecutor-2342-thread-1-processing-n:127.0.0.1:57449_u_pjv) 
[n:127.0.0.1:57449_u_pjv c:control_collection   x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 1235988 INFO  
(coreLoadExecutor-2342-thread-1-processing-n:127.0.0.1:57449_u_pjv) 
[n:127.0.0.1:57449_u_pjv c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1236068 INFO  
(coreLoadExecutor-2342-thread-1-processing-n:127.0.0.1:57449_u_pjv) 
[n:127.0.0.1:57449_u_pjv c:control_collection   x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1236078 INFO  
(coreLoadExecutor-2342-thread-1-processing-n:127.0.0.1:57449_u_pjv) 
[n:127.0.0.1:57449_u_pjv c:control_collection   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection, trusted=true
   [junit4]   2> 1236078 INFO  
(coreLoadExecutor-2342-thread-1-processing-n:127.0.0.1:57449_u_pjv) 
[n:127.0.0.1:57449_u_pjv c:control_collection   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1236079 INFO  
(coreLoadExecutor-2342-thread-1-processing-n:127.0.0.1:57449_u_pjv) 
[n:127.0.0.1:57449_u_pjv c:control_collection   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_3CC48935CE3AFB62-001/control-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_3CC48935CE3AFB62-001/control-001/cores/collection1/data/]
   [junit4]   2> 1236079 INFO  
(coreLoadExecutor-2342-thread-1-processing-n:127.0.0.1:57449_u_pjv) 
[n:127.0.0.1:57449_u_pjv c:control_collection   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f15ae0f
   [junit4]   2> 1236080 INFO  
(coreLoadExecutor-2342-thread-1-processing-n:127.0.0.1:57449_u_pjv) 
[n:127.0.0.1:57449_u_pjv c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=34, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=59.201171875, 
floorSegmentMB=0.2685546875, forceMergeDeletesPctAllowed=21.342765283239164, 
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7619126333000534
   [junit4]   2> 1236090 WARN  
(coreLoadExecutor-2342-thread-1-processing-n:127.0.0.1:57449_u_pjv) 
[n:127.0.0.1:57449_u_pjv c:control_collection   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1236116 INFO  
(coreLoadExecutor-2342-thread-1-processing-n:127.0.0.1:57449_u_pjv) 
[n:127.0.0.1:57449_u_pjv c:control_collection   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1236116 INFO  
(coreLoadExecutor-2342-thread-1-processing-n:127.0.0.1:57449_u_pjv) 
[n:127.0.0.1:57449_u_pjv c:control_collection   x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1236116 INFO  
(coreLoadExecutor-2342-thread-1-processing-n:127.0.0.1:57449_u_pjv) 
[n:127.0.0.1:57449_u_pjv c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1236116 INFO  
(coreLoadExecutor-2342-thread-1-processing-n:127.0.0.1:57449_u_pjv) 
[n:127.0.0.1:57449_u_pjv c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1236117 INFO  
(coreLoadExecutor-2342-thread-1-processing-n:127.0.0.1:57449_u_pjv) 
[n:127.0.0.1:57449_u_pjv c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=45, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=0.4609375, 
floorSegmentMB=1.6962890625, forceMergeDeletesPctAllowed=3.5700304015911177, 
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1236117 INFO  
(coreLoadExecutor-2342-thread-1-processing-n:127.0.0.1:57449_u_pjv) 
[n:127.0.0.1:57449_u_pjv c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1c7afff3[collection1] main]
   [junit4]   2> 1236120 INFO  
(coreLoadExecutor-2342-thread-1-processing-n:127.0.0.1:57449_u_pjv) 
[n:127.0.0.1:57449_u_pjv c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1236120 INFO  
(coreLoadExecutor-2342-thread-1-processing-n:127.0.0.1:57449_u_pjv) 
[n:127.0.0.1:57449_u_pjv c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1236120 INFO  
(coreLoadExecutor-2342-thread-1-processing-n:127.0.0.1:57449_u_pjv) 
[n:127.0.0.1:57449_u_pjv c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1236121 INFO  
(searcherExecutor-2343-thread-1-processing-n:127.0.0.1:57449_u_pjv 
x:collection1 c:control_collection) [n:127.0.0.1:57449_u_pjv 
c:control_collection   x:collection1] o.a.s.c.SolrCore [collection1] Registered 
new searcher Searcher@1c7afff3[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1236122 INFO  
(coreLoadExecutor-2342-thread-1-processing-n:127.0.0.1:57449_u_pjv) 
[n:127.0.0.1:57449_u_pjv c:control_collection   x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1571450932955185152
   [junit4]   2> 1236127 INFO  
(coreZkRegister-2335-thread-1-processing-n:127.0.0.1:57449_u_pjv x:collection1 
c:control_collection) [n:127.0.0.1:57449_u_pjv c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 1236127 INFO  
(coreZkRegister-2335-thread-1-processing-n:127.0.0.1:57449_u_pjv x:collection1 
c:control_collection) [n:127.0.0.1:57449_u_pjv c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new 
leader - try and sync
   [junit4]   2> 1236127 INFO  
(coreZkRegister-2335-thread-1-processing-n:127.0.0.1:57449_u_pjv x:collection1 
c:control_collection) [n:127.0.0.1:57449_u_pjv c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:57449/u_pjv/collection1/
   [junit4]   2> 1236127 INFO  
(coreZkRegister-2335-thread-1-processing-n:127.0.0.1:57449_u_pjv x:collection1 
c:control_collection) [n:127.0.0.1:57449_u_pjv c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 1236127 INFO  
(coreZkRegister-2335-thread-1-processing-n:127.0.0.1:57449_u_pjv x:collection1 
c:control_collection) [n:127.0.0.1:57449_u_pjv c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:57449/u_pjv/collection1/ has no replicas
   [junit4]   2> 1236127 INFO  
(coreZkRegister-2335-thread-1-processing-n:127.0.0.1:57449_u_pjv x:collection1 
c:control_collection) [n:127.0.0.1:57449_u_pjv c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all 
replicas participating in election, clear LIR
   [junit4]   2> 1236129 INFO  
(coreZkRegister-2335-thread-1-processing-n:127.0.0.1:57449_u_pjv x:collection1 
c:control_collection) [n:127.0.0.1:57449_u_pjv c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new 
leader: http://127.0.0.1:57449/u_pjv/collection1/ shard1
   [junit4]   2> 1236280 INFO  
(coreZkRegister-2335-thread-1-processing-n:127.0.0.1:57449_u_pjv x:collection1 
c:control_collection) [n:127.0.0.1:57449_u_pjv c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 1236467 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1236467 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35245/solr ready
   [junit4]   2> 1236467 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1236547 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_3CC48935CE3AFB62-001/shard-1-001/cores/collection1
   [junit4]   2> 1236548 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_3CC48935CE3AFB62-001/shard-1-001
   [junit4]   2> 1236549 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1236550 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5eae9ca5{/u_pjv,null,AVAILABLE}
   [junit4]   2> 1236550 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@38c6234d{HTTP/1.1,[http/1.1]}{127.0.0.1:34324}
   [junit4]   2> 1236550 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.e.j.s.Server Started @1239023ms
   [junit4]   2> 1236550 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_3CC48935CE3AFB62-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/u_pjv, hostPort=34324, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_3CC48935CE3AFB62-001/shard-1-001/cores}
   [junit4]   2> 1236551 ERROR 
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1236552 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.7.0
   [junit4]   2> 1236552 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1236552 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1236552 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-28T12:19:54.682Z
   [junit4]   2> 1236554 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1236554 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_3CC48935CE3AFB62-001/shard-1-001/solr.xml
   [junit4]   2> 1236559 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1236563 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35245/solr
   [junit4]   2> 1236577 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) 
[n:127.0.0.1:34324_u_pjv    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1236578 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) 
[n:127.0.0.1:34324_u_pjv    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1236580 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) 
[n:127.0.0.1:34324_u_pjv    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34324_u_pjv
   [junit4]   2> 1236581 INFO  (zkCallback-1229-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1236581 INFO  
(zkCallback-1225-thread-1-processing-n:127.0.0.1:57449_u_pjv) 
[n:127.0.0.1:57449_u_pjv    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1236583 INFO  
(zkCallback-1234-thread-1-processing-n:127.0.0.1:34324_u_pjv) 
[n:127.0.0.1:34324_u_pjv    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1236648 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) 
[n:127.0.0.1:34324_u_pjv    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_3CC48935CE3AFB62-001/shard-1-001/cores
   [junit4]   2> 1236648 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) 
[n:127.0.0.1:34324_u_pjv    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1236649 INFO  
(coreLoadExecutor-2353-thread-1-processing-n:127.0.0.1:34324_u_pjv) 
[n:127.0.0.1:34324_u_pjv c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1236650 INFO  
(OverseerStateUpdate-98215683279814660-127.0.0.1:57449_u_pjv-n_0000000000) 
[n:127.0.0.1:57449_u_pjv    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard2
   [junit4]   2> 1237661 WARN  
(coreLoadExecutor-2353-thread-1-processing-n:127.0.0.1:34324_u_pjv) 
[n:127.0.0.1:34324_u_pjv c:collection1   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 1237662 INFO  
(coreLoadExecutor-2353-thread-1-processing-n:127.0.0.1:34324_u_pjv) 
[n:127.0.0.1:34324_u_pjv c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 1237673 INFO  
(coreLoadExecutor-2353-thread-1-processing-n:127.0.0.1:34324_u_pjv) 
[n:127.0.0.1:34324_u_pjv c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1237754 INFO  
(coreLoadExecutor-2353-thread-1-processing-n:127.0.0.1:34324_u_pjv) 
[n:127.0.0.1:34324_u_pjv c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1237766 INFO  
(coreLoadExecutor-2353-thread-1-processing-n:127.0.0.1:34324_u_pjv) 
[n:127.0.0.1:34324_u_pjv c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 1237767 INFO  
(coreLoadExecutor-2353-thread-1-processing-n:127.0.0.1:34324_u_pjv) 
[n:127.0.0.1:34324_u_pjv c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1237767 INFO  
(coreLoadExecutor-2353-thread-1-processing-n:127.0.0.1:34324_u_pjv) 
[n:127.0.0.1:34324_u_pjv c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_3CC48935CE3AFB62-001/shard-1-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_3CC48935CE3AFB62-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1237767 INFO  
(coreLoadExecutor-2353-thread-1-processing-n:127.0.0.1:34324_u_pjv) 
[n:127.0.0.1:34324_u_pjv c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap 
JMX monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4f15ae0f
   [junit4]   2> 1237769 INFO  
(coreLoadExecutor-2353-thread-1-processing-n:127.0.0.1:34324_u_pjv) 
[n:127.0.0.1:34324_u_pjv c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=34, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=59.201171875, 
floorSegmentMB=0.2685546875, forceMergeDeletesPctAllowed=21.342765283239164, 
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7619126333000534
   [junit4]   2> 1237778 WARN  
(coreLoadExecutor-2353-thread-1-processing-n:127.0.0.1:34324_u_pjv) 
[n:127.0.0.1:34324_u_pjv c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1237809 INFO  
(coreLoadExecutor-2353-thread-1-processing-n:127.0.0.1:34324_u_pjv) 
[n:127.0.0.1:34324_u_pjv c:collection1   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1237809 INFO  
(coreLoadExecutor-2353-thread-1-processing-n:127.0.0.1:34324_u_pjv) 
[n:127.0.0.1:34324_u_pjv c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1237809 INFO  
(coreLoadExecutor-2353-thread-1-processing-n:127.0.0.1:34324_u_pjv) 
[n:127.0.0.1:34324_u_pjv c:collection1   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1237809 INFO  
(coreLoadExecutor-2353-thread-1-processing-n:127.0.0.1:34324_u_pjv) 
[n:127.0.0.1:34324_u_pjv c:collection1   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1237810 INFO  
(coreLoadExecutor-2353-thread-1-processing-n:127.0.0.1:34324_u_pjv) 
[n:127.0.0.1:34324_u_pjv c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=45, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=0.4609375, 
floorSegmentMB=1.6962890625, forceMergeDeletesPctAllowed=3.5700304015911177, 
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1237811 INFO  
(coreLoadExecutor-2353-thread-1-processing-n:127.0.0.1:34324_u_pjv) 
[n:127.0.0.1:34324_u_pjv c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7fd5826b[collection1] main]
   [junit4]   2> 1237812 INFO  
(coreLoadExecutor-2353-thread-1-processing-n:127.0.0.1:34324_u_pjv) 
[n:127.0.0.1:34324_u_pjv c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1237813 INFO  
(coreLoadExecutor-2353-thread-1-processing-n:127.0.0.1:34324_u_pjv) 
[n:127.0.0.1:34324_u_pjv c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1237813 INFO  
(coreLoadExecutor-2353-thread-1-processing-n:127.0.0.1:34324_u_pjv) 
[n:127.0.0.1:34324_u_pjv c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1237814 INFO  
(searcherExecutor-2354-thread-1-processing-n:127.0.0.1:34324_u_pjv 
x:collection1 c:collection1) [n:127.0.0.1:34324_u_pjv c:collection1   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7fd5826b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1237814 INFO  
(coreLoadExecutor-2353-thread-1-processing-n:127.0.0.1:34324_u_pjv) 
[n:127.0.0.1:34324_u_pjv c:collection1   x:collection1] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1571450934729375744
   [junit4]   2> 1237819 INFO  
(coreZkRegister-2348-thread-1-processing-n:127.0.0.1:34324_u_pjv x:collection1 
c:collection1) [n:127.0.0.1:34324_u_pjv c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 1237820 INFO  
(coreZkRegister-2348-thread-1-processing-n:127.0.0.1:34324_u_pjv x:collection1 
c:collection1) [n:127.0.0.1:34324_u_pjv c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try 
and sync
   [junit4]   2> 1237820 INFO  
(coreZkRegister-2348-thread-1-processing-n:127.0.0.1:34324_u_pjv x:collection1 
c:collection1) [n:127.0.0.1:34324_u_pjv c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:34324/u_pjv/collection1/
   [junit4]   2> 1237820 INFO  
(coreZkRegister-2348-thread-1-processing-n:127.0.0.1:34324_u_pjv x:collection1 
c:collection1) [n:127.0.0.1:34324_u_pjv c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1237820 INFO  
(coreZkRegister-2348-thread-1-processing-n:127.0.0.1:34324_u_pjv x:collection1 
c:collection1) [n:127.0.0.1:34324_u_pjv c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:34324/u_pjv/collection1/ 
has no replicas
   [junit4]   2> 1237820 INFO  
(coreZkRegister-2348-thread-1-processing-n:127.0.0.1:34324_u_pjv x:collection1 
c:collection1) [n:127.0.0.1:34324_u_pjv c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 1237826 INFO  
(coreZkRegister-2348-thread-1-processing-n:127.0.0.1:34324_u_pjv x:collection1 
c:collection1) [n:127.0.0.1:34324_u_pjv c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:34324/u_pjv/collection1/ shard2
   [junit4]   2> 1237976 INFO  
(coreZkRegister-2348-thread-1-processing-n:127.0.0.1:34324_u_pjv x:collection1 
c:collection1) [n:127.0.0.1:34324_u_pjv c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1238229 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_3CC48935CE3AFB62-001/shard-2-001/cores/collection1
   [junit4]   2> 1238230 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_3CC48935CE3AFB62-001/shard-2-001
   [junit4]   2> 1238230 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1238231 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2cfa34b3{/u_pjv,null,AVAILABLE}
   [junit4]   2> 1238232 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6632d634{HTTP/1.1,[http/1.1]}{127.0.0.1:45970}
   [junit4]   2> 1238232 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.e.j.s.Server Started @1240705ms
   [junit4]   2> 1238232 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_3CC48935CE3AFB62-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/u_pjv, hostPort=45970, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_3CC48935CE3AFB62-001/shard-2-001/cores}
   [junit4]   2> 1238232 ERROR 
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1238235 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.7.0
   [junit4]   2> 1238235 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1238236 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1238236 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-28T12:19:56.366Z
   [junit4]   2> 1238238 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1238238 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_3CC48935CE3AFB62-001/shard-2-001/solr.xml
   [junit4]   2> 1238253 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1238254 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35245/solr
   [junit4]   2> 1238263 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) 
[n:127.0.0.1:45970_u_pjv    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1238264 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) 
[n:127.0.0.1:45970_u_pjv    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1238265 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) 
[n:127.0.0.1:45970_u_pjv    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45970_u_pjv
   [junit4]   2> 1238266 INFO  (zkCallback-1229-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1238267 INFO  
(zkCallback-1234-thread-1-processing-n:127.0.0.1:34324_u_pjv) 
[n:127.0.0.1:34324_u_pjv    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1238268 INFO  
(zkCallback-1225-thread-1-processing-n:127.0.0.1:57449_u_pjv) 
[n:127.0.0.1:57449_u_pjv    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1238270 INFO  
(zkCallback-1240-thread-1-processing-n:127.0.0.1:45970_u_pjv) 
[n:127.0.0.1:45970_u_pjv    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1238350 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) 
[n:127.0.0.1:45970_u_pjv    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_3CC48935CE3AFB62-001/shard-2-001/cores
   [junit4]   2> 1238350 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) 
[n:127.0.0.1:45970_u_pjv    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1238351 INFO  
(coreLoadExecutor-2364-thread-1-processing-n:127.0.0.1:45970_u_pjv) 
[n:127.0.0.1:45970_u_pjv c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1238352 INFO  
(OverseerStateUpdate-98215683279814660-127.0.0.1:57449_u_pjv-n_0000000000) 
[n:127.0.0.1:57449_u_pjv    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 1239362 WARN  
(coreLoadExecutor-2364-thread-1-processing-n:127.0.0.1:45970_u_pjv) 
[n:127.0.0.1:45970_u_pjv c:collection1   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 1239363 INFO  
(coreLoadExecutor-2364-thread-1-processing-n:127.0.0.1:45970_u_pjv) 
[n:127.0.0.1:45970_u_pjv c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 1239375 INFO  
(coreLoadExecutor-2364-thread-1-processing-n:127.0.0.1:45970_u_pjv) 
[n:127.0.0.1:45970_u_pjv c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1239459 INFO  
(coreLoadExecutor-2364-thread-1-processing-n:127.0.0.1:45970_u_pjv) 
[n:127.0.0.1:45970_u_pjv c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1239469 INFO  
(coreLoadExecutor-2364-thread-1-processing-n:127.0.0.1:45970_u_pjv) 
[n:127.0.0.1:45970_u_pjv c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 1239470 INFO  
(coreLoadExecutor-2364-thread-1-processing-n:127.0.0.1:45970_u_pjv) 
[n:127.0.0.1:45970_u_pjv c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1239470 INFO  
(coreLoadExecutor-2364-thread-1-processing-n:127.0.0.1:45970_u_pjv) 
[n:127.0.0.1:45970_u_pjv c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_3CC48935CE3AFB62-001/shard-2-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_3CC48935CE3AFB62-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 1239470 INFO  
(coreLoadExecutor-2364-thread-1-processing-n:127.0.0.1:45970_u_pjv) 
[n:127.0.0.1:45970_u_pjv c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap 
JMX monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4f15ae0f
   [junit4]   2> 1239471 INFO  
(coreLoadExecutor-2364-thread-1-processing-n:127.0.0.1:45970_u_pjv) 
[n:127.0.0.1:45970_u_pjv c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=34, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=59.201171875, 
floorSegmentMB=0.2685546875, forceMergeDeletesPctAllowed=21.342765283239164, 
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7619126333000534
   [junit4]   2> 1239481 WARN  
(coreLoadExecutor-2364-thread-1-processing-n:127.0.0.1:45970_u_pjv) 
[n:127.0.0.1:45970_u_pjv c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1239509 INFO  
(coreLoadExecutor-2364-thread-1-processing-n:127.0.0.1:45970_u_pjv) 
[n:127.0.0.1:45970_u_pjv c:collection1   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1239509 INFO  
(coreLoadExecutor-2364-thread-1-processing-n:127.0.0.1:45970_u_pjv) 
[n:127.0.0.1:45970_u_pjv c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1239509 INFO  
(coreLoadExecutor-2364-thread-1-processing-n:127.0.0.1:45970_u_pjv) 
[n:127.0.0.1:45970_u_pjv c:collection1   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1239510 INFO  
(coreLoadExecutor-2364-thread-1-processing-n:127.0.0.1:45970_u_pjv) 
[n:127.0.0.1:45970_u_pjv c:collection1   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1239510 INFO  
(coreLoadExecutor-2364-thread-1-processing-n:127.0.0.1:45970_u_pjv) 
[n:127.0.0.1:45970_u_pjv c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=45, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=0.4609375, 
floorSegmentMB=1.6962890625, forceMergeDeletesPctAllowed=3.5700304015911177, 
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1239511 INFO  
(coreLoadExecutor-2364-thread-1-processing-n:127.0.0.1:45970_u_pjv) 
[n:127.0.0.1:45970_u_pjv c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@72c6f4fe[collection1] main]
   [junit4]   2> 1239511 INFO  
(coreLoadExecutor-2364-thread-1-processing-n:127.0.0.1:45970_u_pjv) 
[n:127.0.0.1:45970_u_pjv c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1239512 INFO  
(coreLoadExecutor-2364-thread-1-processing-n:127.0.0.1:45970_u_pjv) 
[n:127.0.0.1:45970_u_pjv c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1239512 INFO  
(coreLoadExecutor-2364-thread-1-processing-n:127.0.0.1:45970_u_pjv) 
[n:127.0.0.1:45970_u_pjv c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1239513 INFO  
(searcherExecutor-2365-thread-1-processing-n:127.0.0.1:45970_u_pjv 
x:collection1 c:collection1) [n:127.0.0.1:45970_u_pjv c:collection1   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@72c6f4fe[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1239513 INFO  
(coreLoadExecutor-2364-thread-1-processing-n:127.0.0.1:45970_u_pjv) 
[n:127.0.0.1:45970_u_pjv c:collection1   x:collection1] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1571450936510906368
   [junit4]   2> 1239517 INFO  
(coreZkRegister-2359-thread-1-processing-n:127.0.0.1:45970_u_pjv x:collection1 
c:collection1) [n:127.0.0.1:45970_u_pjv c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 1239518 INFO  
(coreZkRegister-2359-thread-1-processing-n:127.0.0.1:45970_u_pjv x:collection1 
c:collection1) [n:127.0.0.1:45970_u_pjv c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try 
and sync
   [junit4]   2> 1239518 INFO  
(coreZkRegister-2359-thread-1-processing-n:127.0.0.1:45970_u_pjv x:collection1 
c:collection1) [n:127.0.0.1:45970_u_pjv c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:45970/u_pjv/collection1/
   [junit4]   2> 1239518 INFO  
(coreZkRegister-2359-thread-1-processing-n:127.0.0.1:45970_u_pjv x:collection1 
c:collection1) [n:127.0.0.1:45970_u_pjv c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1239518 INFO  
(coreZkRegister-2359-thread-1-processing-n:127.0.0.1:45970_u_pjv x:collection1 
c:collection1) [n:127.0.0.1:45970_u_pjv c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:45970/u_pjv/collection1/ 
has no replicas
   [junit4]   2> 1239518 INFO  
(coreZkRegister-2359-thread-1-processing-n:127.0.0.1:45970_u_pjv x:collection1 
c:collection1) [n:127.0.0.1:45970_u_pjv c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 1239525 INFO  
(coreZkRegister-2359-thread-1-processing-n:127.0.0.1:45970_u_pjv x:collection1 
c:collection1) [n:127.0.0.1:45970_u_pjv c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:45970/u_pjv/collection1/ shard1
   [junit4]   2> 1239675 INFO  
(coreZkRegister-2359-thread-1-processing-n:127.0.0.1:45970_u_pjv x:collection1 
c:collection1) [n:127.0.0.1:45970_u_pjv c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1239934 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_3CC48935CE3AFB62-001/shard-3-001/cores/collection1
   [junit4]   2> 1239934 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_3CC48935CE3AFB62-001/shard-3-001
   [junit4]   2> 1239935 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1239936 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2588f526{/u_pjv,null,AVAILABLE}
   [junit4]   2> 1239936 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1ffcc7ab{HTTP/1.1,[http/1.1]}{127.0.0.1:53243}
   [junit4]   2> 1239936 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.e.j.s.Server Started @1242409ms
   [junit4]   2> 1239936 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_3CC48935CE3AFB62-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/u_pjv, hostPort=53243, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_3CC48935CE3AFB62-001/shard-3-001/cores}
   [junit4]   2> 1239936 ERROR 
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1239940 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.7.0
   [junit4]   2> 1239940 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1239940 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1239940 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-28T12:19:58.070Z
   [junit4]   2> 1239942 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1239942 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_3CC48935CE3AFB62-001/shard-3-001/solr.xml
   [junit4]   2> 1239947 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1239948 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35245/solr
   [junit4]   2> 1239966 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) 
[n:127.0.0.1:53243_u_pjv    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1239968 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) 
[n:127.0.0.1:53243_u_pjv    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1239970 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) 
[n:127.0.0.1:53243_u_pjv    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53243_u_pjv
   [junit4]   2> 1239971 INFO  
(zkCallback-1225-thread-1-processing-n:127.0.0.1:57449_u_pjv) 
[n:127.0.0.1:57449_u_pjv    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1239971 INFO  (zkCallback-1229-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1239971 INFO  
(zkCallback-1234-thread-1-processing-n:127.0.0.1:34324_u_pjv) 
[n:127.0.0.1:34324_u_pjv    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1239971 INFO  
(zkCallback-1240-thread-1-processing-n:127.0.0.1:45970_u_pjv) 
[n:127.0.0.1:45970_u_pjv    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1239979 INFO  
(zkCallback-1246-thread-1-processing-n:127.0.0.1:53243_u_pjv) 
[n:127.0.0.1:53243_u_pjv    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1240059 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) 
[n:127.0.0.1:53243_u_pjv    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_3CC48935CE3AFB62-001/shard-3-001/cores
   [junit4]   2> 1240059 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) 
[n:127.0.0.1:53243_u_pjv    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1240060 INFO  
(coreLoadExecutor-2375-thread-1-processing-n:127.0.0.1:53243_u_pjv) 
[n:127.0.0.1:53243_u_pjv c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1240061 INFO  
(OverseerStateUpdate-98215683279814660-127.0.0.1:57449_u_pjv-n_0000000000) 
[n:127.0.0.1:57449_u_pjv    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard2
   [junit4]   2> 1241081 WARN  
(coreLoadExecutor-2375-thread-1-processing-n:127.0.0.1:53243_u_pjv) 
[n:127.0.0.1:53243_u_pjv c:collection1   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 1241082 INFO  
(coreLoadExecutor-2375-thread-1-processing-n:127.0.0.1:53243_u_pjv) 
[n:127.0.0.1:53243_u_pjv c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 1241094 INFO  
(coreLoadExecutor-2375-thread-1-processing-n:127.0.0.1:53243_u_pjv) 
[n:127.0.0.1:53243_u_pjv c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1241181 INFO  
(coreLoadExecutor-2375-thread-1-processing-n:127.0.0.1:53243_u_pjv) 
[n:127.0.0.1:53243_u_pjv c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1241193 INFO  
(coreLoadExecutor-2375-thread-1-processing-n:127.0.0.1:53243_u_pjv) 
[n:127.0.0.1:53243_u_pjv c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 1241193 INFO  
(coreLoadExecutor-2375-thread-1-processing-n:127.0.0.1:53243_u_pjv) 
[n:127.0.0.1:53243_u_pjv c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1241194 INFO  
(coreLoadExecutor-2375-thread-1-processing-n:127.0.0.1:53243_u_pjv) 
[n:127.0.0.1:53243_u_pjv c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_3CC48935CE3AFB62-001/shard-3-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_3CC48935CE3AFB62-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 1241194 INFO  
(coreLoadExecutor-2375-thread-1-processing-n:127.0.0.1:53243_u_pjv) 
[n:127.0.0.1:53243_u_pjv c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap 
JMX monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4f15ae0f
   [junit4]   2> 1241196 INFO  
(coreLoadExecutor-2375-thread-1-processing-n:127.0.0.1:53243_u_pjv) 
[n:127.0.0.1:53243_u_pjv c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=34, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=59.201171875, 
floorSegmentMB=0.2685546875, forceMergeDeletesPctAllowed=21.342765283239164, 
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7619126333000534
   [junit4]   2> 1241205 WARN  
(coreLoadExecutor-2375-thread-1-processing-n:127.0.0.1:53243_u_pjv) 
[n:127.0.0.1:53243_u_pjv c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1241237 INFO  
(coreLoadExecutor-2375-thread-1-processing-n:127.0.0.1:53243_u_pjv) 
[n:127.0.0.1:53243_u_pjv c:collection1   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1241237 INFO  
(coreLoadExecutor-2375-thread-1-processing-n:127.0.0.1:53243_u_pjv) 
[n:127.0.0.1:53243_u_pjv c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1241238 INFO  
(coreLoadExecutor-2375-thread-1-processing-n:127.0.0.1:53243_u_pjv) 
[n:127.0.0.1:53243_u_pjv c:collection1   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1241238 INFO  
(coreLoadExecutor-2375-thread-1-processing-n:127.0.0.1:53243_u_pjv) 
[n:127.0.0.1:53243_u_pjv c:collection1   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1241238 INFO  
(coreLoadExecutor-2375-thread-1-processing-n:127.0.0.1:53243_u_pjv) 
[n:127.0.0.1:53243_u_pjv c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=45, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=0.4609375, 
floorSegmentMB=1.6962890625, forceMergeDeletesPctAllowed=3.5700304015911177, 
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1241239 INFO  
(coreLoadExecutor-2375-thread-1-processing-n:127.0.0.1:53243_u_pjv) 
[n:127.0.0.1:53243_u_pjv c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@176c4a60[collection1] main]
   [junit4]   2> 1241240 INFO  
(coreLoadExecutor-2375-thread-1-processing-n:127.0.0.1:53243_u_pjv) 
[n:127.0.0.1:53243_u_pjv c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1241240 INFO  
(coreLoadExecutor-2375-thread-1-processing-n:127.0.0.1:53243_u_pjv) 
[n:127.0.0.1:53243_u_pjv c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1241240 INFO  
(coreLoadExecutor-2375-thread-1-processing-n:127.0.0.1:53243_u_pjv) 
[n:127.0.0.1:53243_u_pjv c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1241241 INFO  
(coreLoadExecutor-2375-thread-1-processing-n:127.0.0.1:53243_u_pjv) 
[n:127.0.0.1:53243_u_pjv c:collection1   x:collection1] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1571450938322845696
   [junit4]   2> 1241243 INFO  
(searcherExecutor-2376-thread-1-processing-n:127.0.0.1:53243_u_pjv 
x:collection1 c:collection1) [n:127.0.0.1:53243_u_pjv c:collection1   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@176c4a60[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1241245 INFO  
(coreZkRegister-2370-thread-1-processing-n:127.0.0.1:53243_u_pjv x:collection1 
c:collection1) [n:127.0.0.1:53243_u_pjv c:collection1 s:shard2 r:core_node3 
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 1241245 INFO  
(updateExecutor-1243-thread-1-processing-n:127.0.0.1:53243_u_pjv x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:53243_u_pjv c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running 
recovery
   [junit4]   2> 1241245 INFO  
(recoveryExecutor-1244-thread-1-processing-n:127.0.0.1:53243_u_pjv 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:53243_u_pjv 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1241245 INFO  
(recoveryExecutor-1244-thread-1-processing-n:127.0.0.1:53243_u_pjv 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:53243_u_pjv 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
###### startupVersions=[[]]
   [junit4]   2> 1241245 INFO  
(recoveryExecutor-1244-thread-1-processing-n:127.0.0.1:53243_u_pjv 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:53243_u_pjv 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Begin buffering updates. core=[collection1]
   [junit4]   2> 1241245 INFO  
(recoveryExecutor-1244-thread-1-processing-n:127.0.0.1:53243_u_pjv 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:53243_u_pjv 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting 
to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1241245 INFO  
(recoveryExecutor-1244-thread-1-processing-n:127.0.0.1:53243_u_pjv 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:53243_u_pjv 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Publishing state of core [collection1] as recovering, leader is 
[http://127.0.0.1:34324/u_pjv/collection1/] and I am 
[http://127.0.0.1:53243/u_pjv/collection1/]
   [junit4]   2> 1241247 INFO  
(recoveryExecutor-1244-thread-1-processing-n:127.0.0.1:53243_u_pjv 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:53243_u_pjv 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Sending prep recovery command to [http://127.0.0.1:34324/u_pjv]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:53243_u_pjv&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1241249 INFO  (qtp1821750895-13336) [n:127.0.0.1:34324_u_pjv   
 ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1241249 INFO  (qtp1821750895-13336) [n:127.0.0.1:34324_u_pjv   
 ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard2 of collection1) have state: recovering
   [junit4]   2> 1241249 INFO  (qtp1821750895-13336) [n:127.0.0.1:34324_u_pjv   
 ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): 
collection=collection1, shard=shard2, thisCore=collection1, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=down, localState=active, nodeName=127.0.0.1:53243_u_pjv, 
coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:53243/u_pjv","node_name":"127.0.0.1:53243_u_pjv","state":"down"}
   [junit4]   2> 1241686 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_3CC48935CE3AFB62-001/shard-4-001/cores/collection1
   [junit4]   2> 1241686 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_3CC48935CE3AFB62-001/shard-4-001
   [junit4]   2> 1241687 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3CC48935CE3AFB62]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1241688 INFO  (TEST-ShardSplitTest.testSplitAfterFailedS

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

re_node9-n_0000000004
   [junit4]   2>        2       
/solr/overseer_elect/election/98215784115273962-127.0.0.1:58703_-n_0000000113
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard2/election/98215784115273878-core_node1-n_0000000035
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard2/election/98215784115273830-core_node1-n_0000000021
   [junit4]   2>        2       
/solr/overseer_elect/election/98215784115273878-127.0.0.1:51869_-n_0000000068
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard1/election/98215784115273764-core_node10-n_0000000004
   [junit4]   2>        2       
/solr/overseer_elect/election/98215784115273770-127.0.0.1:38921_-n_0000000012
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard2/election/98215784115273932-core_node13-n_0000000051
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard2/election/98215784115273824-core_node9-n_0000000020
   [junit4]   2>        2       
/solr/overseer_elect/election/98215784115273758-127.0.0.1:33180_-n_0000000008
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard2/election/98215784115273962-core_node7-n_0000000060
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard2/election/98215784115273959-core_node15-n_0000000059
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        81      /solr/collections
   [junit4]   2>        23      /solr/overseer/collection-queue-work
   [junit4]   2>        22      /solr/overseer/queue-work
   [junit4]   2>        20      /solr/overseer/queue
   [junit4]   2>        18      /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RollingRestartTest 
-Dtests.method=test -Dtests.seed=3CC48935CE3AFB62 -Dtests.multiplier=2 
-Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/test-data/enwiki.random.lines.txt
 -Dtests.locale=ms-MY -Dtests.timezone=Antarctica/DumontDUrville 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE  485s J0 | RollingRestartTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Unable to restart 
(#3): CloudJettyRunner [url=https://127.0.0.1:51869/collection1]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([3CC48935CE3AFB62:B490B6EF60C6969A]:0)
   [junit4]    >        at 
org.apache.solr.cloud.RollingRestartTest.restartWithRolesTest(RollingRestartTest.java:103)
   [junit4]    >        at 
org.apache.solr.cloud.RollingRestartTest.test(RollingRestartTest.java:52)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 3259219 INFO  
(SUITE-RollingRestartTest-seed#[3CC48935CE3AFB62]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_3CC48935CE3AFB62-001
   [junit4]   2> Jun 28, 2017 12:53:37 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: 
codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY,
 chunkSize=30056, maxDocsPerChunk=548, blockSize=956), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, 
chunkSize=30056, blockSize=956)), 
sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=ms-MY, 
timezone=Antarctica/DumontDUrville
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=4,threads=1,free=153973976,total=527958016
   [junit4]   2> NOTE: All tests run in this JVM: [DebugComponentTest, 
TestFieldCacheSortRandom, TestReplicationHandler, 
LeaderInitiatedRecoveryOnCommitTest, TestConfigSetsAPI, TestPathTrie, 
ResponseHeaderTest, TestSmileRequest, TestMacros, GraphQueryTest, 
TestLegacyFieldCache, BigEndianAscendingWordDeserializerTest, 
WordBreakSolrSpellCheckerTest, TestHttpShardHandlerFactory, 
RequestHandlersTest, PeerSyncTest, HdfsUnloadDistributedZkTest, TestBadConfig, 
SyncSliceTest, TestDownShardTolerantSearch, FastVectorHighlighterTest, 
TestCollapseQParserPlugin, TestElisionMultitermQuery, JavabinLoaderTest, 
BlobRepositoryCloudTest, TestRTGBase, TestCustomSort, 
TestFieldTypeCollectionResource, TermsComponentTest, TestSolrConfigHandler, 
TestPushWriter, CoreAdminCreateDiscoverTest, ChangedSchemaMergeTest, 
SolrIndexSplitterTest, StandardRequestHandlerTest, 
TestLocalFSCloudBackupRestore, TestJsonFacetRefinement, 
TestAnalyzeInfixSuggestions, SuggestComponentTest, 
TestSerializedLuceneMatchVersion, TestSweetSpotSimilarityFactory, 
TestSolrDeletionPolicy1, TestSolrFieldCacheMBean, HdfsBasicDistributedZk2Test, 
FieldMutatingUpdateProcessorTest, SolrGangliaReporterTest, TestTrieFacet, 
QueryParsingTest, TestReversedWildcardFilterFactory, TestFieldCacheReopen, 
AtomicUpdateProcessorFactoryTest, BlockDirectoryTest, ReplicationFactorTest, 
SecurityConfHandlerTest, TestDynamicFieldResource, TestCSVResponseWriter, 
TestLeaderElectionWithEmptyReplica, DistributedQueryComponentCustomSortTest, 
TestRuleBasedAuthorizationPlugin, HdfsSyncSliceTest, NodeMutatorTest, 
SliceStateTest, TestLazyCores, IndexSchemaTest, TestSolrJ, TestCloudRecovery, 
HighlighterConfigTest, TestRandomDVFaceting, TestTestInjection, 
TestStressRecovery, BaseCdcrDistributedZkTest, TestDistributedSearch, 
CustomCollectionTest, TestRemoteStreaming, 
OverseerCollectionConfigSetProcessorTest, TestRandomFaceting, TestSearchPerf, 
TestPHPSerializedResponseWriter, TestDFISimilarityFactory, 
SharedFSAutoReplicaFailoverTest, TestUseDocValuesAsStored2, 
FacetPivotSmallTest, TestNamedUpdateProcessors, TestGeoJSONResponseWriter, 
TestSolr4Spatial, LeaderElectionIntegrationTest, 
TestSubQueryTransformerCrossCore, IndexSchemaRuntimeFieldTest, 
ConfigSetsAPITest, PKIAuthenticationIntegrationTest, 
HdfsChaosMonkeySafeLeaderTest, TestUninvertingReader, 
MissingSegmentRecoveryTest, TestBinaryResponseWriter, TestOrdValues, 
SolrRequestParserTest, DistributedSpellCheckComponentTest, 
SolrSlf4jReporterTest, TestSolrIndexConfig, 
PreAnalyzedFieldManagedSchemaCloudTest, BadComponentTest, ClusterStateTest, 
TestImpersonationWithHadoopAuth, SolrIndexMetricsTest, TestCollationField, 
RankQueryTest, DateMathParserTest, ExplicitHLLTest, TestClusterStateMutator, 
TestCrossCoreJoin, PrimitiveFieldTypeTest, HdfsLockFactoryTest, 
TestSchemaResource, ExitableDirectoryReaderTest, TermVectorComponentTest, 
TestCloudJSONFacetJoinDomain, BasicDistributedZkTest, BasicDistributedZk2Test, 
UnloadDistributedZkTest, ShardRoutingTest, BasicZkTest, RecoveryZkTest, 
FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, LeaderElectionTest, 
TestZkChroot, AutoCommitTest, TestDistributedGrouping, TestFaceting, 
TermVectorComponentDistributedTest, TestJoin, TestRangeQuery, SolrCoreTest, 
QueryElevationComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, 
TestFunctionQuery, ShowFileRequestHandlerTest, TestCoreDiscovery, 
AnalysisAfterCoreReloadTest, SpellCheckCollatorTest, SuggesterTSTTest, 
SuggesterTest, TestStressLucene, TestTrie, SpatialFilterTest, 
SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, 
SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestUpdate, 
TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, 
DefaultValueUpdateProcessorTest, SolrInfoMBeanTest, DisMaxRequestHandlerTest, 
TestQueryTypes, XmlUpdateRequestHandlerTest, TestIndexingPerformance, 
RequiredFieldsTest, LoggingHandlerTest, TestJmxIntegration, JSONWriterTest, 
BinaryUpdateRequestHandlerTest, CSVRequestHandlerTest, SearchHandlerTest, 
SOLR749Test, UpdateParamsTest, TestQuerySenderNoQuery, SolrIndexConfigTest, 
SampleTest, TestDocSet, MinimalSchemaTest, TestFuzzyAnalyzedSuggestions, 
DirectSolrConnectionTest, TestLuceneMatchVersion, TestCharFilters, 
TestXIncludeConfig, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, 
TestLMJelinekMercerSimilarityFactory, TestFastWriter, ResourceLoaderTest, 
ScriptEngineTest, PluginInfoTest, TestSystemIdResolver, 
TestSuggestSpellingConverter, SpellingQueryConverterTest, TestUtils, 
TestDocumentBuilder, ZkNodePropsTest, SystemInfoHandlerTest, UUIDFieldTest, 
FileUtilsTest, CircularListTest, DistributedMLTComponentTest, CursorPagingTest, 
TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, 
TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, 
TestJettySolrRunner, ConnectionReuseTest, AliasIntegrationTest, AssignTest, 
AsyncCallRequestStatusResponseTest, CdcrReplicationHandlerTest, 
CollectionsAPIAsyncDistributedZkTest, CreateCollectionCleanupTest, 
DeleteStatusTest, DistributedVersionInfoTest, 
LeaderInitiatedRecoveryOnShardRestartTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, OverseerModifyCollectionTest, 
OverseerStatusTest, OverseerTaskQueueTest, RemoteQueryErrorTest, 
RollingRestartTest]
   [junit4] Completed [550/713 (2!)] on J0 in 485.83s, 1 test, 1 failure <<< 
FAILURES!

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

Total time: 245 minutes 3 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to