You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/02/01 09:44:47 UTC

[JENKINS-EA] Lucene-Solr-trunk-Linux (32bit/jdk-9-ea+102) - Build # 15727 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15727/
Java: 32bit/jdk-9-ea+102 -server -XX:+UseG1GC -XX:-CompactStrings

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.lucene.search.TestShardSearching

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

Stack Trace:
java.lang.AssertionError: The test or suite printed 11178 bytes to stdout and stderr, even though the limit was set to 8192 bytes. Increase the limit with @Limit, ignore it completely with @SuppressSysoutChecks or run with -Dtests.verbose=true
	at __randomizedtesting.SeedInfo.seed([9DFA01FA93D1AD56]:0)
	at org.apache.lucene.util.TestRuleLimitSysouts.afterIfSuccessful(TestRuleLimitSysouts.java:212)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterIfSuccessful(TestRuleAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:37)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:804)


FAILED:  org.apache.lucene.search.TestShardSearching.testSimple

Error Message:
Captured an uncaught exception in thread: Thread[id=937, name=Thread-745, state=RUNNABLE, group=TGRP-TestShardSearching]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=937, name=Thread-745, state=RUNNABLE, group=TGRP-TestShardSearching]
	at __randomizedtesting.SeedInfo.seed([9DFA01FA93D1AD56:A5492504B4227987]:0)
Caused by: java.lang.RuntimeException: java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([9DFA01FA93D1AD56]:0)
	at org.apache.lucene.search.ShardSearchingTestBase$ChangeIndices.run(ShardSearchingTestBase.java:584)
Caused by: java.lang.AssertionError
	at org.apache.lucene.util.packed.BulkOperationPacked.encode(BulkOperationPacked.java:224)
	at org.apache.lucene.util.packed.AbstractBlockPackedWriter.writeValues(AbstractBlockPackedWriter.java:128)
	at org.apache.lucene.util.packed.BlockPackedWriter.flush(BlockPackedWriter.java:101)
	at org.apache.lucene.util.packed.AbstractBlockPackedWriter.finish(AbstractBlockPackedWriter.java:106)
	at org.apache.lucene.util.packed.BlockPackedWriter.finish(BlockPackedWriter.java:60)
	at org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter.flushOffsets(CompressingTermVectorsWriter.java:628)
	at org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter.flush(CompressingTermVectorsWriter.java:353)
	at org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter.finish(CompressingTermVectorsWriter.java:648)
	at org.apache.lucene.index.TermVectorsConsumer.flush(TermVectorsConsumer.java:65)
	at org.apache.lucene.index.TermsHash.flush(TermsHash.java:85)
	at org.apache.lucene.index.FreqProxTermsWriter.flush(FreqProxTermsWriter.java:83)
	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:115)
	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:425)
	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:502)
	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:614)
	at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:423)
	at org.apache.lucene.index.StandardDirectoryReader.doOpenFromWriter(StandardDirectoryReader.java:286)
	at org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:261)
	at org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:251)
	at org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:137)
	at org.apache.lucene.search.SearcherManager.refreshIfNeeded(SearcherManager.java:154)
	at org.apache.lucene.search.SearcherManager.refreshIfNeeded(SearcherManager.java:58)
	at org.apache.lucene.search.ReferenceManager.doMaybeRefresh(ReferenceManager.java:176)
	at org.apache.lucene.search.ReferenceManager.maybeRefresh(ReferenceManager.java:225)
	at org.apache.lucene.search.ShardSearchingTestBase$NodeState.reopen(ShardSearchingTestBase.java:523)
	at org.apache.lucene.search.ShardSearchingTestBase$ChangeIndices.run(ShardSearchingTestBase.java:578)




Build Log:
[...truncated 896 lines...]
   [junit4] Suite: org.apache.lucene.search.TestShardSearching
   [junit4]   1> FAILED:
   [junit4]   1> java.lang.AssertionError
   [junit4]   1> 	at org.apache.lucene.util.packed.BulkOperationPacked.encode(BulkOperationPacked.java:224)
   [junit4]   1> 	at org.apache.lucene.util.packed.AbstractBlockPackedWriter.writeValues(AbstractBlockPackedWriter.java:128)
   [junit4]   1> 	at org.apache.lucene.util.packed.BlockPackedWriter.flush(BlockPackedWriter.java:101)
   [junit4]   1> 	at org.apache.lucene.util.packed.AbstractBlockPackedWriter.finish(AbstractBlockPackedWriter.java:106)
   [junit4]   1> 	at org.apache.lucene.util.packed.BlockPackedWriter.finish(BlockPackedWriter.java:60)
   [junit4]   1> 	at org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter.flushOffsets(CompressingTermVectorsWriter.java:628)
   [junit4]   1> 	at org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter.flush(CompressingTermVectorsWriter.java:353)
   [junit4]   1> 	at org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter.finish(CompressingTermVectorsWriter.java:648)
   [junit4]   1> 	at org.apache.lucene.index.TermVectorsConsumer.flush(TermVectorsConsumer.java:65)
   [junit4]   1> 	at org.apache.lucene.index.TermsHash.flush(TermsHash.java:85)
   [junit4]   1> 	at org.apache.lucene.index.FreqProxTermsWriter.flush(FreqProxTermsWriter.java:83)
   [junit4]   1> 	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:115)
   [junit4]   1> 	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:425)
   [junit4]   1> 	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:502)
   [junit4]   1> 	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:614)
   [junit4]   1> 	at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:423)
   [junit4]   1> 	at org.apache.lucene.index.StandardDirectoryReader.doOpenFromWriter(StandardDirectoryReader.java:286)
   [junit4]   1> 	at org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:261)
   [junit4]   1> 	at org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:251)
   [junit4]   1> 	at org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:137)
   [junit4]   1> 	at org.apache.lucene.search.SearcherManager.refreshIfNeeded(SearcherManager.java:154)
   [junit4]   1> 	at org.apache.lucene.search.SearcherManager.refreshIfNeeded(SearcherManager.java:58)
   [junit4]   1> 	at org.apache.lucene.search.ReferenceManager.doMaybeRefresh(ReferenceManager.java:176)
   [junit4]   1> 	at org.apache.lucene.search.ReferenceManager.maybeRefresh(ReferenceManager.java:225)
   [junit4]   1> 	at org.apache.lucene.search.ShardSearchingTestBase$NodeState.reopen(ShardSearchingTestBase.java:523)
   [junit4]   1> 	at org.apache.lucene.search.ShardSearchingTestBase$ChangeIndices.run(ShardSearchingTestBase.java:578)
   [junit4]   2> Kaw 01, 2016 9:40:17 LUMA LWA K com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Thread-745,5,TGRP-TestShardSearching]
   [junit4]   2> java.lang.RuntimeException: java.lang.AssertionError
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([9DFA01FA93D1AD56]:0)
   [junit4]   2> 	at org.apache.lucene.search.ShardSearchingTestBase$ChangeIndices.run(ShardSearchingTestBase.java:584)
   [junit4]   2> Caused by: java.lang.AssertionError
   [junit4]   2> 	at org.apache.lucene.util.packed.BulkOperationPacked.encode(BulkOperationPacked.java:224)
   [junit4]   2> 	at org.apache.lucene.util.packed.AbstractBlockPackedWriter.writeValues(AbstractBlockPackedWriter.java:128)
   [junit4]   2> 	at org.apache.lucene.util.packed.BlockPackedWriter.flush(BlockPackedWriter.java:101)
   [junit4]   2> 	at org.apache.lucene.util.packed.AbstractBlockPackedWriter.finish(AbstractBlockPackedWriter.java:106)
   [junit4]   2> 	at org.apache.lucene.util.packed.BlockPackedWriter.finish(BlockPackedWriter.java:60)
   [junit4]   2> 	at org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter.flushOffsets(CompressingTermVectorsWriter.java:628)
   [junit4]   2> 	at org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter.flush(CompressingTermVectorsWriter.java:353)
   [junit4]   2> 	at org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter.finish(CompressingTermVectorsWriter.java:648)
   [junit4]   2> 	at org.apache.lucene.index.TermVectorsConsumer.flush(TermVectorsConsumer.java:65)
   [junit4]   2> 	at org.apache.lucene.index.TermsHash.flush(TermsHash.java:85)
   [junit4]   2> 	at org.apache.lucene.index.FreqProxTermsWriter.flush(FreqProxTermsWriter.java:83)
   [junit4]   2> 	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:115)
   [junit4]   2> 	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:425)
   [junit4]   2> 	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:502)
   [junit4]   2> 	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:614)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:423)
   [junit4]   2> 	at org.apache.lucene.index.StandardDirectoryReader.doOpenFromWriter(StandardDirectoryReader.java:286)
   [junit4]   2> 	at org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:261)
   [junit4]   2> 	at org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:251)
   [junit4]   2> 	at org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:137)
   [junit4]   2> 	at org.apache.lucene.search.SearcherManager.refreshIfNeeded(SearcherManager.java:154)
   [junit4]   2> 	at org.apache.lucene.search.SearcherManager.refreshIfNeeded(SearcherManager.java:58)
   [junit4]   2> 	at org.apache.lucene.search.ReferenceManager.doMaybeRefresh(ReferenceManager.java:176)
   [junit4]   2> 	at org.apache.lucene.search.ReferenceManager.maybeRefresh(ReferenceManager.java:225)
   [junit4]   2> 	at org.apache.lucene.search.ShardSearchingTestBase$NodeState.reopen(ShardSearchingTestBase.java:523)
   [junit4]   2> 	at org.apache.lucene.search.ShardSearchingTestBase$ChangeIndices.run(ShardSearchingTestBase.java:578)
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestShardSearching -Dtests.method=testSimple -Dtests.seed=9DFA01FA93D1AD56 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=dav -Dtests.timezone=Europe/Monaco -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   9.46s J0 | TestShardSearching.testSimple <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=937, name=Thread-745, state=RUNNABLE, group=TGRP-TestShardSearching]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9DFA01FA93D1AD56:A5492504B4227987]:0)
   [junit4]    > Caused by: java.lang.RuntimeException: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9DFA01FA93D1AD56]:0)
   [junit4]    > 	at org.apache.lucene.search.ShardSearchingTestBase$ChangeIndices.run(ShardSearchingTestBase.java:584)
   [junit4]    > Caused by: java.lang.AssertionError
   [junit4]    > 	at org.apache.lucene.util.packed.BulkOperationPacked.encode(BulkOperationPacked.java:224)
   [junit4]    > 	at org.apache.lucene.util.packed.AbstractBlockPackedWriter.writeValues(AbstractBlockPackedWriter.java:128)
   [junit4]    > 	at org.apache.lucene.util.packed.BlockPackedWriter.flush(BlockPackedWriter.java:101)
   [junit4]    > 	at org.apache.lucene.util.packed.AbstractBlockPackedWriter.finish(AbstractBlockPackedWriter.java:106)
   [junit4]    > 	at org.apache.lucene.util.packed.BlockPackedWriter.finish(BlockPackedWriter.java:60)
   [junit4]    > 	at org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter.flushOffsets(CompressingTermVectorsWriter.java:628)
   [junit4]    > 	at org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter.flush(CompressingTermVectorsWriter.java:353)
   [junit4]    > 	at org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter.finish(CompressingTermVectorsWriter.java:648)
   [junit4]    > 	at org.apache.lucene.index.TermVectorsConsumer.flush(TermVectorsConsumer.java:65)
   [junit4]    > 	at org.apache.lucene.index.TermsHash.flush(TermsHash.java:85)
   [junit4]    > 	at org.apache.lucene.index.FreqProxTermsWriter.flush(FreqProxTermsWriter.java:83)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:115)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:425)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:502)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:614)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:423)
   [junit4]    > 	at org.apache.lucene.index.StandardDirectoryReader.doOpenFromWriter(StandardDirectoryReader.java:286)
   [junit4]    > 	at org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:261)
   [junit4]    > 	at org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:251)
   [junit4]    > 	at org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:137)
   [junit4]    > 	at org.apache.lucene.search.SearcherManager.refreshIfNeeded(SearcherManager.java:154)
   [junit4]    > 	at org.apache.lucene.search.SearcherManager.refreshIfNeeded(SearcherManager.java:58)
   [junit4]    > 	at org.apache.lucene.search.ReferenceManager.doMaybeRefresh(ReferenceManager.java:176)
   [junit4]    > 	at org.apache.lucene.search.ReferenceManager.maybeRefresh(ReferenceManager.java:225)
   [junit4]    > 	at org.apache.lucene.search.ShardSearchingTestBase$NodeState.reopen(ShardSearchingTestBase.java:523)
   [junit4]    > 	at org.apache.lucene.search.ShardSearchingTestBase$ChangeIndices.run(ShardSearchingTestBase.java:578)
   [junit4]   2> NOTE: test params are: codec=Lucene60, sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=dav, timezone=Europe/Monaco
   [junit4]   2> NOTE: Linux 3.19.0-47-generic i386/Oracle Corporation 9-ea (32-bit)/cpus=12,threads=1,free=336112152,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestTimSorterWorstCase, TestMultiPhraseEnum, TestPointQueries, TestSortedSetSelector, TestSegmentReader, TestBinaryDocument, TestTimeLimitingCollector, Test2BNumericDocValues, TestSizeBoundedForceMerge, TestThreadedForceMerge, TestOfflineSorter, TestBKD, TestOrdinalMap, TestIndexWriterDelete, TestNeverDelete, TestPersistentSnapshotDeletionPolicy, TestAllFilesCheckIndexHeader, TestBooleanRewrites, TestPhraseQuery, TestAttributeSource, TestControlledRealTimeReopenThread, TestSwappedIndexFiles, TestIndexWriterConfig, TestMultiLevelSkipList, TestMathUtil, TestIntroSorter, TestBooleanMinShouldMatch, TestPositiveScoresOnlyCollector, TestInfoStream, TestDocInverterPerFieldErrorInfo, TestMultiTermConstantScore, TestCharsRefBuilder, TestSleepingLockWrapper, TestTwoPhaseCommitTool, TestFilterDirectoryReader, TestSloppyPhraseQuery2, TestPagedBytes, TestSumDocFreq, TestReusableStringReader, TestExceedMaxTermLength, TestMaxPosition, TestReaderWrapperDVTypeCheck, TestUsageTrackingFilterCachingPolicy, MultiCollectorTest, TestParallelCompositeReader, TestIndexCommit, TestIndexWriterMergePolicy, TestDeletionPolicy, TestSimpleFSDirectory, TestFilterSpans, TestIndexWriterWithThreads, TestAutomatonQuery, TestDoc, TestNumericRangeQuery64, TestSpanContainQuery, TestPerSegmentDeletes, TestSimilarity2, TestIndexWriterForceMerge, TestPositionIncrement, TestSpanOrQuery, TestIndexWriterOnVMError, TestFixedBitSet, TestFrequencyTrackingRingBuffer, TestSetOnce, TestIndexWriter, TestMultiDocValues, TestDeterminizeLexicon, TestMultiTermsEnum, TestFSTs, TestNumericRangeQuery32, TestAddIndexes, TestShardSearching]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestShardSearching -Dtests.seed=9DFA01FA93D1AD56 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=dav -Dtests.timezone=Europe/Monaco -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestShardSearching (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: The test or suite printed 11178 bytes to stdout and stderr, even though the limit was set to 8192 bytes. Increase the limit with @Limit, ignore it completely with @SuppressSysoutChecks or run with -Dtests.verbose=true
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9DFA01FA93D1AD56]:0)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:804)
   [junit4] Completed [215/410 (1!)] on J0 in 9.51s, 1 test, 1 failure, 1 error <<< FAILURES!

[...truncated 650 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build.xml:50: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1014: There were test failures: 410 suites (1 ignored), 3363 tests, 1 suite-level error, 1 error, 58 ignored (54 assumptions) [seed: 9DFA01FA93D1AD56]

Total time: 7 minutes 34 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0_72) - Build # 15728 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15728/
Java: 64bit/jdk1.8.0_72 -XX:+UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.handler.TestReplicationHandler.doTestStressReplication

Error Message:
timed out waiting for collection1 startAt time to exceed: Mon Feb 01 10:30:17 GMT 2016

Stack Trace:
java.lang.AssertionError: timed out waiting for collection1 startAt time to exceed: Mon Feb 01 10:30:17 GMT 2016
	at __randomizedtesting.SeedInfo.seed([B136A17CD9FA268F:6A9DA1BADCD24F3C]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.handler.TestReplicationHandler.watchCoreStartAt(TestReplicationHandler.java:1419)
	at org.apache.solr.handler.TestReplicationHandler.doTestStressReplication(TestReplicationHandler.java:771)
	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:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	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:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11200 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/init-core-data-001
   [junit4]   2> 832971 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestIndexFetchWithMasterUrl
   [junit4]   2> 832971 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-001/collection1
   [junit4]   2> 832973 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 832974 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2ad40a64{/solr,null,AVAILABLE}
   [junit4]   2> 832976 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1db28732{HTTP/1.1}{127.0.0.1:48296}
   [junit4]   2> 832976 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.e.j.s.Server Started @834625ms
   [junit4]   2> 832976 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-001/collection1/data, hostContext=/solr, hostPort=48296}
   [junit4]   2> 832976 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 832976 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-001'
   [junit4]   2> 832976 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 832977 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 832977 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-001/solr.xml
   [junit4]   2> 832980 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-001/.
   [junit4]   2> 832980 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.CoreContainer New CoreContainer 2119894855
   [junit4]   2> 832980 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-001]
   [junit4]   2> 832980 WARN  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-001/lib
   [junit4]   2> 832980 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 832981 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 832981 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 832981 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 832982 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 832982 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 832982 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-001/.
   [junit4]   2> 832983 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 832983 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-001/./collection1
   [junit4]   2> 832983 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 832983 INFO  (coreLoadExecutor-3727-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-001/collection1'
   [junit4]   2> 832983 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 832983 INFO  (coreLoadExecutor-3727-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 832983 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 832983 INFO  (coreLoadExecutor-3727-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 832987 INFO  (coreLoadExecutor-3727-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 832989 INFO  (coreLoadExecutor-3727-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 832993 INFO  (coreLoadExecutor-3727-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 832995 INFO  (coreLoadExecutor-3727-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 832997 INFO  (coreLoadExecutor-3727-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 832997 INFO  (coreLoadExecutor-3727-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-001/collection1'
   [junit4]   2> 832998 INFO  (coreLoadExecutor-3727-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-001/./collection1
   [junit4]   2> 832998 INFO  (coreLoadExecutor-3727-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 832998 INFO  (coreLoadExecutor-3727-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-001/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 832998 INFO  (coreLoadExecutor-3727-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 832998 INFO  (coreLoadExecutor-3727-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-001/./collection1/data
   [junit4]   2> 832998 INFO  (coreLoadExecutor-3727-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-001/./collection1/data/index/
   [junit4]   2> 832998 WARN  (coreLoadExecutor-3727-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-001/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 832998 INFO  (coreLoadExecutor-3727-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-001/./collection1/data/index
   [junit4]   2> 832998 INFO  (coreLoadExecutor-3727-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=78.662109375, floorSegmentMB=1.63671875, forceMergeDeletesPctAllowed=25.34357596935364, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.30829665406788476
   [junit4]   2> 832999 INFO  (coreLoadExecutor-3727-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@381c054e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@15a8904b),segFN=segments_1,generation=1}
   [junit4]   2> 832999 INFO  (coreLoadExecutor-3727-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 832999 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-001/./collection1/data/
   [junit4]   2> 833000 INFO  (coreLoadExecutor-3727-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 833001 INFO  (coreLoadExecutor-3727-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 833002 INFO  (coreLoadExecutor-3727-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 833002 INFO  (coreLoadExecutor-3727-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 833002 INFO  (coreLoadExecutor-3727-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 833006 INFO  (coreLoadExecutor-3727-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 833006 INFO  (coreLoadExecutor-3727-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 833006 INFO  (coreLoadExecutor-3727-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 833006 INFO  (coreLoadExecutor-3727-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 833006 INFO  (coreLoadExecutor-3727-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 833006 INFO  (coreLoadExecutor-3727-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1901375373, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 833007 INFO  (coreLoadExecutor-3727-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@381c054e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@15a8904b),segFN=segments_1,generation=1}
   [junit4]   2> 833007 INFO  (coreLoadExecutor-3727-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 833007 INFO  (coreLoadExecutor-3727-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@59abb438[collection1] main]
   [junit4]   2> 833007 INFO  (coreLoadExecutor-3727-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-001/collection1/conf
   [junit4]   2> 833007 INFO  (coreLoadExecutor-3727-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-001/collection1/conf}
   [junit4]   2> 833007 INFO  (coreLoadExecutor-3727-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-001/collection1/conf
   [junit4]   2> 833007 INFO  (coreLoadExecutor-3727-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 833007 INFO  (coreLoadExecutor-3727-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 833007 INFO  (coreLoadExecutor-3727-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 833007 INFO  (searcherExecutor-3728-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@59abb438[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 833008 INFO  (coreLoadExecutor-3727-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 833484 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/collection1
   [junit4]   2> 833486 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 833487 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@37d2f601{/solr,null,AVAILABLE}
   [junit4]   2> 833487 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.e.j.s.ServerConnector Started ServerConnector@657bc048{HTTP/1.1}{127.0.0.1:43084}
   [junit4]   2> 833487 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.e.j.s.Server Started @835137ms
   [junit4]   2> 833487 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/collection1/data, hostContext=/solr, hostPort=43084}
   [junit4]   2> 833487 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 833487 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002'
   [junit4]   2> 833488 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 833488 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 833488 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/solr.xml
   [junit4]   2> 833490 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/.
   [junit4]   2> 833490 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.CoreContainer New CoreContainer 1738984648
   [junit4]   2> 833490 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002]
   [junit4]   2> 833490 WARN  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/lib to classpath: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/lib
   [junit4]   2> 833490 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 833491 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 833491 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 833491 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 833491 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 833491 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 833492 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/.
   [junit4]   2> 833492 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 833492 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/./collection1
   [junit4]   2> 833492 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 833493 INFO  (coreLoadExecutor-3737-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/collection1'
   [junit4]   2> 833493 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 833493 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 833493 INFO  (coreLoadExecutor-3737-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 833493 INFO  (coreLoadExecutor-3737-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 833496 INFO  (coreLoadExecutor-3737-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 833498 INFO  (coreLoadExecutor-3737-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 833501 INFO  (coreLoadExecutor-3737-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 833503 INFO  (coreLoadExecutor-3737-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 833504 INFO  (coreLoadExecutor-3737-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 833505 INFO  (coreLoadExecutor-3737-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/collection1'
   [junit4]   2> 833505 INFO  (coreLoadExecutor-3737-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/./collection1
   [junit4]   2> 833505 INFO  (coreLoadExecutor-3737-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 833506 INFO  (coreLoadExecutor-3737-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 833506 INFO  (coreLoadExecutor-3737-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 833506 INFO  (coreLoadExecutor-3737-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/./collection1/data
   [junit4]   2> 833506 INFO  (coreLoadExecutor-3737-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/./collection1/data/index/
   [junit4]   2> 833506 WARN  (coreLoadExecutor-3737-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 833506 INFO  (coreLoadExecutor-3737-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 833506 INFO  (coreLoadExecutor-3737-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=78.662109375, floorSegmentMB=1.63671875, forceMergeDeletesPctAllowed=25.34357596935364, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.30829665406788476
   [junit4]   2> 833507 INFO  (coreLoadExecutor-3737-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@53435884 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@638ec203),segFN=segments_1,generation=1}
   [junit4]   2> 833507 INFO  (coreLoadExecutor-3737-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 833507 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/./collection1/data/
   [junit4]   2> 833508 INFO  (coreLoadExecutor-3737-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 833508 INFO  (coreLoadExecutor-3737-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 833509 INFO  (coreLoadExecutor-3737-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 833510 INFO  (coreLoadExecutor-3737-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 833510 INFO  (coreLoadExecutor-3737-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 833511 INFO  (coreLoadExecutor-3737-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 833511 INFO  (coreLoadExecutor-3737-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 833511 INFO  (coreLoadExecutor-3737-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 833511 INFO  (coreLoadExecutor-3737-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 833511 INFO  (coreLoadExecutor-3737-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 833512 INFO  (coreLoadExecutor-3737-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1901375373, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 833512 INFO  (coreLoadExecutor-3737-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@53435884 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@638ec203),segFN=segments_1,generation=1}
   [junit4]   2> 833512 INFO  (coreLoadExecutor-3737-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 833512 INFO  (coreLoadExecutor-3737-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@52b8294a[collection1] main]
   [junit4]   2> 833512 INFO  (coreLoadExecutor-3737-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/collection1/conf
   [junit4]   2> 833512 INFO  (coreLoadExecutor-3737-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/collection1/conf}
   [junit4]   2> 833513 INFO  (coreLoadExecutor-3737-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/collection1/conf
   [junit4]   2> 833513 INFO  (coreLoadExecutor-3737-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 833514 INFO  (coreLoadExecutor-3737-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 833514 INFO  (searcherExecutor-3738-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@52b8294a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 833515 INFO  (coreLoadExecutor-3737-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 833517 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 834001 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@657bc048{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 834001 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1738984648
   [junit4]   2> 834017 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3b9e6137
   [junit4]   2> 834017 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 834017 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 834017 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 834017 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 834017 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 834018 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 834018 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/./collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/./collection1/data;done=false>>]
   [junit4]   2> 834018 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/./collection1/data
   [junit4]   2> 834018 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/./collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/./collection1/data/index;done=false>>]
   [junit4]   2> 834018 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 834018 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    x:collection1] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@37d2f601{/solr,null,UNAVAILABLE}
   [junit4]   2> 834019 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 834020 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5f91927f{/solr,null,AVAILABLE}
   [junit4]   2> 834021 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.e.j.s.ServerConnector Started ServerConnector@3581b8a4{HTTP/1.1}{127.0.0.1:36681}
   [junit4]   2> 834021 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.e.j.s.Server Started @835670ms
   [junit4]   2> 834021 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/collection1/data, hostContext=/solr, hostPort=36681}
   [junit4]   2> 834021 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 834021 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002'
   [junit4]   2> 834021 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 834021 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 834021 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/solr.xml
   [junit4]   2> 834024 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/.
   [junit4]   2> 834024 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.CoreContainer New CoreContainer 1268620167
   [junit4]   2> 834024 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002]
   [junit4]   2> 834024 WARN  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/lib to classpath: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/lib
   [junit4]   2> 834025 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 834025 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 834026 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 834026 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 834026 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 834026 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 834026 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/.
   [junit4]   2> 834026 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 834027 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/./collection1
   [junit4]   2> 834027 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 834027 INFO  (coreLoadExecutor-3748-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/collection1'
   [junit4]   2> 834027 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 834027 INFO  (TEST-TestReplicationHandler.doTestIndexFetchWithMasterUrl-seed#[B136A17CD9FA268F]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 834027 INFO  (coreLoadExecutor-3748-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 834027 INFO  (coreLoadExecutor-3748-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 834031 INFO  (coreLoadExecutor-3748-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 834033 INFO  (coreLoadExecutor-3748-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 834044 INFO  (coreLoadExecutor-3748-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 834046 INFO  (coreLoadExecutor-3748-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 834047 INFO  (coreLoadExecutor-3748-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 834048 INFO  (coreLoadExecutor-3748-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/collection1'
   [junit4]   2> 834048 INFO  (coreLoadExecutor-3748-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/./collection1
   [junit4]   2> 834049 INFO  (coreLoadExecutor-3748-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 834049 INFO  (coreLoadExecutor-3748-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 834049 INFO  (coreLoadExecutor-3748-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 834050 INFO  (coreLoadExecutor-3748-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/./collection1/data
   [junit4]   2> 834050 INFO  (coreLoadExecutor-3748-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/./collection1/data/index/
   [junit4]   2> 834050 WARN  (coreLoadExecutor-3748-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 834050 INFO  (coreLoadExecutor-3748-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 834050 INFO  (coreLoadExecutor-3748-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=78.662109375, floorSegmentMB=1.63671875, forceMergeDeletesPctAllowed=25.34357596935364, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.30829665406788476
   [junit4]   2> 834050 INFO  (coreLoadExecutor-3748-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@38522eec lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2fb4a669),segFN=segments_1,generation=1}
   [junit4]   2> 834050 INFO  (coreLoadExecutor-3748-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 834051 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/./collection1/data/
   [junit4]   2> 834051 INFO  (coreLoadExecutor-3748-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 834053 INFO  (coreLoadExecutor-3748-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 834053 INFO  (coreLoadExecutor-3748-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 834053 INFO  (coreLoadExecutor-3748-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 834054 INFO  (coreLoadExecutor-3748-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 834054 INFO  (coreLoadExecutor-3748-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 834055 INFO  (coreLoadExecutor-3748-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 834055 INFO  (coreLoadExecutor-3748-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 834055 INFO  (coreLoadExecutor-3748-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 834055 INFO  (coreLoadExecutor-3748-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 834055 INFO  (coreLoadExecutor-3748-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1901375373, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 834055 INFO  (coreLoadExecutor-3748-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@38522eec lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2fb4a669),segFN=segments_1,generation=1}
   [junit4]   2> 834055 INFO  (coreLoadExecutor-3748-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 834055 INFO  (coreLoadExecutor-3748-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@17bcd89f[collection1] main]
   [junit4]   2> 834056 INFO  (coreLoadExecutor-3748-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/collection1/conf
   [junit4]   2> 834056 INFO  (coreLoadExecutor-3748-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/collection1/conf}
   [junit4]   2> 834056 INFO  (coreLoadExecutor-3748-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-002/collection1/conf
   [junit4]   2> 834056 INFO  (coreLoadExecutor-3748-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 834056 INFO  (coreLoadExecutor-3748-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 834056 INFO  (searcherExecutor-3749-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@17bcd89f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 834056 INFO  (coreLoadExecutor-3748-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 834529 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 834529 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:*} 0 0
   [junit4]   2> 834531 INFO  (qtp2031387229-9415) [    x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 834531 INFO  (qtp2031387229-9415) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:*} 0 0
   [junit4]   2> 834532 INFO  (qtp2031387229-9416) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 834533 INFO  (qtp2031387229-9416) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@38522eec lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2fb4a669),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@38522eec lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2fb4a669),segFN=segments_2,generation=2}
   [junit4]   2> 834534 INFO  (qtp2031387229-9416) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 834535 INFO  (qtp2031387229-9416) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e293dc4[collection1] main]
   [junit4]   2> 834535 INFO  (qtp2031387229-9416) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 834535 INFO  (searcherExecutor-3749-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1e293dc4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 834535 INFO  (qtp2031387229-9416) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 2
   [junit4]   2> 834538 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0]} 0 1
   [junit4]   2> 834540 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1]} 0 0
   [junit4]   2> 834541 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2]} 0 0
   [junit4]   2> 834543 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3]} 0 0
   [junit4]   2> 834544 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4]} 0 0
   [junit4]   2> 834546 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[5]} 0 0
   [junit4]   2> 834547 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[6]} 0 0
   [junit4]   2> 834549 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[7]} 0 0
   [junit4]   2> 834550 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[8]} 0 0
   [junit4]   2> 834552 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[9]} 0 0
   [junit4]   2> 834553 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[10]} 0 0
   [junit4]   2> 834554 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[11]} 0 0
   [junit4]   2> 834556 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[12]} 0 0
   [junit4]   2> 834557 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[13]} 0 0
   [junit4]   2> 834559 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[14]} 0 0
   [junit4]   2> 834560 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[15]} 0 0
   [junit4]   2> 834561 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[16]} 0 0
   [junit4]   2> 834563 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[17]} 0 0
   [junit4]   2> 834564 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[18]} 0 0
   [junit4]   2> 834566 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[19]} 0 0
   [junit4]   2> 834567 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[20]} 0 0
   [junit4]   2> 834568 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[21]} 0 0
   [junit4]   2> 834570 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[22]} 0 0
   [junit4]   2> 834571 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[23]} 0 0
   [junit4]   2> 834573 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[24]} 0 0
   [junit4]   2> 834574 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[25]} 0 0
   [junit4]   2> 834576 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[26]} 0 0
   [junit4]   2> 834577 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[27]} 0 0
   [junit4]   2> 834579 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[28]} 0 0
   [junit4]   2> 834580 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[29]} 0 0
   [junit4]   2> 834581 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[30]} 0 0
   [junit4]   2> 834583 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[31]} 0 0
   [junit4]   2> 834584 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[32]} 0 0
   [junit4]   2> 834586 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[33]} 0 0
   [junit4]   2> 834587 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[34]} 0 0
   [junit4]   2> 834588 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[35]} 0 0
   [junit4]   2> 834590 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[36]} 0 0
   [junit4]   2> 834591 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[37]} 0 0
   [junit4]   2> 834593 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[38]} 0 0
   [junit4]   2> 834594 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[39]} 0 0
   [junit4]   2> 834596 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[40]} 0 0
   [junit4]   2> 834597 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[41]} 0 0
   [junit4]   2> 834598 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[42]} 0 0
   [junit4]   2> 834600 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[43]} 0 0
   [junit4]   2> 834601 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[44]} 0 0
   [junit4]   2> 834603 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[45]} 0 0
   [junit4]   2> 834604 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[46]} 0 0
   [junit4]   2> 834606 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[47]} 0 0
   [junit4]   2> 834607 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[48]} 0 0
   [junit4]   2> 834609 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[49]} 0 0
   [junit4]   2> 834610 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[50]} 0 0
   [junit4]   2> 834612 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[51]} 0 0
   [junit4]   2> 834613 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[52]} 0 0
   [junit4]   2> 834615 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[53]} 0 0
   [junit4]   2> 834616 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[54]} 0 0
   [junit4]   2> 834617 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[55]} 0 0
   [junit4]   2> 834619 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[56]} 0 0
   [junit4]   2> 834620 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[57]} 0 0
   [junit4]   2> 834622 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[58]} 0 0
   [junit4]   2> 834624 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[59]} 0 0
   [junit4]   2> 834626 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[60]} 0 0
   [junit4]   2> 834627 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[61]} 0 0
   [junit4]   2> 834628 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[62]} 0 0
   [junit4]   2> 834630 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[63]} 0 0
   [junit4]   2> 834631 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[64]} 0 0
   [junit4]   2> 834633 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[65]} 0 0
   [junit4]   2> 834634 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[66]} 0 0
   [junit4]   2> 834635 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[67]} 0 0
   [junit4]   2> 834638 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[68]} 0 0
   [junit4]   2> 834639 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[69]} 0 0
   [junit4]   2> 834640 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[70]} 0 0
   [junit4]   2> 834642 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[71]} 0 0
   [junit4]   2> 834643 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[72]} 0 0
   [junit4]   2> 834645 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[73]} 0 0
   [junit4]   2> 834646 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[74]} 0 0
   [junit4]   2> 834648 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[75]} 0 0
   [junit4]   2> 834649 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[76]} 0 0
   [junit4]   2> 834651 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[77]} 0 0
   [junit4]   2> 834652 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[78]} 0 0
   [junit4]   2> 834653 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[79]} 0 0
   [junit4]   2> 834655 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[80]} 0 0
   [junit4]   2> 834656 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[81]} 0 0
   [junit4]   2> 834658 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[82]} 0 0
   [junit4]   2> 834659 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[83]} 0 0
   [junit4]   2> 834661 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[84]} 0 0
   [junit4]   2> 834663 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[85]} 0 0
   [junit4]   2> 834664 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[86]} 0 0
   [junit4]   2> 834666 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[87]} 0 0
   [junit4]   2> 834668 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[88]} 0 0
   [junit4]   2> 834669 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[89]} 0 0
   [junit4]   2> 834671 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[90]} 0 0
   [junit4]   2> 834672 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[91]} 0 0
   [junit4]   2> 834674 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[92]} 0 0
   [junit4]   2> 834676 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[93]} 0 0
   [junit4]   2> 834677 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[94]} 0 0
   [junit4]   2> 834679 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[95]} 0 0
   [junit4]   2> 834680 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[96]} 0 0
   [junit4]   2> 834682 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[97]} 0 0
   [junit4]   2> 834685 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[98]} 0 0
   [junit4]   2> 834687 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[99]} 0 0
   [junit4]   2> 834688 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[100]} 0 0
   [junit4]   2> 834690 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[101]} 0 0
   [junit4]   2> 834691 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[102]} 0 0
   [junit4]   2> 834693 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[103]} 0 0
   [junit4]   2> 834695 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[104]} 0 0
   [junit4]   2> 834696 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[105]} 0 0
   [junit4]   2> 834698 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[106]} 0 0
   [junit4]   2> 834700 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[107]} 0 0
   [junit4]   2> 834701 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[108]} 0 0
   [junit4]   2> 834703 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[109]} 0 0
   [junit4]   2> 834704 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[110]} 0 0
   [junit4]   2> 834707 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[111]} 0 1
   [junit4]   2> 834709 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[112]} 0 0
   [junit4]   2> 834711 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[113]} 0 0
   [junit4]   2> 834713 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[114]} 0 0
   [junit4]   2> 834714 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[115]} 0 0
   [junit4]   2> 834716 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[116]} 0 0
   [junit4]   2> 834717 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[117]} 0 0
   [junit4]   2> 834719 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[118]} 0 0
   [junit4]   2> 834722 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[119]} 0 0
   [junit4]   2> 834723 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[120]} 0 0
   [junit4]   2> 834725 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[121]} 0 0
   [junit4]   2> 834726 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[122]} 0 0
   [junit4]   2> 834728 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[123]} 0 0
   [junit4]   2> 834729 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[124]} 0 0
   [junit4]   2> 834731 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[125]} 0 0
   [junit4]   2> 834732 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[126]} 0 0
   [junit4]   2> 834734 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[127]} 0 0
   [junit4]   2> 834736 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[128]} 0 0
   [junit4]   2> 834737 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[129]} 0 0
   [junit4]   2> 834739 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[130]} 0 0
   [junit4]   2> 834741 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[131]} 0 0
   [junit4]   2> 834742 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[132]} 0 0
   [junit4]   2> 834744 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[133]} 0 0
   [junit4]   2> 834745 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[134]} 0 0
   [junit4]   2> 834747 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[135]} 0 0
   [junit4]   2> 834748 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[136]} 0 0
   [junit4]   2> 834750 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[137]} 0 0
   [junit4]   2> 834751 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[138]} 0 0
   [junit4]   2> 834753 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[139]} 0 0
   [junit4]   2> 834754 INFO  (qtp1469819711-9378) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[140]} 0 0
   [junit4]   2> 834756 INFO  (qtp1469819711-9376) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[141]} 0 0
   [junit4]   2> 834757 INFO  (qtp1469819711-9377) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[142]} 0 0
   [junit

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

FO  (TEST-TestReplicationHandler.doTestDetails-seed#[B136A17CD9FA268F]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-026/./collection1/data/index
   [junit4]   2> 918082 INFO  (TEST-TestReplicationHandler.doTestDetails-seed#[B136A17CD9FA268F]) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-026/./collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-026/./collection1/data;done=false>>]
   [junit4]   2> 918082 INFO  (TEST-TestReplicationHandler.doTestDetails-seed#[B136A17CD9FA268F]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-026/./collection1/data
   [junit4]   2> 918082 INFO  (TEST-TestReplicationHandler.doTestDetails-seed#[B136A17CD9FA268F]) [    x:collection1] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@241bde2e{/solr,null,UNAVAILABLE}
   [junit4]   2> 918083 INFO  (TEST-TestReplicationHandler.doTestDetails-seed#[B136A17CD9FA268F]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@47446800{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 918083 INFO  (TEST-TestReplicationHandler.doTestDetails-seed#[B136A17CD9FA268F]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=419856150
   [junit4]   2> 918083 INFO  (TEST-TestReplicationHandler.doTestDetails-seed#[B136A17CD9FA268F]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@498a64d6
   [junit4]   2> 918083 INFO  (TEST-TestReplicationHandler.doTestDetails-seed#[B136A17CD9FA268F]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 918083 INFO  (TEST-TestReplicationHandler.doTestDetails-seed#[B136A17CD9FA268F]) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 918083 INFO  (TEST-TestReplicationHandler.doTestDetails-seed#[B136A17CD9FA268F]) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 918083 INFO  (TEST-TestReplicationHandler.doTestDetails-seed#[B136A17CD9FA268F]) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 918084 INFO  (TEST-TestReplicationHandler.doTestDetails-seed#[B136A17CD9FA268F]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 918084 INFO  (TEST-TestReplicationHandler.doTestDetails-seed#[B136A17CD9FA268F]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 918084 INFO  (TEST-TestReplicationHandler.doTestDetails-seed#[B136A17CD9FA268F]) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-027/./collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-027/./collection1/data;done=false>>]
   [junit4]   2> 918085 INFO  (TEST-TestReplicationHandler.doTestDetails-seed#[B136A17CD9FA268F]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-027/./collection1/data
   [junit4]   2> 918085 INFO  (TEST-TestReplicationHandler.doTestDetails-seed#[B136A17CD9FA268F]) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-027/./collection1/data/index.20160201103120973 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-027/./collection1/data/index.20160201103120973;done=false>>]
   [junit4]   2> 918085 INFO  (TEST-TestReplicationHandler.doTestDetails-seed#[B136A17CD9FA268F]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001/solr-instance-027/./collection1/data/index.20160201103120973
   [junit4]   2> 918085 INFO  (TEST-TestReplicationHandler.doTestDetails-seed#[B136A17CD9FA268F]) [    x:collection1] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@154e1e0e{/solr,null,UNAVAILABLE}
   [junit4]   2> 918086 INFO  (SUITE-TestReplicationHandler-seed#[B136A17CD9FA268F]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_B136A17CD9FA268F-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {name=PostingsFormat(name=MockRandom), id=PostingsFormat(name=MockRandom), newname=PostingsFormat(name=MockRandom)}, docValues:{}, sim=ClassicSimilarity, locale=es-PR, timezone=Africa/Timbuktu
   [junit4]   2> NOTE: Linux 3.19.0-47-generic amd64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=12,threads=1,free=408428960,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [DateRangeFieldTest, TestSolrConfigHandler, TestRandomDVFaceting, TestPerFieldSimilarityClassic, CursorPagingTest, TestRemoteStreaming, TestBinaryField, DocumentAnalysisRequestHandlerTest, TestDefaultStatsCache, DistributedFacetPivotLongTailTest, DirectoryFactoryTest, SystemInfoHandlerTest, TestExpandComponent, HdfsDirectoryTest, SharedFSAutoReplicaFailoverTest, TestCSVLoader, TestRTGBase, TestManagedSynonymFilterFactory, SolrRequestParserTest, VMParamsZkACLAndCredentialsProvidersTest, IndexSchemaRuntimeFieldTest, SOLR749Test, RAMDirectoryFactoryTest, TestConfigSetProperties, ReturnFieldsTest, TestManagedSchemaFieldResource, CdcrVersionReplicationTest, ZkNodePropsTest, TestRestManager, TestLRUCache, ForceLeaderTest, CollectionTooManyReplicasTest, AsyncCallRequestStatusResponseTest, SpatialRPTFieldTypeTest, PathHierarchyTokenizerFactoryTest, DeleteInactiveReplicaTest, ResourceLoaderTest, TestRecoveryHdfs, TestNoOpRegenerator, TestPseudoReturnFields, TestShortCircuitedRequests, TestMacros, TestComponentsName, TestFunctionQuery, JsonLoaderTest, TestSolrQueryParserResource, TestMiniSolrCloudCluster, JavabinLoaderTest, EchoParamsTest, TestCryptoKeys, ReplicationFactorTest, OverseerCollectionConfigSetProcessorTest, ExternalFileFieldSortTest, TestExactStatsCache, TestAtomicUpdateErrorCases, BlockJoinFacetDistribTest, TestBadConfig, DistributedQueryElevationComponentTest, AnalysisErrorHandlingTest, TestCloudManagedSchemaConcurrent, TestCrossCoreJoin, TestClassicSimilarityFactory, RequestLoggingTest, DistributedSpellCheckComponentTest, TestFaceting, TestDocSet, UUIDUpdateProcessorFallbackTest, SortSpecParsingTest, RuleEngineTest, HdfsChaosMonkeyNothingIsSafeTest, TestCloudInspectUtil, TestRTimerTree, TestArbitraryIndexDir, SolrCloudExampleTest, TestLazyCores, IndexSchemaTest, SynonymTokenizerTest, TestConfig, TestCopyFieldCollectionResource, BigEndianAscendingWordSerializerTest, TestManagedSchema, FileBasedSpellCheckerTest, TestPhraseSuggestions, TestFieldTypeCollectionResource, QueryElevationComponentTest, TestMiniSolrCloudClusterSSL, TestJoin, TestInitQParser, ConnectionReuseTest, SuggestComponentContextFilterQueryTest, DistributedSuggestComponentTest, TestConfigSetsAPI, PingRequestHandlerTest, CdcrReplicationDistributedZkTest, SignatureUpdateProcessorFactoryTest, HdfsUnloadDistributedZkTest, OpenCloseCoreStressTest, OverseerTest, TestReplicationHandler]
   [junit4] Completed [304/577 (1!)] on J0 in 85.13s, 13 tests, 1 failure <<< FAILURES!

[...truncated 868 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:524: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1014: There were test failures: 577 suites (8 ignored), 2318 tests, 1 failure, 114 ignored (70 assumptions) [seed: B136A17CD9FA268F]

Total time: 52 minutes 16 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any