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 2015/09/23 07:24:05 UTC

[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.8.0_60) - Build # 5149 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/5149/
Java: 32bit/jdk1.8.0_60 -client -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  org.apache.lucene.rangetree.TestRangeTree.testMultiValued

Error Message:
this IndexWriter is closed

Stack Trace:
org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
	at __randomizedtesting.SeedInfo.seed([577A3E1A95E0C772:835A5A285B22873A]:0)
	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:719)
	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:733)
	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1471)
	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1254)
	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:173)
	at org.apache.lucene.rangetree.TestRangeTree.testMultiValued(TestRangeTree.java:136)
	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:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1665)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:864)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:900)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:914)
	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:873)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:775)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:809)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:820)
	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:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	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)
Caused by: java.lang.AssertionError: dir=.\temp\RangeTreeWriter361935816584395448 still has file=.\temp\RangeTreeWriter361935816584395448\size9362.1772657332124877601
	at org.apache.lucene.rangetree.RangeTreeWriter.directoryIsEmpty(RangeTreeWriter.java:403)
	at org.apache.lucene.rangetree.RangeTreeWriter.finish(RangeTreeWriter.java:392)
	at org.apache.lucene.rangetree.RangeTreeDocValuesConsumer.addSortedNumericField(RangeTreeDocValuesConsumer.java:107)
	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.addSortedNumericField(PerFieldDocValuesFormat.java:126)
	at org.apache.lucene.codecs.DocValuesConsumer.mergeSortedNumericField(DocValuesConsumer.java:417)
	at org.apache.lucene.codecs.DocValuesConsumer.merge(DocValuesConsumer.java:236)
	at org.apache.lucene.index.SegmentMerger.mergeDocValues(SegmentMerger.java:150)
	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:105)
	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4068)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3648)
	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:588)
	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:626)


FAILED:  org.apache.lucene.rangetree.TestRangeTree.testAllEqual

Error Message:
Captured an uncaught exception in thread: Thread[id=56, name=Lucene Merge Thread #1, state=RUNNABLE, group=TGRP-TestRangeTree]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=56, name=Lucene Merge Thread #1, state=RUNNABLE, group=TGRP-TestRangeTree]
	at __randomizedtesting.SeedInfo.seed([577A3E1A95E0C772:859AEB5F363E5EDC]:0)
Caused by: org.apache.lucene.index.MergePolicy$MergeException: java.lang.AssertionError: dir=.\temp\RangeTreeWriter361935816584395448 still has file=.\temp\RangeTreeWriter361935816584395448\size9362.1772657332124877601
	at __randomizedtesting.SeedInfo.seed([577A3E1A95E0C772]:0)
	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:668)
	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:648)
Caused by: java.lang.AssertionError: dir=.\temp\RangeTreeWriter361935816584395448 still has file=.\temp\RangeTreeWriter361935816584395448\size9362.1772657332124877601
	at org.apache.lucene.rangetree.RangeTreeWriter.directoryIsEmpty(RangeTreeWriter.java:403)
	at org.apache.lucene.rangetree.RangeTreeWriter.finish(RangeTreeWriter.java:392)
	at org.apache.lucene.rangetree.RangeTreeDocValuesConsumer.addSortedNumericField(RangeTreeDocValuesConsumer.java:107)
	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.addSortedNumericField(PerFieldDocValuesFormat.java:126)
	at org.apache.lucene.codecs.DocValuesConsumer.mergeSortedNumericField(DocValuesConsumer.java:417)
	at org.apache.lucene.codecs.DocValuesConsumer.merge(DocValuesConsumer.java:236)
	at org.apache.lucene.index.SegmentMerger.mergeDocValues(SegmentMerger.java:150)
	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:105)
	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4068)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3648)
	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:588)
	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:626)




Build Log:
[...truncated 8084 lines...]
   [junit4] Suite: org.apache.lucene.rangetree.TestRangeTree
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRangeTree -Dtests.method=testMultiValued -Dtests.seed=577A3E1A95E0C772 -Dtests.slow=true -Dtests.locale=en_IE -Dtests.timezone=America/Indianapolis -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.80s J1 | TestRangeTree.testMultiValued <<<
   [junit4]    > Throwable #1: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([577A3E1A95E0C772:835A5A285B22873A]:0)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:719)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:733)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1471)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1254)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:173)
   [junit4]    > 	at org.apache.lucene.rangetree.TestRangeTree.testMultiValued(TestRangeTree.java:136)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.AssertionError: dir=.\temp\RangeTreeWriter361935816584395448 still has file=.\temp\RangeTreeWriter361935816584395448\size9362.1772657332124877601
   [junit4]    > 	at org.apache.lucene.rangetree.RangeTreeWriter.directoryIsEmpty(RangeTreeWriter.java:403)
   [junit4]    > 	at org.apache.lucene.rangetree.RangeTreeWriter.finish(RangeTreeWriter.java:392)
   [junit4]    > 	at org.apache.lucene.rangetree.RangeTreeDocValuesConsumer.addSortedNumericField(RangeTreeDocValuesConsumer.java:107)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.addSortedNumericField(PerFieldDocValuesFormat.java:126)
   [junit4]    > 	at org.apache.lucene.codecs.DocValuesConsumer.mergeSortedNumericField(DocValuesConsumer.java:417)
   [junit4]    > 	at org.apache.lucene.codecs.DocValuesConsumer.merge(DocValuesConsumer.java:236)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.mergeDocValues(SegmentMerger.java:150)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:105)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4068)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3648)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:588)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:626)
   [junit4]   2> Sep 23, 2015 1:23:59 AM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Lucene Merge Thread #1,5,TGRP-TestRangeTree]
   [junit4]   2> org.apache.lucene.index.MergePolicy$MergeException: java.lang.AssertionError: dir=.\temp\RangeTreeWriter361935816584395448 still has file=.\temp\RangeTreeWriter361935816584395448\size9362.1772657332124877601
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([577A3E1A95E0C772]:0)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:668)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:648)
   [junit4]   2> Caused by: java.lang.AssertionError: dir=.\temp\RangeTreeWriter361935816584395448 still has file=.\temp\RangeTreeWriter361935816584395448\size9362.1772657332124877601
   [junit4]   2> 	at org.apache.lucene.rangetree.RangeTreeWriter.directoryIsEmpty(RangeTreeWriter.java:403)
   [junit4]   2> 	at org.apache.lucene.rangetree.RangeTreeWriter.finish(RangeTreeWriter.java:392)
   [junit4]   2> 	at org.apache.lucene.rangetree.RangeTreeDocValuesConsumer.addSortedNumericField(RangeTreeDocValuesConsumer.java:107)
   [junit4]   2> 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.addSortedNumericField(PerFieldDocValuesFormat.java:126)
   [junit4]   2> 	at org.apache.lucene.codecs.DocValuesConsumer.mergeSortedNumericField(DocValuesConsumer.java:417)
   [junit4]   2> 	at org.apache.lucene.codecs.DocValuesConsumer.merge(DocValuesConsumer.java:236)
   [junit4]   2> 	at org.apache.lucene.index.SegmentMerger.mergeDocValues(SegmentMerger.java:150)
   [junit4]   2> 	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:105)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4068)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3648)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:588)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:626)
   [junit4]   2> 
   [junit4] IGNOR/A 0.00s J1 | TestRangeTree.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRangeTree -Dtests.method=testAllEqual -Dtests.seed=577A3E1A95E0C772 -Dtests.slow=true -Dtests.locale=en_IE -Dtests.timezone=America/Indianapolis -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   1.57s J1 | TestRangeTree.testAllEqual <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=56, name=Lucene Merge Thread #1, state=RUNNABLE, group=TGRP-TestRangeTree]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([577A3E1A95E0C772:859AEB5F363E5EDC]:0)
   [junit4]    > Caused by: org.apache.lucene.index.MergePolicy$MergeException: java.lang.AssertionError: dir=.\temp\RangeTreeWriter361935816584395448 still has file=.\temp\RangeTreeWriter361935816584395448\size9362.1772657332124877601
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([577A3E1A95E0C772]:0)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:668)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:648)
   [junit4]    > Caused by: java.lang.AssertionError: dir=.\temp\RangeTreeWriter361935816584395448 still has file=.\temp\RangeTreeWriter361935816584395448\size9362.1772657332124877601
   [junit4]    > 	at org.apache.lucene.rangetree.RangeTreeWriter.directoryIsEmpty(RangeTreeWriter.java:403)
   [junit4]    > 	at org.apache.lucene.rangetree.RangeTreeWriter.finish(RangeTreeWriter.java:392)
   [junit4]    > 	at org.apache.lucene.rangetree.RangeTreeDocValuesConsumer.addSortedNumericField(RangeTreeDocValuesConsumer.java:107)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.addSortedNumericField(PerFieldDocValuesFormat.java:126)
   [junit4]    > 	at org.apache.lucene.codecs.DocValuesConsumer.mergeSortedNumericField(DocValuesConsumer.java:417)
   [junit4]    > 	at org.apache.lucene.codecs.DocValuesConsumer.merge(DocValuesConsumer.java:236)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.mergeDocValues(SegmentMerger.java:150)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:105)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4068)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3648)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:588)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:626)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {}, docValues:{}, sim=DefaultSimilarity, locale=en_IE, timezone=America/Indianapolis
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_60 (32-bit)/cpus=3,threads=1,free=24054312,total=129724416
   [junit4]   2> NOTE: All tests run in this JVM: [DuplicateFilterTest, TestGeoPointQuery, TestDocValuesNumbersQuery, TestIDVersionPostingsFormat, TestTermAutomatonQuery, TestSpanRegexQuery, TestSlowFuzzyQuery2, TestRegexQuery, TestSlowFuzzyQuery, TestJakartaRegexpCapabilities, TestFieldCacheTermsFilter, TestPayloadSpanUtil, TestRangeTree]
   [junit4] Completed [20/20] on J1 in 5.14s, 14 tests, 2 errors, 1 skipped <<< FAILURES!

[...truncated 11 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:785: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:729: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:59: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\build.xml:471: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:2248: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\module-build.xml:58: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1452: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1006: There were test failures: 20 suites, 133 tests, 2 errors, 4 ignored (4 assumptions) [seed: 577A3E1A95E0C772]

Total time: 17 minutes 24 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-5.x-Windows (32bit/jdk1.8.0_60) - Build # 5151 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/5151/
Java: 32bit/jdk1.8.0_60 -client -XX:+UseParallelGC

All tests passed

Build Log:
[...truncated 55214 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:785: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:665: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:652: Source checkout is dirty after running tests!!! Offending files:
* ./solr/licenses/spatial4j-0.4.1.jar.sha1

Total time: 85 minutes 24 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-5.x-Windows (32bit/jdk1.7.0_80) - Build # 5150 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/5150/
Java: 32bit/jdk1.7.0_80 -server -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.cloud.TestRandomRequestDistribution.testRequestTracking

Error Message:
Shard a1x2_shard1_replica1 received all 10 requests

Stack Trace:
java.lang.AssertionError: Shard a1x2_shard1_replica1 received all 10 requests
	at __randomizedtesting.SeedInfo.seed([5BF095330FFDB8A2:13CCCCF3FBF6A934]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.TestRandomRequestDistribution.testRequestTracking(TestRandomRequestDistribution.java:109)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1665)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:864)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:900)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:914)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:963)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
	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:873)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:775)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:809)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:820)
	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:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	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 9795 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestRandomRequestDistribution
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\init-core-data-001
   [junit4]   2> 875265 INFO  (SUITE-TestRandomRequestDistribution-seed#[5BF095330FFDB8A2]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 875270 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 875271 INFO  (Thread-1670) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 875271 INFO  (Thread-1670) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 875392 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.ZkTestServer start zk server on port:62630
   [junit4]   2> 875392 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 875394 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 875397 INFO  (zkCallback-480-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@fb46a9 name:ZooKeeperConnection Watcher:127.0.0.1:62630 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 875397 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 875397 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 875397 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 875399 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 875403 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 875405 INFO  (zkCallback-481-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6b5c6b name:ZooKeeperConnection Watcher:127.0.0.1:62630/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 875405 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 875405 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 875405 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 875411 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 875414 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 875416 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 875421 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 875421 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 875424 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 875425 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 875429 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 875429 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 875431 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 875432 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 875435 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 875435 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 875437 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 875438 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 875441 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 875441 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 875445 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 875445 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 875448 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 875449 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 875451 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 875451 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 875455 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 875455 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 876216 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\control-001\cores\collection1
   [junit4]   2> 876221 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 876225 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@199e1bf{/,null,AVAILABLE}
   [junit4]   2> 876228 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1b3d9fc{HTTP/1.1}{127.0.0.1:62646}
   [junit4]   2> 876228 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.e.j.s.Server Started @879710ms
   [junit4]   2> 876228 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\tempDir-001/control/data, hostContext=/, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\control-001\cores, hostPort=62646}
   [junit4]   2> 876228 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1ed7524
   [junit4]   2> 876228 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\control-001\'
   [junit4]   2> 876272 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 876273 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 876275 INFO  (zkCallback-482-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@15da9cd name:ZooKeeperConnection Watcher:127.0.0.1:62630/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 876275 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 876276 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 876278 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 876278 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\control-001\solr.xml
   [junit4]   2> 876320 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\control-001\cores
   [junit4]   2> 876321 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.CoreContainer New CoreContainer 1235472
   [junit4]   2> 876321 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\control-001\]
   [junit4]   2> 876321 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.CoreContainer loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\control-001\lib
   [junit4]   2> 876321 WARN  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\control-001\lib).
   [junit4]   2> 876339 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] 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> 876343 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 876345 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 876345 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 876345 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62630/solr
   [junit4]   2> 876346 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 876346 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 876347 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 876349 INFO  (zkCallback-484-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@42a443 name:ZooKeeperConnection Watcher:127.0.0.1:62630 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 876350 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 876350 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 876354 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62646_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 876357 INFO  (zkCallback-485-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@fe1c87 name:ZooKeeperConnection Watcher:127.0.0.1:62630/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 876357 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62646_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 876360 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62646_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 876363 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62646_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 876369 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62646_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 876372 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62646_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 876375 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62646_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 876382 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62646_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 876387 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62646_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 876389 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62646_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 876392 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62646_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 876393 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62646_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62646_
   [junit4]   2> 876394 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62646_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:62646_
   [junit4]   2> 876396 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62646_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 876397 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62646_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 876412 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62646_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 876413 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62646_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94569292515901444-127.0.0.1:62646_-n_0000000000
   [junit4]   2> 876414 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62646_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:62646_
   [junit4]   2> 876414 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62646_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 876416 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62646_    ] o.a.s.c.Overseer Overseer (id=94569292515901444-127.0.0.1:62646_-n_0000000000) starting
   [junit4]   2> 876420 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62646_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 876429 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62646_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 876430 INFO  (OverseerCollectionConfigSetProcessor-94569292515901444-127.0.0.1:62646_-n_0000000000) [n:127.0.0.1:62646_    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 876430 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62646_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 876430 INFO  (OverseerStateUpdate-94569292515901444-127.0.0.1:62646_-n_0000000000) [n:127.0.0.1:62646_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 876460 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62646_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 876461 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62646_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 876462 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62646_    ] o.a.s.c.CoresLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\control-001\cores
   [junit4]   2> 876464 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62646_    ] o.a.s.c.SolrCore Created CoreDescriptor: {shard=, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\control-001\cores\collection1, configSetProperties=configsetprops.json, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\control-001\cores\collection1\, config=solrconfig.xml, name=collection1, dataDir=data\, transient=false, loadOnStartup=true, schema=schema.xml, coreNodeName=, collection=control_collection}
   [junit4]   2> 876464 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62646_    ] o.a.s.c.CoresLocator Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\control-001\cores\collection1\
   [junit4]   2> 876464 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62646_    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 876466 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62646_    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 876466 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 876466 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62646_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 876466 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 876469 INFO  (OverseerStateUpdate-94569292515901444-127.0.0.1:62646_-n_0000000000) [n:127.0.0.1:62646_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "node_name":"127.0.0.1:62646_",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "base_url":"http://127.0.0.1:62646",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down"} current state version: 0
   [junit4]   2> 876469 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 876470 INFO  (OverseerStateUpdate-94569292515901444-127.0.0.1:62646_-n_0000000000) [n:127.0.0.1:62646_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "node_name":"127.0.0.1:62646_",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "base_url":"http://127.0.0.1:62646",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down"}
   [junit4]   2> 876471 INFO  (OverseerStateUpdate-94569292515901444-127.0.0.1:62646_-n_0000000000) [n:127.0.0.1:62646_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 876471 INFO  (OverseerStateUpdate-94569292515901444-127.0.0.1:62646_-n_0000000000) [n:127.0.0.1:62646_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 876475 INFO  (zkCallback-485-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 877674 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 877674 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 877674 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 877674 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/control_collection
   [junit4]   2> 877675 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 877675 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\control-001\cores\collection1\'
   [junit4]   2> 877695 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 877706 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 877737 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 877787 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection   x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 877792 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection   x:collection1] o.a.s.s.IndexSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 877801 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 878366 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 878381 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 878399 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 878413 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 878419 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 878423 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 878424 WARN  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 878424 WARN  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 878424 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 878425 WARN  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 878425 WARN  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 878428 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 878428 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 878428 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 878428 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\control-001\cores\collection1\], dataDir=[null]
   [junit4]   2> 878428 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cdb8a0
   [junit4]   2> 878429 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\control-001\cores\collection1\data\
   [junit4]   2> 878429 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\control-001\cores\collection1\data\index/
   [junit4]   2> 878429 WARN  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 878429 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\control-001\cores\collection1\data\index
   [junit4]   2> 878430 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=92.53515625, floorSegmentMB=1.931640625, forceMergeDeletesPctAllowed=12.822170121796097, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8602193702574501
   [junit4]   2> 878431 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1f0cfea lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e218f4),segFN=segments_1,generation=1}
   [junit4]   2> 878431 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 878431 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\control-001\cores\collection1\data\
   [junit4]   2> 878432 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\control-001\cores\collection1\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 878439 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 878439 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 878439 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 878439 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 878439 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 878439 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 878440 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 878440 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 878440 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 878452 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 878456 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 878459 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 878461 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 878467 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/luke,/admin/ping,/update,/admin/system,/update/json/docs,/schema,/admin/mbeans,/get,/admin/segments,/admin/plugins,/admin/threads,standard,/update/csv,/config,/admin/file,/admin/logging,/admin/properties,/update/json,/replication
   [junit4]   2> 878469 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 878473 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 878473 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 878475 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 878475 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 878475 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=20.8525390625, floorSegmentMB=0.2099609375, forceMergeDeletesPctAllowed=28.755393509208226, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.28747778314509437
   [junit4]   2> 878476 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1f0cfea lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e218f4),segFN=segments_1,generation=1}
   [junit4]   2> 878476 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 878476 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@1cad70e[collection1] main
   [junit4]   2> 878476 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/control_collection
   [junit4]   2> 878477 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 878477 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 878478 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 878478 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 878478 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 878478 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 878478 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 878478 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 878479 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 878479 INFO  (searcherExecutor-2272-thread-1-processing-c:control_collection s:shard1 n:127.0.0.1:62646_ x:collection1 r:core_node1) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1cad70e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 878479 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 878479 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 878479 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 878479 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1513108683611963392
   [junit4]   2> 878481 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1513108683611963392
   [junit4]   2> 878481 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 878482 INFO  (coreLoadExecutor-2271-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 878482 INFO  (coreZkRegister-2265-thread-1-processing-c:control_collection s:shard1 n:127.0.0.1:62646_ x:collection1 r:core_node1) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:62646 collection:control_collection shard:shard1
   [junit4]   2> 878484 INFO  (coreZkRegister-2265-thread-1-processing-c:control_collection s:shard1 n:127.0.0.1:62646_ x:collection1 r:core_node1) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 878490 INFO  (coreZkRegister-2265-thread-1-processing-c:control_collection s:shard1 n:127.0.0.1:62646_ x:collection1 r:core_node1) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/94569292515901444-core_node1-n_0000000000
   [junit4]   2> 878490 INFO  (coreZkRegister-2265-thread-1-processing-c:control_collection s:shard1 n:127.0.0.1:62646_ x:collection1 r:core_node1) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard shard1
   [junit4]   2> 878492 INFO  (coreZkRegister-2265-thread-1-processing-c:control_collection s:shard1 n:127.0.0.1:62646_ x:collection1 r:core_node1) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 878492 INFO  (coreZkRegister-2265-thread-1-processing-c:control_collection s:shard1 n:127.0.0.1:62646_ x:collection1 r:core_node1) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 878492 INFO  (coreZkRegister-2265-thread-1-processing-c:control_collection s:shard1 n:127.0.0.1:62646_ x:collection1 r:core_node1) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:62646/collection1/
   [junit4]   2> 878492 INFO  (coreZkRegister-2265-thread-1-processing-c:control_collection s:shard1 n:127.0.0.1:62646_ x:collection1 r:core_node1) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 878492 INFO  (coreZkRegister-2265-thread-1-processing-c:control_collection s:shard1 n:127.0.0.1:62646_ x:collection1 r:core_node1) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:62646/collection1/ has no replicas
   [junit4]   2> 878492 INFO  (coreZkRegister-2265-thread-1-processing-c:control_collection s:shard1 n:127.0.0.1:62646_ x:collection1 r:core_node1) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:62646/collection1/ shard1
   [junit4]   2> 878493 INFO  (OverseerStateUpdate-94569292515901444-127.0.0.1:62646_-n_0000000000) [n:127.0.0.1:62646_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 878493 INFO  (coreZkRegister-2265-thread-1-processing-c:control_collection s:shard1 n:127.0.0.1:62646_ x:collection1 r:core_node1) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 878494 INFO  (zkCallback-485-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 878496 INFO  (coreZkRegister-2265-thread-1-processing-c:control_collection s:shard1 n:127.0.0.1:62646_ x:collection1 r:core_node1) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
   [junit4]   2> 878499 INFO  (OverseerStateUpdate-94569292515901444-127.0.0.1:62646_-n_0000000000) [n:127.0.0.1:62646_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:62646",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 2
   [junit4]   2> 878612 INFO  (zkCallback-485-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 878664 INFO  (coreZkRegister-2265-thread-1-processing-c:control_collection s:shard1 n:127.0.0.1:62646_ x:collection1 r:core_node1) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:62646/collection1/ and leader is http://127.0.0.1:62646/collection1/
   [junit4]   2> 878664 INFO  (coreZkRegister-2265-thread-1-processing-c:control_collection s:shard1 n:127.0.0.1:62646_ x:collection1 r:core_node1) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:62646
   [junit4]   2> 878664 INFO  (coreZkRegister-2265-thread-1-processing-c:control_collection s:shard1 n:127.0.0.1:62646_ x:collection1 r:core_node1) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 878664 INFO  (coreZkRegister-2265-thread-1-processing-c:control_collection s:shard1 n:127.0.0.1:62646_ x:collection1 r:core_node1) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 878664 INFO  (coreZkRegister-2265-thread-1-processing-c:control_collection s:shard1 n:127.0.0.1:62646_ x:collection1 r:core_node1) [n:127.0.0.1:62646_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 878666 INFO  (OverseerStateUpdate-94569292515901444-127.0.0.1:62646_-n_0000000000) [n:127.0.0.1:62646_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "node_name":"127.0.0.1:62646_",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "base_url":"http://127.0.0.1:62646",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active"} current state version: 3
   [junit4]   2> 878667 INFO  (OverseerStateUpdate-94569292515901444-127.0.0.1:62646_-n_0000000000) [n:127.0.0.1:62646_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "node_name":"127.0.0.1:62646_",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "base_url":"http://127.0.0.1:62646",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 878777 INFO  (zkCallback-485-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 878797 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 878799 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 878801 INFO  (zkCallback-487-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@815ff5 name:ZooKeeperConnection Watcher:127.0.0.1:62630/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 878801 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 878801 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 878801 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 878805 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 878805 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 878805 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 878806 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 878807 INFO  (zkCallback-488-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1dad304 name:ZooKeeperConnection Watcher:127.0.0.1:62630/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 878807 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 878808 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 878811 INFO  (OverseerStateUpdate-94569292515901444-127.0.0.1:62646_-n_0000000000) [n:127.0.0.1:62646_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"create",
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2"} current state version: 4
   [junit4]   2> 878811 INFO  (OverseerStateUpdate-94569292515901444-127.0.0.1:62646_-n_0000000000) [n:127.0.0.1:62646_    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 878923 INFO  (OverseerStateUpdate-94569292515901444-127.0.0.1:62646_-n_0000000000) [n:127.0.0.1:62646_    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 879269 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\shard-1-001\cores\collection1
   [junit4]   2> 879271 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\shard-1-001
   [junit4]   2> 879273 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 879289 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@34c2e4{/,null,AVAILABLE}
   [junit4]   2> 879292 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1e73d35{HTTP/1.1}{127.0.0.1:62664}
   [junit4]   2> 879292 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.e.j.s.Server Started @882774ms
   [junit4]   2> 879292 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=62664, solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\shard-1-001\cores}
   [junit4]   2> 879292 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1ed7524
   [junit4]   2> 879292 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\shard-1-001\'
   [junit4]   2> 879323 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 879324 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 879326 INFO  (zkCallback-489-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@fdfd03 name:ZooKeeperConnection Watcher:127.0.0.1:62630/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 879326 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 879326 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 879330 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 879330 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\shard-1-001\solr.xml
   [junit4]   2> 879357 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\shard-1-001\cores
   [junit4]   2> 879357 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.CoreContainer New CoreContainer 912088
   [junit4]   2> 879357 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\shard-1-001\]
   [junit4]   2> 879357 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.CoreContainer loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\shard-1-001\lib
   [junit4]   2> 879357 WARN  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\shard-1-001\lib).
   [junit4]   2> 879367 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] 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> 879370 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 879371 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 879371 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 879371 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62630/solr
   [junit4]   2> 879371 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 879371 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 879372 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 879374 INFO  (zkCallback-491-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@425732 name:ZooKeeperConnection Watcher:127.0.0.1:62630 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 879374 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 879375 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 879378 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62664_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 879380 INFO  (zkCallback-492-thread-1-processing-n:127.0.0.1:62664_) [n:127.0.0.1:62664_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1751a46 name:ZooKeeperConnection Watcher:127.0.0.1:62630/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 879380 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62664_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 879389 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62664_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 880481 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62664_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62664_
   [junit4]   2> 880481 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62664_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:62664_
   [junit4]   2> 880482 INFO  (zkCallback-485-thread-1-processing-n:127.0.0.1:62646_) [n:127.0.0.1:62646_    ] o.a.s.c.c.ZkStateReader A live node change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 880482 INFO  (zkCallback-492-thread-1-processing-n:127.0.0.1:62664_) [n:127.0.0.1:62664_    ] o.a.s.c.c.ZkStateReader A live node change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 880482 INFO  (zkCallback-487-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 880485 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62664_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 880485 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62664_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94569292515901449-127.0.0.1:62664_-n_0000000001
   [junit4]   2> 880486 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62664_    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/94569292515901444-127.0.0.1:62646_-n_0000000000 to know if I could be the leader
   [junit4]   2> 880526 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62664_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 880526 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62664_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 880530 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62664_    ] o.a.s.c.CoresLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\shard-1-001\cores
   [junit4]   2> 880534 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62664_    ] o.a.s.c.SolrCore Created CoreDescriptor: {shard=, configSetProperties=configsetprops.json, loadOnStartup=true, schema=schema.xml, collection=collection1, coreNodeName=, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\shard-1-001\cores\collection1, transient=false, config=solrconfig.xml, name=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\shard-1-001\cores\collection1\, dataDir=data\}
   [junit4]   2> 880534 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62664_    ] o.a.s.c.CoresLocator Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\shard-1-001\cores\collection1\
   [junit4]   2> 880534 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62664_    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 880536 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62664_    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 880536 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62664_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 880536 INFO  (coreLoadExecutor-2282-thread-1-processing-n:127.0.0.1:62664_) [n:127.0.0.1:62664_ c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 880536 INFO  (coreLoadExecutor-2282-thread-1-processing-n:127.0.0.1:62664_) [n:127.0.0.1:62664_ c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 880538 INFO  (coreLoadExecutor-2282-thread-1-processing-n:127.0.0.1:62664_) [n:127.0.0.1:62664_ c:collection1   x:collection1] o.a.s.c.ZkController Registering watch for collection collection1
   [junit4]   2> 880538 INFO  (coreLoadExecutor-2282-thread-1-processing-n:127.0.0.1:62664_) [n:127.0.0.1:62664_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch collection1
   [junit4]   2> 880539 INFO  (coreLoadExecutor-2282-thread-1-processing-n:127.0.0.1:62664_) [n:127.0.0.1:62664_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Add data for collection1 ver 0 
   [junit4]   2> 880539 INFO  (coreLoadExecutor-2282-thread-1-processing-n:127.0.0.1:62664_) [n:127.0.0.1:62664_ c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 880539 INFO  (OverseerStateUpdate-94569292515901444-127.0.0.1:62646_-n_0000000000) [n:127.0.0.1:62646_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "node_name":"127.0.0.1:62664_",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "base_url":"http://127.0.0.1:62664",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down"} current state version: 4
   [junit4]   2> 880541 INFO  (OverseerStateUpdate-94569292515901444-127.0.0.1:62646_-n_0000000000) [n:127.0.0.1:62646_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "node_name":"127.0.0.1:62664_",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "base_url":"http://127.0.0.1:62664",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down"}
   [junit4]   2> 880541 INFO  (OverseerStateUpdate-94569292515901444-127.0.0.1:62646_-n_0000000000) [n:127.0.0.1:62646_    ] o.a.s.c.o.ReplicaMutator Collection already exists with numShards=2
   [junit4]   2> 880541 INFO  (OverseerStateUpdate-94569292515901444-127.0.0.1:62646_-n_0000000000) [n:127.0.0.1:62646_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 880652 INFO  (OverseerStateUpdate-94569292515901444-127.0.0.1:62646_-n_0000000000) [n:127.0.0.1:62646_    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 880653 INFO  (zkCallback-492-thread-1-processing-n:127.0.0.1:62664_) [n:127.0.0.1:62664_    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 880653 INFO  (zkCallback-492-thread-1-processing-n:127.0.0.1:62664_) [n:127.0.0.1:62664_    ] o.a.s.c.c.ZkStateReader Updating data for collection1 from 0 to 1 
   [junit4]   2> 881622 INFO  (coreLoadExecutor-2282-thread-1-processing-n:127.0.0.1:62664_) [n:127.0.0.1:62664_ c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 881622 INFO  (coreLoadExecutor-2282-thread-1-processing-n:127.0.0.1:62664_) [n:127.0.0.1:62664_ c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 881622 INFO  (coreLoadExecutor-2282-thread-1-processing-n:127.0.0.1:62664_) [n:127.0.0.1:62664_ c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 881622 INFO  (coreLoadExecutor-2282-thread-1-processing-n:127.0.0.1:62664_) [n:127.0.0.1:62664_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/collection1
   [junit4]   2> 881623 INFO  (coreLoadExecutor-2282-thread-1-processing-n:127.0.0.1:62664_) [n:127.0.0.1:62664_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 881623 INFO  (coreLoadExecutor-2282-thread-1-processing-n:127.0.0.1:62664_) [n:127.0.0.1:62664_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\shard-1-001\cores\collection1\'
   [junit4]   2> 881645 INFO  (coreLoadExecutor-2282-thread-1-processing-n:127.0.0.1:62664_) [n:127.0.0.1:62664_ c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 881653 INFO  (coreLoadExecutor-2282-thread-1-processing-n:127.0.0.1:62664_) [n:127.0.0.1:62664_ c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 881679 INFO  (coreLoadExecutor-2282-thread-1-processing-n:127.0.0.1:62664_) [n:127.0.0.1:62664_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 881724 INFO  (coreLoadExecutor-2282-thread-1-processing-n:127.0.0.1:62664_) [n:127.0.0.1:62664_ c:collection1   x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 881725 INFO  (coreLoadExecutor-2282-thread-1-processing-n:127.0.0.1:62664_) [n:127.0.0.1:62664_ c:collection1   x:collection1] o.a.s.s.IndexSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 881731 INFO  (coreLoadExecutor-2282-thread-1-processing-n:127.0.0.1:62664_) [n:127.0.0.1:62664_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 882177 INFO  (coreLoadExecutor-2282-thread-1-processing-n:127.0.0.1:62664_) [n:127.0.0.1:62664_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 882188 INFO  (coreLoadExecutor-2282-thread-1-processing-n:127.0.0.1:62664_) [n:127.0.0.1:62664_ c:collection1   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 882190 INFO  (coreLoadExecutor-2282-thread-1-processing-n:127.0.0.1:62664_) [n:127.0.0.1:62664_ c:collection1   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 882212 INFO  (coreLoadExecutor-2282-thread-1-processing-n:127.0.0.1:62664_) [n:127.0.0.1:62664_ c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 882216 INFO  (coreLoadExecutor-2282-thread-1-processing-n:127.0.0.1:62664_) [n:127.0.0.1:62664_ c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 882220 INFO  (coreLoadExecutor-2282-thread-1-processing-n:127.0.0.1:62664_) [n:127.0.0.1:62664_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 882220 WARN  (coreLoadExecutor-2282-thread-1-processing-n:127.0.0.1:62664_) [n:127.0.0.1:62664_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 882220 WARN  (coreLoadExecutor-2282-thread-1-processing-n:127.0.0.1:62664_) [n:127.0.0.1:62664_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 882221 INFO  (coreLoadExecutor-2282-thread-1-processing-n:127.0.0.1:62664_) [n:127.0.0.1:62664_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 882221 WARN  (coreLoadExecutor-2282-thread-1-processing-n:127.0.0.1:62664_) [n:127.0.0.1:62664_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 882221 WARN  (coreLoadExecutor-2282-thread-1-processing-n:127.0.0.1:62664_) [n:127.0.0.1:62664_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 882224 INFO  (coreLoadExecutor-2282-thread-1-processing-n:127.0.0.1:62664_) [n:127.0.0.1:62664_ c:collection1   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 88

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

:b1x1_shard1_replica1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\shard-3-001\cores\b1x1_shard1_replica1\data\index
   [junit4]   2> 911702 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62689_ c:b1x1 s:shard1 r:core_node1 x:b1x1_shard1_replica1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\shard-3-001\cores\b1x1_shard1_replica1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\shard-3-001\cores\b1x1_shard1_replica1\data\;done=false>>]
   [junit4]   2> 911702 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62689_ c:b1x1 s:shard1 r:core_node1 x:b1x1_shard1_replica1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001\shard-3-001\cores\b1x1_shard1_replica1\data\
   [junit4]   2> 911703 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62689_ c:b1x1 s:shard1 r:core_node1 x:b1x1_shard1_replica1] o.a.s.c.Overseer Overseer (id=94569292515901455-127.0.0.1:62689_-n_0000000003) closing
   [junit4]   2> 911704 INFO  (OverseerStateUpdate-94569292515901455-127.0.0.1:62689_-n_0000000003) [n:127.0.0.1:62689_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "collection":"b1x1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "node_name":"127.0.0.1:62689_",
   [junit4]   2>   "core":"b1x1_shard1_replica1",
   [junit4]   2>   "base_url":"http://127.0.0.1:62689",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down"}
   [junit4]   2> 911704 INFO  (OverseerStateUpdate-94569292515901455-127.0.0.1:62689_-n_0000000003) [n:127.0.0.1:62689_    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:62689_
   [junit4]   2> 911705 INFO  (zkCallback-500-thread-2-processing-n:127.0.0.1:62689_) [n:127.0.0.1:62689_    ] o.a.s.c.c.ZkStateReader A live node change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 912890 WARN  (zkCallback-500-thread-2-processing-n:127.0.0.1:62689_) [n:127.0.0.1:62689_    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 912891 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@13a2748{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 912891 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1cc5a44{/,null,UNAVAILABLE}
   [junit4]   2> 912894 INFO  (TEST-TestRandomRequestDistribution.testRequestTracking-seed#[5BF095330FFDB8A2]) [n:127.0.0.1:62689_ c:b1x1 s:shard1 r:core_node1 x:b1x1_shard1_replica1] o.a.s.c.ZkTestServer connecting to 127.0.0.1:62630 62630
   [junit4]   2> 914673 INFO  (Thread-1670) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:62630 62630
   [junit4]   2> 914944 WARN  (Thread-1670) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/collections/collection1/state.json
   [junit4]   2> 	2	/solr/collections/a1x2/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	4	/solr/overseer/queue
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRandomRequestDistribution -Dtests.method=testRequestTracking -Dtests.seed=5BF095330FFDB8A2 -Dtests.slow=true -Dtests.locale=fr_FR -Dtests.timezone=WET -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 39.7s J1 | TestRandomRequestDistribution.testRequestTracking <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Shard a1x2_shard1_replica1 received all 10 requests
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5BF095330FFDB8A2:13CCCCF3FBF6A934]:0)
   [junit4]    > 	at org.apache.solr.cloud.TestRandomRequestDistribution.testRequestTracking(TestRandomRequestDistribution.java:109)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:963)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 914954 INFO  (SUITE-TestRandomRequestDistribution-seed#[5BF095330FFDB8A2]-worker) [n:127.0.0.1:62689_ c:b1x1 s:shard1 r:core_node1 x:b1x1_shard1_replica1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestRandomRequestDistribution_5BF095330FFDB8A2-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=fr_FR, timezone=WET
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_80 (32-bit)/cpus=3,threads=1,free=71407496,total=259903488
   [junit4]   2> NOTE: All tests run in this JVM: [PreAnalyzedFieldTest, WordBreakSolrSpellCheckerTest, MultiTermTest, TestBadConfig, DataDrivenBlockJoinTest, TestQueryTypes, TestRandomMergePolicy, TestCharFilters, TestSerializedLuceneMatchVersion, HdfsThreadLeakTest, DistanceFunctionTest, TestReplicaProperties, LeaderFailoverAfterPartitionTest, SharedFSAutoReplicaFailoverTest, TestJsonRequest, TestRecovery, NotRequiredUniqueKeyTest, HdfsBasicDistributedZkTest, CircularListTest, FieldMutatingUpdateProcessorTest, BasicFunctionalityTest, SortByFunctionTest, OutOfBoxZkACLAndCredentialsProvidersTest, BadCopyFieldTest, TestDistributedMissingSort, TestMacros, CleanupOldIndexTest, AnalysisErrorHandlingTest, UniqFieldsUpdateProcessorFactoryTest, TestCloudInspectUtil, TestRestoreCore, TestCursorMarkWithoutUniqueKey, CopyFieldTest, FileBasedSpellCheckerTest, SpellingQueryConverterTest, SuggesterWFSTTest, CachingDirectoryFactoryTest, TestSolrQueryParserDefaultOperatorResource, SmileWriterTest, SolrCoreCheckLockOnStartupTest, TestRawResponseWriter, StatsComponentTest, TestDynamicFieldCollectionResource, TestConfigOverlay, FieldAnalysisRequestHandlerTest, SignatureUpdateProcessorFactoryTest, DefaultValueUpdateProcessorTest, HdfsDirectoryTest, DirectSolrConnectionTest, TestPivotHelperCode, ShowFileRequestHandlerTest, ChaosMonkeySafeLeaderTest, SliceStateTest, HdfsChaosMonkeySafeLeaderTest, TestRangeQuery, TestBinaryField, TestAtomicUpdateErrorCases, DeleteInactiveReplicaTest, ChangedSchemaMergeTest, AtomicUpdatesTest, IndexSchemaRuntimeFieldTest, TestSolrDynamicMBean, TestCustomSort, TestTrieFacet, HighlighterConfigTest, DistribJoinFromCollectionTest, CurrencyFieldOpenExchangeTest, AddBlockUpdateTest, SpellCheckCollatorTest, CollectionsAPIDistributedZkTest, TestBinaryResponseWriter, SolrIndexSplitterTest, TestClassNameShortening, AsyncMigrateRouteKeyTest, TestTrie, SpellCheckComponentTest, TestManagedStopFilterFactory, TestQuerySenderListener, TestFuzzyAnalyzedSuggestions, TestDistributedGrouping, CollectionTooManyReplicasTest, TestIndexSearcher, UUIDFieldTest, TestStressUserVersions, DirectUpdateHandlerOptimizeTest, ShardRoutingCustomTest, AssignTest, ResponseLogComponentTest, FullHLLTest, TestRandomRequestDistribution]
   [junit4] Completed [139/539] on J1 in 39.74s, 1 test, 1 failure <<< FAILURES!

[...truncated 1287 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:785: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:729: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:59: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:233: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:524: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1452: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1006: There were test failures: 539 suites (7 ignored), 2128 tests, 1 failure, 80 ignored (44 assumptions) [seed: 5BF095330FFDB8A2]

Total time: 78 minutes 15 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