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/12 09:25:40 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/5247/
Java: 32bit/jdk1.8.0_60 -server -XX:+UseSerialGC

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

Error Message:
this writer hit an unrecoverable error; cannot complete forceMerge

Stack Trace:
java.lang.IllegalStateException: this writer hit an unrecoverable error; cannot complete forceMerge
	at __randomizedtesting.SeedInfo.seed([2E9C4D396B9E7EBD:55E51EBDD9DA0373]:0)
	at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1755)
	at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1705)
	at org.apache.lucene.index.RandomIndexWriter.forceMerge(RandomIndexWriter.java:408)
	at org.apache.lucene.rangetree.TestRangeTree.testMultiValuedSortedSet(TestRangeTree.java:225)
	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:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	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:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.AssertionError: dir=.\temp\RangeTreeWriter3766529150673231371 still has file=.\temp\RangeTreeWriter3766529150673231371\size24476.919989250112690523
	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.addSortedSetField(RangeTreeDocValuesConsumer.java:144)
	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.addSortedSetField(PerFieldDocValuesFormat.java:131)
	at org.apache.lucene.codecs.DocValuesConsumer.mergeSortedSetField(DocValuesConsumer.java:736)
	at org.apache.lucene.codecs.DocValuesConsumer.merge(DocValuesConsumer.java:219)
	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:4050)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3630)
	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.testMinMaxLong

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

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=61, name=Lucene Merge Thread #4, state=RUNNABLE, group=TGRP-TestRangeTree]
	at __randomizedtesting.SeedInfo.seed([2E9C4D396B9E7EBD:387462F996C85F8A]:0)
Caused by: org.apache.lucene.index.MergePolicy$MergeException: java.lang.AssertionError: dir=.\temp\RangeTreeWriter3766529150673231371 still has file=.\temp\RangeTreeWriter3766529150673231371\size24476.919989250112690523
	at __randomizedtesting.SeedInfo.seed([2E9C4D396B9E7EBD]: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\RangeTreeWriter3766529150673231371 still has file=.\temp\RangeTreeWriter3766529150673231371\size24476.919989250112690523
	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.addSortedSetField(RangeTreeDocValuesConsumer.java:144)
	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.addSortedSetField(PerFieldDocValuesFormat.java:131)
	at org.apache.lucene.codecs.DocValuesConsumer.mergeSortedSetField(DocValuesConsumer.java:736)
	at org.apache.lucene.codecs.DocValuesConsumer.merge(DocValuesConsumer.java:219)
	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:4050)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3630)
	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:588)
	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:626)




Build Log:
[...truncated 7741 lines...]
   [junit4] Suite: org.apache.lucene.rangetree.TestRangeTree
   [junit4] IGNOR/A 0.00s J0 | TestRangeTree.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRangeTree -Dtests.method=testMultiValuedSortedSet -Dtests.seed=2E9C4D396B9E7EBD -Dtests.slow=true -Dtests.locale=sr_CS -Dtests.timezone=America/Anguilla -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   1.59s J0 | TestRangeTree.testMultiValuedSortedSet <<<
   [junit4]    > Throwable #1: java.lang.IllegalStateException: this writer hit an unrecoverable error; cannot complete forceMerge
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2E9C4D396B9E7EBD:55E51EBDD9DA0373]:0)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1755)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1705)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.forceMerge(RandomIndexWriter.java:408)
   [junit4]    > 	at org.apache.lucene.rangetree.TestRangeTree.testMultiValuedSortedSet(TestRangeTree.java:225)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.AssertionError: dir=.\temp\RangeTreeWriter3766529150673231371 still has file=.\temp\RangeTreeWriter3766529150673231371\size24476.919989250112690523
   [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.addSortedSetField(RangeTreeDocValuesConsumer.java:144)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.addSortedSetField(PerFieldDocValuesFormat.java:131)
   [junit4]    > 	at org.apache.lucene.codecs.DocValuesConsumer.mergeSortedSetField(DocValuesConsumer.java:736)
   [junit4]    > 	at org.apache.lucene.codecs.DocValuesConsumer.merge(DocValuesConsumer.java:219)
   [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:4050)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3630)
   [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: reproduce with: ant test  -Dtestcase=TestRangeTree -Dtests.method=testMinMaxLong -Dtests.seed=2E9C4D396B9E7EBD -Dtests.slow=true -Dtests.locale=sr_CS -Dtests.timezone=America/Anguilla -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.02s J0 | TestRangeTree.testMinMaxLong <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=61, name=Lucene Merge Thread #4, state=RUNNABLE, group=TGRP-TestRangeTree]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2E9C4D396B9E7EBD:387462F996C85F8A]:0)
   [junit4]    > Caused by: org.apache.lucene.index.MergePolicy$MergeException: java.lang.AssertionError: dir=.\temp\RangeTreeWriter3766529150673231371 still has file=.\temp\RangeTreeWriter3766529150673231371\size24476.919989250112690523
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2E9C4D396B9E7EBD]: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\RangeTreeWriter3766529150673231371 still has file=.\temp\RangeTreeWriter3766529150673231371\size24476.919989250112690523
   [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.addSortedSetField(RangeTreeDocValuesConsumer.java:144)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.addSortedSetField(PerFieldDocValuesFormat.java:131)
   [junit4]    > 	at org.apache.lucene.codecs.DocValuesConsumer.mergeSortedSetField(DocValuesConsumer.java:736)
   [junit4]    > 	at org.apache.lucene.codecs.DocValuesConsumer.merge(DocValuesConsumer.java:219)
   [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:4050)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3630)
   [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> ??? 12, 2015 7:25:33 AM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Lucene Merge Thread #4,5,TGRP-TestRangeTree]
   [junit4]   2> org.apache.lucene.index.MergePolicy$MergeException: java.lang.AssertionError: dir=.\temp\RangeTreeWriter3766529150673231371 still has file=.\temp\RangeTreeWriter3766529150673231371\size24476.919989250112690523
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([2E9C4D396B9E7EBD]: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\RangeTreeWriter3766529150673231371 still has file=.\temp\RangeTreeWriter3766529150673231371\size24476.919989250112690523
   [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.addSortedSetField(RangeTreeDocValuesConsumer.java:144)
   [junit4]   2> 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.addSortedSetField(PerFieldDocValuesFormat.java:131)
   [junit4]   2> 	at org.apache.lucene.codecs.DocValuesConsumer.mergeSortedSetField(DocValuesConsumer.java:736)
   [junit4]   2> 	at org.apache.lucene.codecs.DocValuesConsumer.merge(DocValuesConsumer.java:219)
   [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:4050)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3630)
   [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]   2> Sep 12, 2015 7:25:33 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene53, sim=DefaultSimilarity, locale=sr_CS, timezone=America/Anguilla
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_60 (32-bit)/cpus=3,threads=1,free=41070584,total=64880640
   [junit4]   2> NOTE: All tests run in this JVM: [TestBKDTree, TestRegexQuery, TestRangeTree]
   [junit4] Completed [14/16] on J0 in 5.35s, 14 tests, 2 errors, 1 skipped <<< FAILURES!

[...truncated 17 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:775: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:719: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:59: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\build.xml:471: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:2162: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\module-build.xml:58: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1432: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:987: There were test failures: 16 suites, 117 tests, 2 errors, 4 ignored (4 assumptions)

Total time: 16 minutes 13 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



RE: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_60) - Build # 5248 - Still Failing!

Posted by Uwe Schindler <uw...@thetaphi.de>.
I fixed this, sorry.

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de


> -----Original Message-----
> From: Policeman Jenkins Server [mailto:jenkins@thetaphi.de]
> Sent: Saturday, September 12, 2015 6:53 PM
> To: uwe@thetaphi.de; dev@lucene.apache.org
> Subject: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_60) - Build #
> 5248 - Still Failing!
> 
> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/5248/
> Java: 32bit/jdk1.8.0_60 -client -XX:+UseConcMarkSweepGC
> 
> 3 tests failed.
> FAILED:
> org.apache.solr.cloud.SolrCloudExampleTest.testLoadDocsIntoGettingStarte
> dCollection
> 
> Error Message:
> Collection 'gettingstarted' doesn't exist after trying to create it!
> 
> Stack Trace:
> java.lang.AssertionError: Collection 'gettingstarted' doesn't exist after trying
> to create it!
> 	at
> __randomizedtesting.SeedInfo.seed([F5898F38A87F85DC:E6EABD5799103C7
> A]:0)
> 	at org.junit.Assert.fail(Assert.java:93)
> 	at org.junit.Assert.assertTrue(Assert.java:43)
> 	at
> org.apache.solr.cloud.SolrCloudExampleTest.testLoadDocsIntoGettingStarte
> dCollection(SolrCloudExampleTest.java:87)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> ava:62)
> 	at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:497)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> dRunner.java:1627)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> mizedRunner.java:836)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> mizedRunner.java:872)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> mizedRunner.java:886)
> 	at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFi
> xedStatement.callStatement(BaseDistributedSearchTestCase.java:963)
> 	at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsSt
> atement.evaluate(BaseDistributedSearchTestCase.java:938)
> 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:57)
> 	at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> SetupTeardownChained.java:50)
> 	at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:46)
> 	at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> readAndTestName.java:49)
> 	at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:65)
> 	at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:48)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:365)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> (ThreadLeakControl.java:798)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> eakControl.java:458)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> domizedRunner.java:845)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Rando
> mizedRunner.java:747)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Rando
> mizedRunner.java:781)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> mizedRunner.java:792)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:57)
> 	at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:46)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> assName.java:42)
> 	at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> 	at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> ertionsRequired.java:54)
> 	at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:48)
> 	at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:65)
> 	at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> TestSuites.java:55)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:365)
> 	at java.lang.Thread.run(Thread.java:745)
> 
> 
> FAILED:
> org.apache.solr.handler.admin.InfoHandlerTest.testOverriddenHandlers
> 
> Error Message:
> 
> 
> Stack Trace:
> java.lang.AssertionError
> 	at
> __randomizedtesting.SeedInfo.seed([F5898F38A87F85DC:13D2831F51364A6
> 8]:0)
> 	at
> java.lang.management.PlatformComponent.getSingletonMXBean(PlatformC
> omponent.java:387)
> 	at
> java.lang.management.ManagementFactory.getPlatformMXBean(Managem
> entFactory.java:677)
> 	at
> org.apache.solr.handler.admin.SystemInfoHandler.getSystemInfo(SystemInf
> oHandler.java:191)
> 	at
> org.apache.solr.handler.admin.SystemInfoHandler.handleRequestBody(Syst
> emInfoHandler.java:104)
> 	at
> org.apache.solr.handler.admin.InfoHandlerTest$CountSystemInfoHandler.h
> andleRequestBody(InfoHandlerTest.java:157)
> 	at
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandl
> erBase.java:151)
> 	at
> org.apache.solr.handler.admin.InfoHandler.handleRequestBody(InfoHandler
> .java:90)
> 	at
> org.apache.solr.handler.admin.InfoHandlerTest.handleRequest(InfoHandler
> Test.java:168)
> 	at
> org.apache.solr.handler.admin.InfoHandlerTest.testOverriddenHandlers(Inf
> oHandlerTest.java:98)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> ava:62)
> 	at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:497)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> dRunner.java:1627)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> mizedRunner.java:836)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> mizedRunner.java:872)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> mizedRunner.java:886)
> 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:57)
> 	at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> SetupTeardownChained.java:50)
> 	at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:46)
> 	at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> readAndTestName.java:49)
> 	at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:65)
> 	at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:48)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:365)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> (ThreadLeakControl.java:798)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> eakControl.java:458)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> domizedRunner.java:845)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Rando
> mizedRunner.java:747)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Rando
> mizedRunner.java:781)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> mizedRunner.java:792)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:57)
> 	at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:46)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> assName.java:42)
> 	at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> 	at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> ertionsRequired.java:54)
> 	at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:48)
> 	at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:65)
> 	at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> TestSuites.java:55)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:365)
> 	at java.lang.Thread.run(Thread.java:745)
> 
> 
> FAILED:
> org.apache.solr.util.TestSolrCLIRunExample.testInteractiveSolrCloudExample
> 
> Error Message:
> After running Solr cloud example, test collection 'testCloudExamplePrompt'
> not found in Solr at: http://localhost:55837/solr; tool output:  Welcome to the
> SolrCloud example!  This interactive session will help you launch a SolrCloud
> cluster on your local workstation. To begin, how many Solr nodes would you
> like to run in your local cluster? (specify 1-4 nodes) [2]:  Ok, let's start up 1
> Solr nodes for your example SolrCloud cluster. Please enter the port for
> node1 [8983]:  Creating Solr home directory
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\temp\solr.util.TestSolrCLIRunExample_F5898F38A87F85DC-
> 001\tempDir-002\cloud\node1\solr  Starting up Solr on port 55837 using
> command: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\bin\solr start -cloud -p 55837 -s
> "C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\temp\solr.util.TestSolrCLIRunExample_F5898F38A87F85DC-
> 001\tempDir-002\cloud\node1\solr"
> 
> Stack Trace:
> java.lang.AssertionError: After running Solr cloud example, test collection
> 'testCloudExamplePrompt' not found in Solr at: http://localhost:55837/solr;
> tool output:
> Welcome to the SolrCloud example!
> 
> This interactive session will help you launch a SolrCloud cluster on your local
> workstation.
> To begin, how many Solr nodes would you like to run in your local cluster?
> (specify 1-4 nodes) [2]:
> Ok, let's start up 1 Solr nodes for your example SolrCloud cluster.
> Please enter the port for node1 [8983]:
> Creating Solr home directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-
> trunk-Windows\solr\build\solr-
> core\test\J0\temp\solr.util.TestSolrCLIRunExample_F5898F38A87F85DC-
> 001\tempDir-002\cloud\node1\solr
> 
> Starting up Solr on port 55837 using command:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\bin\solr
> start -cloud -p 55837 -s "C:\Users\JenkinsSlave\workspace\Lucene-Solr-
> trunk-Windows\solr\build\solr-
> core\test\J0\temp\solr.util.TestSolrCLIRunExample_F5898F38A87F85DC-
> 001\tempDir-002\cloud\node1\solr"
> 
> 
> 	at
> __randomizedtesting.SeedInfo.seed([F5898F38A87F85DC:2EF86FF29F0A40B
> A]:0)
> 	at org.junit.Assert.fail(Assert.java:93)
> 	at
> org.apache.solr.util.TestSolrCLIRunExample.testInteractiveSolrCloudExample
> (TestSolrCLIRunExample.java:424)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> ava:62)
> 	at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:497)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> dRunner.java:1627)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> mizedRunner.java:836)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> mizedRunner.java:872)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> mizedRunner.java:886)
> 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:57)
> 	at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> SetupTeardownChained.java:50)
> 	at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:46)
> 	at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> readAndTestName.java:49)
> 	at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:65)
> 	at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:48)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:365)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> (ThreadLeakControl.java:798)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> eakControl.java:458)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> domizedRunner.java:845)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Rando
> mizedRunner.java:747)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Rando
> mizedRunner.java:781)
> 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> mizedRunner.java:792)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:57)
> 	at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:46)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> assName.java:42)
> 	at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> 	at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> ertionsRequired.java:54)
> 	at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:48)
> 	at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:65)
> 	at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> TestSuites.java:55)
> 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:365)
> 	at java.lang.Thread.run(Thread.java:745)
> 
> 
> 
> 
> Build Log:
> [...truncated 10381 lines...]
>    [junit4] Suite: org.apache.solr.cloud.SolrCloudExampleTest
>    [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-
> 001\init-core-data-001
>    [junit4]   2> 2652126 INFO  (SUITE-SolrCloudExampleTest-
> seed#[F5898F38A87F85DC]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl
> (false) and clientAuth (false)
>    [junit4]   2> 2652126 INFO  (SUITE-SolrCloudExampleTest-
> seed#[F5898F38A87F85DC]-worker) [    ]
> o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
>    [junit4]   2> 2652133 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST
> SERVER
>    [junit4]   2> 2652133 INFO  (Thread-5951) [    ] o.a.s.c.ZkTestServer client
> port:0.0.0.0/0.0.0.0:0
>    [junit4]   2> 2652133 INFO  (Thread-5951) [    ] o.a.s.c.ZkTestServer Starting
> server
>    [junit4]   2> 2652271 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.ZkTestServer start zk server on
> port:51814
>    [junit4]   2> 2652271 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient Using default
> ZkCredentialsProvider
>    [junit4]   2> 2652273 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.ConnectionManager Waiting for
> client to connect to ZooKeeper
>    [junit4]   2> 2652280 INFO  (zkCallback-1799-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@1359755
> name:ZooKeeperConnection Watcher:127.0.0.1:51814 got event
> WatchedEvent state:SyncConnected type:None path:null path:null
> type:None
>    [junit4]   2> 2652281 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.ConnectionManager Client is
> connected to ZooKeeper
>    [junit4]   2> 2652281 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient Using default
> ZkACLProvider
>    [junit4]   2> 2652281 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
>    [junit4]   2> 2652287 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient Using default
> ZkCredentialsProvider
>    [junit4]   2> 2652288 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ]
> o.a.z.s.NIOServerCnxn caught end of stream exception
>    [junit4]   2> EndOfStreamException: Unable to read additional data from
> client sessionid 0x14fc26eb4320000, likely client has closed socket
>    [junit4]   2> 	at
> org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228
> )
>    [junit4]   2> 	at
> org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFac
> tory.java:208)
>    [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
>    [junit4]   2> 2652291 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.ConnectionManager Waiting for
> client to connect to ZooKeeper
>    [junit4]   2> 2652295 INFO  (zkCallback-1800-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@1eb617a
> name:ZooKeeperConnection Watcher:127.0.0.1:51814/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null
> type:None
>    [junit4]   2> 2652295 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.ConnectionManager Client is
> connected to ZooKeeper
>    [junit4]   2> 2652296 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient Using default
> ZkACLProvider
>    [junit4]   2> 2652296 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient makePath:
> /collections/collection1
>    [junit4]   2> 2652300 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient makePath:
> /collections/collection1/shards
>    [junit4]   2> 2652304 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient makePath:
> /collections/control_collection
>    [junit4]   2> 2652307 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient makePath:
> /collections/control_collection/shards
>    [junit4]   2> 2652311 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.AbstractZkTestCase put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to
> /configs/conf1/solrconfig.xml
>    [junit4]   2> 2652312 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient makePath:
> /configs/conf1/solrconfig.xml
>    [junit4]   2> 2652319 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.AbstractZkTestCase put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to
> /configs/conf1/schema.xml
>    [junit4]   2> 2652320 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient makePath:
> /configs/conf1/schema.xml
>    [junit4]   2> 2652326 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.AbstractZkTestCase put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\core\src\test-
> files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to
> /configs/conf1/solrconfig.snippet.randomindexconfig.xml
>    [junit4]   2> 2652326 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient makePath:
> /configs/conf1/solrconfig.snippet.randomindexconfig.xml
>    [junit4]   2> 2652331 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.AbstractZkTestCase put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to
> /configs/conf1/stopwords.txt
>    [junit4]   2> 2652331 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient makePath:
> /configs/conf1/stopwords.txt
>    [junit4]   2> 2652335 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.AbstractZkTestCase put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to
> /configs/conf1/protwords.txt
>    [junit4]   2> 2652338 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient makePath:
> /configs/conf1/protwords.txt
>    [junit4]   2> 2652342 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.AbstractZkTestCase put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to
> /configs/conf1/currency.xml
>    [junit4]   2> 2652343 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient makePath:
> /configs/conf1/currency.xml
>    [junit4]   2> 2652346 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.AbstractZkTestCase put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to
> /configs/conf1/enumsConfig.xml
>    [junit4]   2> 2652347 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient makePath:
> /configs/conf1/enumsConfig.xml
>    [junit4]   2> 2652350 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.AbstractZkTestCase put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-
> rates.json to /configs/conf1/open-exchange-rates.json
>    [junit4]   2> 2652350 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient makePath:
> /configs/conf1/open-exchange-rates.json
>    [junit4]   2> 2652354 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.AbstractZkTestCase put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\core\src\test-files\solr\collection1\conf\mapping-
> ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
>    [junit4]   2> 2652355 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient makePath:
> /configs/conf1/mapping-ISOLatin1Accent.txt
>    [junit4]   2> 2652358 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.AbstractZkTestCase put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to
> /configs/conf1/old_synonyms.txt
>    [junit4]   2> 2652359 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient makePath:
> /configs/conf1/old_synonyms.txt
>    [junit4]   2> 2652362 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.AbstractZkTestCase put
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to
> /configs/conf1/synonyms.txt
>    [junit4]   2> 2652363 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient makePath:
> /configs/conf1/synonyms.txt
>    [junit4]   2> 2653586 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties
> file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-
> 001\control-001\cores\collection1
>    [junit4]   2> 2653591 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
>    [junit4]   2> 2653595 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.e.j.s.h.ContextHandler Started
> o.e.j.s.ServletContextHandler@a42591{/,null,AVAILABLE}
>    [junit4]   2> 2653597 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.e.j.s.ServerConnector Started
> ServerConnector@a8cb56{HTTP/1.1}{127.0.0.1:51821}
>    [junit4]   2> 2653597 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.e.j.s.Server Started @2663276ms
>    [junit4]   2> 2653597 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties:
> {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-
> 001\tempDir-001/control/data, hostContext=/, hostPort=51821,
> coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-
> 001\control-001\cores}
>    [junit4]   2> 2653598 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.s.SolrDispatchFilter
> SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@e2f2a
>    [junit4]   2> 2653598 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.SolrResourceLoader new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-
> 001\control-001\'
>    [junit4]   2> 2653638 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient Using default
> ZkCredentialsProvider
>    [junit4]   2> 2653640 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.ConnectionManager Waiting for
> client to connect to ZooKeeper
>    [junit4]   2> 2653644 INFO  (zkCallback-1801-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@1577e86
> name:ZooKeeperConnection Watcher:127.0.0.1:51814/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null
> type:None
>    [junit4]   2> 2653644 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.ConnectionManager Client is
> connected to ZooKeeper
>    [junit4]   2> 2653644 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient Using default
> ZkACLProvider
>    [junit4]   2> 2653646 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml
> from SolrHome (not found in ZooKeeper)
>    [junit4]   2> 2653646 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.SolrXmlConfig Loading container
> configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-
> 001\control-001\solr.xml
>    [junit4]   2> 2653664 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.CoresLocator Config-defined core
> root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-
> 001\control-001\cores
>    [junit4]   2> 2653664 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.CoreContainer New CoreContainer
> 26996405
>    [junit4]   2> 2653664 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.CoreContainer Loading cores into
> CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-
> trunk-Windows\solr\build\solr-
> core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-
> 001\control-001\]
>    [junit4]   2> 2653665 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.CoreContainer loading shared library:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-
> 001\control-001\lib
>    [junit4]   2> 2653665 WARN  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.SolrResourceLoader Can't find (or
> read) directory to add to classloader: lib (resolved as:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-
> 001\control-001\lib).
>    [junit4]   2> 2653684 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] 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> 2653690 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.u.UpdateShardHandler Creating
> UpdateShardHandler HTTP client with params:
> socketTimeout=340000&connTimeout=45000&retry=true
>    [junit4]   2> 2653692 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.l.LogWatcher SLF4J impl is
> org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 2653692 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.l.LogWatcher Registering Log Listener
> [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 2653693 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.ZkContainer Zookeeper
> client=127.0.0.1:51814/solr
>    [junit4]   2> 2653693 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.ZkController zkHost includes chroot
>    [junit4]   2> 2653693 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient Using default
> ZkCredentialsProvider
>    [junit4]   2> 2653694 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.ConnectionManager Waiting for
> client to connect to ZooKeeper
>    [junit4]   2> 2653697 INFO  (zkCallback-1803-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@41986a
> name:ZooKeeperConnection Watcher:127.0.0.1:51814 got event
> WatchedEvent state:SyncConnected type:None path:null path:null
> type:None
>    [junit4]   2> 2653697 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.ConnectionManager Client is
> connected to ZooKeeper
>    [junit4]   2> 2653698 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient Using default
> ZkACLProvider
>    [junit4]   2> 2653702 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2653705 INFO  (zkCallback-1804-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_    ] o.a.s.c.c.ConnectionManager
> Watcher org.apache.solr.common.cloud.ConnectionManager@f91157
> name:ZooKeeperConnection Watcher:127.0.0.1:51814/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null
> type:None
>    [junit4]   2> 2653705 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2653708 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.c.SolrZkClient
> makePath: /overseer/queue
>    [junit4]   2> 2653712 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.c.SolrZkClient
> makePath: /overseer/collection-queue-work
>    [junit4]   2> 2653717 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.c.SolrZkClient
> makePath: /overseer/collection-map-running
>    [junit4]   2> 2653721 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.c.SolrZkClient
> makePath: /overseer/collection-map-completed
>    [junit4]   2> 2653725 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.c.SolrZkClient
> makePath: /overseer/collection-map-failure
>    [junit4]   2> 2653728 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.c.SolrZkClient
> makePath: /live_nodes
>    [junit4]   2> 2653732 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.c.SolrZkClient
> makePath: /aliases.json
>    [junit4]   2> 2653735 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.c.SolrZkClient
> makePath: /clusterstate.json
>    [junit4]   2> 2653737 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.c.SolrZkClient
> makePath: /security.json
>    [junit4]   2> 2653739 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.ZkController
> Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51821_
>    [junit4]   2> 2653740 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.c.SolrZkClient
> makePath: /live_nodes/127.0.0.1:51821_
>    [junit4]   2> 2653744 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.c.SolrZkClient
> makePath: /overseer_elect
>    [junit4]   2> 2653745 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.c.SolrZkClient
> makePath: /overseer_elect/election
>    [junit4]   2> 2653748 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.Overseer
> Overseer (id=null) closing
>    [junit4]   2> 2653749 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.LeaderElector
> Joined leadership election with path:
> /overseer_elect/election/94507897923436548-127.0.0.1:51821_-
> n_0000000000
>    [junit4]   2> 2653749 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ]
> o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:51821_
>    [junit4]   2> 2653749 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.c.SolrZkClient
> makePath: /overseer_elect/leader
>    [junit4]   2> 2653752 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.Overseer
> Overseer (id=94507897923436548-127.0.0.1:51821_-n_0000000000) starting
>    [junit4]   2> 2653756 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.c.SolrZkClient
> makePath: /overseer/queue-work
>    [junit4]   2> 2653767 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ]
> o.a.s.c.OverseerAutoReplicaFailoverThread Starting
> OverseerAutoReplicaFailoverThread
> autoReplicaFailoverWorkLoopDelay=10000
> autoReplicaFailoverWaitAfterExpiration=30000
> autoReplicaFailoverBadNodeExpiration=60000
>    [junit4]   2> 2653767 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.c.ZkStateReader
> Updating cluster state from ZooKeeper...
>    [junit4]   2> 2653768 INFO  (OverseerCollectionConfigSetProcessor-
> 94507897923436548-127.0.0.1:51821_-n_0000000000) [n:127.0.0.1:51821_    ]
> o.a.s.c.OverseerTaskProcessor Process current queue of overseer
> operations
>    [junit4]   2> 2653768 INFO  (OverseerStateUpdate-94507897923436548-
> 127.0.0.1:51821_-n_0000000000) [n:127.0.0.1:51821_    ] o.a.s.c.Overseer
> Starting to work on the main queue
>    [junit4]   2> 2653813 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.CoreContainer
> Security conf doesn't exist. Skipping setup for authorization module.
>    [junit4]   2> 2653813 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.CoreContainer No
> authentication plugin used.
>    [junit4]   2> 2653819 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.CoresLocator
> Looking for core definitions underneath
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-
> 001\control-001\cores
>    [junit4]   2> 2653823 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.SolrCore Created
> CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false,
> schema=schema.xml, loadOnStartup=true,
> configSetProperties=configsetprops.json,
> instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-
> 001\control-001\cores\collection1, collection=control_collection,
> absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-
> 001\control-001\cores\collection1\, coreNodeName=, dataDir=data\,
> shard=}
>    [junit4]   2> 2653823 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.CoresLocator
> Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-
> trunk-Windows\solr\build\solr-
> core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-
> 001\control-001\cores\collection1\
>    [junit4]   2> 2653823 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.CoresLocator
> Found 1 core definitions
>    [junit4]   2> 2653824 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.s.SolrDispatchFilter
> user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-core\test\J1
>    [junit4]   2> 2653824 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1]
> o.a.s.c.ZkController publishing state=down
>    [junit4]   2> 2653826 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1]
> o.a.s.c.ZkController numShards not found on descriptor - reading it from
> system property
>    [junit4]   2> 2653826 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.s.SolrDispatchFilter
> SolrDispatchFilter.init() done
>    [junit4]   2> 2653828 INFO  (OverseerStateUpdate-94507897923436548-
> 127.0.0.1:51821_-n_0000000000) [n:127.0.0.1:51821_    ] o.a.s.c.Overseer
> processMessage: queueSize: 1, message = {
>    [junit4]   2>   "core":"collection1",
>    [junit4]   2>   "roles":null,
>    [junit4]   2>   "base_url":"http://127.0.0.1:51821",
>    [junit4]   2>   "node_name":"127.0.0.1:51821_",
>    [junit4]   2>   "numShards":"1",
>    [junit4]   2>   "state":"down",
>    [junit4]   2>   "shard":null,
>    [junit4]   2>   "collection":"control_collection",
>    [junit4]   2>   "operation":"state"} current state version: 0
>    [junit4]   2> 2653828 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1]
> o.a.s.c.ZkController look for our core node name
>    [junit4]   2> 2653830 INFO  (OverseerStateUpdate-94507897923436548-
> 127.0.0.1:51821_-n_0000000000) [n:127.0.0.1:51821_    ]
> o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
>    [junit4]   2>   "core":"collection1",
>    [junit4]   2>   "roles":null,
>    [junit4]   2>   "base_url":"http://127.0.0.1:51821",
>    [junit4]   2>   "node_name":"127.0.0.1:51821_",
>    [junit4]   2>   "numShards":"1",
>    [junit4]   2>   "state":"down",
>    [junit4]   2>   "shard":null,
>    [junit4]   2>   "collection":"control_collection",
>    [junit4]   2>   "operation":"state"}
>    [junit4]   2> 2653830 INFO  (OverseerStateUpdate-94507897923436548-
> 127.0.0.1:51821_-n_0000000000) [n:127.0.0.1:51821_    ]
> o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
>    [junit4]   2> 2653831 INFO  (OverseerStateUpdate-94507897923436548-
> 127.0.0.1:51821_-n_0000000000) [n:127.0.0.1:51821_    ]
> o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
>    [junit4]   2> 2653834 INFO  (zkCallback-1804-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_    ] 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> 2655200 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1]
> o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
>    [junit4]   2> 2655201 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1]
> o.a.s.c.ZkController Check for collection zkNode:control_collection
>    [junit4]   2> 2655204 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1]
> o.a.s.c.ZkController Collection zkNode exists
>    [junit4]   2> 2655205 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1]
> o.a.s.c.c.ZkStateReader Load collection config
> from:/collections/control_collection
>    [junit4]   2> 2655206 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1]
> o.a.s.c.c.ZkStateReader path=/collections/control_collection
> configName=conf1 specified config exists in ZooKeeper
>    [junit4]   2> 2655206 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1]
> o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-
> 001\control-001\cores\collection1\'
>    [junit4]   2> 2655261 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1]
> o.a.s.c.Config loaded config solrconfig.xml with version 0
>    [junit4]   2> 2655288 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1]
> o.a.s.c.SolrConfig current version of requestparams : -1
>    [junit4]   2> 2655303 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1]
> o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
>    [junit4]   2> 2655347 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1]
> o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
>    [junit4]   2> 2655350 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1]
> o.a.s.s.IndexSchema Reading Solr Schema from /configs/conf1/schema.xml
>    [junit4]   2> 2655378 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1]
> o.a.s.s.IndexSchema [collection1] Schema name=test
>    [junit4]   2> 2655676 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1]
> o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-
> exchange-rates.json, refreshInterval=1440.
>    [junit4]   2> 2655695 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1]
> o.a.s.s.IndexSchema default search field in schema is text
>    [junit4]   2> 2655698 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1]
> o.a.s.s.IndexSchema unique key field: id
>    [junit4]   2> 2655730 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1]
> o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file
> currency.xml
>    [junit4]   2> 2655735 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1]
> o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file
> currency.xml
>    [junit4]   2> 2655738 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1]
> o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
> open-exchange-rates.json
>    [junit4]   2> 2655740 WARN  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1]
> o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
>    [junit4]   2> 2655742 WARN  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1]
> o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
>    [junit4]   2> 2655742 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1]
> o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
> open-exchange-rates.json
>    [junit4]   2> 2655744 WARN  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1]
> o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
>    [junit4]   2> 2655744 WARN  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1]
> o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
>    [junit4]   2> 2655751 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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-trunk-
> Windows\solr\build\solr-core\test\J1
>    [junit4]   2> 2655751 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1]
> o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
> collection control_collection
>    [junit4]   2> 2655751 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1
> r:core_node1 x:collection1] o.a.s.c.SolrCore
> org.apache.solr.core.MockDirectoryFactory
>    [junit4]   2> 2655751 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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-trunk-
> Windows\solr\build\solr-
> core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-
> 001\control-001\cores\collection1\], dataDir=[null]
>    [junit4]   2> 2655752 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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@9b9fc2
>    [junit4]   2> 2655754 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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-trunk-
> Windows\solr\build\solr-
> core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-
> 001\control-001\cores\collection1\data\
>    [junit4]   2> 2655754 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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-trunk-
> Windows\solr\build\solr-
> core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-
> 001\control-001\cores\collection1\data\index/
>    [junit4]   2> 2655754 WARN  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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-trunk-
> Windows\solr\build\solr-
> core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-
> 001\control-001\cores\collection1\data\index' doesn't exist. Creating new
> index...
>    [junit4]   2> 2655756 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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-trunk-
> Windows\solr\build\solr-
> core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-
> 001\control-001\cores\collection1\data\index
>    [junit4]   2> 2655756 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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=20, maxMergeAtOnceExplicit=45,
> maxMergedSegmentMB=31.0419921875, floorSegmentMB=1.646484375,
> forceMergeDeletesPctAllowed=29.187003200134022, segmentsPerTier=38.0,
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
>    [junit4]   2> 2655759 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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@2330d2
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1644fd2),s
> egFN=segments_1,generation=1}
>    [junit4]   2> 2655759 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1
> r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
>    [junit4]   2> 2655760 INFO  (OldIndexDirectoryCleanupThreadForCore-
> collection1) [n:127.0.0.1:51821_ 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-trunk-
> Windows\solr\build\solr-
> core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-
> 001\control-001\cores\collection1\data\
>    [junit4]   2> 2655760 WARN  (OldIndexDirectoryCleanupThreadForCore-
> collection1) [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1
> x:collection1] o.a.s.c.DirectoryFactory
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-
> Solr-trunk-Windows\solr\build\solr-
> core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-
> 001\control-001\cores\collection1\data\ does not point to a valid data
> directory; skipping clean-up of old index directories.
>    [junit4]   2> 2655770 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1
> r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
> updateRequestProcessorChain "nodistrib"
>    [junit4]   2> 2655771 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1
> r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
> updateRequestProcessorChain "dedupe"
>    [junit4]   2> 2655771 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1
> r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "dedupe"
>    [junit4]   2> 2655771 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1
> r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
> updateRequestProcessorChain "stored_sig"
>    [junit4]   2> 2655772 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1
> r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "stored_sig"
>    [junit4]   2> 2655772 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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> 2655772 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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> 2655774 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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> 2655774 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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> 2655783 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1
> r:core_node1 x:collection1] o.a.s.h.l.XMLLoader
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 2655786 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1
> r:core_node1 x:collection1] o.a.s.h.l.XMLLoader
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 2655787 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1
> r:core_node1 x:collection1] o.a.s.h.l.XMLLoader
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 2655787 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1
> r:core_node1 x:collection1] o.a.s.h.l.XMLLoader
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 2655801 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1
> r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths:
> /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/ad
> min/segments,/get,/admin/system,/replication,/admin/properties,/config,/
> schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admi
> n/ping,/update,/admin/file
>    [junit4]   2> 2655802 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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> 2655803 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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> 2655805 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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> 2655807 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1
> r:core_node1 x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
>    [junit4]   2> 2655807 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1
> r:core_node1 x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
>    [junit4]   2> 2655807 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1
> r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy
> RandomMergePolicy wrapping class
> org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
> minMergeSize=1000, mergeFactor=26,
> maxMergeSize=9223372036854775807,
> maxMergeSizeForForcedMerge=9223372036854775807,
> calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
> maxCFSSegmentSizeMB=8.796093022207999E12,
> noCFSRatio=0.3715810067842371]
>    [junit4]   2> 2655809 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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@2330d2
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1644fd2),s
> egFN=segments_1,generation=1}
>    [junit4]   2> 2655809 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1
> r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
>    [junit4]   2> 2655809 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1
> r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening
> Searcher@2d0f8d[collection1] main
>    [junit4]   2> 2655809 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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> 2655811 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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> 2655811 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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> 2655813 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1
> r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured
> ZooKeeperStorageIO with znodeBase: /configs/conf1
>    [junit4]   2> 2655813 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1
> r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager
> with initArgs: {}
>    [junit4]   2> 2655813 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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> 2655814 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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> 2655814 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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> 2655814 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1
> r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered
> ManagedResources
>    [junit4]   2> 2655814 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1
> r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be
> reserved for  10000
>    [junit4]   2> 2655815 INFO  (searcherExecutor-7493-thread-1-processing-
> n:127.0.0.1:51821_ x:collection1 s:shard1 c:control_collection r:core_node1)
> [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.SolrCore [collection1] Registered new searcher
> Searcher@2d0f8d[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 2655817 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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> 2655817 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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> 2655817 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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> 2655817 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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 1512126370632695808
>    [junit4]   2> 2655819 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1
> r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version
> buckets with highest version 1512126370632695808
>    [junit4]   2> 2655819 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1
> r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
>    [junit4]   2> 2655819 INFO  (coreLoadExecutor-7492-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1
> r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core:
> collection1
>    [junit4]   2> 2655822 INFO  (coreZkRegister-7486-thread-1-processing-
> n:127.0.0.1:51821_ x:collection1 s:shard1 c:control_collection r:core_node1)
> [n:127.0.0.1:51821_ 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:51821 collection:control_collection shard:shard1
>    [junit4]   2> 2655823 INFO  (coreZkRegister-7486-thread-1-processing-
> n:127.0.0.1:51821_ x:collection1 s:shard1 c:control_collection r:core_node1)
> [n:127.0.0.1:51821_ 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> 2655830 INFO  (coreZkRegister-7486-thread-1-processing-
> n:127.0.0.1:51821_ x:collection1 s:shard1 c:control_collection r:core_node1)
> [n:127.0.0.1:51821_ 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/9450789792343
> 6548-core_node1-n_0000000000
>    [junit4]   2> 2655830 INFO  (coreZkRegister-7486-thread-1-processing-
> n:127.0.0.1:51821_ x:collection1 s:shard1 c:control_collection r:core_node1)
> [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.ShardLeaderElectionContext Running the leader process for shard
> shard1
>    [junit4]   2> 2655834 INFO  (coreZkRegister-7486-thread-1-processing-
> n:127.0.0.1:51821_ x:collection1 s:shard1 c:control_collection r:core_node1)
> [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
>    [junit4]   2> 2655834 INFO  (coreZkRegister-7486-thread-1-processing-
> n:127.0.0.1:51821_ x:collection1 s:shard1 c:control_collection r:core_node1)
> [n:127.0.0.1:51821_ 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> 2655834 INFO  (coreZkRegister-7486-thread-1-processing-
> n:127.0.0.1:51821_ x:collection1 s:shard1 c:control_collection r:core_node1)
> [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:51821/collection1/
>    [junit4]   2> 2655834 INFO  (OverseerStateUpdate-94507897923436548-
> 127.0.0.1:51821_-n_0000000000) [n:127.0.0.1:51821_    ] 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> 2655834 INFO  (coreZkRegister-7486-thread-1-processing-
> n:127.0.0.1:51821_ x:collection1 s:shard1 c:control_collection r:core_node1)
> [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
>    [junit4]   2> 2655834 INFO  (coreZkRegister-7486-thread-1-processing-
> n:127.0.0.1:51821_ x:collection1 s:shard1 c:control_collection r:core_node1)
> [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.SyncStrategy http://127.0.0.1:51821/collection1/ has no replicas
>    [junit4]   2> 2655834 INFO  (coreZkRegister-7486-thread-1-processing-
> n:127.0.0.1:51821_ x:collection1 s:shard1 c:control_collection r:core_node1)
> [n:127.0.0.1:51821_ 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:51821/collection1/ shard1
>    [junit4]   2> 2655835 INFO  (coreZkRegister-7486-thread-1-processing-
> n:127.0.0.1:51821_ x:collection1 s:shard1 c:control_collection r:core_node1)
> [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.c.SolrZkClient makePath:
> /collections/control_collection/leaders/shard1
>    [junit4]   2> 2655842 INFO  (coreZkRegister-7486-thread-1-processing-
> n:127.0.0.1:51821_ x:collection1 s:shard1 c:control_collection r:core_node1)
> [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
>    [junit4]   2> 2655846 INFO  (OverseerStateUpdate-94507897923436548-
> 127.0.0.1:51821_-n_0000000000) [n:127.0.0.1:51821_    ] 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:51821",
>    [junit4]   2>   "core":"collection1",
>    [junit4]   2>   "state":"active"} current state version: 1
>    [junit4]   2> 2655882 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient Using default
> ZkCredentialsProvider
>    [junit4]   2> 2655884 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.ConnectionManager Waiting for
> client to connect to ZooKeeper
>    [junit4]   2> 2655886 INFO  (zkCallback-1806-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@51acd
> name:ZooKeeperConnection Watcher:127.0.0.1:51814/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null
> type:None
>    [junit4]   2> 2655886 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.ConnectionManager Client is
> connected to ZooKeeper
>    [junit4]   2> 2655886 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient Using default
> ZkACLProvider
>    [junit4]   2> 2655888 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.ZkStateReader Updating cluster
> state from ZooKeeper...
>    [junit4]   2> 2655893 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire
> sessions:false cause connection loss:false
>    [junit4]   2> 2655991 INFO  (zkCallback-1804-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_    ] 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> 2655992 INFO  (zkCallback-1806-thread-1) [    ]
> 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> 2656056 INFO  (coreZkRegister-7486-thread-1-processing-
> n:127.0.0.1:51821_ x:collection1 s:shard1 c:control_collection r:core_node1)
> [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.ZkController We are http://127.0.0.1:51821/collection1/ and leader is
> http://127.0.0.1:51821/collection1/
>    [junit4]   2> 2656056 INFO  (coreZkRegister-7486-thread-1-processing-
> n:127.0.0.1:51821_ x:collection1 s:shard1 c:control_collection r:core_node1)
> [n:127.0.0.1:51821_ 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:51821
>    [junit4]   2> 2656057 INFO  (coreZkRegister-7486-thread-1-processing-
> n:127.0.0.1:51821_ x:collection1 s:shard1 c:control_collection r:core_node1)
> [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.ZkController I am the leader, no recovery necessary
>    [junit4]   2> 2656057 INFO  (coreZkRegister-7486-thread-1-processing-
> n:127.0.0.1:51821_ x:collection1 s:shard1 c:control_collection r:core_node1)
> [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1]
> o.a.s.c.ZkController publishing state=active
>    [junit4]   2> 2656057 INFO  (coreZkRegister-7486-thread-1-processing-
> n:127.0.0.1:51821_ x:collection1 s:shard1 c:control_collection r:core_node1)
> [n:127.0.0.1:51821_ 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> 2656061 INFO  (OverseerStateUpdate-94507897923436548-
> 127.0.0.1:51821_-n_0000000000) [n:127.0.0.1:51821_    ] o.a.s.c.Overseer
> processMessage: queueSize: 1, message = {
>    [junit4]   2>   "core":"collection1",
>    [junit4]   2>   "core_node_name":"core_node1",
>    [junit4]   2>   "roles":null,
>    [junit4]   2>   "base_url":"http://127.0.0.1:51821",
>    [junit4]   2>   "node_name":"127.0.0.1:51821_",
>    [junit4]   2>   "numShards":"2",
>    [junit4]   2>   "state":"active",
>    [junit4]   2>   "shard":"shard1",
>    [junit4]   2>   "collection":"control_collection",
>    [junit4]   2>   "operation":"state"} current state version: 2
>    [junit4]   2> 2656063 INFO  (OverseerStateUpdate-94507897923436548-
> 127.0.0.1:51821_-n_0000000000) [n:127.0.0.1:51821_    ]
> o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
>    [junit4]   2>   "core":"collection1",
>    [junit4]   2>   "core_node_name":"core_node1",
>    [junit4]   2>   "roles":null,
>    [junit4]   2>   "base_url":"http://127.0.0.1:51821",
>    [junit4]   2>   "node_name":"127.0.0.1:51821_",
>    [junit4]   2>   "numShards":"2",
>    [junit4]   2>   "state":"active",
>    [junit4]   2>   "shard":"shard1",
>    [junit4]   2>   "collection":"control_collection",
>    [junit4]   2>   "operation":"state"}
>    [junit4]   2> 2656209 INFO  (zkCallback-1804-thread-1-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_    ] 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> 2656209 INFO  (zkCallback-1806-thread-1) [    ]
> 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> 2656539 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties
> file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-
> 001\shard-1-001\cores\collection1
>    [junit4]   2> 2656543 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create
> jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-
> 001\shard-1-001
>    [junit4]   2> 2656543 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
>    [junit4]   2> 2656546 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.e.j.s.h.ContextHandler Started
> o.e.j.s.ServletContextHandler@137a586{/,null,AVAILABLE}
>    [junit4]   2> 2656547 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.e.j.s.ServerConnector Started
> ServerConnector@13a6f00{HTTP/1.1}{127.0.0.1:51836}
>    [junit4]   2> 2656549 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.e.j.s.Server Started @2665459ms
>    [junit4]   2> 2656549 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties:
> {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-
> 001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/,
> hostPort=51836,
> coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-
> 001\shard-1-001\cores}
>    [junit4]   2> 2656549 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.s.SolrDispatchFilter
> SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@e2f2a
>    [junit4]   2> 2656549 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.SolrResourceLoader new
> SolrResourceLoader for directory:
> 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-
> 001\shard-1-001\'
>    [junit4]   2> 2656587 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient Using default
> ZkCredentialsProvider
>    [junit4]   2> 2656590 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.ConnectionManager Waiting for
> client to connect to ZooKeeper
>    [junit4]   2> 2656591 INFO  (zkCallback-1807-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@f39e6a
> name:ZooKeeperConnection Watcher:127.0.0.1:51814/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null
> type:None
>    [junit4]   2> 2656593 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.ConnectionManager Client is
> connected to ZooKeeper
>    [junit4]   2> 2656593 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient Using default
> ZkACLProvider
>    [junit4]   2> 2656594 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml
> from SolrHome (not found in ZooKeeper)
>    [junit4]   2> 2656595 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.SolrXmlConfig Loading container
> configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-
> 001\shard-1-001\solr.xml
>    [junit4]   2> 2656618 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.CoresLocator Config-defined core
> root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-
> 001\shard-1-001\cores
>    [junit4]   2> 2656618 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.CoreContainer New CoreContainer
> 33517628
>    [junit4]   2> 2656619 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.CoreContainer Loading cores into
> CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-
> trunk-Windows\solr\build\solr-
> core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-
> 001\shard-1-001\]
>    [junit4]   2> 2656619 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.CoreContainer loading shared library:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-
> 001\shard-1-001\lib
>    [junit4]   2> 2656619 WARN  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.SolrResourceLoader Can't find (or
> read) directory to add to classloader: lib (resolved as:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-
> 001\shard-1-001\lib).
>    [junit4]   2> 2656636 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] 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> 2656640 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.u.UpdateShardHandler Creating
> UpdateShardHandler HTTP client with params:
> socketTimeout=340000&connTimeout=45000&retry=true
>    [junit4]   2> 2656640 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.l.LogWatcher SLF4J impl is
> org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 2656640 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.l.LogWatcher Registering Log Listener
> [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 2656641 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.ZkContainer Zookeeper
> client=127.0.0.1:51814/solr
>    [junit4]   2> 2656641 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.ZkController zkHost includes chroot
>    [junit4]   2> 2656641 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient Using default
> ZkCredentialsProvider
>    [junit4]   2> 2656642 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.ConnectionManager Waiting for
> client to connect to ZooKeeper
>    [junit4]   2> 2656645 INFO  (zkCallback-1809-thread-1) [    ]
> o.a.s.c.c.ConnectionManager Watcher
> org.apache.solr.common.cloud.ConnectionManager@309df3
> name:ZooKeeperConnection Watcher:127.0.0.1:51814 got event
> WatchedEvent state:SyncConnected type:None path:null path:null
> type:None
>    [junit4]   2> 2656646 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.ConnectionManager Client is
> connected to ZooKeeper
>    [junit4]   2> 2656646 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient Using default
> ZkACLProvider
>    [junit4]   2> 2656649 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [n:127.0.0.1:51836_    ]
> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
>    [junit4]   2> 2656652 INFO  (zkCallback-1810-thread-1-processing-
> n:127.0.0.1:51836_) [n:127.0.0.1:51836_    ] o.a.s.c.c.ConnectionManager
> Watcher org.apache.solr.common.cloud.ConnectionManager@1bff826
> name:ZooKeeperConnection Watcher:127.0.0.1:51814/solr got event
> WatchedEvent state:SyncConnected type:None path:null path:null
> type:None
>    [junit4]   2> 2656652 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [n:127.0.0.1:51836_    ]
> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
>    [junit4]   2> 2656660 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [n:127.0.0.1:51836_    ] o.a.s.c.c.ZkStateReader
> Updating cluster state from ZooKeeper...
>    [junit4]   2> 2658039 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [n:127.0.0.1:51836_    ] o.a.s.c.ZkController
> Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51836_
>    [junit4]   2> 2658041 INFO  (TEST-
> SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-
> seed#[F5898F38A87F85DC]) [n:127.0.0.1:51836_    ] o.a.s.c.c.SolrZkClient
> makePath: /live_nodes/127.0.0.1:51836_
>    [junit4]   2> 2658042 INFO  (zkCallback-1810-thread-1-processing-
> n:127.0.0.1:51836_) [n:127.0.0.1:51836_    ] 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> 2658042 INFO  (zkCallback-1804-thread-2-processing-
> n:127.0.0.1:51821_) [n:127.0.0.1:51821_    ] 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> 2658042 INFO  (zkCallback-1806-thread-1) [    ]
> o.a.s.c.c.ZkStateReader A live node change: W
> 
> [...truncated too long message...]
> 
> dating... (live nodes size: 1)
>    [junit4]   2> 3349562 WARN  (zkCallback-3358-thread-1-processing-
> n:localhost:55837_solr) [n:localhost:55837_solr    ] o.a.s.c.c.ZkStateReader
> ZooKeeper watch triggered, but Solr cannot talk to ZK
>    [junit4]   2> 3349563 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ]
> o.a.z.s.NIOServerCnxn caught end of stream exception
>    [junit4]   2> EndOfStreamException: Unable to read additional data from
> client sessionid 0x14fc278fc0a0003, likely client has closed socket
>    [junit4]   2> 	at
> org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228
> )
>    [junit4]   2> 	at
> org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFac
> tory.java:208)
>    [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
>    [junit4]   2> 3349563 INFO  (jetty-launcher-3353-thread-1) [    ]
> o.e.j.s.h.ContextHandler Stopped
> o.e.j.s.ServletContextHandler@11bc127{/solr,null,UNAVAILABLE}
>    [junit4]   2> 3349565 INFO  (TEST-
> TestSolrCLIRunExample.testInteractiveSolrCloudExample-
> seed#[F5898F38A87F85DC]) [    ] o.a.s.c.ZkTestServer connecting to
> 127.0.0.1:55842 55842
>    [junit4]   2> 3351480 INFO  (Thread-7216) [    ] o.a.s.c.ZkTestServer
> connecting to 127.0.0.1:55842 55842
>    [junit4]   2> NOTE: reproduce with: ant test  -
> Dtestcase=TestSolrCLIRunExample -
> Dtests.method=testInteractiveSolrCloudExample -
> Dtests.seed=F5898F38A87F85DC -Dtests.slow=true -Dtests.locale=en_SG -
> Dtests.timezone=Asia/Chongqing -Dtests.asserts=true -
> Dtests.file.encoding=UTF-8
>    [junit4] FAILURE 27.4s J0 |
> TestSolrCLIRunExample.testInteractiveSolrCloudExample <<<
>    [junit4]    > Throwable #1: java.lang.AssertionError: After running Solr cloud
> example, test collection 'testCloudExamplePrompt' not found in Solr at:
> http://localhost:55837/solr; tool output:
>    [junit4]    > Welcome to the SolrCloud example!
>    [junit4]    > This interactive session will help you launch a SolrCloud cluster
> on your local workstation.
>    [junit4]    > To begin, how many Solr nodes would you like to run in your
> local cluster? (specify 1-4 nodes) [2]:
>    [junit4]    > Ok, let's start up 1 Solr nodes for your example SolrCloud cluster.
>    [junit4]    > Please enter the port for node1 [8983]:
>    [junit4]    > Creating Solr home directory
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\temp\solr.util.TestSolrCLIRunExample_F5898F38A87F85DC-
> 001\tempDir-002\cloud\node1\solr
>    [junit4]    > Starting up Solr on port 55837 using command:
>    [junit4]    > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\bin\solr start -cloud -p 55837 -s
> "C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\temp\solr.util.TestSolrCLIRunExample_F5898F38A87F85DC-
> 001\tempDir-002\cloud\node1\solr"
>    [junit4]    > 	at
> __randomizedtesting.SeedInfo.seed([F5898F38A87F85DC:2EF86FF29F0A40B
> A]:0)
>    [junit4]    > 	at
> org.apache.solr.util.TestSolrCLIRunExample.testInteractiveSolrCloudExample
> (TestSolrCLIRunExample.java:424)
>    [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
>    [junit4]   2> 3351487 INFO  (SUITE-TestSolrCLIRunExample-
> seed#[F5898F38A87F85DC]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
>    [junit4]   2> NOTE: leaving temporary files on disk at:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build\solr-
> core\test\J0\temp\solr.util.TestSolrCLIRunExample_F5898F38A87F85DC-001
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {},
> docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=no):
> {}, locale=en_SG, timezone=Asia/Chongqing
>    [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_60 (32-
> bit)/cpus=3,threads=1,free=206354680,total=518979584
>    [junit4]   2> NOTE: All tests run in this JVM: [SparseHLLTest,
> HdfsSyncSliceTest, TestDocumentBuilder, DirectSolrSpellCheckerTest,
> SampleTest, TestCoreContainer, TestSortingResponseWriter,
> TestDistributedStatsComponentCardinality, DocumentBuilderTest,
> TestJmxMonitoredMap, SOLR749Test, CustomCollectionTest, SyncSliceTest,
> MigrateRouteKeyTest, TestStressReorder, TestAnalyzeInfixSuggestions,
> SchemaVersionSpecificBehaviorTest, DistributedSuggestComponentTest,
> TestLazyCores, DistributedExpandComponentTest,
> TestManagedResourceStorage, PingRequestHandlerTest, TestJsonRequest,
> TestLeaderInitiatedRecoveryThread, TestTrieFacet, SuggestComponentTest,
> TestSearcherReuse, AsyncMigrateRouteKeyTest,
> PathHierarchyTokenizerFactoryTest, TestMergePolicyConfig,
> ExternalFileFieldSortTest, CloudExitableDirectoryReaderTest,
> ConnectionManagerTest, ActionThrottleTest, TestConfigSets,
> TestWordDelimiterFilterFactory, TestBlendedInfixSuggestions,
> TestDistributedSearch, TestAnalyzedSuggestions,
> IndexBasedSpellCheckerTest, SimplePostToolTest, JavabinLoaderTest,
> ExitableDirectoryReaderTest, TestCloudManagedSchema,
> HardAutoCommitTest, RuleEngineTest, BJQParserTest,
> TestDistributedMissingSort, FileUtilsTest, TestPseudoReturnFields,
> TestManagedSchemaDynamicFieldResource, CoreAdminCreateDiscoverTest,
> HdfsBasicDistributedZkTest, TestBlobHandler, ShardRoutingTest,
> AnalysisErrorHandlingTest, DistribDocExpirationUpdateProcessorTest,
> DateFieldTest, CoreAdminRequestStatusTest, TestSearchPerf,
> CursorMarkTest, TestInitQParser,
> OverriddenZkACLAndCredentialsProvidersTest, TestFieldTypeResource,
> TestDocSet, DistributedVersionInfoTest, ClusterStateUpdateTest,
> TestHashPartitioner, TestDefaultSearchFieldResource,
> AnalysisAfterCoreReloadTest, RecoveryAfterSoftCommitTest,
> TestExactSharedStatsCache, TestNRTOpen,
> SimpleCollectionCreateDeleteTest, TestExtendedDismaxParser,
> TestRTGBase, TestRandomMergePolicy,
> ConcurrentDeleteAndCreateCollectionTest, ZkCLITest,
> HdfsCollectionsAPIDistributedZkTest, TestUpdate, AtomicUpdatesTest,
> TestRebalanceLeaders, ZkControllerTest, RulesTest, TestRTimerTree,
> CoreMergeIndexesAdminHandlerTest, TestGroupingSearch,
> TestNamedUpdateProcessors, TestSchemaSimilarityResource,
> RemoteQueryErrorTest, SuggesterFSTTest, IndexSchemaTest, HLLUtilTest,
> TestDistribIDF, ZkNodePropsTest, SolrCoreTest, DeleteShardTest,
> ExplicitHLLTest, RegexBoostProcessorTest, TestSystemIdResolver,
> DisMaxRequestHandlerTest, TestDocBasedVersionConstraints,
> BlockCacheTest, UpdateParamsTest, TestFaceting,
> DistributedSpellCheckComponentTest,
> DistributedQueryComponentOptimizationTest,
> SharedFSAutoReplicaFailoverUtilsTest, TestLFUCache, TestManagedSchema,
> TestCryptoKeys, TestSimpleQParserPlugin, SoftAutoCommitTest,
> TestSchemaVersionResource, QueryElevationComponentTest,
> OutOfBoxZkACLAndCredentialsProvidersTest,
> DistributedFacetPivotWhiteBoxTest, SolrRequestParserTest,
> ReturnFieldsTest, HttpPartitionTest, TestPartialUpdateDeduplication,
> OverseerTest, TestFunctionQuery, MoreLikeThisHandlerTest,
> TestReplicaProperties, TestTrackingShardHandlerFactory,
> TestFieldCollectionResource, TestReplicationHandlerBackup,
> TestRequestStatusCollectionAPI, TestMiniSolrCloudCluster, JsonLoaderTest,
> CachingDirectoryFactoryTest, PreAnalyzedFieldTest, PrimUtilsTest,
> TestSuggestSpellingConverter, DOMUtilTest, RAMDirectoryFactoryTest,
> TestSolrJ, TestLRUCache, TestUtils, SliceStateTest, SystemInfoHandlerTest,
> CircularListTest, DistributedMLTComponentTest,
> DistributedIntervalFacetingTest, TestTolerantSearch,
> TestEmbeddedSolrServerConstructors, AliasIntegrationTest,
> CdcrRequestHandlerTest, CleanupOldIndexTest,
> CollectionsAPIAsyncDistributedZkTest, DeleteInactiveReplicaTest,
> DistribCursorPagingTest, OverseerCollectionConfigSetProcessorTest,
> OverseerRolesTest, OverseerTaskQueueTest, SaslZkACLProviderTest,
> SolrXmlInZkTest, TestAuthenticationFramework,
> TestDownShardTolerantSearch, TestSolrCloudWithKerberosAlt,
> VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZk2Test,
> HdfsChaosMonkeySafeLeaderTest, HdfsNNFailoverTest,
> HdfsRecoveryZkTest, HdfsThreadLeakTest, HdfsUnloadDistributedZkTest,
> StressHdfsTest, ZkStateReaderTest, ZkStateWriterTest,
> TestImplicitCoreProperties, TestInitParams, TestReloadAndDeleteDocs,
> TestShardHandlerFactory, TestSolrConfigHandler, TestSolrDynamicMBean,
> TestSolrXml, RequestLoggingTest, TestReqParamsAPI, TestSQLHandler,
> TestSolrConfigHandlerConcurrent, InfoHandlerTest,
> SecurityConfHandlerTest, SegmentsInfoRequestHandlerTest,
> DistributedDebugComponentTest, DistributedFacetPivotLargeTest,
> DistributedFacetPivotSmallTest, SpatialHeatmapFacetsTest,
> TestRemoveLastDynamicCopyField, TestSchemaNameResource,
> TestSerializedLuceneMatchVersion,
> TestSolrQueryParserDefaultOperatorResource,
> TestManagedSynonymFilterFactory, SpatialRPTFieldTypeTest,
> TestCloudManagedSchemaConcurrent, BasicAuthIntegrationTest,
> PreAnalyzedUpdateProcessorTest, TestSolrCLIRunExample]
>    [junit4] Completed [545/545] on J0 in 50.39s, 3 tests, 1 failure, 1 skipped <<<
> FAILURES!
> 
> [...truncated 12 lines...]
> BUILD FAILED
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\build.xml:775: The following error occurred while executing this
> line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\build.xml:719: The following error occurred while executing this
> line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:59:
> The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\build.xml:233: The following error occurred while executing
> this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\solr\common-build.xml:514: The following error occurred while
> executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\lucene\common-build.xml:1432: The following error occurred
> while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-
> Windows\lucene\common-build.xml:987: There were test failures: 545
> suites, 2144 tests, 3 failures, 81 ignored (45 assumptions)
> 
> Total time: 72 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
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_60) - Build # 5248 - Still Failing!

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

3 tests failed.
FAILED:  org.apache.solr.cloud.SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection

Error Message:
Collection 'gettingstarted' doesn't exist after trying to create it!

Stack Trace:
java.lang.AssertionError: Collection 'gettingstarted' doesn't exist after trying to create it!
	at __randomizedtesting.SeedInfo.seed([F5898F38A87F85DC:E6EABD5799103C7A]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection(SolrCloudExampleTest.java:87)
	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:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	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:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.admin.InfoHandlerTest.testOverriddenHandlers

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([F5898F38A87F85DC:13D2831F51364A68]:0)
	at java.lang.management.PlatformComponent.getSingletonMXBean(PlatformComponent.java:387)
	at java.lang.management.ManagementFactory.getPlatformMXBean(ManagementFactory.java:677)
	at org.apache.solr.handler.admin.SystemInfoHandler.getSystemInfo(SystemInfoHandler.java:191)
	at org.apache.solr.handler.admin.SystemInfoHandler.handleRequestBody(SystemInfoHandler.java:104)
	at org.apache.solr.handler.admin.InfoHandlerTest$CountSystemInfoHandler.handleRequestBody(InfoHandlerTest.java:157)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:151)
	at org.apache.solr.handler.admin.InfoHandler.handleRequestBody(InfoHandler.java:90)
	at org.apache.solr.handler.admin.InfoHandlerTest.handleRequest(InfoHandlerTest.java:168)
	at org.apache.solr.handler.admin.InfoHandlerTest.testOverriddenHandlers(InfoHandlerTest.java:98)
	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:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	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:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.util.TestSolrCLIRunExample.testInteractiveSolrCloudExample

Error Message:
After running Solr cloud example, test collection 'testCloudExamplePrompt' not found in Solr at: http://localhost:55837/solr; tool output:  Welcome to the SolrCloud example!  This interactive session will help you launch a SolrCloud cluster on your local workstation. To begin, how many Solr nodes would you like to run in your local cluster? (specify 1-4 nodes) [2]:  Ok, let's start up 1 Solr nodes for your example SolrCloud cluster. Please enter the port for node1 [8983]:  Creating Solr home directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_F5898F38A87F85DC-001\tempDir-002\cloud\node1\solr  Starting up Solr on port 55837 using command: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\bin\solr start -cloud -p 55837 -s "C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_F5898F38A87F85DC-001\tempDir-002\cloud\node1\solr"  

Stack Trace:
java.lang.AssertionError: After running Solr cloud example, test collection 'testCloudExamplePrompt' not found in Solr at: http://localhost:55837/solr; tool output: 
Welcome to the SolrCloud example!

This interactive session will help you launch a SolrCloud cluster on your local workstation.
To begin, how many Solr nodes would you like to run in your local cluster? (specify 1-4 nodes) [2]: 
Ok, let's start up 1 Solr nodes for your example SolrCloud cluster.
Please enter the port for node1 [8983]: 
Creating Solr home directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_F5898F38A87F85DC-001\tempDir-002\cloud\node1\solr

Starting up Solr on port 55837 using command:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\bin\solr start -cloud -p 55837 -s "C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_F5898F38A87F85DC-001\tempDir-002\cloud\node1\solr"


	at __randomizedtesting.SeedInfo.seed([F5898F38A87F85DC:2EF86FF29F0A40BA]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.util.TestSolrCLIRunExample.testInteractiveSolrCloudExample(TestSolrCLIRunExample.java:424)
	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:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	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:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10381 lines...]
   [junit4] Suite: org.apache.solr.cloud.SolrCloudExampleTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-001\init-core-data-001
   [junit4]   2> 2652126 INFO  (SUITE-SolrCloudExampleTest-seed#[F5898F38A87F85DC]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 2652126 INFO  (SUITE-SolrCloudExampleTest-seed#[F5898F38A87F85DC]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 2652133 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2652133 INFO  (Thread-5951) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2652133 INFO  (Thread-5951) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2652271 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.ZkTestServer start zk server on port:51814
   [junit4]   2> 2652271 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2652273 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2652280 INFO  (zkCallback-1799-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1359755 name:ZooKeeperConnection Watcher:127.0.0.1:51814 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2652281 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2652281 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2652281 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 2652287 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2652288 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x14fc26eb4320000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2652291 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2652295 INFO  (zkCallback-1800-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1eb617a name:ZooKeeperConnection Watcher:127.0.0.1:51814/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2652295 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2652296 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2652296 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 2652300 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 2652304 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 2652307 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 2652311 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2652312 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2652319 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2652320 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 2652326 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2652326 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2652331 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2652331 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2652335 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2652338 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2652342 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2652343 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 2652346 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2652347 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2652350 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2652350 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2652354 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2652355 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2652358 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2652359 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2652362 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2652363 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2653586 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-001\control-001\cores\collection1
   [junit4]   2> 2653591 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 2653595 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@a42591{/,null,AVAILABLE}
   [junit4]   2> 2653597 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.e.j.s.ServerConnector Started ServerConnector@a8cb56{HTTP/1.1}{127.0.0.1:51821}
   [junit4]   2> 2653597 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.e.j.s.Server Started @2663276ms
   [junit4]   2> 2653597 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-001\tempDir-001/control/data, hostContext=/, hostPort=51821, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-001\control-001\cores}
   [junit4]   2> 2653598 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@e2f2a
   [junit4]   2> 2653598 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-001\control-001\'
   [junit4]   2> 2653638 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2653640 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2653644 INFO  (zkCallback-1801-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1577e86 name:ZooKeeperConnection Watcher:127.0.0.1:51814/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2653644 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2653644 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2653646 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2653646 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-001\control-001\solr.xml
   [junit4]   2> 2653664 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-001\control-001\cores
   [junit4]   2> 2653664 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.CoreContainer New CoreContainer 26996405
   [junit4]   2> 2653664 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-001\control-001\]
   [junit4]   2> 2653665 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.CoreContainer loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-001\control-001\lib
   [junit4]   2> 2653665 WARN  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-001\control-001\lib).
   [junit4]   2> 2653684 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] 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> 2653690 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2653692 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2653692 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2653693 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51814/solr
   [junit4]   2> 2653693 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2653693 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2653694 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2653697 INFO  (zkCallback-1803-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@41986a name:ZooKeeperConnection Watcher:127.0.0.1:51814 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2653697 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2653698 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2653702 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2653705 INFO  (zkCallback-1804-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@f91157 name:ZooKeeperConnection Watcher:127.0.0.1:51814/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2653705 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2653708 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2653712 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2653717 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2653721 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2653725 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2653728 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2653732 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2653735 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2653737 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2653739 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51821_
   [junit4]   2> 2653740 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:51821_
   [junit4]   2> 2653744 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2653745 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2653748 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2653749 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94507897923436548-127.0.0.1:51821_-n_0000000000
   [junit4]   2> 2653749 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:51821_
   [junit4]   2> 2653749 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 2653752 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.Overseer Overseer (id=94507897923436548-127.0.0.1:51821_-n_0000000000) starting
   [junit4]   2> 2653756 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 2653767 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2653767 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2653768 INFO  (OverseerCollectionConfigSetProcessor-94507897923436548-127.0.0.1:51821_-n_0000000000) [n:127.0.0.1:51821_    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 2653768 INFO  (OverseerStateUpdate-94507897923436548-127.0.0.1:51821_-n_0000000000) [n:127.0.0.1:51821_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 2653813 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2653813 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2653819 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.CoresLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-001\control-001\cores
   [junit4]   2> 2653823 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-001\control-001\cores\collection1, collection=control_collection, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-001\control-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 2653823 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.CoresLocator Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-001\control-001\cores\collection1\
   [junit4]   2> 2653823 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 2653824 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 2653824 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2653826 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 2653826 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [n:127.0.0.1:51821_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2653828 INFO  (OverseerStateUpdate-94507897923436548-127.0.0.1:51821_-n_0000000000) [n:127.0.0.1:51821_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:51821",
   [junit4]   2>   "node_name":"127.0.0.1:51821_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 2653828 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2653830 INFO  (OverseerStateUpdate-94507897923436548-127.0.0.1:51821_-n_0000000000) [n:127.0.0.1:51821_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:51821",
   [junit4]   2>   "node_name":"127.0.0.1:51821_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2653830 INFO  (OverseerStateUpdate-94507897923436548-127.0.0.1:51821_-n_0000000000) [n:127.0.0.1:51821_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 2653831 INFO  (OverseerStateUpdate-94507897923436548-127.0.0.1:51821_-n_0000000000) [n:127.0.0.1:51821_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 2653834 INFO  (zkCallback-1804-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_    ] 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> 2655200 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2655201 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 2655204 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2655205 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/control_collection
   [junit4]   2> 2655206 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2655206 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-001\control-001\cores\collection1\'
   [junit4]   2> 2655261 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2655288 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2655303 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2655347 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2655350 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1] o.a.s.s.IndexSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 2655378 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2655676 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2655695 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2655698 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2655730 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2655735 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2655738 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2655740 WARN  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 2655742 WARN  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 2655742 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2655744 WARN  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 2655744 WARN  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 2655751 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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-trunk-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 2655751 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 2655751 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2655751 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-001\control-001\cores\collection1\], dataDir=[null]
   [junit4]   2> 2655752 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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@9b9fc2
   [junit4]   2> 2655754 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-001\control-001\cores\collection1\data\
   [junit4]   2> 2655754 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-001\control-001\cores\collection1\data\index/
   [junit4]   2> 2655754 WARN  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2655756 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-001\control-001\cores\collection1\data\index
   [junit4]   2> 2655756 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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=20, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=31.0419921875, floorSegmentMB=1.646484375, forceMergeDeletesPctAllowed=29.187003200134022, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2655759 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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@2330d2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1644fd2),segFN=segments_1,generation=1}
   [junit4]   2> 2655759 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2655760 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:51821_ 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-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-001\control-001\cores\collection1\data\
   [junit4]   2> 2655760 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-001\control-001\cores\collection1\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2655770 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2655771 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2655771 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2655771 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2655772 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2655772 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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> 2655772 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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> 2655774 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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> 2655774 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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> 2655783 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2655786 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2655787 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2655787 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2655801 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 2655802 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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> 2655803 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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> 2655805 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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> 2655807 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 2655807 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 2655807 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3715810067842371]
   [junit4]   2> 2655809 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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@2330d2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1644fd2),segFN=segments_1,generation=1}
   [junit4]   2> 2655809 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2655809 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@2d0f8d[collection1] main
   [junit4]   2> 2655809 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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> 2655811 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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> 2655811 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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> 2655813 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2655813 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 2655813 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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> 2655814 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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> 2655814 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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> 2655814 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2655814 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2655815 INFO  (searcherExecutor-7493-thread-1-processing-n:127.0.0.1:51821_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2d0f8d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2655817 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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> 2655817 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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> 2655817 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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> 2655817 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ 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 1512126370632695808
   [junit4]   2> 2655819 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1512126370632695808
   [junit4]   2> 2655819 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 2655819 INFO  (coreLoadExecutor-7492-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 2655822 INFO  (coreZkRegister-7486-thread-1-processing-n:127.0.0.1:51821_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:51821_ 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:51821 collection:control_collection shard:shard1
   [junit4]   2> 2655823 INFO  (coreZkRegister-7486-thread-1-processing-n:127.0.0.1:51821_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:51821_ 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> 2655830 INFO  (coreZkRegister-7486-thread-1-processing-n:127.0.0.1:51821_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:51821_ 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/94507897923436548-core_node1-n_0000000000
   [junit4]   2> 2655830 INFO  (coreZkRegister-7486-thread-1-processing-n:127.0.0.1:51821_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard shard1
   [junit4]   2> 2655834 INFO  (coreZkRegister-7486-thread-1-processing-n:127.0.0.1:51821_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2655834 INFO  (coreZkRegister-7486-thread-1-processing-n:127.0.0.1:51821_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:51821_ 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> 2655834 INFO  (coreZkRegister-7486-thread-1-processing-n:127.0.0.1:51821_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:51821/collection1/
   [junit4]   2> 2655834 INFO  (OverseerStateUpdate-94507897923436548-127.0.0.1:51821_-n_0000000000) [n:127.0.0.1:51821_    ] 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> 2655834 INFO  (coreZkRegister-7486-thread-1-processing-n:127.0.0.1:51821_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2655834 INFO  (coreZkRegister-7486-thread-1-processing-n:127.0.0.1:51821_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:51821/collection1/ has no replicas
   [junit4]   2> 2655834 INFO  (coreZkRegister-7486-thread-1-processing-n:127.0.0.1:51821_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:51821_ 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:51821/collection1/ shard1
   [junit4]   2> 2655835 INFO  (coreZkRegister-7486-thread-1-processing-n:127.0.0.1:51821_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 2655842 INFO  (coreZkRegister-7486-thread-1-processing-n:127.0.0.1:51821_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
   [junit4]   2> 2655846 INFO  (OverseerStateUpdate-94507897923436548-127.0.0.1:51821_-n_0000000000) [n:127.0.0.1:51821_    ] 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:51821",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 2655882 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2655884 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2655886 INFO  (zkCallback-1806-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@51acd name:ZooKeeperConnection Watcher:127.0.0.1:51814/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2655886 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2655886 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2655888 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2655893 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2655991 INFO  (zkCallback-1804-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_    ] 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> 2655992 INFO  (zkCallback-1806-thread-1) [    ] 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> 2656056 INFO  (coreZkRegister-7486-thread-1-processing-n:127.0.0.1:51821_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:51821/collection1/ and leader is http://127.0.0.1:51821/collection1/
   [junit4]   2> 2656056 INFO  (coreZkRegister-7486-thread-1-processing-n:127.0.0.1:51821_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:51821_ 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:51821
   [junit4]   2> 2656057 INFO  (coreZkRegister-7486-thread-1-processing-n:127.0.0.1:51821_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2656057 INFO  (coreZkRegister-7486-thread-1-processing-n:127.0.0.1:51821_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:51821_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 2656057 INFO  (coreZkRegister-7486-thread-1-processing-n:127.0.0.1:51821_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:51821_ 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> 2656061 INFO  (OverseerStateUpdate-94507897923436548-127.0.0.1:51821_-n_0000000000) [n:127.0.0.1:51821_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:51821",
   [junit4]   2>   "node_name":"127.0.0.1:51821_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 2656063 INFO  (OverseerStateUpdate-94507897923436548-127.0.0.1:51821_-n_0000000000) [n:127.0.0.1:51821_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:51821",
   [junit4]   2>   "node_name":"127.0.0.1:51821_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2656209 INFO  (zkCallback-1804-thread-1-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_    ] 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> 2656209 INFO  (zkCallback-1806-thread-1) [    ] 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> 2656539 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-001\shard-1-001\cores\collection1
   [junit4]   2> 2656543 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-001\shard-1-001
   [junit4]   2> 2656543 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 2656546 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@137a586{/,null,AVAILABLE}
   [junit4]   2> 2656547 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.e.j.s.ServerConnector Started ServerConnector@13a6f00{HTTP/1.1}{127.0.0.1:51836}
   [junit4]   2> 2656549 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.e.j.s.Server Started @2665459ms
   [junit4]   2> 2656549 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=51836, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-001\shard-1-001\cores}
   [junit4]   2> 2656549 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@e2f2a
   [junit4]   2> 2656549 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-001\shard-1-001\'
   [junit4]   2> 2656587 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2656590 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2656591 INFO  (zkCallback-1807-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@f39e6a name:ZooKeeperConnection Watcher:127.0.0.1:51814/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2656593 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2656593 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2656594 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2656595 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-001\shard-1-001\solr.xml
   [junit4]   2> 2656618 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-001\shard-1-001\cores
   [junit4]   2> 2656618 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.CoreContainer New CoreContainer 33517628
   [junit4]   2> 2656619 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-001\shard-1-001\]
   [junit4]   2> 2656619 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.CoreContainer loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-001\shard-1-001\lib
   [junit4]   2> 2656619 WARN  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.SolrCloudExampleTest_F5898F38A87F85DC-001\shard-1-001\lib).
   [junit4]   2> 2656636 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] 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> 2656640 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2656640 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2656640 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2656641 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51814/solr
   [junit4]   2> 2656641 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2656641 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2656642 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2656645 INFO  (zkCallback-1809-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@309df3 name:ZooKeeperConnection Watcher:127.0.0.1:51814 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2656646 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2656646 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2656649 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [n:127.0.0.1:51836_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2656652 INFO  (zkCallback-1810-thread-1-processing-n:127.0.0.1:51836_) [n:127.0.0.1:51836_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1bff826 name:ZooKeeperConnection Watcher:127.0.0.1:51814/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2656652 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [n:127.0.0.1:51836_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2656660 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [n:127.0.0.1:51836_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2658039 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [n:127.0.0.1:51836_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51836_
   [junit4]   2> 2658041 INFO  (TEST-SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection-seed#[F5898F38A87F85DC]) [n:127.0.0.1:51836_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:51836_
   [junit4]   2> 2658042 INFO  (zkCallback-1810-thread-1-processing-n:127.0.0.1:51836_) [n:127.0.0.1:51836_    ] 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> 2658042 INFO  (zkCallback-1804-thread-2-processing-n:127.0.0.1:51821_) [n:127.0.0.1:51821_    ] 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> 2658042 INFO  (zkCallback-1806-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: W

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

dating... (live nodes size: 1)
   [junit4]   2> 3349562 WARN  (zkCallback-3358-thread-1-processing-n:localhost:55837_solr) [n:localhost:55837_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 3349563 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x14fc278fc0a0003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 3349563 INFO  (jetty-launcher-3353-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@11bc127{/solr,null,UNAVAILABLE}
   [junit4]   2> 3349565 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[F5898F38A87F85DC]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:55842 55842
   [junit4]   2> 3351480 INFO  (Thread-7216) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:55842 55842
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrCLIRunExample -Dtests.method=testInteractiveSolrCloudExample -Dtests.seed=F5898F38A87F85DC -Dtests.slow=true -Dtests.locale=en_SG -Dtests.timezone=Asia/Chongqing -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 27.4s J0 | TestSolrCLIRunExample.testInteractiveSolrCloudExample <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: After running Solr cloud example, test collection 'testCloudExamplePrompt' not found in Solr at: http://localhost:55837/solr; tool output: 
   [junit4]    > Welcome to the SolrCloud example!
   [junit4]    > This interactive session will help you launch a SolrCloud cluster on your local workstation.
   [junit4]    > To begin, how many Solr nodes would you like to run in your local cluster? (specify 1-4 nodes) [2]: 
   [junit4]    > Ok, let's start up 1 Solr nodes for your example SolrCloud cluster.
   [junit4]    > Please enter the port for node1 [8983]: 
   [junit4]    > Creating Solr home directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_F5898F38A87F85DC-001\tempDir-002\cloud\node1\solr
   [junit4]    > Starting up Solr on port 55837 using command:
   [junit4]    > C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\bin\solr start -cloud -p 55837 -s "C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_F5898F38A87F85DC-001\tempDir-002\cloud\node1\solr"
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F5898F38A87F85DC:2EF86FF29F0A40BA]:0)
   [junit4]    > 	at org.apache.solr.util.TestSolrCLIRunExample.testInteractiveSolrCloudExample(TestSolrCLIRunExample.java:424)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 3351487 INFO  (SUITE-TestSolrCLIRunExample-seed#[F5898F38A87F85DC]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.util.TestSolrCLIRunExample_F5898F38A87F85DC-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=en_SG, timezone=Asia/Chongqing
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_60 (32-bit)/cpus=3,threads=1,free=206354680,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [SparseHLLTest, HdfsSyncSliceTest, TestDocumentBuilder, DirectSolrSpellCheckerTest, SampleTest, TestCoreContainer, TestSortingResponseWriter, TestDistributedStatsComponentCardinality, DocumentBuilderTest, TestJmxMonitoredMap, SOLR749Test, CustomCollectionTest, SyncSliceTest, MigrateRouteKeyTest, TestStressReorder, TestAnalyzeInfixSuggestions, SchemaVersionSpecificBehaviorTest, DistributedSuggestComponentTest, TestLazyCores, DistributedExpandComponentTest, TestManagedResourceStorage, PingRequestHandlerTest, TestJsonRequest, TestLeaderInitiatedRecoveryThread, TestTrieFacet, SuggestComponentTest, TestSearcherReuse, AsyncMigrateRouteKeyTest, PathHierarchyTokenizerFactoryTest, TestMergePolicyConfig, ExternalFileFieldSortTest, CloudExitableDirectoryReaderTest, ConnectionManagerTest, ActionThrottleTest, TestConfigSets, TestWordDelimiterFilterFactory, TestBlendedInfixSuggestions, TestDistributedSearch, TestAnalyzedSuggestions, IndexBasedSpellCheckerTest, SimplePostToolTest, JavabinLoaderTest, ExitableDirectoryReaderTest, TestCloudManagedSchema, HardAutoCommitTest, RuleEngineTest, BJQParserTest, TestDistributedMissingSort, FileUtilsTest, TestPseudoReturnFields, TestManagedSchemaDynamicFieldResource, CoreAdminCreateDiscoverTest, HdfsBasicDistributedZkTest, TestBlobHandler, ShardRoutingTest, AnalysisErrorHandlingTest, DistribDocExpirationUpdateProcessorTest, DateFieldTest, CoreAdminRequestStatusTest, TestSearchPerf, CursorMarkTest, TestInitQParser, OverriddenZkACLAndCredentialsProvidersTest, TestFieldTypeResource, TestDocSet, DistributedVersionInfoTest, ClusterStateUpdateTest, TestHashPartitioner, TestDefaultSearchFieldResource, AnalysisAfterCoreReloadTest, RecoveryAfterSoftCommitTest, TestExactSharedStatsCache, TestNRTOpen, SimpleCollectionCreateDeleteTest, TestExtendedDismaxParser, TestRTGBase, TestRandomMergePolicy, ConcurrentDeleteAndCreateCollectionTest, ZkCLITest, HdfsCollectionsAPIDistributedZkTest, TestUpdate, AtomicUpdatesTest, TestRebalanceLeaders, ZkControllerTest, RulesTest, TestRTimerTree, CoreMergeIndexesAdminHandlerTest, TestGroupingSearch, TestNamedUpdateProcessors, TestSchemaSimilarityResource, RemoteQueryErrorTest, SuggesterFSTTest, IndexSchemaTest, HLLUtilTest, TestDistribIDF, ZkNodePropsTest, SolrCoreTest, DeleteShardTest, ExplicitHLLTest, RegexBoostProcessorTest, TestSystemIdResolver, DisMaxRequestHandlerTest, TestDocBasedVersionConstraints, BlockCacheTest, UpdateParamsTest, TestFaceting, DistributedSpellCheckComponentTest, DistributedQueryComponentOptimizationTest, SharedFSAutoReplicaFailoverUtilsTest, TestLFUCache, TestManagedSchema, TestCryptoKeys, TestSimpleQParserPlugin, SoftAutoCommitTest, TestSchemaVersionResource, QueryElevationComponentTest, OutOfBoxZkACLAndCredentialsProvidersTest, DistributedFacetPivotWhiteBoxTest, SolrRequestParserTest, ReturnFieldsTest, HttpPartitionTest, TestPartialUpdateDeduplication, OverseerTest, TestFunctionQuery, MoreLikeThisHandlerTest, TestReplicaProperties, TestTrackingShardHandlerFactory, TestFieldCollectionResource, TestReplicationHandlerBackup, TestRequestStatusCollectionAPI, TestMiniSolrCloudCluster, JsonLoaderTest, CachingDirectoryFactoryTest, PreAnalyzedFieldTest, PrimUtilsTest, TestSuggestSpellingConverter, DOMUtilTest, RAMDirectoryFactoryTest, TestSolrJ, TestLRUCache, TestUtils, SliceStateTest, SystemInfoHandlerTest, CircularListTest, DistributedMLTComponentTest, DistributedIntervalFacetingTest, TestTolerantSearch, TestEmbeddedSolrServerConstructors, AliasIntegrationTest, CdcrRequestHandlerTest, CleanupOldIndexTest, CollectionsAPIAsyncDistributedZkTest, DeleteInactiveReplicaTest, DistribCursorPagingTest, OverseerCollectionConfigSetProcessorTest, OverseerRolesTest, OverseerTaskQueueTest, SaslZkACLProviderTest, SolrXmlInZkTest, TestAuthenticationFramework, TestDownShardTolerantSearch, TestSolrCloudWithKerberosAlt, VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZk2Test, HdfsChaosMonkeySafeLeaderTest, HdfsNNFailoverTest, HdfsRecoveryZkTest, HdfsThreadLeakTest, HdfsUnloadDistributedZkTest, StressHdfsTest, ZkStateReaderTest, ZkStateWriterTest, TestImplicitCoreProperties, TestInitParams, TestReloadAndDeleteDocs, TestShardHandlerFactory, TestSolrConfigHandler, TestSolrDynamicMBean, TestSolrXml, RequestLoggingTest, TestReqParamsAPI, TestSQLHandler, TestSolrConfigHandlerConcurrent, InfoHandlerTest, SecurityConfHandlerTest, SegmentsInfoRequestHandlerTest, DistributedDebugComponentTest, DistributedFacetPivotLargeTest, DistributedFacetPivotSmallTest, SpatialHeatmapFacetsTest, TestRemoveLastDynamicCopyField, TestSchemaNameResource, TestSerializedLuceneMatchVersion, TestSolrQueryParserDefaultOperatorResource, TestManagedSynonymFilterFactory, SpatialRPTFieldTypeTest, TestCloudManagedSchemaConcurrent, BasicAuthIntegrationTest, PreAnalyzedUpdateProcessorTest, TestSolrCLIRunExample]
   [junit4] Completed [545/545] on J0 in 50.39s, 3 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 12 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:775: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:719: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:59: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:233: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:514: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1432: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:987: There were test failures: 545 suites, 2144 tests, 3 failures, 81 ignored (45 assumptions)

Total time: 72 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