You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/04/25 15:13:01 UTC

[JENKINS] Lucene-Solr-NightlyTests-5.5 - Build # 3 - Still Failing

Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.5/3/

1 tests failed.
FAILED:  org.apache.lucene.index.TestIndexWriterExceptions.testNoLostDeletesOrUpdates

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

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3498, name=Lucene Merge Thread #21, state=RUNNABLE, group=TGRP-TestIndexWriterExceptions]
Caused by: org.apache.lucene.index.MergePolicy$MergeException: java.lang.IllegalStateException: this writer hit an unrecoverable error; cannot merge
	at __randomizedtesting.SeedInfo.seed([D062BD6C6DC7AB4E]: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.IllegalStateException: this writer hit an unrecoverable error; cannot merge
	at org.apache.lucene.index.IndexWriter._mergeInit(IndexWriter.java:3812)
	at org.apache.lucene.index.IndexWriter.mergeInit(IndexWriter.java:3792)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3646)
	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:588)
	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:626)
Caused by: org.apache.lucene.store.MockDirectoryWrapper$FakeIOException
	at org.apache.lucene.index.TestIndexWriterExceptions$11.eval(TestIndexWriterExceptions.java:1926)
	at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:958)
	at org.apache.lucene.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:550)
	at org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:43)
	at org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:43)
	at org.apache.lucene.codecs.memory.DirectDocValuesConsumer.<init>(DirectDocValuesConsumer.java:54)
	at org.apache.lucene.codecs.memory.DirectDocValuesFormat.fieldsConsumer(DirectDocValuesFormat.java:71)
	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.getInstance(PerFieldDocValuesFormat.java:187)
	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.addNumericField(PerFieldDocValuesFormat.java:111)
	at org.apache.lucene.index.ReadersAndUpdates.handleNumericDVUpdates(ReadersAndUpdates.java:328)
	at org.apache.lucene.index.ReadersAndUpdates.writeFieldUpdates(ReadersAndUpdates.java:521)
	at org.apache.lucene.index.BufferedUpdatesStream.applyDeletesAndUpdates(BufferedUpdatesStream.java:273)
	at org.apache.lucene.index.IndexWriter._mergeInit(IndexWriter.java:3834)
	... 4 more




Build Log:
[...truncated 904 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterExceptions
   [junit4]   2> thg 4 25, 2016 9:35:44 CH com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Lucene Merge Thread #21,5,TGRP-TestIndexWriterExceptions]
   [junit4]   2> org.apache.lucene.index.MergePolicy$MergeException: java.lang.IllegalStateException: this writer hit an unrecoverable error; cannot merge
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([D062BD6C6DC7AB4E]: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.IllegalStateException: this writer hit an unrecoverable error; cannot merge
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter._mergeInit(IndexWriter.java:3812)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.mergeInit(IndexWriter.java:3792)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3646)
   [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> Caused by: org.apache.lucene.store.MockDirectoryWrapper$FakeIOException
   [junit4]   2> 	at org.apache.lucene.index.TestIndexWriterExceptions$11.eval(TestIndexWriterExceptions.java:1926)
   [junit4]   2> 	at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:958)
   [junit4]   2> 	at org.apache.lucene.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:550)
   [junit4]   2> 	at org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:43)
   [junit4]   2> 	at org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:43)
   [junit4]   2> 	at org.apache.lucene.codecs.memory.DirectDocValuesConsumer.<init>(DirectDocValuesConsumer.java:54)
   [junit4]   2> 	at org.apache.lucene.codecs.memory.DirectDocValuesFormat.fieldsConsumer(DirectDocValuesFormat.java:71)
   [junit4]   2> 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.getInstance(PerFieldDocValuesFormat.java:187)
   [junit4]   2> 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.addNumericField(PerFieldDocValuesFormat.java:111)
   [junit4]   2> 	at org.apache.lucene.index.ReadersAndUpdates.handleNumericDVUpdates(ReadersAndUpdates.java:328)
   [junit4]   2> 	at org.apache.lucene.index.ReadersAndUpdates.writeFieldUpdates(ReadersAndUpdates.java:521)
   [junit4]   2> 	at org.apache.lucene.index.BufferedUpdatesStream.applyDeletesAndUpdates(BufferedUpdatesStream.java:273)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter._mergeInit(IndexWriter.java:3834)
   [junit4]   2> 	... 4 more
   [junit4]   2> 
   [junit4]   2> thg 4 25, 2016 9:35:44 CH com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Lucene Merge Thread #20,5,TGRP-TestIndexWriterExceptions]
   [junit4]   2> org.apache.lucene.index.MergePolicy$MergeException: org.apache.lucene.store.MockDirectoryWrapper$FakeIOException
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([D062BD6C6DC7AB4E]: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: org.apache.lucene.store.MockDirectoryWrapper$FakeIOException
   [junit4]   2> 	at org.apache.lucene.index.TestIndexWriterExceptions$11.eval(TestIndexWriterExceptions.java:1926)
   [junit4]   2> 	at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:958)
   [junit4]   2> 	at org.apache.lucene.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:550)
   [junit4]   2> 	at org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:43)
   [junit4]   2> 	at org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:43)
   [junit4]   2> 	at org.apache.lucene.codecs.memory.DirectDocValuesConsumer.<init>(DirectDocValuesConsumer.java:54)
   [junit4]   2> 	at org.apache.lucene.codecs.memory.DirectDocValuesFormat.fieldsConsumer(DirectDocValuesFormat.java:71)
   [junit4]   2> 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.getInstance(PerFieldDocValuesFormat.java:187)
   [junit4]   2> 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.addNumericField(PerFieldDocValuesFormat.java:111)
   [junit4]   2> 	at org.apache.lucene.index.ReadersAndUpdates.handleNumericDVUpdates(ReadersAndUpdates.java:328)
   [junit4]   2> 	at org.apache.lucene.index.ReadersAndUpdates.writeFieldUpdates(ReadersAndUpdates.java:521)
   [junit4]   2> 	at org.apache.lucene.index.BufferedUpdatesStream.applyDeletesAndUpdates(BufferedUpdatesStream.java:273)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter._mergeInit(IndexWriter.java:3834)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.mergeInit(IndexWriter.java:3792)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3646)
   [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> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriterExceptions -Dtests.method=testNoLostDeletesOrUpdates -Dtests.seed=D062BD6C6DC7AB4E -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/x1/jenkins/lucene-data/enwiki.random.lines.txt -Dtests.locale=vi-VN -Dtests.timezone=ROK -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   9.65s J2 | TestIndexWriterExceptions.testNoLostDeletesOrUpdates <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<6794> but was:<6723>
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterExceptions.testNoLostDeletesOrUpdates(TestIndexWriterExceptions.java:2081)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)Throwable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3498, name=Lucene Merge Thread #21, state=RUNNABLE, group=TGRP-TestIndexWriterExceptions]
   [junit4]    > Caused by: org.apache.lucene.index.MergePolicy$MergeException: java.lang.IllegalStateException: this writer hit an unrecoverable error; cannot merge
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D062BD6C6DC7AB4E]: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.IllegalStateException: this writer hit an unrecoverable error; cannot merge
   [junit4]    > 	at org.apache.lucene.index.IndexWriter._mergeInit(IndexWriter.java:3812)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeInit(IndexWriter.java:3792)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3646)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:588)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:626)
   [junit4]    > Caused by: org.apache.lucene.store.MockDirectoryWrapper$FakeIOException
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterExceptions$11.eval(TestIndexWriterExceptions.java:1926)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:958)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:550)
   [junit4]    > 	at org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:43)
   [junit4]    > 	at org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:43)
   [junit4]    > 	at org.apache.lucene.codecs.memory.DirectDocValuesConsumer.<init>(DirectDocValuesConsumer.java:54)
   [junit4]    > 	at org.apache.lucene.codecs.memory.DirectDocValuesFormat.fieldsConsumer(DirectDocValuesFormat.java:71)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.getInstance(PerFieldDocValuesFormat.java:187)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.addNumericField(PerFieldDocValuesFormat.java:111)
   [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.handleNumericDVUpdates(ReadersAndUpdates.java:328)
   [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.writeFieldUpdates(ReadersAndUpdates.java:521)
   [junit4]    > 	at org.apache.lucene.index.BufferedUpdatesStream.applyDeletesAndUpdates(BufferedUpdatesStream.java:273)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter._mergeInit(IndexWriter.java:3834)
   [junit4]    > 	... 4 moreThrowable #3: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3497, name=Lucene Merge Thread #20, state=RUNNABLE, group=TGRP-TestIndexWriterExceptions]
   [junit4]    > Caused by: org.apache.lucene.index.MergePolicy$MergeException: org.apache.lucene.store.MockDirectoryWrapper$FakeIOException
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D062BD6C6DC7AB4E]: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: org.apache.lucene.store.MockDirectoryWrapper$FakeIOException
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterExceptions$11.eval(TestIndexWriterExceptions.java:1926)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowDeterministicException(MockDirectoryWrapper.java:958)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:550)
   [junit4]    > 	at org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:43)
   [junit4]    > 	at org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:43)
   [junit4]    > 	at org.apache.lucene.codecs.memory.DirectDocValuesConsumer.<init>(DirectDocValuesConsumer.java:54)
   [junit4]    > 	at org.apache.lucene.codecs.memory.DirectDocValuesFormat.fieldsConsumer(DirectDocValuesFormat.java:71)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.getInstance(PerFieldDocValuesFormat.java:187)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.addNumericField(PerFieldDocValuesFormat.java:111)
   [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.handleNumericDVUpdates(ReadersAndUpdates.java:328)
   [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.writeFieldUpdates(ReadersAndUpdates.java:521)
   [junit4]    > 	at org.apache.lucene.index.BufferedUpdatesStream.applyDeletesAndUpdates(BufferedUpdatesStream.java:273)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter._mergeInit(IndexWriter.java:3834)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeInit(IndexWriter.java:3792)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3646)
   [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: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/core/test/J2/temp/lucene.index.TestIndexWriterExceptions_D062BD6C6DC7AB4E-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene54): {field2=PostingsFormat(name=LuceneFixedGap), field1=Lucene50(blocksize=128), content=BlockTreeOrds(blocksize=128), content5=PostingsFormat(name=LuceneFixedGap), id=Lucene50(blocksize=128), subid=Lucene50(blocksize=128), field=PostingsFormat(name=LuceneFixedGap), crash=Lucene50(blocksize=128), content4=Lucene50(blocksize=128), content2=BlockTreeOrds(blocksize=128), contents=PostingsFormat(name=Memory doPackFST= true), content1=PostingsFormat(name=LuceneFixedGap), content7=PostingsFormat(name=Memory doPackFST= true), content6=BlockTreeOrds(blocksize=128), foo=PostingsFormat(name=LuceneFixedGap)}, docValues:{numericdv=DocValuesFormat(name=Asserting), sortedsetdv=DocValuesFormat(name=Asserting), sortednumericdv=DocValuesFormat(name=Memory), sorteddv=DocValuesFormat(name=Asserting), binarydv=DocValuesFormat(name=Asserting), f=DocValuesFormat(name=Direct), bcf=DocValuesFormat(name=Lucene54), bf=DocValuesFormat(name=Memory), cf=DocValuesFormat(name=Asserting)}, sim=RandomSimilarity(queryNorm=true,coord=crazy): {contents=DFR I(F)B1, content2=DFR I(n)L3(800.0), content=IB LL-DZ(0.3), id=DFR I(ne)B3(800.0), content1=DFR I(ne)B1, field=DFR I(n)1, content6=DFR I(ne)1, content4=DFR GL1}, locale=vi-VN, timezone=ROK
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.7.0_80 (64-bit)/cpus=4,threads=1,free=169717752,total=311427072
   [junit4]   2> NOTE: All tests run in this JVM: [TestIndexWriterLockRelease, TestLucene50SegmentInfoFormat, TestNorms, TestIndexWriterOnVMError, TestDocCount, TestMmapDirectory, TestBytesStore, TestStringHelper, TestDocIdSet, TestQueryWrapperFilter, TestSimpleExplanations, TestCachingWrapperFilter, TestField, TestByteArrayDataInput, TestCodecHoldsOpenFiles, TestLSBRadixSorter, TestOmitNorms, TestQueryBuilder, TestCloseableThreadLocal, TestFilteredQuery, Test2BPostingsBytes, TestFieldType, TestRollingUpdates, TestQueryCachingPolicy, TestIndexWriterUnicode, TestIndexSearcher, TestConcurrentMergeScheduler, TestThreadedForceMerge, TestAutomatonQueryUnicode, TestAutomatonQuery, TestFilterDirectoryReader, TestIndexWriterMerging, FuzzyTermOnShortTermsTest, TestMultiPhraseEnum, TestOmitTf, TestLiveFieldValues, TestBagOfPostings, TestTransactions, TestTopDocsCollector, TestDocInverterPerFieldErrorInfo, TestMergedIterator, TestTopDocsMerge, TestWildcard, TestSegmentTermEnum, TestSingleInstanceLockFactory, TestTwoPhaseCommitTool, TestSimpleSearchEquivalence, TestPackedTokenAttributeImpl, TestSpanCollection, TestPagedBytes, TestDeterminism, TestInPlaceMergeSorter, TestLongPostings, TestSwappedIndexFiles, TestDirectMonotonic, TestFilteredSearch, TestRecyclingByteBlockAllocator, TestPositiveScoresOnlyCollector, TestOperations, TestSpanExplanationsOfNonMatches, TestTragicIndexWriterDeadlock, TestBinaryDocValuesUpdates, TestCharFilter, TestDocValuesRewriteMethod, TestNumericRangeQuery32, TestComplexExplanations, TestDocumentWriter, TestPerFieldPostingsFormat2, TestPostingsOffsets, TestSimilarityBase, TestPerFieldDocValuesFormat, TestIndexWriterReader, TestIndexWriterExceptions]
   [junit4] Completed [205/421 (1!)] on J2 in 415.39s, 36 tests, 1 error <<< FAILURES!

[...truncated 943 lines...]
   [junit4] ERROR: JVM J0 ended with an exception, command line: /x1/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.7/jre/bin/java -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/heapdumps -ea -esa -Dtests.prefix=tests -Dtests.seed=D062BD6C6DC7AB4E -Xmx512M -Dtests.iters= -Dtests.verbose=false -Dtests.infostream=false -Dtests.codec=random -Dtests.postingsformat=random -Dtests.docvaluesformat=random -Dtests.locale=random -Dtests.timezone=random -Dtests.directory=random -Dtests.linedocsfile=/x1/jenkins/lucene-data/enwiki.random.lines.txt -Dtests.luceneMatchVersion=5.5.0 -Dtests.cleanthreads=perMethod -Djava.util.logging.config.file=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/tools/junit4/logging.properties -Dtests.nightly=true -Dtests.weekly=false -Dtests.monster=false -Dtests.slow=true -Dtests.asserts=true -Dtests.multiplier=2 -DtempDir=./temp -Djava.io.tmpdir=./temp -Djunit4.tempDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/core/test/temp -Dcommon.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene -Dclover.db.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/clover/db -Djava.security.policy=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/tools/junit4/tests.policy -Dtests.LUCENE_VERSION=5.5.0 -Djetty.testMode=1 -Djetty.insecurerandom=1 -Dsolr.directoryFactory=org.apache.solr.core.MockDirectoryFactory -Djava.awt.headless=true -Djdk.map.althashing.threshold=0 -Djunit4.childvm.cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/core/test/J0 -Djunit4.childvm.id=0 -Djunit4.childvm.count=3 -Dtests.leaveTemporary=false -Dtests.filterstacks=true -Djava.security.manager=org.apache.lucene.util.TestSecurityManager -classpath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/codecs/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/test-framework/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/test-framework/lib/junit-4.10.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/test-framework/lib/randomizedtesting-runner-2.3.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/core/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/core/classes/test:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.3.0.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-antlr.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-regexp.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-resolver.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-net.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jmf.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-oro.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-xalan2.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-logging.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jsch.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit4.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-javamail.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jai.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jdepend.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bsf.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-swing.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-netrexx.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bcel.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-testutil.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-log4j.jar:/x1/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.7/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.3.2.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/core/test/temp/junit4-J0-20160425_120639_821.events @/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/core/test/temp/junit4-J0-20160425_120639_821.suites -stdin
   [junit4] ERROR: JVM J0 ended with an exception: java.io.IOException: No space left on device
   [junit4] 	at java.io.FileOutputStream.writeBytes(Native Method)
   [junit4] 	at java.io.FileOutputStream.write(FileOutputStream.java:345)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.dependencies.com.google.common.io.ByteStreams.copy(ByteStreams.java:114)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.dependencies.com.google.common.io.ByteSource.copyTo(ByteSource.java:269)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1490)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:121)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:955)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:952)
   [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4] 	at java.lang.Thread.run(Thread.java:745)
   [junit4] ERROR: JVM J1 ended with an exception, command line: /x1/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.7/jre/bin/java -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/heapdumps -ea -esa -Dtests.prefix=tests -Dtests.seed=D062BD6C6DC7AB4E -Xmx512M -Dtests.iters= -Dtests.verbose=false -Dtests.infostream=false -Dtests.codec=random -Dtests.postingsformat=random -Dtests.docvaluesformat=random -Dtests.locale=random -Dtests.timezone=random -Dtests.directory=random -Dtests.linedocsfile=/x1/jenkins/lucene-data/enwiki.random.lines.txt -Dtests.luceneMatchVersion=5.5.0 -Dtests.cleanthreads=perMethod -Djava.util.logging.config.file=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/tools/junit4/logging.properties -Dtests.nightly=true -Dtests.weekly=false -Dtests.monster=false -Dtests.slow=true -Dtests.asserts=true -Dtests.multiplier=2 -DtempDir=./temp -Djava.io.tmpdir=./temp -Djunit4.tempDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/core/test/temp -Dcommon.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene -Dclover.db.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/clover/db -Djava.security.policy=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/tools/junit4/tests.policy -Dtests.LUCENE_VERSION=5.5.0 -Djetty.testMode=1 -Djetty.insecurerandom=1 -Dsolr.directoryFactory=org.apache.solr.core.MockDirectoryFactory -Djava.awt.headless=true -Djdk.map.althashing.threshold=0 -Djunit4.childvm.cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/core/test/J1 -Djunit4.childvm.id=1 -Djunit4.childvm.count=3 -Dtests.leaveTemporary=false -Dtests.filterstacks=true -Djava.security.manager=org.apache.lucene.util.TestSecurityManager -classpath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/codecs/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/test-framework/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/test-framework/lib/junit-4.10.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/test-framework/lib/randomizedtesting-runner-2.3.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/core/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/core/classes/test:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.3.0.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-antlr.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-regexp.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-resolver.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-net.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jmf.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-oro.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-xalan2.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-logging.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jsch.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit4.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-javamail.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jai.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jdepend.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bsf.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-swing.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-netrexx.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bcel.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-testutil.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-log4j.jar:/x1/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.7/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.3.2.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/core/test/temp/junit4-J1-20160425_120639_822.events @/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/core/test/temp/junit4-J1-20160425_120639_822.suites -stdin
   [junit4] ERROR: JVM J1 ended with an exception: Quit event not received from the forked process? This may indicate JVM crash or runner bugs.
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1501)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:121)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:955)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:952)
   [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4] 	at java.lang.Thread.run(Thread.java:745)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:757: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:694: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build.xml:50: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1477: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1033: At least one slave process threw an exception, first: No space left on device

Total time: 66 minutes 16 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-NightlyTests-5.5 - Build # 20 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.5/20/

4 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test

Error Message:
Timeout occured while waiting response from server at: https://127.0.0.1:34772

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:34772
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:586)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.makeRequest(CollectionsAPIDistributedZkTest.java:400)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testErrorHandling(CollectionsAPIDistributedZkTest.java:516)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test(CollectionsAPIDistributedZkTest.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:152)
	at java.net.SocketInputStream.read(SocketInputStream.java:122)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:442)
	at sun.security.ssl.InputRecord.read(InputRecord.java:480)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:934)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:891)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
	... 47 more


FAILED:  org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh

Error Message:
Could not find collection : c1

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : c1
	at __randomizedtesting.SeedInfo.seed([AA1E0E3140F56C5F:B5A47FC69095AA9A]:0)
	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:170)
	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdate(ZkStateReaderTest.java:136)
	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh(ZkStateReaderTest.java:42)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.TestReplicationHandler.doTestStressReplication

Error Message:
timed out waiting for collection1 startAt time to exceed: Sat Jun 25 06:21:22 MST 2016

Stack Trace:
java.lang.AssertionError: timed out waiting for collection1 startAt time to exceed: Sat Jun 25 06:21:22 MST 2016
	at __randomizedtesting.SeedInfo.seed([AA1E0E3140F56C5F:71B50EF745DD05EC]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.handler.TestReplicationHandler.watchCoreStartAt(TestReplicationHandler.java:1501)
	at org.apache.solr.handler.TestReplicationHandler.doTestStressReplication(TestReplicationHandler.java:853)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.test

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:43971

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:43971
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:586)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.makeRequest(CollectionsAPIDistributedZkTest.java:400)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testNoCollectionSpecified(CollectionsAPIDistributedZkTest.java:576)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test(CollectionsAPIDistributedZkTest.java:180)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:152)
	at java.net.SocketInputStream.read(SocketInputStream.java:122)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
	... 47 more




Build Log:
[...truncated 11125 lines...]
   [junit4] Suite: org.apache.solr.cloud.overseer.ZkStateReaderTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.overseer.ZkStateReaderTest_AA1E0E3140F56C5F-001/init-core-data-001
   [junit4]   2> 178276 INFO  (SUITE-ZkStateReaderTest-seed#[AA1E0E3140F56C5F]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 178281 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithTimeDelayLazy
   [junit4]   2> 178281 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 178297 INFO  (Thread-617) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 178297 INFO  (Thread-617) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 178436 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.ZkTestServer start zk server on port:40406
   [junit4]   2> 178436 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 178438 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 178619 INFO  (zkCallback-225-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@104f141d name:ZooKeeperConnection Watcher:127.0.0.1:40406 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 178619 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 178620 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 178632 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 178663 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 178687 INFO  (zkCallback-226-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@772d4925 name:ZooKeeperConnection Watcher:127.0.0.1:40406 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 178687 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 178687 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 178687 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 178700 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 178715 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 178727 INFO  (zkCallback-227-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@73e4ad43 name:ZooKeeperConnection Watcher:127.0.0.1:40406/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 178727 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 178727 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 178732 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 178733 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 178744 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 178745 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 178746 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 178752 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 178754 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 178764 INFO  (zkCallback-227-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 178794 INFO  (zkCallback-227-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 178819 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 178823 INFO  (zkCallback-227-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 178874 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40406 40406
   [junit4]   2> 179071 INFO  (Thread-617) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40406 40406
   [junit4]   2> 179091 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithTimeDelayLazy
   [junit4]   2> 179107 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithExplicitRefresh
   [junit4]   2> 179107 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 179125 INFO  (Thread-618) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 179126 INFO  (Thread-618) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 179227 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.ZkTestServer start zk server on port:52670
   [junit4]   2> 179227 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 179239 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 179246 INFO  (zkCallback-228-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4599a9a name:ZooKeeperConnection Watcher:127.0.0.1:52670 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 179246 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 179246 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 179248 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 179269 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 179455 INFO  (zkCallback-229-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@12b0d705 name:ZooKeeperConnection Watcher:127.0.0.1:52670 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 179457 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 179457 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 179457 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 179467 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 179471 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 179472 INFO  (zkCallback-230-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4d6761fc name:ZooKeeperConnection Watcher:127.0.0.1:52670/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 179472 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 179472 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 179472 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 179473 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 179474 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 179475 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 179476 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 179477 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 179478 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 179480 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 179480 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 179483 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 179486 ERROR (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AA1E0E3140F56C5F]-EventThread) [    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1@4a4b3349 rejected from org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@f1423ba[Shutting down, pool size = 3, active threads = 3, queued tasks = 0, completed tasks = 0]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:214)
   [junit4]   2> 	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:110)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:261)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 179491 INFO  (zkCallback-230-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 179491 INFO  (zkCallback-230-thread-2) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 179491 WARN  (zkCallback-230-thread-3) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /clusterstate.json]
   [junit4]   2> 179491 WARN  (zkCallback-230-thread-2) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /collections]
   [junit4]   2> 179492 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:52670 52670
   [junit4]   2> 179618 INFO  (Thread-618) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:52670 52670
   [junit4]   2> 179619 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithExplicitRefresh
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ZkStateReaderTest -Dtests.method=testStateFormatUpdateWithExplicitRefresh -Dtests.seed=AA1E0E3140F56C5F -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/x1/jenkins/lucene-data/enwiki.random.lines.txt -Dtests.locale=is-IS -Dtests.timezone=America/Blanc-Sablon -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.53s J2 | ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: Could not find collection : c1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([AA1E0E3140F56C5F:B5A47FC69095AA9A]:0)
   [junit4]    > 	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:170)
   [junit4]    > 	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdate(ZkStateReaderTest.java:136)
   [junit4]    > 	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh(ZkStateReaderTest.java:42)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 179626 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testExternalCollectionWatchedNotWatched
   [junit4]   2> 179626 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 179640 INFO  (Thread-619) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 179640 INFO  (Thread-619) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 179740 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.ZkTestServer start zk server on port:44885
   [junit4]   2> 179740 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 179753 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 179761 INFO  (zkCallback-231-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@22dfca6 name:ZooKeeperConnection Watcher:127.0.0.1:44885 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 179761 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 179761 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 179765 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 179781 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 179799 INFO  (zkCallback-232-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2ee8f4c7 name:ZooKeeperConnection Watcher:127.0.0.1:44885 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 179799 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 179800 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 179800 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 179802 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 179819 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 179848 INFO  (zkCallback-233-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@37df3ab1 name:ZooKeeperConnection Watcher:127.0.0.1:44885/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 179849 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 179849 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 179849 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 179851 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 179852 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 179853 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 179854 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 179855 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 179856 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 179858 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 179859 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 179859 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 179859 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ZkStateReader Removing watch for uninteresting collection [c1]
   [junit4]   2> 179861 INFO  (zkCallback-233-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 179861 WARN  (zkCallback-233-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /collections]
   [junit4]   2> 179866 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44885 44885
   [junit4]   2> 180039 INFO  (Thread-619) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44885 44885
   [junit4]   2> 180040 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testExternalCollectionWatchedNotWatched
   [junit4]   2> 180055 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithTimeDelay
   [junit4]   2> 180055 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 180067 INFO  (Thread-620) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 180067 INFO  (Thread-620) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 180164 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.ZkTestServer start zk server on port:56598
   [junit4]   2> 180164 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 180177 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 180195 INFO  (zkCallback-234-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@71c97079 name:ZooKeeperConnection Watcher:127.0.0.1:56598 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 180195 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 180195 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 180197 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 180207 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 180219 INFO  (zkCallback-235-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@32b22750 name:ZooKeeperConnection Watcher:127.0.0.1:56598 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 180219 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 180219 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 180219 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 180222 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 180232 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 180251 INFO  (zkCallback-236-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@416e3363 name:ZooKeeperConnection Watcher:127.0.0.1:56598/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 180251 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 180251 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 180252 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 180253 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 180254 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 180255 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 180256 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 180257 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 180259 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 180259 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 180259 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 180260 INFO  (zkCallback-236-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 180261 INFO  (zkCallback-236-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: [0])
   [junit4]   2> 180262 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 180262 INFO  (zkCallback-236-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeCreated path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 180263 INFO  (zkCallback-236-thread-1) [    ] o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 180272 INFO  (zkCallback-236-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 180460 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:56598 56598
   [junit4]   2> 180651 INFO  (Thread-620) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:56598 56598
   [junit4]   2> 180652 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithTimeDelay
   [junit4]   2> 180655 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testWatchedCollectionCreation
   [junit4]   2> 180656 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 180658 INFO  (Thread-621) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 180658 INFO  (Thread-621) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 180758 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.ZkTestServer start zk server on port:55983
   [junit4]   2> 180758 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 180783 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 180809 INFO  (zkCallback-237-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2ad7d56d name:ZooKeeperConnection Watcher:127.0.0.1:55983 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 180809 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 180809 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 180811 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 180915 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 180955 INFO  (zkCallback-238-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@46b1461e name:ZooKeeperConnection Watcher:127.0.0.1:55983 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 180955 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 180955 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 180955 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 180957 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 180991 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 180995 INFO  (zkCallback-239-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3aa696ef name:ZooKeeperConnection Watcher:127.0.0.1:55983/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 180995 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 180995 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 180996 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 180997 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 180998 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 180999 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 181000 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 181001 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 181002 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 181002 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 181003 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 181003 INFO  (zkCallback-239-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 181005 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 181006 INFO  (zkCallback-239-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeCreated path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 181006 INFO  (zkCallback-239-thread-1) [    ] o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 181058 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:55983 55983
   [junit4]   2> 181163 INFO  (Thread-621) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:55983 55983
   [junit4]   2> 181164 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testWatchedCollectionCreation
   [junit4]   2> 181170 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithExplicitRefreshLazy
   [junit4]   2> 181171 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 181177 INFO  (Thread-622) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 181177 INFO  (Thread-622) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 181277 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.ZkTestServer start zk server on port:51809
   [junit4]   2> 181277 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 181407 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 181435 INFO  (zkCallback-240-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7721e8db name:ZooKeeperConnection Watcher:127.0.0.1:51809 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 181435 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 181435 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 181438 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 181438 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 0x1558792ed1c0000, 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> 181455 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 181479 INFO  (zkCallback-241-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4e5155e7 name:ZooKeeperConnection Watcher:127.0.0.1:51809 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 181479 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 181479 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 181479 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 181482 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 181499 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 181512 INFO  (zkCallback-242-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6a34b347 name:ZooKeeperConnection Watcher:127.0.0.1:51809/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 181513 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 181513 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 181514 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 181515 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 181517 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 181518 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 181519 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 181520 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 181522 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 181523 INFO  (zkCallback-242-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 181534 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 181546 INFO  (zkCallback-242-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 181546 WARN  (zkCallback-242-thread-2) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /clusterstate.json]
   [junit4]   2> 181547 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:51809 51809
   [junit4]   2> 181660 INFO  (Thread-622) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:51809 51809
   [junit4]   2> 181661 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithExplicitRefreshLazy
   [junit4]   2> 181661 INFO  (SUITE-ZkStateReaderTest-seed#[AA1E0E3140F56C5F]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.overseer.ZkStateReaderTest_AA1E0E3140F56C5F-001
   [junit4]   2> Jun 25, 2016 12:40:01 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene54): {}, docValues:{}, sim=DefaultSimilarity, locale=is-IS, timezone=America/Blanc-Sablon
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.7.0_80 (64-bit)/cpus=4,threads=1,free=79792208,total=340262912
   [junit4]   2> NOTE: All tests run in this JVM: [TestInitQParser, TestDistributedMissingSort, TestUtils, TestManagedSynonymFilterFactory, TestSortByMinMaxFunction, TestNoOpRegenerator, RegexBoostProcessorTest, SolrCoreCheckLockOnStartupTest, BadComponentTest, AutoCommitTest, TestScoreJoinQPScore, TestDynamicFieldResource, TestSolrDeletionPolicy1, TestPerFieldSimilarity, TestSolrConfigHandlerConcurrent, TestReversedWildcardFilterFactory, TestFieldTypeCollectionResource, CircularListTest, BasicDistributedZk2Test, ConjunctionSolrSpellCheckerTest, ZkStateReaderTest]
   [junit4] Completed [40/573 (1!)] on J2 in 3.97s, 6 tests, 1 error <<< FAILURES!

[...truncated 623 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_AA1E0E3140F56C5F-001/init-core-data-001
   [junit4]   2> 1419634 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[AA1E0E3140F56C5F]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1419634 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[AA1E0E3140F56C5F]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 1419833 WARN  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[AA1E0E3140F56C5F]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 1419861 WARN  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[AA1E0E3140F56C5F]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1419912 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[AA1E0E3140F56C5F]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1419930 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[AA1E0E3140F56C5F]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.6.0-tests.jar!/webapps/hdfs to ./temp/Jetty_localhost_42888_hdfs____.rvezj0/webapp
   [junit4]   2> 1420218 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[AA1E0E3140F56C5F]-worker) [    ] o.m.log NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
   [junit4]   2> 1420837 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[AA1E0E3140F56C5F]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:42888
   [junit4]   2> 1421503 WARN  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[AA1E0E3140F56C5F]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1421504 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[AA1E0E3140F56C5F]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1421522 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[AA1E0E3140F56C5F]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.6.0-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_32775_datanode____.5f858j/webapp
   [junit4]   2> 1421635 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[AA1E0E3140F56C5F]-worker) [    ] o.m.log NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
   [junit4]   2> 1422057 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[AA1E0E3140F56C5F]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:32775
   [junit4]   2> 1422274 WARN  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[AA1E0E3140F56C5F]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1422275 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[AA1E0E3140F56C5F]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1422292 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[AA1E0E3140F56C5F]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.6.0-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_47946_datanode____.q6zk01/webapp
   [junit4]   2> 1422662 INFO  (IPC Server handler 5 on 32833) [    ] BlockStateChange BLOCK* processReport: from storage DS-f731e281-3927-4a29-9805-6c40acaf83a0 node DatanodeRegistration(127.0.0.1, datanodeUuid=0fea603f-66b0-4587-a70d-f73202690a7f, infoPort=32775, ipcPort=46190, storageInfo=lv=-56;cid=testClusterID;nsid=786981867;c=0), blocks: 0, hasStaleStorages: true, processing time: 0 msecs
   [junit4]   2> 1422662 INFO  (IPC Server handler 5 on 32833) [    ] BlockStateChange BLOCK* processReport: from storage DS-603bc571-e68d-4066-9574-1bff0b977fbd node DatanodeRegistration(127.0.0.1, datanodeUuid=0fea603f-66b0-4587-a70d-f73202690a7f, infoPort=32775, ipcPort=46190, storageInfo=lv=-56;cid=testClusterID;nsid=786981867;c=0), blocks: 0, hasStaleStorages: false, processing time: 0 msecs
   [junit4]   2> 1422723 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[AA1E0E3140F56C5F]-worker) [    ] o.m.log NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
   [junit4]   2> 1423260 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[AA1E0E3140F56C5F]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:47946
   [junit4]   2> 1423924 INFO  (IPC Server handler 3 on 32833) [    ] BlockStateChange BLOCK* processReport: from storage DS-919828f6-2ff6-4175-99e7-a4d1fe6d03e6 node DatanodeRegistration(127.0.0.1, datanodeUuid=7c8c221a-4a19-44bf-af1d-6ed5b3b3ff5b, infoPort=47946, ipcPort=53198, storageInfo=lv=-56;cid=testClusterID;nsid=786981867;c=0), blocks: 0, hasStaleStorages: true, processing time: 0 msecs
   [junit4]   2> 1423924 INFO  (IPC Server handler 3 on 32833) [    ] BlockStateChange BLOCK* processReport: from storage DS-ded954fa-1e5c-4d09-bda3-447a4b5ab28a node DatanodeRegistration(127.0.0.1, datanodeUuid=7c8c221a-4a19-44bf-af1d-6ed5b3b3ff5b, infoPort=47946, ipcPort=53198, storageInfo=lv=-56;cid=testClusterID;nsid=786981867;c=0), blocks: 0, hasStaleStorages: false, processing time: 0 msecs
   [junit4]   2> 1424250 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1424257 INFO  (Thread-49417) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1424257 INFO  (Thread-49417) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1424425 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.ZkTestServer start zk server on port:59611
   [junit4]   2> 1424425 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1424437 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1424497 INFO  (zkCallback-261-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1e91651c name:ZooKeeperConnection Watcher:127.0.0.1:59611 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1424498 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1424498 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1424498 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1424500 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1424535 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1424536 INFO  (zkCallback-262-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7a2010a4 name:ZooKeeperConnection Watcher:127.0.0.1:59611/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1424536 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1424536 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1424536 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 1424538 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 1424551 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 1424552 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 1424553 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1424553 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1424555 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1424555 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 1424556 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1424556 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1424557 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1424557 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1424558 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1424558 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1424559 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1424559 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 1424560 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1424560 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1424561 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1424561 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1424562 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1424562 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1424563 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1424563 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1424564 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1424564 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1424684 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_AA1E0E3140F56C5F-001/control-001/cores/collection1
   [junit4]   2> 1424733 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1424751 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7eae363f{/,null,AVAILABLE}
   [junit4]   2> 1424751 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.e.j.s.ServerConnector Started ServerConnector@139f23af{HTTP/1.1}{127.0.0.1:53209}
   [junit4]   2> 1424752 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.e.j.s.Server Started @1426977ms
   [junit4]   2> 1424752 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=53209, solr.data.dir=hdfs://localhost:32833/hdfs__localhost_32833__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-5.5_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_AA1E0E3140F56C5F-001_tempDir-002_control_data, hostContext=/, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_AA1E0E3140F56C5F-001/control-001/cores}
   [junit4]   2> 1424752 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@7b3cb2c6
   [junit4]   2> 1424752 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_AA1E0E3140F56C5F-001/control-001'
   [junit4]   2> 1424752 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1424752 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1424752 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1424756 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1424761 INFO  (zkCallback-263-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4085de96 name:ZooKeeperConnection Watcher:127.0.0.1:59611/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1424761 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1424761 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1424880 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 0x15587a5e3e90002, 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> 1424884 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1424885 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_AA1E0E3140F56C5F-001/control-001/solr.xml
   [junit4]   2> 1424937 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_AA1E0E3140F56C5F-001/control-001/cores
   [junit4]   2> 1424938 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.CoreContainer New CoreContainer 1901849956
   [junit4]   2> 1424938 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_AA1E0E3140F56C5F-001/control-001]
   [junit4]   2> 1424938 WARN  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_AA1E0E3140F56C5F-001/control-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_AA1E0E3140F56C5F-001/control-001/lib
   [junit4]   2> 1424938 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[AA

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

ReplicationHandler_AA1E0E3140F56C5F-001/solr-instance-031/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@83fd91c; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3}
   [junit4]   2> 2720496 INFO  (coreCloseExecutor-3376-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
   [junit4]   2> 2720496 INFO  (coreCloseExecutor-3376-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 2720497 INFO  (coreCloseExecutor-3376-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing NRTCachingDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2720497 INFO  (coreCloseExecutor-3376-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_AA1E0E3140F56C5F-001/solr-instance-031/collection1/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_AA1E0E3140F56C5F-001/solr-instance-031/collection1/data;done=false>>]
   [junit4]   2> 2720497 INFO  (coreCloseExecutor-3376-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_AA1E0E3140F56C5F-001/solr-instance-031/collection1/data
   [junit4]   2> 2720497 INFO  (coreCloseExecutor-3376-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_AA1E0E3140F56C5F-001/solr-instance-031/collection1/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_AA1E0E3140F56C5F-001/solr-instance-031/collection1/data/index;done=false>>]
   [junit4]   2> 2720497 INFO  (coreCloseExecutor-3376-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_AA1E0E3140F56C5F-001/solr-instance-031/collection1/data/index
   [junit4]   2> 2720497 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[AA1E0E3140F56C5F]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1c9d1e62{/solr,null,UNAVAILABLE}
   [junit4]   2> 2720501 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[AA1E0E3140F56C5F]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@7c2bb8ba{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 2720501 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[AA1E0E3140F56C5F]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=27695221
   [junit4]   2> 2720502 INFO  (coreCloseExecutor-3378-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@74ea717f
   [junit4]   2> 2720502 INFO  (coreCloseExecutor-3378-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 2720502 INFO  (coreCloseExecutor-3378-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 2720502 INFO  (coreCloseExecutor-3378-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2720502 INFO  (coreCloseExecutor-3378-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2720503 INFO  (coreCloseExecutor-3378-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 2720503 INFO  (coreCloseExecutor-3378-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing NRTCachingDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2720503 INFO  (coreCloseExecutor-3378-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_AA1E0E3140F56C5F-001/solr-instance-032/collection1/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_AA1E0E3140F56C5F-001/solr-instance-032/collection1/data;done=false>>]
   [junit4]   2> 2720503 INFO  (coreCloseExecutor-3378-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_AA1E0E3140F56C5F-001/solr-instance-032/collection1/data
   [junit4]   2> 2720504 INFO  (coreCloseExecutor-3378-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_AA1E0E3140F56C5F-001/solr-instance-032/collection1/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_AA1E0E3140F56C5F-001/solr-instance-032/collection1/data/index;done=false>>]
   [junit4]   2> 2720504 INFO  (coreCloseExecutor-3378-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_AA1E0E3140F56C5F-001/solr-instance-032/collection1/data/index
   [junit4]   2> 2720504 INFO  (TEST-TestReplicationHandler.testRateLimitedReplication-seed#[AA1E0E3140F56C5F]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@61e0cb8{/solr,null,UNAVAILABLE}
   [junit4]   2> 2720505 INFO  (SUITE-TestReplicationHandler-seed#[AA1E0E3140F56C5F]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_AA1E0E3140F56C5F-001
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=6, maxDocsPerChunk=728, blockSize=6), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=6, blockSize=6)), sim=DefaultSimilarity, locale=ga-IE, timezone=America/Dawson_Creek
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.7.0_80 (64-bit)/cpus=4,threads=1,free=117200792,total=455081984
   [junit4]   2> NOTE: All tests run in this JVM: [CursorMarkTest, TestCloudSchemaless, DisMaxRequestHandlerTest, TestObjectReleaseTracker, TestUniqueKeyFieldResource, TestReRankQParserPlugin, QueryEqualityTest, AtomicUpdatesTest, CachingDirectoryFactoryTest, TestRestoreCore, FileBasedSpellCheckerTest, TestSearcherReuse, TestDefaultSearchFieldResource, TestConfig, TestStressLucene, DocumentAnalysisRequestHandlerTest, TestDistributedSearch, TestFieldCollectionResource, SignatureUpdateProcessorFactoryTest, TestRandomDVFaceting, TestClassicSimilarityFactory, HdfsRecoveryZkTest, TestBulkSchemaConcurrent, TestShardHandlerFactory, TestMinMaxOnMultiValuedField, TestChildDocTransformer, EchoParamsTest, TestFastOutputStream, TestSolrXml, TestConfigReload, DistributedVersionInfoTest, HdfsCollectionsAPIDistributedZkTest, TestAnalyzedSuggestions, TestTrieFacet, TestLMDirichletSimilarityFactory, TestFoldingMultitermQuery, JsonLoaderTest, DistributedSuggestComponentTest, TestDistribIDF, TestHdfsUpdateLog, TestMaxScoreQueryParser, SolrCoreTest, PreAnalyzedFieldTest, TestNamedUpdateProcessors, TestCollapseQParserPlugin, DeleteInactiveReplicaTest, TestReplicationHandler]
   [junit4] Completed [373/573 (4!)] on J0 in 641.92s, 15 tests, 1 failure <<< FAILURES!

[...truncated 663 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:757: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:694: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/common-build.xml:534: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1477: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1033: There were test failures: 573 suites (7 ignored), 2319 tests, 3 errors, 1 failure, 34 ignored (18 assumptions) [seed: AA1E0E3140F56C5F]

Total time: 196 minutes 25 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-NightlyTests-5.5 - Build # 19 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.5/19/

1 tests failed.
FAILED:  org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=130784, name=collection3, state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=130784, name=collection3, state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:58658/mn/l: collection already exists: awholynewstresscollection_collection3_1
	at __randomizedtesting.SeedInfo.seed([CB8363A083754520]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1575)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1596)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:984)




Build Log:
[...truncated 12550 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_CB8363A083754520-001/init-core-data-001
   [junit4]   2> 3795446 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CB8363A083754520]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 3795446 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CB8363A083754520]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /mn/l
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 3795480 WARN  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CB8363A083754520]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 3795486 WARN  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CB8363A083754520]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 3795488 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CB8363A083754520]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 3795500 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CB8363A083754520]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.6.0-tests.jar!/webapps/hdfs to ./temp/Jetty_localhost_49962_hdfs____154wca/webapp
   [junit4]   2> 3795599 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CB8363A083754520]-worker) [    ] o.m.log NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
   [junit4]   2> 3795806 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CB8363A083754520]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:49962
   [junit4]   2> 3795865 WARN  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CB8363A083754520]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 3795866 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CB8363A083754520]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 3795874 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CB8363A083754520]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.6.0-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_47269_datanode____.iwljpj/webapp
   [junit4]   2> 3795983 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CB8363A083754520]-worker) [    ] o.m.log NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
   [junit4]   2> 3796275 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CB8363A083754520]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:47269
   [junit4]   2> 3796295 WARN  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CB8363A083754520]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 3796296 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CB8363A083754520]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 3796308 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CB8363A083754520]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.6.0-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_52362_datanode____xk5p3t/webapp
   [junit4]   2> 3796359 INFO  (IPC Server handler 3 on 56311) [    ] BlockStateChange BLOCK* processReport: from storage DS-b7012733-5ec2-47b7-a19e-2026b53c2f84 node DatanodeRegistration(127.0.0.1, datanodeUuid=5de52943-ebf7-44b2-9eaf-75d5100a6c45, infoPort=47269, ipcPort=34281, storageInfo=lv=-56;cid=testClusterID;nsid=673753889;c=0), blocks: 0, hasStaleStorages: true, processing time: 0 msecs
   [junit4]   2> 3796360 INFO  (IPC Server handler 3 on 56311) [    ] BlockStateChange BLOCK* processReport: from storage DS-4bc2004d-1631-4562-a983-44424a426be7 node DatanodeRegistration(127.0.0.1, datanodeUuid=5de52943-ebf7-44b2-9eaf-75d5100a6c45, infoPort=47269, ipcPort=34281, storageInfo=lv=-56;cid=testClusterID;nsid=673753889;c=0), blocks: 0, hasStaleStorages: false, processing time: 0 msecs
   [junit4]   2> 3796413 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CB8363A083754520]-worker) [    ] o.m.log NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
   [junit4]   2> 3796693 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CB8363A083754520]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:52362
   [junit4]   2> 3796738 INFO  (IPC Server handler 8 on 56311) [    ] BlockStateChange BLOCK* processReport: from storage DS-b6404081-cac8-40ca-baea-f8e9edbbc86f node DatanodeRegistration(127.0.0.1, datanodeUuid=76b57766-c952-4ca7-b6bb-d927265ec4c0, infoPort=52362, ipcPort=32806, storageInfo=lv=-56;cid=testClusterID;nsid=673753889;c=0), blocks: 0, hasStaleStorages: true, processing time: 0 msecs
   [junit4]   2> 3796738 INFO  (IPC Server handler 8 on 56311) [    ] BlockStateChange BLOCK* processReport: from storage DS-ce96e45a-62be-496c-b195-13ddb28ce2b3 node DatanodeRegistration(127.0.0.1, datanodeUuid=76b57766-c952-4ca7-b6bb-d927265ec4c0, infoPort=52362, ipcPort=32806, storageInfo=lv=-56;cid=testClusterID;nsid=673753889;c=0), blocks: 0, hasStaleStorages: false, processing time: 0 msecs
   [junit4]   2> 3796833 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3796833 INFO  (Thread-18239) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3796833 INFO  (Thread-18239) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3796933 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.ZkTestServer start zk server on port:52129
   [junit4]   2> 3796933 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3796934 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3796935 INFO  (zkCallback-30454-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7c3d262b name:ZooKeeperConnection Watcher:127.0.0.1:52129 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3796935 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3796936 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3796936 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 3796937 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3796938 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3796938 INFO  (zkCallback-30455-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2b67047e name:ZooKeeperConnection Watcher:127.0.0.1:52129/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3796938 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3796938 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3796938 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 3796940 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 3796941 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 3796941 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 3796942 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 3796942 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 3796943 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 3796943 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 3796944 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3796944 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3796945 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 3796945 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 3796945 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 3796945 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 3796946 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 3796946 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 3796947 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 3796947 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 3796948 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3796948 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3796948 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3796948 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3796949 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 3796949 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 3796950 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 3796950 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 3796951 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3796951 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3796952 INFO  (zkCallback-30456-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6c7e2fc3 name:ZooKeeperConnection Watcher:127.0.0.1:52129 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3796952 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3796952 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3796952 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 3796953 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3796953 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3796953 INFO  (zkCallback-30457-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@265c3799 name:ZooKeeperConnection Watcher:127.0.0.1:52129/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3796953 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3796954 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3796954 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf2/solrconfig.xml
   [junit4]   2> 3796954 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/solrconfig.xml
   [junit4]   2> 3796955 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf2/schema.xml
   [junit4]   2> 3796955 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/schema.xml
   [junit4]   2> 3796956 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf2/enumsConfig.xml
   [junit4]   2> 3796956 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/enumsConfig.xml
   [junit4]   2> 3796957 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3796957 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3796958 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf2/stopwords.txt
   [junit4]   2> 3796958 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/stopwords.txt
   [junit4]   2> 3796959 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf2/protwords.txt
   [junit4]   2> 3796959 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/protwords.txt
   [junit4]   2> 3796959 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf2/currency.xml
   [junit4]   2> 3796960 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/currency.xml
   [junit4]   2> 3796960 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf2/open-exchange-rates.json
   [junit4]   2> 3796960 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/open-exchange-rates.json
   [junit4]   2> 3796961 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3796961 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3796962 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf2/old_synonyms.txt
   [junit4]   2> 3796962 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/old_synonyms.txt
   [junit4]   2> 3796963 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf2/synonyms.txt
   [junit4]   2> 3796963 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/synonyms.txt
   [junit4]   2> 3796964 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/elevate.xml to /configs/conf2/elevate.xml
   [junit4]   2> 3796964 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/elevate.xml
   [junit4]   2> 3797031 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_CB8363A083754520-001/control-001/cores/collection1
   [junit4]   2> 3797034 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 3797039 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5fd37370{/mn/l,null,AVAILABLE}
   [junit4]   2> 3797039 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.e.j.s.ServerConnector Started ServerConnector@2a71dc83{HTTP/1.1}{127.0.0.1:58658}
   [junit4]   2> 3797040 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.e.j.s.Server Started @3799795ms
   [junit4]   2> 3797040 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=58658, solr.data.dir=hdfs://localhost:56311/hdfs__localhost_56311__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-5.5_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_CB8363A083754520-001_tempDir-002_control_data, hostContext=/mn/l, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_CB8363A083754520-001/control-001/cores}
   [junit4]   2> 3797040 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@3827de24
   [junit4]   2> 3797040 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_CB8363A083754520-001/control-001'
   [junit4]   2> 3797041 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3797041 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 3797041 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3797041 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3797042 INFO  (zkCallback-30458-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@74e46485 name:ZooKeeperConnection Watcher:127.0.0.1:52129/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3797042 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3797042 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3797043 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 3797043 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_CB8363A083754520-001/control-001/solr.xml
   [junit4]   2> 3797057 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_CB8363A083754520-001/control-001/cores
   [junit4]   2> 3797057 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.CoreContainer New CoreContainer 243778648
   [junit4]   2> 3797057 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_CB8363A083754520-001/control-001]
   [junit4]   2> 3797058 WARN  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_CB8363A083754520-001/control-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_CB8363A083754520-001/control-001/lib
   [junit4]   2> 3797058 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] 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> 3797062 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3797065 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3797066 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3797066 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52129/solr
   [junit4]   2> 3797067 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 3797067 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3797069 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3797072 INFO  (zkCallback-30461-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7d00b8e4 name:ZooKeeperConnection Watcher:127.0.0.1:52129 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3797073 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3797075 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3797078 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@7b45d3c4
   [junit4]   2> 3797080 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3797083 INFO  (zkCallback-30462-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@d509a67 name:ZooKeeperConnection Watcher:127.0.0.1:52129/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3797083 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3797086 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 3797089 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 3797092 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 3797094 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 3797097 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 3797098 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 3797100 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 3797101 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 3797102 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 3797103 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58658_mn%2Fl
   [junit4]   2> 3797103 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:58658_mn%2Fl
   [junit4]   2> 3797104 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 3797106 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 3797108 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3797108 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96125192600223750-127.0.0.1:58658_mn%2Fl-n_0000000000
   [junit4]   2> 3797108 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:58658_mn%2Fl
   [junit4]   2> 3797108 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 3797109 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.Overseer Overseer (id=96125192600223750-127.0.0.1:58658_mn%2Fl-n_0000000000) starting
   [junit4]   2> 3797111 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 3797114 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 3797115 INFO  (OverseerStateUpdate-96125192600223750-127.0.0.1:58658_mn%2Fl-n_0000000000) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 3797115 INFO  (OverseerStateUpdate-96125192600223750-127.0.0.1:58658_mn%2Fl-n_0000000000) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 3797115 INFO  (OverseerCollectionConfigSetProcessor-96125192600223750-127.0.0.1:58658_mn%2Fl-n_0000000000) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 3797117 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 3797143 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 3797143 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 3797144 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_CB8363A083754520-001/control-001/cores
   [junit4]   2> 3797144 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {config=solrconfig.xml, configSetProperties=configsetprops.json, shard=, collection=control_collection, schema=schema.xml, loadOnStartup=true, name=collection1, dataDir=data/, coreNodeName=, transient=false}
   [junit4]   2> 3797144 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_CB8363A083754520-001/control-001/cores/collection1
   [junit4]   2> 3797144 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 3797145 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 3797145 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 3797149 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection   x:collection1] o.a.s.c.ZkController Collection control_collection not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 3797149 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch [control_collection]
   [junit4]   2> 3797150 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 3797150 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1
   [junit4]   2> 3797150 INFO  (OverseerStateUpdate-96125192600223750-127.0.0.1:58658_mn%2Fl-n_0000000000) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "state":"down",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:58658/mn/l",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "node_name":"127.0.0.1:58658_mn%2Fl",
   [junit4]   2>   "core":"collection1"} current state version: 0
   [junit4]   2> 3797150 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 3797151 INFO  (OverseerStateUpdate-96125192600223750-127.0.0.1:58658_mn%2Fl-n_0000000000) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "state":"down",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:58658/mn/l",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "node_name":"127.0.0.1:58658_mn%2Fl",
   [junit4]   2>   "core":"collection1"}
   [junit4]   2> 3797156 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 3797156 INFO  (OverseerStateUpdate-96125192600223750-127.0.0.1:58658_mn%2Fl-n_0000000000) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 3797156 INFO  (OverseerStateUpdate-96125192600223750-127.0.0.1:58658_mn%2Fl-n_0000000000) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 3797158 INFO  (zkCallback-30462-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl    ] 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> 3797158 INFO  (zkCallback-30462-thread-2-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl    ] 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> 3798156 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3798157 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 3798157 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 3798157 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 3798158 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 3798158 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_CB8363A083754520-001/control-001/cores/collection1'
   [junit4]   2> 3798158 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3798158 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 3798160 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 3798164 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 3798173 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.2
   [junit4]   2> 3798192 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3798197 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 3799182 ERROR (Finalizer) [    ] o.a.s.c.CoreContainer CoreContainer was not close prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!  instance=1738048980
   [junit4]   2> 3799354 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3799364 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 3799366 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 3799375 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 3799379 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 3799381 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3799381 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3799383 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl 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=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1
   [junit4]   2> 3799383 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 3799383 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.HdfsDirectoryFactory
   [junit4]   2> 3799383 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:56311/solr_hdfs_home
   [junit4]   2> 3799383 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 3799383 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_CB8363A083754520-001/control-001/cores/collection1], dataDir=[hdfs://localhost:56311/solr_hdfs_home/control_collection/core_node1/data/]
   [junit4]   2> 3799383 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl 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@60ab1380
   [junit4]   2> 3799384 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:56311/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 3799396 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for hdfs://localhost:56311/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 3799397 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=hdfs://localhost:56311/solr_hdfs_home/control_collection/core_node1/data/index/
   [junit4]   2> 3799405 WARN  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'hdfs:/localhost:56311/solr_hdfs_home/control_collection/core_node1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 3799405 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:56311/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 3799415 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for hdfs://localhost:56311/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 3799416 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl 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=9, maxMergeAtOnceExplicit=8, maxMergedSegmentMB=1.2841796875, floorSegmentMB=0.25390625, forceMergeDeletesPctAllowed=5.759116282312718, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 3799462 INFO  (IPC Server handler 5 on 56311) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:57089 is added to blk_1073741825_1001{blockUCState=UNDER_CONSTRUCTION, primaryNodeIndex=-1, replicas=[ReplicaUnderConstruction[[DISK]DS-b7012733-5ec2-47b7-a19e-2026b53c2f84:NORMAL:127.0.0.1:55499|RBW], ReplicaUnderConstruction[[DISK]DS-ce96e45a-62be-496c-b195-13ddb28ce2b3:NORMAL:127.0.0.1:57089|FINALIZED]]} size 0
   [junit4]   2> 3799463 INFO  (IPC Server handler 4 on 56311) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:55499 is added to blk_1073741825_1001{blockUCState=UNDER_CONSTRUCTION, primaryNodeIndex=-1, replicas=[ReplicaUnderConstruction[[DISK]DS-b7012733-5ec2-47b7-a19e-2026b53c2f84:NORMAL:127.0.0.1:55499|RBW], ReplicaUnderConstruction[[DISK]DS-ce96e45a-62be-496c-b195-13ddb28ce2b3:NORMAL:127.0.0.1:57089|FINALIZED]]} size 0
   [junit4]   2> 3799465 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=NRTCachingDirectory(HdfsDirectory@hdfs://localhost:56311/solr_hdfs_home/control_collection/core_node1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1fe35de6; maxCacheMB=192.0 maxMergeSizeMB=16.0),segFN=segments_1,generation=1}
   [junit4]   2> 3799465 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 3799466 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:58658_mn%2Fl 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 hdfs://localhost:56311/solr_hdfs_home/control_collection/core_node1/data/
   [junit4]   2> 3799468 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3799468 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3799468 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3799468 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3799468 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3799468 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl 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> 3799468 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl 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> 3799468 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl 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> 3799468 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl 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> 3799468 WARN  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 3799470 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3799471 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3799472 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3799473 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 3799477 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/threads,/update/json/docs,/admin/luke,/admin/file,standard,/admin/mbeans,/replication,/dump,/admin/logging,/update,/get,/update/json,/admin/plugins,/schema,/admin/properties,/admin/system,/admin/segments,/config,/update/csv,/admin/ping
   [junit4]   2> 3799478 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl 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> 3799478 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 3799478 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl 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> 3799478 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 3799487 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3799487 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3799491 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl 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=22, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.799049105982103]
   [junit4]   2> 3799500 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=NRTCachingDirectory(HdfsDirectory@hdfs://localhost:56311/solr_hdfs_home/control_collection/core_node1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1fe35de6; maxCacheMB=192.0 maxMergeSizeMB=16.0),segFN=segments_1,generation=1}
   [junit4]   2> 3799500 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 3799500 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@aad80ce[collection1] main
   [junit4]   2> 3799500 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl 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> 3799501 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl 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> 3799501 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl 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> 3799501 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3799501 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 3799501 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl 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> 3799501 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl 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> 3799501 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl 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> 3799502 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 3799502 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 3799503 INFO  (searcherExecutor-13157-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:58658_mn%2Fl r:core_node1 x:collection1) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@aad80ce[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3799503 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl 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> 3799503 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl 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> 3799503 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl 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> 3799503 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl 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 1538003084402229248
   [junit4]   2> 3799505 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1538003084402229248
   [junit4]   2> 3799505 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 3799505 INFO  (coreLoadExecutor-13156-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 3799505 INFO  (coreZkRegister-13150-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:58658_mn%2Fl r:core_node1 x:collection1) [n:127.0.0.1:58658_mn%2Fl 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:58658/mn/l collection:control_collection shard:shard1
   [junit4]   2> 3799506 INFO  (coreZkRegister-13150-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:58658_mn%2Fl r:core_node1 x:collection1) [n:127.0.0.1:58658_mn%2Fl 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> 3799507 INFO  (coreZkRegister-13150-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:58658_mn%2Fl r:core_node1 x:collection1) [n:127.0.0.1:58658_mn%2Fl 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/96125192600223750-core_node1-n_0000000000
   [junit4]   2> 3799507 INFO  (coreZkRegister-13150-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:58658_mn%2Fl r:core_node1 x:collection1) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=180000
   [junit4]   2> 3799510 INFO  (coreZkRegister-13150-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:58658_mn%2Fl r:core_node1 x:collection1) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3799510 INFO  (OverseerStateUpdate-96125192600223750-127.0.0.1:58658_mn%2Fl-n_0000000000) [n:127.0.0.1:58658_mn%2Fl    ] 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> 3799510 INFO  (coreZkRegister-13150-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:58658_mn%2Fl r:core_node1 x:collection1) [n:127.0.0.1:58658_mn%2Fl 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> 3799510 INFO  (coreZkRegister-13150-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:58658_mn%2Fl r:core_node1 x:collection1) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:58658/mn/l/collection1/
   [junit4]   2> 3799510 INFO  (coreZkRegister-13150-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:58658_mn%2Fl r:core_node1 x:collection1) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 3799510 INFO  (zkCallback-30462-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl    ] 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> 3799510 INFO  (coreZkRegister-13150-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:58658_mn%2Fl r:core_node1 x:collection1) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:58658/mn/l/collection1/ has no replicas
   [junit4]   2> 3799510 INFO  (zkCallback-30462-thread-3-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl    ] 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> 3799512 INFO  (coreZkRegister-13150-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:58658_mn%2Fl r:core_node1 x:collection1) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 3799513 INFO  (coreZkRegister-13150-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:58658_mn%2Fl r:core_node1 x:collection1) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/96125192600223750-core_node1-n_0000000000
   [junit4]   2> 3799514 INFO  (coreZkRegister-13150-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:58658_mn%2Fl r:core_node1 x:collection1) [n:127.0.0.1:58658_mn%2Fl 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:58658/mn/l/collection1/ shard1
   [junit4]   2> 3799515 INFO  (OverseerStateUpdate-96125192600223750-127.0.0.1:58658_mn%2Fl-n_0000000000) [n:127.0.0.1:58658_mn%2Fl    ] 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:58658/mn/l",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 2
   [junit4]   2> 3799616 INFO  (zkCallback-30462-thread-1-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl    ] 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> 3799617 INFO  (zkCallback-30462-thread-3-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl    ] 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> 3799665 INFO  (coreZkRegister-13150-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:58658_mn%2Fl r:core_node1 x:collection1) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:58658/mn/l/collection1/ and leader is http://127.0.0.1:58658/mn/l/collection1/
   [junit4]   2> 3799665 INFO  (coreZkRegister-13150-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:58658_mn%2Fl r:core_node1 x:collection1) [n:127.0.0.1:58658_mn%2Fl 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:58658/mn/l
   [junit4]   2> 3799665 INFO  (coreZkRegister-13150-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:58658_mn%2Fl r:core_node1 x:collection1) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3799665 INFO  (coreZkRegister-13150-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:58658_mn%2Fl r:core_node1 x:collection1) [n:127.0.0.1:58658_mn%2Fl c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 3799665 INFO  (coreZkRegister-13150-thread-1-processing-s:shard1 c:control_collection n:127.0.0.1:58658_mn%2Fl r:core_node1 x:collection1) [n:127.0.0.1:58658_mn%2Fl 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> 3799667 INFO  (OverseerStateUpdate-96125192600223750-127.0.0.1:58658_mn%2Fl-n_0000000000) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "state":"active",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:58658/mn/l",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "node_name":"127.0.0.1:58658_mn%2Fl",
   [junit4]   2>   "core":"collection1"} current state version: 3
   [junit4]   2> 3799667 INFO  (OverseerStateUpdate-96125192600223750-127.0.0.1:58658_mn%2Fl-n_0000000000) [n:127.0.0.1:58658_mn%2Fl    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "state":"active",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:58658/mn/l",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "node_name":"127.0.0.1:58658_mn%2Fl",
   [junit4]   2>   "core":"collection1"}
   [junit4]   2> 3799675 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3799675 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3799676 INFO  (zkCallback-30464-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7ef1a486 name:ZooKeeperConnection Watcher:127.0.0.1:52129/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3799676 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3799676 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3799676 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 3799677 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 3799732 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_CB8363A083754520-001/shard-1-001/cores/collection1
   [junit4]   2> 3799733 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_CB8363A083754520-001/shard-1-001
   [junit4]   2> 3799733 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 3799735 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7e04b841{/mn/l,null,AVAILABLE}
   [junit4]   2> 3799735 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.e.j.s.ServerConnector Started ServerConnector@5b19b024{HTTP/1.1}{127.0.0.1:59406}
   [junit4]   2> 3799735 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.e.j.s.Server Started @3802490ms
   [junit4]   2> 3799735 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/mn/l, hostPort=59406, solrconfig=solrconfig.xml, solr.data.dir=hdfs://localhost:56311/hdfs__localhost_56311__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-5.5_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_CB8363A083754520-001_tempDir-002_jetty1, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_CB8363A083754520-001/shard-1-001/cores}
   [junit4]   2> 3799735 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@3827de24
   [junit4]   2> 3799735 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_CB8363A083754520-001/shard-1-001'
   [junit4]   2> 3799736 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3799736 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 3799736 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3799736 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3799737 INFO  (zkCallback-30465-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@48b29374 name:ZooKeeperConnection Watcher:127.0.0.1:52129/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3799737 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3799737 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3799740 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 3799740 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_CB8363A083754520-001/shard-1-001/solr.xml
   [junit4]   2> 3799749 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_CB8363A083754520-001/shard-1-001/cores
   [junit4]   2> 3799749 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.CoreContainer New CoreContainer 496687040
   [junit4]   2> 3799749 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_CB8363A083754520-001/shard-1-001]
   [junit4]   2> 3799749 WARN  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_CB8363A083754520-001/shard-1-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_CB8363A083754520-001/shard-1-001/lib
   [junit4]   2> 3799749 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] 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> 3799750 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3799751 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3799751 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3799751 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52129/solr
   [junit4]   2> 3799751 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 3799751 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3799751 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3799752 INFO  (zkCallback-30468-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@eba99f5 name:ZooKeeperConnection Watcher:127.0.0.1:52129 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3799752 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3799752 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3799753 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [n:127.0.0.1:59406_mn%2Fl    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@54e132d0
   [junit4]   2> 3799753 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [n:127.0.0.1:59406_mn%2Fl    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3799754 INFO  (zkCallback-30469-thread-1-processing-n:127.0.0.1:59406_mn%2Fl) [n:127.0.0.1:59406_mn%2Fl    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6a4edcd8 name:ZooKeeperConnection Watcher:127.0.0.1:52129/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3799754 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [n:127.0.0.1:59406_mn%2Fl    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3799758 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[CB8363A083754520]) [n:127.0.0.1:59406_mn%2Fl    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 3799769 INFO  (zkCallback-30469-thread-1-processing-n:127.0.0.1:59406_mn%2Fl) [n:127.0.0.1:59406_mn%2Fl    ] 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> 3799769 INFO  (zkCallback-30462-thread-3-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl    ] 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> 3799769 INFO  (zkCallback-30462-thread-2-processing-n:127.0.0.1:58658_mn%2Fl) [n:127.0.0.1:58658_mn%2Fl    ] 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> 3799769 INFO  (zkCallback-30464-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> 3800761 INFO  (TEST-HdfsCo

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

SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: java.lang.NullPointerException
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap.size(BlocksMap.java:198)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.getTotalBlocks(BlockManager.java:3291)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlocksTotal(FSNamesystem.java:6223)
   [junit4]   2> 	... 54 more
   [junit4]   2> 4185047 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CB8363A083754520]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> Jun 24, 2016 7:47:05 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 3 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene54): {a_i1=BlockTreeOrds(blocksize=128), timestamp=BlockTreeOrds(blocksize=128), range_facet_l_dv=PostingsFormat(name=LuceneFixedGap), range_facet_l=BlockTreeOrds(blocksize=128), other_tl1=FSTOrd50, intDefault=FSTOrd50, id=PostingsFormat(name=LuceneFixedGap), multiDefault=BlockTreeOrds(blocksize=128), a_t=BlockTreeOrds(blocksize=128), range_facet_i_dv=BlockTreeOrds(blocksize=128), text=PostingsFormat(name=Direct), _version_=FSTOrd50}, docValues:{timestamp=DocValuesFormat(name=Direct), range_facet_l_dv=DocValuesFormat(name=Asserting), range_facet_i_dv=DocValuesFormat(name=Direct)}, sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=it-IT, timezone=America/Argentina/Catamarca
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.7.0_80 (64-bit)/cpus=4,threads=2,free=240671688,total=500170752
   [junit4]   2> NOTE: All tests run in this JVM: [ParsingFieldUpdateProcessorsTest, TestReplicationHandlerBackup, TestSolrConfigHandlerCloud, TestSimpleTrackingShardHandler, TestSystemIdResolver, DistributedIntervalFacetingTest, TestDistributedGrouping, SpellCheckComponentTest, TestCursorMarkWithoutUniqueKey, VersionInfoTest, HdfsUnloadDistributedZkTest, CreateCollectionCleanupTest, TestDocBasedVersionConstraints, TestSolrDeletionPolicy2, TestDocumentBuilder, TestRTimerTree, TestQueryTypes, NumericFieldsTest, ReplicationFactorTest, TestBinaryResponseWriter, BasicAuthIntegrationTest, ConvertedLegacyTest, TestLFUCache, SuggestComponentTest, MultiTermTest, TestRequestForwarding, TestRecoveryHdfs, TestClassNameShortening, TestDFRSimilarityFactory, BigEndianAscendingWordDeserializerTest, OverseerTaskQueueTest, LoggingHandlerTest, TestSolrCloudWithKerberosAlt, SharedFSAutoReplicaFailoverTest, TermVectorComponentTest, MBeansHandlerTest, CloudMLTQParserTest, TestCodecSupport, TestComplexPhraseQParserPlugin, MultiThreadedOCPTest, TestStressVersions, SolrCmdDistributorTest, SecurityConfHandlerTest, ChangedSchemaMergeTest, SolrIndexSplitterTest, TestTrie, CollectionTooManyReplicasTest, ChaosMonkeyNothingIsSafeTest, TestRemoveLastDynamicCopyField, TestLMJelinekMercerSimilarityFactory, UUIDUpdateProcessorFallbackTest, TestDynamicFieldCollectionResource, TestSolrQueryParserDefaultOperatorResource, TestSurroundQueryParser, AddBlockUpdateTest, IndexBasedSpellCheckerTest, OpenCloseCoreStressTest, MinimalSchemaTest, ZkControllerTest, FileUtilsTest, HdfsNNFailoverTest, RequestLoggingTest, OpenExchangeRatesOrgProviderTest, UniqFieldsUpdateProcessorFactoryTest, CloneFieldUpdateProcessorFactoryTest, HdfsRestartWhileUpdatingTest, CloudExitableDirectoryReaderTest, BufferStoreTest, DeleteStatusTest, AnalyticsMergeStrategyTest, DeleteLastCustomShardedReplicaTest, ForceLeaderTest, TestSolrQueryResponse, SolrIndexConfigTest, TimeZoneUtilsTest, SimplePostToolTest, TestCoreContainer, LeaderInitiatedRecoveryOnCommitTest, EnumFieldTest, SchemaVersionSpecificBehaviorTest, FacetPivotSmallTest, TestFastLRUCache, DistributedTermsComponentTest, ZkSolrClientTest, HighlighterMaxOffsetTest, SpellCheckCollatorTest, TestImplicitCoreProperties, BasicFunctionalityTest, TestStandardQParsers, CSVRequestHandlerTest, MergeStrategyTest, TestFiltering, OverseerTest, ClusterStateUpdateTest, TestZkChroot, TestRandomDVFaceting, TestRangeQuery, SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, TestSort, TestIndexSearcher, SoftAutoCommitTest, SuggesterTSTTest, SuggesterTest, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, WordBreakSolrSpellCheckerTest, TestPseudoReturnFields, TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, QueryEqualityTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, TestRemoteStreaming, DocValuesMultiTest, DistanceFunctionTest, SolrInfoMBeanTest, XsltUpdateRequestHandlerTest, DebugComponentTest, LukeRequestHandlerTest, TestQueryUtils, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, FileBasedSpellCheckerTest, TermsComponentTest, DocumentBuilderTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, MoreLikeThisHandlerTest, RequiredFieldsTest, FastVectorHighlighterTest, TestJmxIntegration, UpdateRequestProcessorFactoryTest, TestPartialUpdateDeduplication, HighlighterConfigTest, TestQuerySenderNoQuery, ResponseLogComponentTest, TestMergePolicyConfig, TestDocSet, TestSearchPerf, OutputWriterTest, TestFuzzyAnalyzedSuggestions, TestSolrCoreProperties, TestPostingsSolrHighlighter, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, SpellPossibilityIteratorTest, TestXIncludeConfig, TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, ResourceLoaderTest, ScriptEngineTest, URLClassifyProcessorTest, PreAnalyzedFieldTest, TestSuggestSpellingConverter, SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, ClusterStateTest, SystemInfoHandlerTest, UUIDFieldTest, DistributedMLTComponentTest, TestRTGBase, TestTolerantSearch, ConnectionReuseTest, TestEmbeddedSolrServerConstructors, ActionThrottleTest, AliasIntegrationTest, CleanupOldIndexTest, CollectionsAPIAsyncDistributedZkTest, ConnectionManagerTest, DeleteReplicaTest, DistributedQueueTest, HttpPartitionTest, SimpleCollectionCreateDeleteTest, SolrCloudExampleTest, SolrXmlInZkTest, TestAuthenticationFramework, TestCloudDeleteByQuery, TestCloudInspectUtil, TestCloudPivotFacet, TestCollectionAPI, TestConfigSetsAPI, TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, TestDistribDocBasedVersion, TestDownShardTolerantSearch, TestExclusionRuleCollectionAccess, TestLeaderElectionZkExpiry, TestLeaderInitiatedRecoveryThread, TestMiniSolrCloudClusterBase, TestMiniSolrCloudClusterSSL, TestOnReconnectListenerSupport, TestRebalanceLeaders, TestShortCircuitedRequests, TestStressLiveNodes, HdfsChaosMonkeyNothingIsSafeTest, HdfsCollectionsAPIDistributedZkTest]
   [junit4] Completed [471/573 (1!)] on J1 in 399.35s, 1 test, 1 error <<< FAILURES!

[...truncated 344 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:757: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:694: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/common-build.xml:534: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1477: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1033: There were test failures: 573 suites (7 ignored), 2319 tests, 1 error, 34 ignored (18 assumptions) [seed: CB8363A083754520]

Total time: 204 minutes 48 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-NightlyTests-5.5 - Build # 18 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.5/18/

1 tests failed.
FAILED:  org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=64703, name=collection1, state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=64703, name=collection1, state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:55756: collection already exists: awholynewstresscollection_collection1_3
	at __randomizedtesting.SeedInfo.seed([948547760D48CBB9]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1575)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1596)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:984)




Build Log:
[...truncated 12353 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_948547760D48CBB9-001/init-core-data-001
   [junit4]   2> 2401258 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[948547760D48CBB9]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 2401258 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[948547760D48CBB9]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 2401304 WARN  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[948547760D48CBB9]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 2401322 WARN  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[948547760D48CBB9]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2401325 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[948547760D48CBB9]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 2401359 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[948547760D48CBB9]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.6.0-tests.jar!/webapps/hdfs to ./temp/Jetty_localhost_49299_hdfs____.9tmtrd/webapp
   [junit4]   2> 2401508 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[948547760D48CBB9]-worker) [    ] o.m.log NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
   [junit4]   2> 2401727 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[948547760D48CBB9]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:49299
   [junit4]   2> 2402018 WARN  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[948547760D48CBB9]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2402020 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[948547760D48CBB9]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 2402034 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[948547760D48CBB9]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.6.0-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_46157_datanode____.hbtxhk/webapp
   [junit4]   2> 2402156 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[948547760D48CBB9]-worker) [    ] o.m.log NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
   [junit4]   2> 2402471 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[948547760D48CBB9]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:46157
   [junit4]   2> 2402752 WARN  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[948547760D48CBB9]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2402753 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[948547760D48CBB9]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 2402763 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[948547760D48CBB9]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.6.0-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_44790_datanode____7m0et1/webapp
   [junit4]   2> 2402890 INFO  (IPC Server handler 5 on 34362) [    ] BlockStateChange BLOCK* processReport: from storage DS-9cc030c0-0a6a-48f6-bd3b-6dbdd3332592 node DatanodeRegistration(127.0.0.1, datanodeUuid=333580e3-52f8-47e1-ad25-0ebb76883ab7, infoPort=46157, ipcPort=50603, storageInfo=lv=-56;cid=testClusterID;nsid=920334292;c=0), blocks: 0, hasStaleStorages: true, processing time: 0 msecs
   [junit4]   2> 2402890 INFO  (IPC Server handler 5 on 34362) [    ] BlockStateChange BLOCK* processReport: from storage DS-7796823a-908d-42fc-811c-68afdffa8988 node DatanodeRegistration(127.0.0.1, datanodeUuid=333580e3-52f8-47e1-ad25-0ebb76883ab7, infoPort=46157, ipcPort=50603, storageInfo=lv=-56;cid=testClusterID;nsid=920334292;c=0), blocks: 0, hasStaleStorages: false, processing time: 0 msecs
   [junit4]   2> 2402917 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[948547760D48CBB9]-worker) [    ] o.m.log NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
   [junit4]   2> 2403206 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[948547760D48CBB9]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:44790
   [junit4]   2> 2403320 INFO  (IPC Server handler 7 on 34362) [    ] BlockStateChange BLOCK* processReport: from storage DS-f399cde4-01da-4d68-8169-e69f268470b8 node DatanodeRegistration(127.0.0.1, datanodeUuid=da4df41d-5e52-4bb4-bbdb-9170ea2681f9, infoPort=44790, ipcPort=59889, storageInfo=lv=-56;cid=testClusterID;nsid=920334292;c=0), blocks: 0, hasStaleStorages: true, processing time: 1 msecs
   [junit4]   2> 2403321 INFO  (IPC Server handler 7 on 34362) [    ] BlockStateChange BLOCK* processReport: from storage DS-4a44f45a-98d3-4083-9c1a-fe415d9d84f8 node DatanodeRegistration(127.0.0.1, datanodeUuid=da4df41d-5e52-4bb4-bbdb-9170ea2681f9, infoPort=44790, ipcPort=59889, storageInfo=lv=-56;cid=testClusterID;nsid=920334292;c=0), blocks: 0, hasStaleStorages: false, processing time: 0 msecs
   [junit4]   2> 2403372 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2403373 INFO  (Thread-56431) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2403373 INFO  (Thread-56431) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2403473 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.ZkTestServer start zk server on port:47795
   [junit4]   2> 2403474 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2403475 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2403478 INFO  (zkCallback-1716-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@759160e8 name:ZooKeeperConnection Watcher:127.0.0.1:47795 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2403478 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2403479 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2403479 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 2403488 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2403490 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2403490 INFO  (zkCallback-1717-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@67324eac name:ZooKeeperConnection Watcher:127.0.0.1:47795/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2403490 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2403490 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2403490 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 2403492 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 2403493 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 2403495 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 2403497 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2403497 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2403499 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2403500 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 2403502 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2403503 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2403505 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2403505 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2403506 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2403506 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2403508 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2403508 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 2403509 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2403509 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2403510 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2403510 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2403511 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2403511 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2403512 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2403512 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2403514 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2403514 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2403517 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2403518 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2403519 INFO  (zkCallback-1718-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1b47d0b8 name:ZooKeeperConnection Watcher:127.0.0.1:47795 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2403519 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2403519 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2403519 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 2403524 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2403525 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2403525 INFO  (zkCallback-1719-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1176639a name:ZooKeeperConnection Watcher:127.0.0.1:47795/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2403526 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2403526 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2403526 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf2/solrconfig.xml
   [junit4]   2> 2403526 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/solrconfig.xml
   [junit4]   2> 2403528 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf2/schema.xml
   [junit4]   2> 2403528 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/schema.xml
   [junit4]   2> 2403536 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf2/enumsConfig.xml
   [junit4]   2> 2403537 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/enumsConfig.xml
   [junit4]   2> 2403539 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2403539 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2403540 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf2/stopwords.txt
   [junit4]   2> 2403540 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/stopwords.txt
   [junit4]   2> 2403541 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf2/protwords.txt
   [junit4]   2> 2403542 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/protwords.txt
   [junit4]   2> 2403543 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf2/currency.xml
   [junit4]   2> 2403543 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/currency.xml
   [junit4]   2> 2403544 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf2/open-exchange-rates.json
   [junit4]   2> 2403544 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/open-exchange-rates.json
   [junit4]   2> 2403547 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2403547 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2403549 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf2/old_synonyms.txt
   [junit4]   2> 2403549 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/old_synonyms.txt
   [junit4]   2> 2403551 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf2/synonyms.txt
   [junit4]   2> 2403552 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/synonyms.txt
   [junit4]   2> 2403553 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/elevate.xml to /configs/conf2/elevate.xml
   [junit4]   2> 2403553 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/elevate.xml
   [junit4]   2> 2403655 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_948547760D48CBB9-001/control-001/cores/collection1
   [junit4]   2> 2403656 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 2403658 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@13c44201{/,null,AVAILABLE}
   [junit4]   2> 2403659 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.e.j.s.ServerConnector Started ServerConnector@5225fa69{HTTP/1.1}{127.0.0.1:53085}
   [junit4]   2> 2403659 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.e.j.s.Server Started @2406145ms
   [junit4]   2> 2403659 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=53085, solr.data.dir=hdfs://localhost:34362/hdfs__localhost_34362__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-5.5_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_948547760D48CBB9-001_tempDir-002_control_data, hostContext=/, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_948547760D48CBB9-001/control-001/cores}
   [junit4]   2> 2403659 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@7b3cb2c6
   [junit4]   2> 2403659 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_948547760D48CBB9-001/control-001'
   [junit4]   2> 2403659 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2403659 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2403660 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2403661 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2403662 INFO  (zkCallback-1720-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4de1f0ae name:ZooKeeperConnection Watcher:127.0.0.1:47795/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2403662 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2403662 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2403663 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2403663 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_948547760D48CBB9-001/control-001/solr.xml
   [junit4]   2> 2403674 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_948547760D48CBB9-001/control-001/cores
   [junit4]   2> 2403674 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.CoreContainer New CoreContainer 1764346230
   [junit4]   2> 2403674 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_948547760D48CBB9-001/control-001]
   [junit4]   2> 2403674 WARN  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_948547760D48CBB9-001/control-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_948547760D48CBB9-001/control-001/lib
   [junit4]   2> 2403674 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] 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> 2403675 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2403675 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2403675 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2403675 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:47795/solr
   [junit4]   2> 2403675 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2403675 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2403676 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2403677 INFO  (zkCallback-1723-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1211b385 name:ZooKeeperConnection Watcher:127.0.0.1:47795 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2403677 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2403677 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2403678 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:53085_    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@7758bc15
   [junit4]   2> 2403679 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:53085_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2403680 INFO  (zkCallback-1724-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@68ef2dff name:ZooKeeperConnection Watcher:127.0.0.1:47795/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2403680 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:53085_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2403681 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:53085_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2403683 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:53085_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2403686 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:53085_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2403688 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:53085_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2403690 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:53085_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2403692 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:53085_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2403694 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:53085_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2403695 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:53085_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2403696 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:53085_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2403697 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:53085_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53085_
   [junit4]   2> 2403697 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:53085_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:53085_
   [junit4]   2> 2403699 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:53085_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2403700 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:53085_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2403701 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:53085_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2403701 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:53085_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96119382391193606-127.0.0.1:53085_-n_0000000000
   [junit4]   2> 2403702 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:53085_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:53085_
   [junit4]   2> 2403702 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:53085_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 2403703 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:53085_    ] o.a.s.c.Overseer Overseer (id=96119382391193606-127.0.0.1:53085_-n_0000000000) starting
   [junit4]   2> 2403706 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:53085_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 2403711 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:53085_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2403711 INFO  (OverseerCollectionConfigSetProcessor-96119382391193606-127.0.0.1:53085_-n_0000000000) [n:127.0.0.1:53085_    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 2403712 INFO  (OverseerStateUpdate-96119382391193606-127.0.0.1:53085_-n_0000000000) [n:127.0.0.1:53085_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 2403712 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:53085_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2403731 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:53085_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2403731 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:53085_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2403732 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:53085_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_948547760D48CBB9-001/control-001/cores
   [junit4]   2> 2403732 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:53085_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {configSetProperties=configsetprops.json, schema=schema.xml, loadOnStartup=true, shard=, collection=control_collection, dataDir=data/, transient=false, name=collection1, config=solrconfig.xml, coreNodeName=}
   [junit4]   2> 2403732 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:53085_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_948547760D48CBB9-001/control-001/cores/collection1
   [junit4]   2> 2403732 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:53085_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 2403733 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:53085_    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0
   [junit4]   2> 2403733 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:53085_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2403733 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2403733 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 2403734 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection control_collection not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 2403734 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch [control_collection]
   [junit4]   2> 2403735 INFO  (OverseerStateUpdate-96119382391193606-127.0.0.1:53085_-n_0000000000) [n:127.0.0.1:53085_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "shard":null,
   [junit4]   2>   "roles":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "base_url":"http://127.0.0.1:53085",
   [junit4]   2>   "node_name":"127.0.0.1:53085_",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down"} current state version: 0
   [junit4]   2> 2403735 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 2403735 INFO  (OverseerStateUpdate-96119382391193606-127.0.0.1:53085_-n_0000000000) [n:127.0.0.1:53085_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "shard":null,
   [junit4]   2>   "roles":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "base_url":"http://127.0.0.1:53085",
   [junit4]   2>   "node_name":"127.0.0.1:53085_",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down"}
   [junit4]   2> 2403736 INFO  (OverseerStateUpdate-96119382391193606-127.0.0.1:53085_-n_0000000000) [n:127.0.0.1:53085_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 2403736 INFO  (OverseerStateUpdate-96119382391193606-127.0.0.1:53085_-n_0000000000) [n:127.0.0.1:53085_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 2403736 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2403737 INFO  (zkCallback-1724-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_    ] 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> 2404739 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2404739 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 2404739 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2404739 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 2404739 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 2404739 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_948547760D48CBB9-001/control-001/cores/collection1'
   [junit4]   2> 2404740 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2404740 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2404741 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2404755 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2404772 WARN  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 2404774 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.2
   [junit4]   2> 2404827 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2404833 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2405219 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2405229 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2405232 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2405239 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2405245 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2405247 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2405250 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2405255 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ 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=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0
   [junit4]   2> 2405255 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 2405255 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.HdfsDirectoryFactory
   [junit4]   2> 2405255 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:34362/solr_hdfs_home
   [junit4]   2> 2405255 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 2405255 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_948547760D48CBB9-001/control-001/cores/collection1], dataDir=[hdfs://localhost:34362/solr_hdfs_home/control_collection/core_node1/data/]
   [junit4]   2> 2405255 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ 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@4f5347b4
   [junit4]   2> 2405255 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:34362/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 2405267 WARN  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.h.HdfsDirectory The NameNode is in SafeMode - Solr will wait 5 seconds and try again.
   [junit4]   2> 2410271 WARN  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.h.HdfsDirectory The NameNode is in SafeMode - Solr will wait 5 seconds and try again.
   [junit4]   2> 2415389 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for hdfs://localhost:34362/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 2415390 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=hdfs://localhost:34362/solr_hdfs_home/control_collection/core_node1/data/index/
   [junit4]   2> 2415397 WARN  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'hdfs:/localhost:34362/solr_hdfs_home/control_collection/core_node1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2415398 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:34362/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 2415413 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for hdfs://localhost:34362/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 2415413 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=15, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.27010901662516473]
   [junit4]   2> 2415444 INFO  (IPC Server handler 4 on 34362) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:40899 is added to blk_1073741825_1001{blockUCState=UNDER_CONSTRUCTION, primaryNodeIndex=-1, replicas=[ReplicaUnderConstruction[[DISK]DS-4a44f45a-98d3-4083-9c1a-fe415d9d84f8:NORMAL:127.0.0.1:34210|RBW], ReplicaUnderConstruction[[DISK]DS-9cc030c0-0a6a-48f6-bd3b-6dbdd3332592:NORMAL:127.0.0.1:40899|FINALIZED]]} size 0
   [junit4]   2> 2415446 INFO  (IPC Server handler 3 on 34362) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:34210 is added to blk_1073741825_1001{blockUCState=UNDER_CONSTRUCTION, primaryNodeIndex=-1, replicas=[ReplicaUnderConstruction[[DISK]DS-9cc030c0-0a6a-48f6-bd3b-6dbdd3332592:NORMAL:127.0.0.1:40899|FINALIZED], ReplicaUnderConstruction[[DISK]DS-f399cde4-01da-4d68-8169-e69f268470b8:NORMAL:127.0.0.1:34210|FINALIZED]]} size 0
   [junit4]   2> 2415453 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=NRTCachingDirectory(HdfsDirectory@hdfs://localhost:34362/solr_hdfs_home/control_collection/core_node1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@236ce138; maxCacheMB=192.0 maxMergeSizeMB=16.0),segFN=segments_1,generation=1}
   [junit4]   2> 2415453 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2415454 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:53085_ 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 hdfs://localhost:34362/solr_hdfs_home/control_collection/core_node1/data/
   [junit4]   2> 2415457 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2415457 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2415457 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2415457 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2415457 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2415457 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ 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> 2415457 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ 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> 2415457 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ 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> 2415457 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ 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> 2415458 WARN  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 2415460 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2415461 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2415462 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2415463 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2415468 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /dump,/get,/admin/file,/update/json/docs,/admin/mbeans,/config,/replication,/update/csv,/admin/threads,/schema,/admin/ping,/admin/system,/admin/plugins,/admin/properties,standard,/update,/admin/segments,/admin/luke,/admin/logging,/update/json
   [junit4]   2> 2415471 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ 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> 2415472 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 2415472 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ 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> 2415472 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 2415482 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2415482 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2415485 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=47, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2415497 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=NRTCachingDirectory(HdfsDirectory@hdfs://localhost:34362/solr_hdfs_home/control_collection/core_node1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@236ce138; maxCacheMB=192.0 maxMergeSizeMB=16.0),segFN=segments_1,generation=1}
   [junit4]   2> 2415497 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2415497 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@28dcd090[collection1] main
   [junit4]   2> 2415497 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ 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> 2415499 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ 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> 2415499 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ 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> 2415499 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2415499 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 2415499 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ 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> 2415500 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ 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> 2415500 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ 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> 2415500 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2415501 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2415508 INFO  (searcherExecutor-5184-thread-1-processing-s:shard1 c:control_collection r:core_node1 n:127.0.0.1:53085_ x:collection1) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@28dcd090[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2415509 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ 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> 2415509 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ 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> 2415509 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ 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> 2415509 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ 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 1537910130982518784
   [junit4]   2> 2415511 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1537910130982518784
   [junit4]   2> 2415511 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 2415512 INFO  (coreLoadExecutor-5183-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 2415512 INFO  (coreZkRegister-5177-thread-1-processing-s:shard1 c:control_collection r:core_node1 n:127.0.0.1:53085_ x:collection1) [n:127.0.0.1:53085_ 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:53085 collection:control_collection shard:shard1
   [junit4]   2> 2415513 INFO  (coreZkRegister-5177-thread-1-processing-s:shard1 c:control_collection r:core_node1 n:127.0.0.1:53085_ x:collection1) [n:127.0.0.1:53085_ 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> 2415516 INFO  (coreZkRegister-5177-thread-1-processing-s:shard1 c:control_collection r:core_node1 n:127.0.0.1:53085_ x:collection1) [n:127.0.0.1:53085_ 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/96119382391193606-core_node1-n_0000000000
   [junit4]   2> 2415517 INFO  (coreZkRegister-5177-thread-1-processing-s:shard1 c:control_collection r:core_node1 n:127.0.0.1:53085_ x:collection1) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=180000
   [junit4]   2> 2415518 INFO  (coreZkRegister-5177-thread-1-processing-s:shard1 c:control_collection r:core_node1 n:127.0.0.1:53085_ x:collection1) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2415518 INFO  (coreZkRegister-5177-thread-1-processing-s:shard1 c:control_collection r:core_node1 n:127.0.0.1:53085_ x:collection1) [n:127.0.0.1:53085_ 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> 2415518 INFO  (coreZkRegister-5177-thread-1-processing-s:shard1 c:control_collection r:core_node1 n:127.0.0.1:53085_ x:collection1) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53085/collection1/
   [junit4]   2> 2415518 INFO  (coreZkRegister-5177-thread-1-processing-s:shard1 c:control_collection r:core_node1 n:127.0.0.1:53085_ x:collection1) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2415518 INFO  (coreZkRegister-5177-thread-1-processing-s:shard1 c:control_collection r:core_node1 n:127.0.0.1:53085_ x:collection1) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:53085/collection1/ has no replicas
   [junit4]   2> 2415519 INFO  (OverseerStateUpdate-96119382391193606-127.0.0.1:53085_-n_0000000000) [n:127.0.0.1:53085_    ] 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> 2415521 INFO  (zkCallback-1724-thread-3-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_    ] 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> 2415522 INFO  (coreZkRegister-5177-thread-1-processing-s:shard1 c:control_collection r:core_node1 n:127.0.0.1:53085_ x:collection1) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 2415523 INFO  (coreZkRegister-5177-thread-1-processing-s:shard1 c:control_collection r:core_node1 n:127.0.0.1:53085_ x:collection1) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/96119382391193606-core_node1-n_0000000000
   [junit4]   2> 2415524 INFO  (coreZkRegister-5177-thread-1-processing-s:shard1 c:control_collection r:core_node1 n:127.0.0.1:53085_ x:collection1) [n:127.0.0.1:53085_ 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:53085/collection1/ shard1
   [junit4]   2> 2415525 INFO  (OverseerStateUpdate-96119382391193606-127.0.0.1:53085_-n_0000000000) [n:127.0.0.1:53085_    ] 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:53085",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 2
   [junit4]   2> 2415627 INFO  (zkCallback-1724-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_    ] 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> 2415677 INFO  (coreZkRegister-5177-thread-1-processing-s:shard1 c:control_collection r:core_node1 n:127.0.0.1:53085_ x:collection1) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:53085/collection1/ and leader is http://127.0.0.1:53085/collection1/
   [junit4]   2> 2415677 INFO  (coreZkRegister-5177-thread-1-processing-s:shard1 c:control_collection r:core_node1 n:127.0.0.1:53085_ x:collection1) [n:127.0.0.1:53085_ 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:53085
   [junit4]   2> 2415677 INFO  (coreZkRegister-5177-thread-1-processing-s:shard1 c:control_collection r:core_node1 n:127.0.0.1:53085_ x:collection1) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2415677 INFO  (coreZkRegister-5177-thread-1-processing-s:shard1 c:control_collection r:core_node1 n:127.0.0.1:53085_ x:collection1) [n:127.0.0.1:53085_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 2415677 INFO  (coreZkRegister-5177-thread-1-processing-s:shard1 c:control_collection r:core_node1 n:127.0.0.1:53085_ x:collection1) [n:127.0.0.1:53085_ 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> 2415678 INFO  (OverseerStateUpdate-96119382391193606-127.0.0.1:53085_-n_0000000000) [n:127.0.0.1:53085_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "base_url":"http://127.0.0.1:53085",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "node_name":"127.0.0.1:53085_",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active"} current state version: 3
   [junit4]   2> 2415679 INFO  (OverseerStateUpdate-96119382391193606-127.0.0.1:53085_-n_0000000000) [n:127.0.0.1:53085_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "base_url":"http://127.0.0.1:53085",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "node_name":"127.0.0.1:53085_",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 2415737 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2415738 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2415739 INFO  (zkCallback-1726-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6ae64f92 name:ZooKeeperConnection Watcher:127.0.0.1:47795/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2415739 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2415739 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2415739 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2415741 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2415741 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 2415741 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2415742 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2415743 INFO  (zkCallback-1727-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@40778a13 name:ZooKeeperConnection Watcher:127.0.0.1:47795/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2415743 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2415744 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2415746 INFO  (OverseerStateUpdate-96119382391193606-127.0.0.1:53085_-n_0000000000) [n:127.0.0.1:53085_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"create",
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2"} current state version: 3
   [junit4]   2> 2415746 INFO  (OverseerStateUpdate-96119382391193606-127.0.0.1:53085_-n_0000000000) [n:127.0.0.1:53085_    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 2415751 INFO  (zkCallback-1726-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> 2415751 INFO  (zkCallback-1724-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_    ] 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> 2415859 INFO  (OverseerStateUpdate-96119382391193606-127.0.0.1:53085_-n_0000000000) [n:127.0.0.1:53085_    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 2415946 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_948547760D48CBB9-001/shard-1-001/cores/collection1
   [junit4]   2> 2415946 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_948547760D48CBB9-001/shard-1-001
   [junit4]   2> 2415967 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 2415987 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4b8f1199{/,null,AVAILABLE}
   [junit4]   2> 2415987 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1dcc7a90{HTTP/1.1}{127.0.0.1:36899}
   [junit4]   2> 2415987 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.e.j.s.Server Started @2418473ms
   [junit4]   2> 2415987 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solrconfig=solrconfig.xml, hostContext=/, solr.data.dir=hdfs://localhost:34362/hdfs__localhost_34362__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-5.5_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_948547760D48CBB9-001_tempDir-002_jetty1, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_948547760D48CBB9-001/shard-1-001/cores, hostPort=36899}
   [junit4]   2> 2415988 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@7b3cb2c6
   [junit4]   2> 2415988 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_948547760D48CBB9-001/shard-1-001'
   [junit4]   2> 2415988 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2415988 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2415988 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2416007 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2416011 INFO  (zkCallback-1728-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6b842721 name:ZooKeeperConnection Watcher:127.0.0.1:47795/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2416011 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2416011 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2416019 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2416019 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_948547760D48CBB9-001/shard-1-001/solr.xml
   [junit4]   2> 2416040 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_948547760D48CBB9-001/shard-1-001/cores
   [junit4]   2> 2416047 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.CoreContainer New CoreContainer 29841294
   [junit4]   2> 2416047 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_948547760D48CBB9-001/shard-1-001]
   [junit4]   2> 2416047 WARN  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_948547760D48CBB9-001/shard-1-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_948547760D48CBB9-001/shard-1-001/lib
   [junit4]   2> 2416048 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] 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> 2416057 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2416063 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2416063 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2416063 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:47795/solr
   [junit4]   2> 2416063 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2416063 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2416066 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2416072 INFO  (zkCallback-1731-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@b491600 name:ZooKeeperConnection Watcher:127.0.0.1:47795 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2416072 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2416072 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2416073 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:36899_    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@6e42a83a
   [junit4]   2> 2416074 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:36899_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2416076 INFO  (zkCallback-1732-thread-1-processing-n:127.0.0.1:36899_) [n:127.0.0.1:36899_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@44bb4dbd name:ZooKeeperConnection Watcher:127.0.0.1:47795/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2416076 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:36899_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2416083 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:36899_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2417089 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:36899_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36899_
   [junit4]   2> 2417089 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:36899_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:36899_
   [junit4]   2> 2417090 INFO  (zkCallback-1732-thread-1-processing-n:127.0.0.1:36899_) [n:127.0.0.1:36899_    ] 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> 2417091 INFO  (zkCallback-1724-thread-1-processing-n:127.0.0.1:53085_) [n:127.0.0.1:53085_    ] 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> 2417091 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:36899_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2417092 INFO  (TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[948547760D48CBB9]) [n:127.0.0.1:36899_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96119

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

)
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.checkMBeanPermission(DefaultMBeanServerInterceptor.java:1813)
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:430)
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:415)
   [junit4]   2> 	at com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546)
   [junit4]   2> 	at org.apache.hadoop.metrics2.util.MBeans.unregister(MBeans.java:81)
   [junit4]   2> 	at org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.stopMBeans(MetricsSourceAdapter.java:227)
   [junit4]   2> 	at org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.stop(MetricsSourceAdapter.java:212)
   [junit4]   2> 	at org.apache.hadoop.metrics2.impl.MetricsSystemImpl.stopSources(MetricsSystemImpl.java:461)
   [junit4]   2> 	at org.apache.hadoop.metrics2.impl.MetricsSystemImpl.stop(MetricsSystemImpl.java:212)
   [junit4]   2> 	at org.apache.hadoop.metrics2.impl.MetricsSystemImpl.shutdown(MetricsSystemImpl.java:592)
   [junit4]   2> 	at org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdownInstance(DefaultMetricsSystem.java:72)
   [junit4]   2> 	at org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdown(DefaultMetricsSystem.java:68)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics.shutdown(NameNodeMetrics.java:145)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.namenode.NameNode.stop(NameNode.java:822)
   [junit4]   2> 	at org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1720)
   [junit4]   2> 	at org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1699)
   [junit4]   2> 	at org.apache.solr.cloud.hdfs.HdfsTestUtil.teardownClass(HdfsTestUtil.java:198)
   [junit4]   2> 	at org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.teardownClass(HdfsCollectionsAPIDistributedZkTest.java:52)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:606)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: java.lang.NullPointerException
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap.size(BlocksMap.java:198)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.getTotalBlocks(BlockManager.java:3291)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlocksTotal(FSNamesystem.java:6223)
   [junit4]   2> 	... 54 more
   [junit4]   2> 3052955 INFO  (SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[948547760D48CBB9]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> Jun 23, 2016 7:13:50 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene54): {a_i1=PostingsFormat(name=Memory doPackFST= false), timestamp=PostingsFormat(name=Memory doPackFST= false), id=FSTOrd50, range_facet_l_dv=FSTOrd50, range_facet_l=PostingsFormat(name=Memory doPackFST= false), _version_=BlockTreeOrds(blocksize=128), intDefault=BlockTreeOrds(blocksize=128), text=PostingsFormat(name=LuceneVarGapFixedInterval), multiDefault=PostingsFormat(name=Memory doPackFST= false), range_facet_i_dv=PostingsFormat(name=Memory doPackFST= false), other_tl1=BlockTreeOrds(blocksize=128), a_t=PostingsFormat(name=Memory doPackFST= false)}, docValues:{timestamp=DocValuesFormat(name=Memory), range_facet_l_dv=DocValuesFormat(name=Lucene54), range_facet_i_dv=DocValuesFormat(name=Memory)}, sim=DefaultSimilarity, locale=sr, timezone=ART
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.7.0_80 (64-bit)/cpus=4,threads=2,free=154701616,total=499122176
   [junit4]   2> NOTE: All tests run in this JVM: [ZkNodePropsTest, TestObjectReleaseTracker, TestLazyCores, StandardRequestHandlerTest, BasicZkTest, CursorMarkTest, DeleteInactiveReplicaTest, TestMinMaxOnMultiValuedField, XsltUpdateRequestHandlerTest, HdfsRecoveryZkTest, SyncSliceTest, TestShortCircuitedRequests, MigrateRouteKeyTest, AlternateDirectoryTest, SortSpecParsingTest, TestInitParams, PolyFieldTest, TestFunctionQuery, TestHdfsUpdateLog, TriLevelCompositeIdRoutingTest, DistributedSuggestComponentTest, AnalysisAfterCoreReloadTest, DefaultValueUpdateProcessorTest, TestJsonRequest, TestReplicaProperties, DistributedFacetPivotWhiteBoxTest, HdfsLockFactoryTest, EchoParamsTest, TestCSVLoader, DisMaxRequestHandlerTest, TestComponentsName, TestReplicationHandler, TestSolr4Spatial2, OverriddenZkACLAndCredentialsProvidersTest, TestUseDocValuesAsStored2, RemoteQueryErrorTest, CachingDirectoryFactoryTest, CheckHdfsIndexTest, BasicDistributedZkTest, IndexSchemaRuntimeFieldTest, DocValuesMissingTest, TestConfigSetsAPIExclusivity, TestCloudPivotFacet, TestRealTimeGet, TestOmitPositions, PeerSyncTest, TestDynamicLoading, ConnectionManagerTest, InfoHandlerTest, SynonymTokenizerTest, SuggestComponentContextFilterQueryTest, TestDistributedSearch, BitVectorTest, TestJoin, JSONWriterTest, TestExpandComponent, TestPhraseSuggestions, DistributedDebugComponentTest, TestChildDocTransformer, TestMiniSolrCloudClusterBase, TestFieldCollectionResource, TestConfigSetImmutable, CoreAdminCreateDiscoverTest, TestNamedUpdateProcessors, TestSchemaResource, ConnectionReuseTest, DocumentAnalysisRequestHandlerTest, TestTrieFacet, LeaderElectionIntegrationTest, AsyncCallRequestStatusResponseTest, TestAuthenticationFramework, DistributedQueryElevationComponentTest, PingRequestHandlerTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestRangeQuery, CursorPagingTest, CollectionStateFormat2Test, TestAnalyzedSuggestions, DistributedSpellCheckComponentTest, TestClassicSimilarityFactory, URLClassifyProcessorTest, RequiredFieldsTest, TestMaxScoreQueryParser, TestCollapseQParserPlugin, BlockDirectoryTest, TestIBSimilarityFactory, AtomicUpdatesTest, TestReRankQParserPlugin, HdfsCollectionsAPIDistributedZkTest]
   [junit4] Completed [412/573 (1!)] on J0 in 661.31s, 1 test, 1 error <<< FAILURES!

[...truncated 543 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:757: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:694: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/common-build.xml:534: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1477: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1033: There were test failures: 573 suites (7 ignored), 2319 tests, 1 error, 34 ignored (18 assumptions) [seed: 948547760D48CBB9]

Total time: 209 minutes 25 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-NightlyTests-5.5 - Build # 17 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.5/17/

4 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test

Error Message:
Timeout occured while waiting response from server at: https://127.0.0.1:58598/_/fk

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:58598/_/fk
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:586)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.makeRequest(CollectionsAPIDistributedZkTest.java:400)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testErrorHandling(CollectionsAPIDistributedZkTest.java:516)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test(CollectionsAPIDistributedZkTest.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:152)
	at java.net.SocketInputStream.read(SocketInputStream.java:122)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:442)
	at sun.security.ssl.InputRecord.read(InputRecord.java:480)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:934)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:891)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
	... 47 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.CollectionsAPIDistributedZkTest

Error Message:
19 threads leaked from SUITE scope at org.apache.solr.cloud.CollectionsAPIDistributedZkTest:     1) Thread[id=15093, name=searcherExecutor-4613-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)    2) Thread[id=15224, name=searcherExecutor-4723-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)    3) Thread[id=15061, name=searcherExecutor-4589-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)    4) Thread[id=15206, name=searcherExecutor-4684-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)    5) Thread[id=15063, name=searcherExecutor-4588-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)    6) Thread[id=15143, name=searcherExecutor-4628-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)    7) Thread[id=15155, name=searcherExecutor-4630-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)    8) Thread[id=15048, name=searcherExecutor-4566-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)    9) Thread[id=15222, name=searcherExecutor-4724-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)   10) Thread[id=15201, name=searcherExecutor-4663-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)   11) Thread[id=15225, name=searcherExecutor-4728-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)   12) Thread[id=15219, name=searcherExecutor-4717-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)   13) Thread[id=15226, name=searcherExecutor-4734-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)   14) Thread[id=15198, name=searcherExecutor-4665-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)   15) Thread[id=15190, name=searcherExecutor-4650-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)   16) Thread[id=15070, name=searcherExecutor-4590-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)   17) Thread[id=15065, name=searcherExecutor-4579-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)   18) Thread[id=14473, name=searcherExecutor-4453-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)   19) Thread[id=15202, name=searcherExecutor-4675-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 19 threads leaked from SUITE scope at org.apache.solr.cloud.CollectionsAPIDistributedZkTest: 
   1) Thread[id=15093, name=searcherExecutor-4613-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
   2) Thread[id=15224, name=searcherExecutor-4723-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
   3) Thread[id=15061, name=searcherExecutor-4589-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
   4) Thread[id=15206, name=searcherExecutor-4684-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
   5) Thread[id=15063, name=searcherExecutor-4588-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
   6) Thread[id=15143, name=searcherExecutor-4628-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
   7) Thread[id=15155, name=searcherExecutor-4630-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
   8) Thread[id=15048, name=searcherExecutor-4566-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
   9) Thread[id=15222, name=searcherExecutor-4724-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
  10) Thread[id=15201, name=searcherExecutor-4663-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
  11) Thread[id=15225, name=searcherExecutor-4728-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
  12) Thread[id=15219, name=searcherExecutor-4717-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
  13) Thread[id=15226, name=searcherExecutor-4734-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
  14) Thread[id=15198, name=searcherExecutor-4665-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
  15) Thread[id=15190, name=searcherExecutor-4650-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
  16) Thread[id=15070, name=searcherExecutor-4590-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
  17) Thread[id=15065, name=searcherExecutor-4579-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
  18) Thread[id=14473, name=searcherExecutor-4453-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
  19) Thread[id=15202, name=searcherExecutor-4675-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([8F8F42653BCF420]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.CollectionsAPIDistributedZkTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=14473, name=searcherExecutor-4453-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)    2) Thread[id=15190, name=searcherExecutor-4650-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)    3) Thread[id=15070, name=searcherExecutor-4590-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)    4) Thread[id=15065, name=searcherExecutor-4579-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)    5) Thread[id=15202, name=searcherExecutor-4675-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)    6) Thread[id=15226, name=searcherExecutor-4734-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)    7) Thread[id=15219, name=searcherExecutor-4717-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)    8) Thread[id=15198, name=searcherExecutor-4665-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)    9) Thread[id=15155, name=searcherExecutor-4630-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)   10) Thread[id=15143, name=searcherExecutor-4628-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)   11) Thread[id=15201, name=searcherExecutor-4663-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)   12) Thread[id=15225, name=searcherExecutor-4728-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)   13) Thread[id=15222, name=searcherExecutor-4724-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)   14) Thread[id=15048, name=searcherExecutor-4566-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)   15) Thread[id=15224, name=searcherExecutor-4723-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)   16) Thread[id=15093, name=searcherExecutor-4613-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)   17) Thread[id=15206, name=searcherExecutor-4684-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)   18) Thread[id=15061, name=searcherExecutor-4589-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)   19) Thread[id=15063, name=searcherExecutor-4588-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=14473, name=searcherExecutor-4453-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
   2) Thread[id=15190, name=searcherExecutor-4650-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
   3) Thread[id=15070, name=searcherExecutor-4590-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
   4) Thread[id=15065, name=searcherExecutor-4579-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
   5) Thread[id=15202, name=searcherExecutor-4675-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
   6) Thread[id=15226, name=searcherExecutor-4734-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
   7) Thread[id=15219, name=searcherExecutor-4717-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
   8) Thread[id=15198, name=searcherExecutor-4665-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
   9) Thread[id=15155, name=searcherExecutor-4630-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
  10) Thread[id=15143, name=searcherExecutor-4628-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
  11) Thread[id=15201, name=searcherExecutor-4663-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
  12) Thread[id=15225, name=searcherExecutor-4728-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
  13) Thread[id=15222, name=searcherExecutor-4724-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
  14) Thread[id=15048, name=searcherExecutor-4566-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
  15) Thread[id=15224, name=searcherExecutor-4723-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
  16) Thread[id=15093, name=searcherExecutor-4613-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
  17) Thread[id=15206, name=searcherExecutor-4684-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
  18) Thread[id=15061, name=searcherExecutor-4589-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
  19) Thread[id=15063, name=searcherExecutor-4588-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([8F8F42653BCF420]:0)


FAILED:  org.apache.solr.handler.TestReplicationHandler.doTestStressReplication

Error Message:
timed out waiting for collection1 startAt time to exceed: Wed Jun 22 09:22:39 CEST 2016

Stack Trace:
java.lang.AssertionError: timed out waiting for collection1 startAt time to exceed: Wed Jun 22 09:22:39 CEST 2016
	at __randomizedtesting.SeedInfo.seed([8F8F42653BCF420:D353F4E056949D93]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.handler.TestReplicationHandler.watchCoreStartAt(TestReplicationHandler.java:1501)
	at org.apache.solr.handler.TestReplicationHandler.doTestStressReplication(TestReplicationHandler.java:853)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11304 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_8F8F42653BCF420-001/init-core-data-001
   [junit4]   2> 109803 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[8F8F42653BCF420]) [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestHandlerPathUnchanged
   [junit4]   2> 109803 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[8F8F42653BCF420]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_8F8F42653BCF420-001/solr-instance-001/collection1
   [junit4]   2> 109807 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[8F8F42653BCF420]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 109809 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[8F8F42653BCF420]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@61e20352{/solr,null,AVAILABLE}
   [junit4]   2> 109810 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[8F8F42653BCF420]) [    ] o.e.j.s.ServerConnector Started ServerConnector@4df1c78c{HTTP/1.1}{127.0.0.1:50731}
   [junit4]   2> 109810 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[8F8F42653BCF420]) [    ] o.e.j.s.Server Started @112559ms
   [junit4]   2> 109810 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[8F8F42653BCF420]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=50731, hostContext=/solr, solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_8F8F42653BCF420-001/solr-instance-001/collection1/data}
   [junit4]   2> 109810 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[8F8F42653BCF420]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4f6de641
   [junit4]   2> 109810 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[8F8F42653BCF420]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_8F8F42653BCF420-001/solr-instance-001'
   [junit4]   2> 109811 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[8F8F42653BCF420]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 109811 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[8F8F42653BCF420]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 109811 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[8F8F42653BCF420]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_8F8F42653BCF420-001/solr-instance-001/solr.xml
   [junit4]   2> 109821 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[8F8F42653BCF420]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_8F8F42653BCF420-001/solr-instance-001/.
   [junit4]   2> 109821 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[8F8F42653BCF420]) [    ] o.a.s.c.CoreContainer New CoreContainer 514342676
   [junit4]   2> 109821 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[8F8F42653BCF420]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_8F8F42653BCF420-001/solr-instance-001]
   [junit4]   2> 109821 WARN  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[8F8F42653BCF420]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_8F8F42653BCF420-001/solr-instance-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_8F8F42653BCF420-001/solr-instance-001/lib
   [junit4]   2> 109821 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[8F8F42653BCF420]) [    ] 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> 109822 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[8F8F42653BCF420]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 109823 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[8F8F42653BCF420]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 109823 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[8F8F42653BCF420]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 109823 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[8F8F42653BCF420]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 109823 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[8F8F42653BCF420]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 109823 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[8F8F42653BCF420]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_8F8F42653BCF420-001/solr-instance-001/.
   [junit4]   2> 109824 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[8F8F42653BCF420]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, dataDir=data/, configSetProperties=configsetprops.json, schema=schema.xml, loadOnStartup=true, transient=false, config=solrconfig.xml}
   [junit4]   2> 109824 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[8F8F42653BCF420]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_8F8F42653BCF420-001/solr-instance-001/./collection1
   [junit4]   2> 109824 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[8F8F42653BCF420]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 109825 INFO  (coreLoadExecutor-378-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_8F8F42653BCF420-001/solr-instance-001/collection1'
   [junit4]   2> 109825 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[8F8F42653BCF420]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0
   [junit4]   2> 109826 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[8F8F42653BCF420]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 109826 INFO  (coreLoadExecutor-378-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 109826 INFO  (coreLoadExecutor-378-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 109832 INFO  (coreLoadExecutor-378-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 109839 WARN  (coreLoadExecutor-378-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 109841 INFO  (coreLoadExecutor-378-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.2
   [junit4]   2> 109859 INFO  (coreLoadExecutor-378-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 109863 INFO  (coreLoadExecutor-378-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 109868 INFO  (coreLoadExecutor-378-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 109869 INFO  (coreLoadExecutor-378-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_8F8F42653BCF420-001/solr-instance-001/collection1'
   [junit4]   2> 109869 INFO  (coreLoadExecutor-378-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_8F8F42653BCF420-001/solr-instance-001/./collection1
   [junit4]   2> 109869 INFO  (coreLoadExecutor-378-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 109869 INFO  (coreLoadExecutor-378-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_8F8F42653BCF420-001/solr-instance-001/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_8F8F42653BCF420-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 109869 INFO  (coreLoadExecutor-378-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 109870 INFO  (coreLoadExecutor-378-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_8F8F42653BCF420-001/solr-instance-001/./collection1/data
   [junit4]   2> 109870 INFO  (coreLoadExecutor-378-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_8F8F42653BCF420-001/solr-instance-001/./collection1/data/index/
   [junit4]   2> 109870 WARN  (coreLoadExecutor-378-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_8F8F42653BCF420-001/solr-instance-001/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 109870 INFO  (coreLoadExecutor-378-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_8F8F42653BCF420-001/solr-instance-001/./collection1/data/index
   [junit4]   2> 109870 INFO  (coreLoadExecutor-378-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=48, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=41.71875, floorSegmentMB=2.125, forceMergeDeletesPctAllowed=24.550982690741062, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 109871 INFO  (coreLoadExecutor-378-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4b533d92 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@45ef62e0),segFN=segments_1,generation=1}
   [junit4]   2> 109871 INFO  (coreLoadExecutor-378-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 109871 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_8F8F42653BCF420-001/solr-instance-001/./collection1/data/
   [junit4]   2> 109872 INFO  (coreLoadExecutor-378-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 109874 INFO  (coreLoadExecutor-378-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 109875 INFO  (coreLoadExecutor-378-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 109876 INFO  (coreLoadExecutor-378-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 109877 INFO  (coreLoadExecutor-378-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 109880 INFO  (coreLoadExecutor-378-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 109880 INFO  (coreLoadExecutor-378-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/properties,/admin/ping,lazy,/admin/file,/admin/threads,/admin/segments,/admin/system,/update/json/docs,defaults,/schema,standard,/admin/luke,/update/csv,/admin/plugins,/admin/mbeans,/get,/config,/update/json,/replication,/update,/admin/logging
   [junit4]   2> 109881 INFO  (coreLoadExecutor-378-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 109881 INFO  (coreLoadExecutor-378-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 109881 INFO  (coreLoadExecutor-378-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 109882 INFO  (coreLoadExecutor-378-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7822311028955052]
   [junit4]   2> 109882 INFO  (coreLoadExecutor-378-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4b533d92 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@45ef62e0),segFN=segments_1,generation=1}
   [junit4]   2> 109882 INFO  (coreLoadExecutor-378-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 109882 INFO  (coreLoadExecutor-378-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@361b645e[collection1] main
   [junit4]   2> 109882 INFO  (coreLoadExecutor-378-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_8F8F42653BCF420-001/solr-instance-001/collection1/conf
   [junit4]   2> 109882 INFO  (coreLoadExecutor-378-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_8F8F42653BCF420-001/solr-instance-001/collection1/conf}
   [junit4]   2> 109882 INFO  (coreLoadExecutor-378-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_8F8F42653BCF420-001/solr-instance-001/collection1/conf
   [junit4]   2> 109883 INFO  (coreLoadExecutor-378-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 109883 INFO  (coreLoadExecutor-378-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 109883 INFO  (coreLoadExecutor-378-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 109883 INFO  (searcherExecutor-379-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@361b645e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 109883 INFO  (coreLoadExecutor-378-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 110327 INFO  (TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[8F8F42653BCF420]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_8F8F42653BCF420-001/solr-instance-002/collection1
   [junit4]   2> 110330 INFO  (TEST-TestReplicationHandler.doTestHandlerPat

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

nit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >   11) Thread[id=15201, name=searcherExecutor-4663-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >   12) Thread[id=15225, name=searcherExecutor-4728-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >   13) Thread[id=15222, name=searcherExecutor-4724-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >   14) Thread[id=15048, name=searcherExecutor-4566-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >   15) Thread[id=15224, name=searcherExecutor-4723-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >   16) Thread[id=15093, name=searcherExecutor-4613-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >   17) Thread[id=15206, name=searcherExecutor-4684-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >   18) Thread[id=15061, name=searcherExecutor-4589-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >   19) Thread[id=15063, name=searcherExecutor-4588-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8F8F42653BCF420]:0)
   [junit4] Completed [258/573 (2!)] on J1 in 837.88s, 1 test, 3 errors <<< FAILURES!

[...truncated 965 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:757: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:694: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/common-build.xml:534: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1477: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1033: There were test failures: 573 suites (7 ignored), 2319 tests, 2 suite-level errors, 1 error, 1 failure, 1310 ignored (15 assumptions) [seed: 8F8F42653BCF420]

Total time: 170 minutes 22 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-NightlyTests-5.5 - Build # 16 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.5/16/

5 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:38483/nvwv

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:38483/nvwv
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:586)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.makeRequest(CollectionsAPIDistributedZkTest.java:400)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testErrorHandling(CollectionsAPIDistributedZkTest.java:516)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test(CollectionsAPIDistributedZkTest.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:152)
	at java.net.SocketInputStream.read(SocketInputStream.java:122)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
	... 47 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.CollectionsAPIDistributedZkTest

Error Message:
2 threads leaked from SUITE scope at org.apache.solr.cloud.CollectionsAPIDistributedZkTest:     1) Thread[id=104550, name=searcherExecutor-10263-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)    2) Thread[id=104547, name=searcherExecutor-10258-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.cloud.CollectionsAPIDistributedZkTest: 
   1) Thread[id=104550, name=searcherExecutor-10263-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
   2) Thread[id=104547, name=searcherExecutor-10258-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([FF53D941DD25D8C8]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.CollectionsAPIDistributedZkTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=104550, name=searcherExecutor-10263-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)    2) Thread[id=104547, name=searcherExecutor-10258-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=104550, name=searcherExecutor-10263-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
   2) Thread[id=104547, name=searcherExecutor-10258-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([FF53D941DD25D8C8]:0)


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

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

Stack Trace:
java.lang.AssertionError: Unable to restart (#3): CloudJettyRunner [url=http://127.0.0.1:33810/collection1]
	at __randomizedtesting.SeedInfo.seed([FF53D941DD25D8C8:7707E69B73D9B530]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.RollingRestartTest.restartWithRolesTest(RollingRestartTest.java:103)
	at org.apache.solr.cloud.RollingRestartTest.test(RollingRestartTest.java:52)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.TestReplicationHandler.doTestStressReplication

Error Message:
timed out waiting for collection1 startAt time to exceed: Tue Jun 21 00:27:10 BRT 2016

Stack Trace:
java.lang.AssertionError: timed out waiting for collection1 startAt time to exceed: Tue Jun 21 00:27:10 BRT 2016
	at __randomizedtesting.SeedInfo.seed([FF53D941DD25D8C8:24F8D987D80DB17B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.handler.TestReplicationHandler.watchCoreStartAt(TestReplicationHandler.java:1501)
	at org.apache.solr.handler.TestReplicationHandler.doTestStressReplication(TestReplicationHandler.java:853)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11306 lines...]
   [junit4] Suite: org.apache.solr.cloud.RollingRestartTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_FF53D941DD25D8C8-001/init-core-data-001
   [junit4]   2> 182045 INFO  (SUITE-RollingRestartTest-seed#[FF53D941DD25D8C8]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 182045 INFO  (SUITE-RollingRestartTest-seed#[FF53D941DD25D8C8]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 182049 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 182059 INFO  (Thread-319) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 182059 INFO  (Thread-319) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 182159 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.ZkTestServer start zk server on port:46923
   [junit4]   2> 182159 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 182171 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 182186 INFO  (zkCallback-90-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3eb25b6c name:ZooKeeperConnection Watcher:127.0.0.1:46923 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 182186 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 182186 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 182186 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 182189 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 182190 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 182190 INFO  (zkCallback-91-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@71da0d2e name:ZooKeeperConnection Watcher:127.0.0.1:46923/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 182190 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 182190 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 182190 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 182192 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 182193 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 182194 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 182195 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 182195 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 182197 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 182197 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 182198 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 182199 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 182200 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 182200 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 182201 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 182201 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 182202 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 182202 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 182203 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 182204 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 182205 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 182205 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 182206 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 182206 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 182207 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 182207 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 182208 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 182208 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 182305 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_FF53D941DD25D8C8-001/control-001/cores/collection1
   [junit4]   2> 182307 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 182309 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@760822c{/,null,AVAILABLE}
   [junit4]   2> 182309 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.e.j.s.ServerConnector Started ServerConnector@51021a7c{HTTP/1.1}{127.0.0.1:46656}
   [junit4]   2> 182310 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.e.j.s.Server Started @184623ms
   [junit4]   2> 182310 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_FF53D941DD25D8C8-001/tempDir-001/control/data, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_FF53D941DD25D8C8-001/control-001/cores, hostPort=46656}
   [junit4]   2> 182310 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@7b3cb2c6
   [junit4]   2> 182310 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_FF53D941DD25D8C8-001/control-001'
   [junit4]   2> 182310 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 182310 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 182310 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 182327 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 182339 INFO  (zkCallback-92-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@243702cd name:ZooKeeperConnection Watcher:127.0.0.1:46923/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 182339 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 182339 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 182343 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 182343 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_FF53D941DD25D8C8-001/control-001/solr.xml
   [junit4]   2> 182353 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_FF53D941DD25D8C8-001/control-001/cores
   [junit4]   2> 182354 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.CoreContainer New CoreContainer 1806851248
   [junit4]   2> 182354 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_FF53D941DD25D8C8-001/control-001]
   [junit4]   2> 182354 WARN  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_FF53D941DD25D8C8-001/control-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_FF53D941DD25D8C8-001/control-001/lib
   [junit4]   2> 182354 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] 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> 182355 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 182355 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 182355 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 182355 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46923/solr
   [junit4]   2> 182355 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 182355 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 182356 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 182357 INFO  (zkCallback-95-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@325d8b7f name:ZooKeeperConnection Watcher:127.0.0.1:46923 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 182357 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 182357 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 182358 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [n:127.0.0.1:46656_    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@35e04a34
   [junit4]   2> 182361 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [n:127.0.0.1:46656_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 182361 INFO  (zkCallback-96-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@125c4e0f name:ZooKeeperConnection Watcher:127.0.0.1:46923/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 182361 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [n:127.0.0.1:46656_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 182367 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [n:127.0.0.1:46656_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 182368 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [n:127.0.0.1:46656_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 182371 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [n:127.0.0.1:46656_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 182372 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [n:127.0.0.1:46656_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 182425 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [n:127.0.0.1:46656_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 182427 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [n:127.0.0.1:46656_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 182428 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [n:127.0.0.1:46656_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 182430 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [n:127.0.0.1:46656_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 182432 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [n:127.0.0.1:46656_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 182433 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [n:127.0.0.1:46656_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46656_
   [junit4]   2> 182433 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [n:127.0.0.1:46656_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:46656_
   [junit4]   2> 182435 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [n:127.0.0.1:46656_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 182436 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [n:127.0.0.1:46656_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 182437 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [n:127.0.0.1:46656_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 182438 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [n:127.0.0.1:46656_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96107083774754820-127.0.0.1:46656_-n_0000000000
   [junit4]   2> 182438 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [n:127.0.0.1:46656_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46656_
   [junit4]   2> 182438 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [n:127.0.0.1:46656_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 182439 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [n:127.0.0.1:46656_    ] o.a.s.c.Overseer Overseer (id=96107083774754820-127.0.0.1:46656_-n_0000000000) starting
   [junit4]   2> 182441 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [n:127.0.0.1:46656_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 182446 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [n:127.0.0.1:46656_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 182447 INFO  (OverseerStateUpdate-96107083774754820-127.0.0.1:46656_-n_0000000000) [n:127.0.0.1:46656_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 182448 INFO  (OverseerStateUpdate-96107083774754820-127.0.0.1:46656_-n_0000000000) [n:127.0.0.1:46656_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 182455 INFO  (OverseerCollectionConfigSetProcessor-96107083774754820-127.0.0.1:46656_-n_0000000000) [n:127.0.0.1:46656_    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 182459 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [n:127.0.0.1:46656_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 182478 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [n:127.0.0.1:46656_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 182478 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [n:127.0.0.1:46656_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 182479 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [n:127.0.0.1:46656_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_FF53D941DD25D8C8-001/control-001/cores
   [junit4]   2> 182479 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [n:127.0.0.1:46656_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {collection=control_collection, name=collection1, configSetProperties=configsetprops.json, schema=schema.xml, config=solrconfig.xml, dataDir=data/, loadOnStartup=true, transient=false, coreNodeName=, shard=}
   [junit4]   2> 182479 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [n:127.0.0.1:46656_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_FF53D941DD25D8C8-001/control-001/cores/collection1
   [junit4]   2> 182480 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [n:127.0.0.1:46656_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 182484 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 182484 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 182485 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection control_collection not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 182485 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch [control_collection]
   [junit4]   2> 182486 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 182487 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 182491 INFO  (OverseerStateUpdate-96107083774754820-127.0.0.1:46656_-n_0000000000) [n:127.0.0.1:46656_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "state":"down",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "node_name":"127.0.0.1:46656_",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:46656"} current state version: 0
   [junit4]   2> 182492 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [n:127.0.0.1:46656_    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0
   [junit4]   2> 182492 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [n:127.0.0.1:46656_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 182492 INFO  (OverseerStateUpdate-96107083774754820-127.0.0.1:46656_-n_0000000000) [n:127.0.0.1:46656_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "state":"down",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "node_name":"127.0.0.1:46656_",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:46656"}
   [junit4]   2> 182492 INFO  (OverseerStateUpdate-96107083774754820-127.0.0.1:46656_-n_0000000000) [n:127.0.0.1:46656_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 182493 INFO  (OverseerStateUpdate-96107083774754820-127.0.0.1:46656_-n_0000000000) [n:127.0.0.1:46656_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 182494 INFO  (zkCallback-96-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_    ] 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> 182495 INFO  (zkCallback-96-thread-2-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_    ] 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> 183509 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 183509 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 183510 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 183510 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 183510 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 183510 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_FF53D941DD25D8C8-001/control-001/cores/collection1'
   [junit4]   2> 183511 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 183511 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 183513 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 183527 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 183535 WARN  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 183537 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.2
   [junit4]   2> 183588 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 183602 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 183885 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 183898 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 183899 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 184109 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 184113 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 184119 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 184122 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 184125 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ 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=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0
   [junit4]   2> 184125 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 184125 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore solr.StandardDirectoryFactory
   [junit4]   2> 184129 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_FF53D941DD25D8C8-001/control-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_FF53D941DD25D8C8-001/control-001/cores/collection1/data/]
   [junit4]   2> 184129 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ 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@ecab30c
   [junit4]   2> 184139 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_FF53D941DD25D8C8-001/control-001/cores/collection1/data
   [junit4]   2> 184140 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_FF53D941DD25D8C8-001/control-001/cores/collection1/data/index/
   [junit4]   2> 184140 WARN  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_FF53D941DD25D8C8-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 184141 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_FF53D941DD25D8C8-001/control-001/cores/collection1/data/index
   [junit4]   2> 184141 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ 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=5, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7181942841187283]
   [junit4]   2> 184147 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_FF53D941DD25D8C8-001/control-001/cores/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 184147 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 184163 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 184167 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:46656_ 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 /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_FF53D941DD25D8C8-001/control-001/cores/collection1/data/
   [junit4]   2> 184171 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 184171 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 184171 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 184171 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 184171 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ 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> 184172 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ 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> 184172 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ 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> 184172 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ 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> 184172 WARN  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 184174 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 184175 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 184176 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 184177 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 184183 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/ping,/admin/file,/dump,/get,/schema,/admin/mbeans,/config,/admin/properties,/admin/system,/admin/segments,/replication,/update/json,standard,/update,/admin/luke,/admin/plugins,/update/csv,/update/json/docs,/admin/logging,/admin/threads
   [junit4]   2> 184184 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ 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> 184184 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ 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> 184184 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ 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> 184185 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 184185 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 184185 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@7bf4664a
   [junit4]   2> 184186 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_FF53D941DD25D8C8-001/control-001/cores/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 184186 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 184186 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@1a1051de[collection1] main
   [junit4]   2> 184186 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ 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> 184187 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ 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> 184187 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ 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> 184187 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 184187 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 184187 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ 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> 184187 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ 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> 184187 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ 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> 184187 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 184188 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 184188 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ 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> 184188 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ 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> 184188 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ 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> 184188 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ 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 1537713342626398208
   [junit4]   2> 184190 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1537713342626398208
   [junit4]   2> 184190 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 184190 INFO  (coreLoadExecutor-531-thread-1-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 184191 INFO  (searcherExecutor-532-thread-1-processing-c:control_collection n:127.0.0.1:46656_ x:collection1 s:shard1 r:core_node1) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1a1051de[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 184192 INFO  (coreZkRegister-525-thread-1-processing-c:control_collection n:127.0.0.1:46656_ x:collection1 s:shard1 r:core_node1) [n:127.0.0.1:46656_ 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:46656 collection:control_collection shard:shard1
   [junit4]   2> 184192 INFO  (coreZkRegister-525-thread-1-processing-c:control_collection n:127.0.0.1:46656_ x:collection1 s:shard1 r:core_node1) [n:127.0.0.1:46656_ 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> 184196 INFO  (coreZkRegister-525-thread-1-processing-c:control_collection n:127.0.0.1:46656_ x:collection1 s:shard1 r:core_node1) [n:127.0.0.1:46656_ 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/96107083774754820-core_node1-n_0000000000
   [junit4]   2> 184196 INFO  (coreZkRegister-525-thread-1-processing-c:control_collection n:127.0.0.1:46656_ x:collection1 s:shard1 r:core_node1) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 184198 INFO  (OverseerStateUpdate-96107083774754820-127.0.0.1:46656_-n_0000000000) [n:127.0.0.1:46656_    ] 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> 184201 INFO  (coreZkRegister-525-thread-1-processing-c:control_collection n:127.0.0.1:46656_ x:collection1 s:shard1 r:core_node1) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 184201 INFO  (coreZkRegister-525-thread-1-processing-c:control_collection n:127.0.0.1:46656_ x:collection1 s:shard1 r:core_node1) [n:127.0.0.1:46656_ 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> 184201 INFO  (coreZkRegister-525-thread-1-processing-c:control_collection n:127.0.0.1:46656_ x:collection1 s:shard1 r:core_node1) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:46656/collection1/
   [junit4]   2> 184201 INFO  (coreZkRegister-525-thread-1-processing-c:control_collection n:127.0.0.1:46656_ x:collection1 s:shard1 r:core_node1) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 184201 INFO  (coreZkRegister-525-thread-1-processing-c:control_collection n:127.0.0.1:46656_ x:collection1 s:shard1 r:core_node1) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:46656/collection1/ has no replicas
   [junit4]   2> 184201 INFO  (coreZkRegister-525-thread-1-processing-c:control_collection n:127.0.0.1:46656_ x:collection1 s:shard1 r:core_node1) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 184203 INFO  (zkCallback-96-thread-3-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_    ] 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> 184203 INFO  (zkCallback-96-thread-4-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_    ] 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> 184204 INFO  (coreZkRegister-525-thread-1-processing-c:control_collection n:127.0.0.1:46656_ x:collection1 s:shard1 r:core_node1) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/96107083774754820-core_node1-n_0000000000
   [junit4]   2> 184206 INFO  (coreZkRegister-525-thread-1-processing-c:control_collection n:127.0.0.1:46656_ x:collection1 s:shard1 r:core_node1) [n:127.0.0.1:46656_ 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:46656/collection1/ shard1
   [junit4]   2> 184206 INFO  (OverseerStateUpdate-96107083774754820-127.0.0.1:46656_-n_0000000000) [n:127.0.0.1:46656_    ] 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:46656",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 2
   [junit4]   2> 184311 INFO  (zkCallback-96-thread-3-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_    ] 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> 184311 INFO  (zkCallback-96-thread-4-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_    ] 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> 184361 INFO  (coreZkRegister-525-thread-1-processing-c:control_collection n:127.0.0.1:46656_ x:collection1 s:shard1 r:core_node1) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:46656/collection1/ and leader is http://127.0.0.1:46656/collection1/
   [junit4]   2> 184361 INFO  (coreZkRegister-525-thread-1-processing-c:control_collection n:127.0.0.1:46656_ x:collection1 s:shard1 r:core_node1) [n:127.0.0.1:46656_ 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:46656
   [junit4]   2> 184361 INFO  (coreZkRegister-525-thread-1-processing-c:control_collection n:127.0.0.1:46656_ x:collection1 s:shard1 r:core_node1) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 184361 INFO  (coreZkRegister-525-thread-1-processing-c:control_collection n:127.0.0.1:46656_ x:collection1 s:shard1 r:core_node1) [n:127.0.0.1:46656_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 184361 INFO  (coreZkRegister-525-thread-1-processing-c:control_collection n:127.0.0.1:46656_ x:collection1 s:shard1 r:core_node1) [n:127.0.0.1:46656_ 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> 184363 INFO  (OverseerStateUpdate-96107083774754820-127.0.0.1:46656_-n_0000000000) [n:127.0.0.1:46656_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "state":"active",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "node_name":"127.0.0.1:46656_",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "base_url":"http://127.0.0.1:46656"} current state version: 3
   [junit4]   2> 184364 INFO  (OverseerStateUpdate-96107083774754820-127.0.0.1:46656_-n_0000000000) [n:127.0.0.1:46656_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "state":"active",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "node_name":"127.0.0.1:46656_",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "base_url":"http://127.0.0.1:46656"}
   [junit4]   2> 184466 INFO  (zkCallback-96-thread-2-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_    ] 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> 184466 INFO  (zkCallback-96-thread-4-processing-n:127.0.0.1:46656_) [n:127.0.0.1:46656_    ] 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> 184542 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 184547 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 184548 INFO  (zkCallback-98-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7ad386c9 name:ZooKeeperConnection Watcher:127.0.0.1:46923/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 184548 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 184548 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 184548 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 184550 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 184613 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_FF53D941DD25D8C8-001/shard-1-001/cores/collection1
   [junit4]   2> 184613 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_FF53D941DD25D8C8-001/shard-1-001
   [junit4]   2> 184616 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 184627 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@184d645d{/,null,AVAILABLE}
   [junit4]   2> 184627 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.e.j.s.ServerConnector Started ServerConnector@f82222{HTTP/1.1}{127.0.0.1:45677}
   [junit4]   2> 184627 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.e.j.s.Server Started @186941ms
   [junit4]   2> 184628 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=45677, hostContext=/, solrconfig=solrconfig.xml, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_FF53D941DD25D8C8-001/shard-1-001/cores, solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_FF53D941DD25D8C8-001/tempDir-001/jetty1}
   [junit4]   2> 184628 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@7b3cb2c6
   [junit4]   2> 184628 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_FF53D941DD25D8C8-001/shard-1-001'
   [junit4]   2> 184628 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 184628 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 184628 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 184630 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 184631 INFO  (zkCallback-99-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4fe4351d name:ZooKeeperConnection Watcher:127.0.0.1:46923/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 184631 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 184631 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 184632 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 184632 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_FF53D941DD25D8C8-001/shard-1-001/solr.xml
   [junit4]   2> 184641 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_FF53D941DD25D8C8-001/shard-1-001/cores
   [junit4]   2> 184641 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.CoreContainer New CoreContainer 535152141
   [junit4]   2> 184641 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_FF53D941DD25D8C8-001/shard-1-001]
   [junit4]   2> 184642 WARN  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_FF53D941DD25D8C8-001/shard-1-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_FF53D941DD25D8C8-001/shard-1-001/lib
   [junit4]   2> 184644 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] 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> 184645 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 184646 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 184646 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 184646 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46923/solr
   [junit4]   2> 184646 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 184646 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 184647 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 184648 INFO  (zkCallback-102-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@68ee2460 name:ZooKeeperConnection Watcher:127.0.0.1:46923 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 184656 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 184656 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 184666 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [n:127.0.0.1:45677_    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@cab39ef
   [junit4]   2> 184679 INFO  (TEST-RollingRestartTest.test-seed#[FF53D941DD25D8C8]) [n:127.0.0.1:45677_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 184691 INFO  (zkCallback-103-thread-1-processing-n:127.0.0.1:45677_) [n:127.0.

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

til.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2>    2) Thread[id=104547, name=searcherExecutor-10258-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene54), sim=DefaultSimilarity, locale=is-IS, timezone=America/Creston
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.7.0_80 (64-bit)/cpus=4,threads=3,free=99903744,total=496500736
   [junit4]   2> NOTE: All tests run in this JVM: [TestStressRecovery, SparseHLLTest, TestSearchPerf, TestManagedSynonymFilterFactory, TestDynamicFieldResource, ConfigSetsAPITest, SuggesterTSTTest, DistanceUnitsTest, BinaryUpdateRequestHandlerTest, DirectUpdateHandlerTest, FullHLLTest, TestManagedSchemaFieldResource, TestGroupingSearch, TestElisionMultitermQuery, AssignTest, SolrXmlInZkTest, TestTolerantSearch, SuggesterTest, CoreMergeIndexesAdminHandlerTest, TestIndexingPerformance, AnalyticsQueryTest, TestExtendedDismaxParser, ZkStateReaderTest, TestCopyFieldCollectionResource, TestPHPSerializedResponseWriter, StatsComponentTest, HdfsBasicDistributedZk2Test, TestRuleBasedAuthorizationPlugin, TestReload, TestFieldTypeCollectionResource, TestInfoStreamLogging, TestJmxIntegration, FullSolrCloudDistribCmdsTest, SpatialRPTFieldTypeTest, TestRestManager, AutoCommitTest, TestSort, RecoveryAfterSoftCommitTest, TestStressLiveNodes, FieldMutatingUpdateProcessorTest, SolrTestCaseJ4Test, TestScoreJoinQPScore, ScriptEngineTest, LeaderElectionTest, LukeRequestHandlerTest, OverseerTest, TestSchemaNameResource, TestMacros, TestExclusionRuleCollectionAccess, TestStressUserVersions, DistributedFacetPivotSmallTest, NoCacheHeaderTest, AnalysisErrorHandlingTest, TestExactStatsCache, AddSchemaFieldsUpdateProcessorFactoryTest, TestNoOpRegenerator, TestSweetSpotSimilarityFactory, DistributedQueryComponentOptimizationTest, PluginInfoTest, SimpleFacetsTest, StatelessScriptUpdateProcessorFactoryTest, TestExceedMaxTermLength, TestReloadDeadlock, TestWriterPerf, SuggesterWFSTTest, TestInitQParser, CollectionsAPIAsyncDistributedZkTest, TestCoreDiscovery, TestSolrIndexConfig, TestDistributedStatsComponentCardinality, HighlighterConfigTest, TestRecovery, DateRangeFieldTest, HdfsRecoverLeaseTest, TestSolrQueryParser, TestReloadAndDeleteDocs, CircularListTest, SegmentsInfoRequestHandlerTest, TestCryptoKeys, TestSolrDynamicMBean, PreAnalyzedUpdateProcessorTest, TestPostingsSolrHighlighter, WrapperMergePolicyFactoryTest, SolrCoreCheckLockOnStartupTest, TestZkChroot, TestStressReorder, SharedFSAutoReplicaFailoverUtilsTest, DistributedQueueTest, UpdateParamsTest, DateMathParserTest, DocValuesMultiTest, SaslZkACLProviderTest, TestCloudInspectUtil, FieldAnalysisRequestHandlerTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CollectionsAPIDistributedZkTest -Dtests.seed=FF53D941DD25D8C8 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/x1/jenkins/lucene-data/enwiki.random.lines.txt -Dtests.locale=is-IS -Dtests.timezone=America/Creston -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J2 | CollectionsAPIDistributedZkTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.cloud.CollectionsAPIDistributedZkTest: 
   [junit4]    >    1) Thread[id=104550, name=searcherExecutor-10263-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    2) Thread[id=104547, name=searcherExecutor-10258-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FF53D941DD25D8C8]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=104550, name=searcherExecutor-10263-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    2) Thread[id=104547, name=searcherExecutor-10258-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FF53D941DD25D8C8]:0)
   [junit4] Completed [305/573 (3!)] on J2 in 772.26s, 1 test, 3 errors <<< FAILURES!

[...truncated 815 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:757: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:694: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/common-build.xml:534: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1477: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1033: There were test failures: 573 suites (7 ignored), 2319 tests, 2 suite-level errors, 1 error, 2 failures, 893 ignored (12 assumptions) [seed: FF53D941DD25D8C8]

Total time: 179 minutes 17 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-NightlyTests-5.5 - Build # 15 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.5/15/

8 tests failed.
FAILED:  org.apache.solr.TestGroupingSearch.testGroupAPI

Error Message:
mismatch: '2'!='5' @ grouped/id:[2 TO 5]/doclist/docs/[2]/id

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='5' @ grouped/id:[2 TO 5]/doclist/docs/[2]/id
	at __randomizedtesting.SeedInfo.seed([668CC8A01DD2DBBD:FB29FCED8EEF2B97]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:842)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
	at org.apache.solr.TestGroupingSearch.testGroupAPI(TestGroupingSearch.java:542)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.BasicDistributedZkTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh

Error Message:
Could not find collection : c1

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : c1
	at __randomizedtesting.SeedInfo.seed([668CC8A01DD2DBBD:7936B957CDB21D78]:0)
	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:170)
	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdate(ZkStateReaderTest.java:136)
	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh(ZkStateReaderTest.java:42)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.request.TestRemoteStreaming

Error Message:


Stack Trace:
java.lang.AssertionError
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.before(TestRuleTemporaryFilesCleanup.java:112)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.before(TestRuleAdapter.java:26)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:35)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.request.TestRemoteStreaming

Error Message:
5 threads leaked from SUITE scope at org.apache.solr.request.TestRemoteStreaming:     1) Thread[id=10960, name=qtp1583644450-10960, state=TIMED_WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:389)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:531)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:47)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:590)         at java.lang.Thread.run(Thread.java:745)    2) Thread[id=10945, name=IPC Client (998488976) connection to localhost/127.0.0.1:43649 from jenkins, state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]         at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)         at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)         at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)         at org.apache.hadoop.net.SocketIOWithTimeout$SelectorPool.select(SocketIOWithTimeout.java:335)         at org.apache.hadoop.net.SocketIOWithTimeout.doIO(SocketIOWithTimeout.java:157)         at org.apache.hadoop.net.SocketInputStream.read(SocketInputStream.java:161)         at org.apache.hadoop.net.SocketInputStream.read(SocketInputStream.java:131)         at java.io.FilterInputStream.read(FilterInputStream.java:133)         at java.io.FilterInputStream.read(FilterInputStream.java:133)         at org.apache.hadoop.ipc.Client$Connection$PingInputStream.read(Client.java:513)         at java.io.BufferedInputStream.fill(BufferedInputStream.java:235)         at java.io.BufferedInputStream.read(BufferedInputStream.java:254)         at java.io.DataInputStream.readInt(DataInputStream.java:387)         at org.apache.hadoop.ipc.Client$Connection.receiveRpcResponse(Client.java:1071)         at org.apache.hadoop.ipc.Client$Connection.run(Client.java:966)    3) Thread[id=10979, name=qtp1583644450-10979, state=TIMED_WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:389)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:531)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:47)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:590)         at java.lang.Thread.run(Thread.java:745)    4) Thread[id=10977, name=qtp726291419-10977, state=TERMINATED, group={null group}]         at (empty stack)    5) Thread[id=10980, name=qtp1583644450-10980, state=TIMED_WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:389)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:531)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:47)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:590)         at java.lang.Thread.run(Thread.java:745)    6) Thread[id=10958, name=qtp1583644450-10958, state=TIMED_WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:389)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:531)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:47)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:590)         at java.lang.Thread.run(Thread.java:745)    7) Thread[id=10946, name=IPC Parameter Sending Thread #107, state=TIMED_WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)    8) Thread[id=10978, name=qtp149787914-10978, state=TERMINATED, group={null group}]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:389)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:531)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:47)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:590)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 5 threads leaked from SUITE scope at org.apache.solr.request.TestRemoteStreaming: 
   1) Thread[id=10960, name=qtp1583644450-10960, state=TIMED_WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:389)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:531)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:47)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:590)
        at java.lang.Thread.run(Thread.java:745)
   2) Thread[id=10945, name=IPC Client (998488976) connection to localhost/127.0.0.1:43649 from jenkins, state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
        at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
        at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
        at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
        at org.apache.hadoop.net.SocketIOWithTimeout$SelectorPool.select(SocketIOWithTimeout.java:335)
        at org.apache.hadoop.net.SocketIOWithTimeout.doIO(SocketIOWithTimeout.java:157)
        at org.apache.hadoop.net.SocketInputStream.read(SocketInputStream.java:161)
        at org.apache.hadoop.net.SocketInputStream.read(SocketInputStream.java:131)
        at java.io.FilterInputStream.read(FilterInputStream.java:133)
        at java.io.FilterInputStream.read(FilterInputStream.java:133)
        at org.apache.hadoop.ipc.Client$Connection$PingInputStream.read(Client.java:513)
        at java.io.BufferedInputStream.fill(BufferedInputStream.java:235)
        at java.io.BufferedInputStream.read(BufferedInputStream.java:254)
        at java.io.DataInputStream.readInt(DataInputStream.java:387)
        at org.apache.hadoop.ipc.Client$Connection.receiveRpcResponse(Client.java:1071)
        at org.apache.hadoop.ipc.Client$Connection.run(Client.java:966)
   3) Thread[id=10979, name=qtp1583644450-10979, state=TIMED_WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:389)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:531)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:47)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:590)
        at java.lang.Thread.run(Thread.java:745)
   4) Thread[id=10977, name=qtp726291419-10977, state=TERMINATED, group={null group}]
        at (empty stack)
   5) Thread[id=10980, name=qtp1583644450-10980, state=TIMED_WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:389)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:531)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:47)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:590)
        at java.lang.Thread.run(Thread.java:745)
   6) Thread[id=10958, name=qtp1583644450-10958, state=TIMED_WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:389)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:531)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:47)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:590)
        at java.lang.Thread.run(Thread.java:745)
   7) Thread[id=10946, name=IPC Parameter Sending Thread #107, state=TIMED_WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
        at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
   8) Thread[id=10978, name=qtp149787914-10978, state=TERMINATED, group={null group}]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:389)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:531)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:47)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:590)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([668CC8A01DD2DBBD]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.request.TestRemoteStreaming

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=10946, name=IPC Parameter Sending Thread #107, state=TIMED_WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=10946, name=IPC Parameter Sending Thread #107, state=TIMED_WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
        at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([668CC8A01DD2DBBD]:0)


FAILED:  org.apache.solr.update.DirectUpdateHandlerTest.testExpungeDeletes

Error Message:
expected:<5> but was:<4>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<4>
	at __randomizedtesting.SeedInfo.seed([668CC8A01DD2DBBD:4AF58C25686B1318]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.update.DirectUpdateHandlerTest.testExpungeDeletes(DirectUpdateHandlerTest.java:299)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.update.processor.TestNamedUpdateProcessors.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded




Build Log:
[...truncated 11641 lines...]
   [junit4] Suite: org.apache.solr.update.DirectUpdateHandlerTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_668CC8A01DD2DBBD-001/init-core-data-001
   [junit4]   2> 2285556 INFO  (SUITE-DirectUpdateHandlerTest-seed#[668CC8A01DD2DBBD]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 2285556 INFO  (SUITE-DirectUpdateHandlerTest-seed#[668CC8A01DD2DBBD]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2285556 INFO  (SUITE-DirectUpdateHandlerTest-seed#[668CC8A01DD2DBBD]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 2285556 INFO  (SUITE-DirectUpdateHandlerTest-seed#[668CC8A01DD2DBBD]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2285556 INFO  (SUITE-DirectUpdateHandlerTest-seed#[668CC8A01DD2DBBD]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr
   [junit4]   2> 2285556 INFO  (SUITE-DirectUpdateHandlerTest-seed#[668CC8A01DD2DBBD]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 2285556 INFO  (SUITE-DirectUpdateHandlerTest-seed#[668CC8A01DD2DBBD]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 2285573 INFO  (SUITE-DirectUpdateHandlerTest-seed#[668CC8A01DD2DBBD]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2285584 INFO  (SUITE-DirectUpdateHandlerTest-seed#[668CC8A01DD2DBBD]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.2
   [junit4]   2> 2285608 INFO  (SUITE-DirectUpdateHandlerTest-seed#[668CC8A01DD2DBBD]-worker) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2285612 INFO  (SUITE-DirectUpdateHandlerTest-seed#[668CC8A01DD2DBBD]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 2285751 INFO  (SUITE-DirectUpdateHandlerTest-seed#[668CC8A01DD2DBBD]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2285752 INFO  (SUITE-DirectUpdateHandlerTest-seed#[668CC8A01DD2DBBD]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2285753 WARN  (SUITE-DirectUpdateHandlerTest-seed#[668CC8A01DD2DBBD]-worker) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 2285756 INFO  (SUITE-DirectUpdateHandlerTest-seed#[668CC8A01DD2DBBD]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2285757 INFO  (SUITE-DirectUpdateHandlerTest-seed#[668CC8A01DD2DBBD]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2285758 INFO  (SUITE-DirectUpdateHandlerTest-seed#[668CC8A01DD2DBBD]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2285758 INFO  (SUITE-DirectUpdateHandlerTest-seed#[668CC8A01DD2DBBD]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr
   [junit4]   2> 2285758 INFO  (SUITE-DirectUpdateHandlerTest-seed#[668CC8A01DD2DBBD]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr'
   [junit4]   2> 2285759 INFO  (SUITE-DirectUpdateHandlerTest-seed#[668CC8A01DD2DBBD]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2285759 INFO  (SUITE-DirectUpdateHandlerTest-seed#[668CC8A01DD2DBBD]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr
   [junit4]   2> 2285759 INFO  (SUITE-DirectUpdateHandlerTest-seed#[668CC8A01DD2DBBD]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 1200837520
   [junit4]   2> 2285759 INFO  (SUITE-DirectUpdateHandlerTest-seed#[668CC8A01DD2DBBD]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr]
   [junit4]   2> 2285759 WARN  (SUITE-DirectUpdateHandlerTest-seed#[668CC8A01DD2DBBD]-worker) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/lib
   [junit4]   2> 2285759 INFO  (SUITE-DirectUpdateHandlerTest-seed#[668CC8A01DD2DBBD]-worker) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 2285761 INFO  (SUITE-DirectUpdateHandlerTest-seed#[668CC8A01DD2DBBD]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 2285762 INFO  (SUITE-DirectUpdateHandlerTest-seed#[668CC8A01DD2DBBD]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2285762 INFO  (SUITE-DirectUpdateHandlerTest-seed#[668CC8A01DD2DBBD]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2285762 INFO  (SUITE-DirectUpdateHandlerTest-seed#[668CC8A01DD2DBBD]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2285762 INFO  (SUITE-DirectUpdateHandlerTest-seed#[668CC8A01DD2DBBD]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2285762 INFO  (SUITE-DirectUpdateHandlerTest-seed#[668CC8A01DD2DBBD]-worker) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {loadOnStartup=true, configSetProperties=configsetprops.json, shard=shard1, config=solrconfig.xml, transient=false, name=collection1, collection=collection1, dataDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_668CC8A01DD2DBBD-001/init-core-data-001, schema=schema12.xml}
   [junit4]   2> 2285763 INFO  (coreLoadExecutor-4538-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 2285763 INFO  (coreLoadExecutor-4538-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2285763 INFO  (coreLoadExecutor-4538-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr
   [junit4]   2> 2285764 INFO  (coreLoadExecutor-4538-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 2285764 INFO  (coreLoadExecutor-4538-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 2285784 INFO  (coreLoadExecutor-4538-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2285795 INFO  (coreLoadExecutor-4538-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.2
   [junit4]   2> 2285829 INFO  (coreLoadExecutor-4538-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2285833 INFO  (coreLoadExecutor-4538-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2285952 INFO  (coreLoadExecutor-4538-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2285953 INFO  (coreLoadExecutor-4538-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2285954 WARN  (coreLoadExecutor-4538-thread-1) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 2285957 INFO  (coreLoadExecutor-4538-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2285958 INFO  (coreLoadExecutor-4538-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2285960 INFO  (coreLoadExecutor-4538-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 2285960 INFO  (coreLoadExecutor-4538-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1
   [junit4]   2> 2285960 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 2285961 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_668CC8A01DD2DBBD-001/init-core-data-001/]
   [junit4]   2> 2285961 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a24c518
   [junit4]   2> 2285961 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_668CC8A01DD2DBBD-001/init-core-data-001
   [junit4]   2> 2285961 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_668CC8A01DD2DBBD-001/init-core-data-001/index/
   [junit4]   2> 2285961 WARN  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_668CC8A01DD2DBBD-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 2285962 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_668CC8A01DD2DBBD-001/init-core-data-001/index
   [junit4]   2> 2285962 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=6, maxMergeAtOnceExplicit=3, maxMergedSegmentMB=48.8515625, floorSegmentMB=1.3544921875, forceMergeDeletesPctAllowed=20.817811339296295, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.19163799960063202
   [junit4]   2> 2285967 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_668CC8A01DD2DBBD-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7a3ada39),segFN=segments_1,generation=1}
   [junit4]   2> 2285967 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2285967 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_668CC8A01DD2DBBD-001/init-core-data-001/
   [junit4]   2> 2285969 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2285969 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2285969 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2285969 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2285969 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2285970 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2285970 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2285970 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2285970 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2285970 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2285970 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2285970 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2285972 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2285972 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2285973 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2285974 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2285976 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 2285977 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /search-facet-def,/get,/admin/system,spellCheckCompRH1,/update/json/docs,/debug/dump,lazy,/search-facet-invariants,/mlt,/admin/properties,spellCheckCompRH,/admin/plugins,mltrh,standard,tvrh,/admin/threads,defaults,/admin/file,/update/csv,/update,/admin/ping,/replication,spellCheckCompRH_Direct,/schema,/terms,dismax,/admin/luke,/update/json,/admin/segments,mock,/admin/mbeans,spellCheckWithWordbreak_Direct,spellCheckWithWordbreak,/admin/logging,/config
   [junit4]   2> 2285978 WARN  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 2285978 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2285978 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2285978 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2285979 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.37431621671934556]
   [junit4]   2> 2285979 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_668CC8A01DD2DBBD-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7a3ada39),segFN=segments_1,generation=1}
   [junit4]   2> 2285979 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2285979 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@3f5368a7[collection1] main
   [junit4]   2> 2285979 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 2285980 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 2285980 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2285980 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2285984 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2286007 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2286007 INFO  (searcherExecutor-4539-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2286008 INFO  (coreLoadExecutor-4538-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 2286009 INFO  (SUITE-DirectUpdateHandlerTest-seed#[668CC8A01DD2DBBD]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2286010 INFO  (searcherExecutor-4539-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2286010 INFO  (searcherExecutor-4539-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2286010 INFO  (searcherExecutor-4539-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 2286010 INFO  (searcherExecutor-4539-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2286010 INFO  (searcherExecutor-4539-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2286010 INFO  (searcherExecutor-4539-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2286011 INFO  (searcherExecutor-4539-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2286011 INFO  (searcherExecutor-4539-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2286011 INFO  (searcherExecutor-4539-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3f5368a7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2286015 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPrepareCommit
   [junit4]   2> 2286016 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2286016 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2286019 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2286022 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_668CC8A01DD2DBBD-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7a3ada39),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_668CC8A01DD2DBBD-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7a3ada39),segFN=segments_2,generation=2}
   [junit4]   2> 2286023 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 2286024 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@17cbfb96[collection1] main
   [junit4]   2> 2286024 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2286025 INFO  (searcherExecutor-4539-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@17cbfb96[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2286025 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 6
   [junit4]   2> 2286026 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[999]} 0 0
   [junit4]   2> 2286027 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2286027 WARN  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the entire index! Use with care.
   [junit4]   2> 2286053 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_668CC8A01DD2DBBD-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7a3ada39),segFN=segments_2,generation=2}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_668CC8A01DD2DBBD-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7a3ada39),segFN=segments_3,generation=3}
   [junit4]   2> 2286053 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
   [junit4]   2> 2286055 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@28d3a778[collection1] main
   [junit4]   2> 2286056 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2286057 INFO  (searcherExecutor-4539-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@28d3a778[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.5.2):C1)))}
   [junit4]   2> 2286057 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{optimize=} 0 30
   [junit4]   2> 2286058 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2286058 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2286059 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.c.SolrCore SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 2286059 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2286059 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 0
   [junit4]   2> 2286060 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandlerTest FILES before addDoc=[_0.fnm, _0.si, _0.fdx, _0_BlockTreeOrds_0.tipo, _0_BlockTreeOrds_0.doc, _0.nvd, _0.fdt, segments_3, _0_BlockTreeOrds_0.tio, _0.nvm]
   [junit4]   2> 2286061 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 2286062 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandlerTest FILES before prepareCommit=[_0.fnm, _0.si, _0.fdx, _0_BlockTreeOrds_0.tipo, _0_BlockTreeOrds_0.doc, _0.nvd, _0.fdt, segments_3, _0_BlockTreeOrds_0.tio, _1.fdx, _0.nvm, _1.fdt]
   [junit4]   2> 2286062 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=true}
   [junit4]   2> 2286080 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 end_prepareCommit
   [junit4]   2> 2286080 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={prepareCommit=true&wt=json&indent=true}{commit=} 0 18
   [junit4]   2> 2286080 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandlerTest FILES after prepareCommit=[_0.fnm, _1.si, _0.si, _0.fdx, _0_BlockTreeOrds_0.tipo, _0_BlockTreeOrds_0.doc, _1_BlockTreeOrds_0.doc, _0.nvd, _0.fdt, _1.nvm, segments_3, _0_BlockTreeOrds_0.tio, _1.nvd, _1.fdx, _0.nvm, _1_BlockTreeOrds_0.tipo, _1.fnm, _1.fdt, pending_segments_4, _1_BlockTreeOrds_0.tio]
   [junit4]   2> 2286081 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=xml&q=id:1} hits=0 status=0 QTime=0
   [junit4]   2> 2286081 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 start rollback{}
   [junit4]   2> 2286081 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
   [junit4]   2> 2286082 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@74763a4c
   [junit4]   2> 2286082 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_668CC8A01DD2DBBD-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7a3ada39),segFN=segments_3,generation=3}
   [junit4]   2> 2286083 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
   [junit4]   2> 2286083 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2286083 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 end_rollback
   [junit4]   2> 2286083 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={rollback=true&wt=json&indent=true}{rollback=} 0 2
   [junit4]   2> 2286083 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2286083 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2286085 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@27a5a8d4[collection1] main
   [junit4]   2> 2286085 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2286087 INFO  (searcherExecutor-4539-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@27a5a8d4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.5.2):C1)))}
   [junit4]   2> 2286087 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 2286087 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=xml&q=id:1} hits=0 status=0 QTime=0
   [junit4]   2> 2286088 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 2286088 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=true}
   [junit4]   2> 2286108 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 end_prepareCommit
   [junit4]   2> 2286108 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={prepareCommit=true&wt=json&indent=true}{commit=} 0 20
   [junit4]   2> 2286109 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=xml&q=id:1} hits=0 status=0 QTime=0
   [junit4]   2> 2286109 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2286111 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_668CC8A01DD2DBBD-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7a3ada39),segFN=segments_3,generation=3}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_668CC8A01DD2DBBD-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7a3ada39),segFN=segments_4,generation=4}
   [junit4]   2> 2286111 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 4
   [junit4]   2> 2286112 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@4ecd53fd[collection1] main
   [junit4]   2> 2286112 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2286115 INFO  (searcherExecutor-4539-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4ecd53fd[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.5.2):C1) Uninverting(_1(5.5.2):C1)))}
   [junit4]   2> 2286115 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 6
   [junit4]   2> 2286116 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=xml&q=id:1} hits=1 status=0 QTime=0
   [junit4]   2> 2286117 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testPrepareCommit
   [junit4]   2> 2286124 INFO  (TEST-DirectUpdateHandlerTest.testRequireUniqueKey-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRequireUniqueKey
   [junit4]   2> 2286124 INFO  (TEST-DirectUpdateHandlerTest.testRequireUniqueKey-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2286124 INFO  (TEST-DirectUpdateHandlerTest.testRequireUniqueKey-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2286125 INFO  (TEST-DirectUpdateHandlerTest.testRequireUniqueKey-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2286128 INFO  (TEST-DirectUpdateHandlerTest.testRequireUniqueKey-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_668CC8A01DD2DBBD-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7a3ada39),segFN=segments_4,generation=4}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_668CC8A01DD2DBBD-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7a3ada39),segFN=segments_5,generation=5}
   [junit4]   2> 2286128 INFO  (TEST-DirectUpdateHandlerTest.testRequireUniqueKey-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 5
   [junit4]   2> 2286128 INFO  (TEST-DirectUpdateHandlerTest.testRequireUniqueKey-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@5b568a5d[collection1] main
   [junit4]   2> 2286128 INFO  (TEST-DirectUpdateHandlerTest.testRequireUniqueKey-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2286130 INFO  (searcherExecutor-4539-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5b568a5d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2286131 INFO  (TEST-DirectUpdateHandlerTest.testRequireUniqueKey-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 6
   [junit4]   2> 2286132 INFO  (TEST-DirectUpdateHandlerTest.testRequireUniqueKey-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 2286133 INFO  (TEST-DirectUpdateHandlerTest.testRequireUniqueKey-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{} 0 0
   [junit4]   2> 2286133 INFO  (TEST-DirectUpdateHandlerTest.testRequireUniqueKey-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.h.RequestHandlerBase Ignoring exception matching ignore_exception
   [junit4]   2> 2286133 INFO  (TEST-DirectUpdateHandlerTest.testRequireUniqueKey-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{} 0 0
   [junit4]   2> 2286134 INFO  (TEST-DirectUpdateHandlerTest.testRequireUniqueKey-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.h.RequestHandlerBase Ignoring exception matching id
   [junit4]   2> 2286134 INFO  (TEST-DirectUpdateHandlerTest.testRequireUniqueKey-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRequireUniqueKey
   [junit4]   2> 2286139 INFO  (TEST-DirectUpdateHandlerTest.testPostSoftCommitEvents-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPostSoftCommitEvents
   [junit4]   2> 2286140 INFO  (TEST-DirectUpdateHandlerTest.testPostSoftCommitEvents-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2286140 INFO  (TEST-DirectUpdateHandlerTest.testPostSoftCommitEvents-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2286141 INFO  (TEST-DirectUpdateHandlerTest.testPostSoftCommitEvents-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2286144 INFO  (TEST-DirectUpdateHandlerTest.testPostSoftCommitEvents-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_668CC8A01DD2DBBD-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7a3ada39),segFN=segments_5,generation=5}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_668CC8A01DD2DBBD-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7a3ada39),segFN=segments_6,generation=6}
   [junit4]   2> 2286144 INFO  (TEST-DirectUpdateHandlerTest.testPostSoftCommitEvents-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 6
   [junit4]   2> 2286145 INFO  (TEST-DirectUpdateHandlerTest.testPostSoftCommitEvents-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@6f14d4a6[collection1] main
   [junit4]   2> 2286145 INFO  (TEST-DirectUpdateHandlerTest.testPostSoftCommitEvents-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2286146 INFO  (searcherExecutor-4539-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6f14d4a6[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2286146 INFO  (TEST-DirectUpdateHandlerTest.testPostSoftCommitEvents-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 5
   [junit4]   2> 2286148 INFO  (TEST-DirectUpdateHandlerTest.testPostSoftCommitEvents-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[999]} 0 0
   [junit4]   2> 2286149 INFO  (TEST-DirectUpdateHandlerTest.testPostSoftCommitEvents-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 2286153 INFO  (TEST-DirectUpdateHandlerTest.testPostSoftCommitEvents-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@7a1dd613[collection1] main
   [junit4]   2> 2286153 INFO  (TEST-DirectUpdateHandlerTest.testPostSoftCommitEvents-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2286155 INFO  (searcherExecutor-4539-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7a1dd613[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(5.5.2):C1)))}
   [junit4]   2> 2286155 INFO  (TEST-DirectUpdateHandlerTest.testPostSoftCommitEvents-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 6
   [junit4]   2> 2286156 INFO  (TEST-DirectUpdateHandlerTest.testPostSoftCommitEvents-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testPostSoftCommitEvents
   [junit4]   2> 2286160 INFO  (TEST-DirectUpdateHandlerTest.testExpungeDeletes-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testExpungeDeletes
   [junit4]   2> 2286160 INFO  (TEST-DirectUpdateHandlerTest.testExpungeDeletes-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2286160 INFO  (TEST-DirectUpdateHandlerTest.testExpungeDeletes-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2286160 INFO  (TEST-DirectUpdateHandlerTest.testExpungeDeletes-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2286165 INFO  (TEST-DirectUpdateHandlerTest.testExpungeDeletes-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_668CC8A01DD2DBBD-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7a3ada39),segFN=segments_6,generation=6}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_668CC8A01DD2DBBD-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7a3ada39),segFN=segments_7,generation=7}
   [junit4]   2> 2286165 INFO  (TEST-DirectUpdateHandlerTest.testExpungeDeletes-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 7
   [junit4]   2> 2286165 INFO  (TEST-DirectUpdateHandlerTest.testExpungeDeletes-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@60b67127[collection1] main
   [junit4]   2> 2286165 INFO  (TEST-DirectUpdateHandlerTest.testExpungeDeletes-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2286167 INFO  (searcherExecutor-4539-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@60b67127[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2286167 INFO  (TEST-DirectUpdateHandlerTest.testExpungeDeletes-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 7
   [junit4]   2> 2286168 INFO  (TEST-DirectUpdateHandlerTest.testExpungeDeletes-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 2286169 INFO  (TEST-DirectUpdateHandlerTest.testExpungeDeletes-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 2286169 INFO  (TEST-DirectUpdateHandlerTest.testExpungeDeletes-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2286188 INFO  (TEST-DirectUpdateHandlerTest.testExpungeDeletes-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_668CC8A01DD2DBBD-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7a3ada39),segFN=segments_7,generation=7}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_668CC8A01DD2DBBD-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7a3ada39),segFN=segments_8,generation=8}
   [junit4]   2> 2286188 INFO  (TEST-DirectUpdateHandlerTest.testExpungeDeletes-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 8
   [junit4]   2> 2286191 INFO  (TEST-DirectUpdateHandlerTest.testExpungeDeletes-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@60f0d852[collection1] main
   [junit4]   2> 2286191 INFO  (TEST-DirectUpdateHandlerTest.testExpungeDeletes-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2286193 INFO  (searcherExecutor-4539-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@60f0d852[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(5.5.2):C2)))}
   [junit4]   2> 2286193 INFO  (TEST-DirectUpdateHandlerTest.testExpungeDeletes-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 24
   [junit4]   2> 2286195 INFO  (TEST-DirectUpdateHandlerTest.testExpungeDeletes-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 2286196 INFO  (TEST-DirectUpdateHandlerTest.testExpungeDeletes-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 2286197 INFO  (TEST-DirectUpdateHandlerTest.testExpungeDeletes-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 2286197 INFO  (TEST-DirectUpdateHandlerTest.testExpungeDeletes-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2286222 INFO  (TEST-DirectUpdateHandlerTest.testExpungeDeletes-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_668CC8A01DD2DBBD-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7a3ada39),segFN=segments_8,generation=8}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_668CC8A01DD2DBBD-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7a3ada39),segFN=segments_9,generation=9}
   [junit4]   2> 2286222 INFO  (TEST-DirectUpdateHandlerTest.testExpungeDeletes-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 9
   [junit4]   2> 2286223 INFO  (TEST-DirectUpdateHandlerTest.testExpungeDeletes-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@479e0ba7[collection1] main
   [junit4]   2> 2286223 INFO  (TEST-DirectUpdateHandlerTest.testExpungeDeletes-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2286225 INFO  (searcherExecutor-4539-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@479e0ba7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(5.5.2):C2/1:delGen=1) Uninverting(_5(5.5.2):C3)))}
   [junit4]   2> 2286225 INFO  (TEST-DirectUpdateHandlerTest.testExpungeDeletes-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 28
   [junit4]   2> 2286226 INFO  (TEST-DirectUpdateHandlerTest.testExpungeDeletes-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=true,softCommit=false,prepareCommit=false}
   [junit4]   2> 2286227 WARN  (TEST-DirectUpdateHandlerTest.testExpungeDeletes-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 Starting expungeDeletes... Reading and rewriting segments with enough deletes, potentially the entire index
   [junit4]   2> 2286227 INFO  (TEST-DirectUpdateHandlerTest.testExpungeDeletes-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2286227 INFO  (TEST-DirectUpdateHandlerTest.testExpungeDeletes-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.c.SolrCore SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 2286227 INFO  (TEST-DirectUpdateHandlerTest.testExpungeDeletes-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2286227 INFO  (TEST-DirectUpdateHandlerTest.testExpungeDeletes-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 0
   [junit4]   2> 2286228 INFO  (TEST-DirectUpdateHandlerTest.testExpungeDeletes-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testExpungeDeletes
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DirectUpdateHandlerTest -Dtests.method=testExpungeDeletes -Dtests.seed=668CC8A01DD2DBBD -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/x1/jenkins/lucene-data/enwiki.random.lines.txt -Dtests.locale=da -Dtests.timezone=Africa/Ceuta -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.08s J2 | DirectUpdateHandlerTest.testExpungeDeletes <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<5> but was:<4>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([668CC8A01DD2DBBD:4AF58C25686B1318]:0)
   [junit4]    > 	at org.apache.solr.update.DirectUpdateHandlerTest.testExpungeDeletes(DirectUpdateHandlerTest.java:299)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2286237 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDeleteRollback
   [junit4]   2> 2286237 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2286237 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 2286237 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2286240 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_668CC8A01DD2DBBD-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7a3ada39),segFN=segments_9,generation=9}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_668CC8A01DD2DBBD-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7a3ada39),segFN=segments_a,generation=10}
   [junit4]   2> 2286240 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 10
   [junit4]   2> 2286240 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@52341d24[collection1] main
   [junit4]   2> 2286241 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2286242 INFO  (searcherExecutor-4539-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@52341d24[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2286242 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 2286243 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2286243 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[668CC8A01DD2DBBD]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1200837520
   [junit4]   2> 2286243 INFO  (coreCloseExecutor-4543-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1bb68f79
   [junit4]   2> 2286243 INFO  (coreCloseExecutor-4543-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=12,autocommits=0,soft autocommits=0,optimizes=1,rollbacks=1,expungeDeletes=1,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=9,cumulative_deletesById=0,cumulative_deletesByQuery=5,cumulative_errors=0}
   [junit4]   2> 2286244 INFO  (coreCloseExecutor-4543-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 2286244 INFO  (coreCloseExecutor-4543-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2286244 INFO  (coreCloseExecutor-4543-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2286246 INFO  (coreCloseExecutor-4543-thread-1) [ 

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

lyTests-5.5/solr/core/test-lib/apacheds-interceptors-authn-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-authz-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-changelog-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-collective-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/api-all-1.0.0-M20.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/bcprov-jdk15-1.45.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/cglib-nodep-2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/commons-collections-3.2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/commons-math3-3.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/easymock-3.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/ehcache-core-2.4.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/hadoop-common-2.6.0-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/hadoop-hdfs-2.6.0-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/hadoop-minikdc-2.6.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/jackson-annotations-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/jackson-databind-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/mina-core-2.0.0-M5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/objenesis-1.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/analysis/icu/lucene-analyzers-icu-5.5.2-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/queryparser/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/contrib/analysis-extras/lib/icu4j-54.1.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.3.0.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-antlr.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-regexp.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-resolver.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-net.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jmf.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-oro.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-xalan2.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-logging.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jsch.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit4.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-javamail.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jai.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jdepend.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bsf.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-swing.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-netrexx.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bcel.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-testutil.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-log4j.jar:/x1/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.7/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.3.2.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/temp/junit4-J0-20160619_045304_649.events @/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/temp/junit4-J0-20160619_045304_649.suites -stdin
   [junit4] ERROR: JVM J0 ended with an exception: Quit event not received from the forked process? This may indicate JVM crash or runner bugs.
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1501)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:121)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:955)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:952)
   [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4] 	at java.lang.Thread.run(Thread.java:745)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:757: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:694: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/common-build.xml:534: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1477: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1033: At least one slave process threw an exception, first: Quit event not received from the forked process? This may indicate JVM crash or runner bugs.

Total time: 252 minutes 28 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-NightlyTests-5.5 - Build # 14 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.5/14/

4 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test

Error Message:
KeeperErrorCode = Session expired for /clusterstate.json

Stack Trace:
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /clusterstate.json
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:345)
	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:342)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:342)
	at org.apache.solr.common.cloud.ZkStateReader.refreshLegacyClusterState(ZkStateReader.java:433)
	at org.apache.solr.common.cloud.ZkStateReader.updateClusterState(ZkStateReader.java:238)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForCollectionToDisappear(AbstractDistribZkTestBase.java:198)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.assertCollectionNotExists(AbstractFullDistribZkTestBase.java:1773)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.deletePartiallyCreatedCollection(CollectionsAPIDistributedZkTest.java:241)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test(CollectionsAPIDistributedZkTest.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.test

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:52960

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:52960
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:586)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.makeRequest(CollectionsAPIDistributedZkTest.java:400)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testErrorHandling(CollectionsAPIDistributedZkTest.java:417)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test(CollectionsAPIDistributedZkTest.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:152)
	at java.net.SocketInputStream.read(SocketInputStream.java:122)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
	... 47 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest:     1) Thread[id=7349, name=Thread-4775, state=TIMED_WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]         at java.lang.Object.wait(Native Method)         at org.apache.hadoop.hdfs.DFSOutputStream$DataStreamer.run(DFSOutputStream.java:564)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest: 
   1) Thread[id=7349, name=Thread-4775, state=TIMED_WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
        at java.lang.Object.wait(Native Method)
        at org.apache.hadoop.hdfs.DFSOutputStream$DataStreamer.run(DFSOutputStream.java:564)
	at __randomizedtesting.SeedInfo.seed([8BB34BE87E91D123]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=7349, name=Thread-4775, state=TIMED_WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]         at java.lang.Object.wait(Native Method)         at org.apache.hadoop.hdfs.DFSOutputStream$DataStreamer.run(DFSOutputStream.java:564)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=7349, name=Thread-4775, state=TIMED_WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
        at java.lang.Object.wait(Native Method)
        at org.apache.hadoop.hdfs.DFSOutputStream$DataStreamer.run(DFSOutputStream.java:564)
	at __randomizedtesting.SeedInfo.seed([8BB34BE87E91D123]:0)




Build Log:
[...truncated 11759 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_8BB34BE87E91D123-001/init-core-data-001
   [junit4]   2> 1549644 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[8BB34BE87E91D123]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 1549644 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[8BB34BE87E91D123]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1549650 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1549651 INFO  (Thread-10489) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1549651 INFO  (Thread-10489) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1549751 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.ZkTestServer start zk server on port:39046
   [junit4]   2> 1549751 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1549752 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1549754 INFO  (zkCallback-948-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3e3711a5 name:ZooKeeperConnection Watcher:127.0.0.1:39046 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1549754 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1549754 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1549755 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1549757 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1549758 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1549761 INFO  (zkCallback-949-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@10785c8e name:ZooKeeperConnection Watcher:127.0.0.1:39046/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1549761 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1549761 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1549761 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 1549762 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 1549763 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 1549764 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 1549764 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1549764 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1549765 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1549766 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 1549767 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1549767 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1549767 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1549767 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1549768 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1549768 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1549769 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1549769 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 1549770 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1549770 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1549770 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1549771 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1549771 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1549771 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1549772 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1549772 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1549773 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1549773 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1549774 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1549774 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1549775 INFO  (zkCallback-950-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@719a4023 name:ZooKeeperConnection Watcher:127.0.0.1:39046/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1549775 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1549775 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1549836 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_8BB34BE87E91D123-001/control-001/cores/collection1
   [junit4]   2> 1549838 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1549841 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@229f99d3{/,null,AVAILABLE}
   [junit4]   2> 1549854 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.e.j.s.ServerConnector Started ServerConnector@3bd72e9a{SSL-http/1.1}{127.0.0.1:42419}
   [junit4]   2> 1549854 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.e.j.s.Server Started @1552150ms
   [junit4]   2> 1549854 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_8BB34BE87E91D123-001/control-001/cores, hostPort=42419, solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_8BB34BE87E91D123-001/tempDir-001/control/data, hostContext=/}
   [junit4]   2> 1549855 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@3827de24
   [junit4]   2> 1549855 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_8BB34BE87E91D123-001/control-001'
   [junit4]   2> 1549855 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1549855 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1549855 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1549861 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1549861 INFO  (zkCallback-951-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3ea005d3 name:ZooKeeperConnection Watcher:127.0.0.1:39046/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1549861 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1549862 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1549867 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1549867 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_8BB34BE87E91D123-001/control-001/solr.xml
   [junit4]   2> 1549877 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_8BB34BE87E91D123-001/control-001/cores
   [junit4]   2> 1549877 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.CoreContainer New CoreContainer 624602778
   [junit4]   2> 1549877 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_8BB34BE87E91D123-001/control-001]
   [junit4]   2> 1549877 WARN  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_8BB34BE87E91D123-001/control-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_8BB34BE87E91D123-001/control-001/lib
   [junit4]   2> 1549878 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] 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> 1549880 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1549881 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1549881 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1549881 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39046/solr
   [junit4]   2> 1549881 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1549881 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1549882 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1549892 INFO  (zkCallback-954-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3610a759 name:ZooKeeperConnection Watcher:127.0.0.1:39046 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1549892 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1549892 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1549894 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:42419_    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@3b4ca51e
   [junit4]   2> 1549898 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:42419_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1549939 INFO  (zkCallback-955-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7c7aee4c name:ZooKeeperConnection Watcher:127.0.0.1:39046/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1549940 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:42419_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1549941 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:42419_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1549942 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:42419_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1549943 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:42419_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1549944 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:42419_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1549945 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:42419_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1549946 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:42419_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1549954 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:42419_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1549955 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:42419_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1549955 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:42419_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1549956 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:42419_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42419_
   [junit4]   2> 1549956 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:42419_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:42419_
   [junit4]   2> 1549962 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:42419_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1549963 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:42419_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1549963 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:42419_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1549964 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:42419_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96090956425265157-127.0.0.1:42419_-n_0000000000
   [junit4]   2> 1549964 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:42419_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42419_
   [junit4]   2> 1549964 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:42419_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1549970 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:42419_    ] o.a.s.c.Overseer Overseer (id=96090956425265157-127.0.0.1:42419_-n_0000000000) starting
   [junit4]   2> 1549971 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:42419_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1549974 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:42419_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1549986 INFO  (OverseerCollectionConfigSetProcessor-96090956425265157-127.0.0.1:42419_-n_0000000000) [n:127.0.0.1:42419_    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1549990 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:42419_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1549990 INFO  (OverseerStateUpdate-96090956425265157-127.0.0.1:42419_-n_0000000000) [n:127.0.0.1:42419_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1550011 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:42419_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1550011 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:42419_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1550011 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:42419_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_8BB34BE87E91D123-001/control-001/cores
   [junit4]   2> 1550012 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:42419_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {collection=control_collection, shard=, transient=false, loadOnStartup=true, schema=schema.xml, name=collection1, configSetProperties=configsetprops.json, coreNodeName=, config=solrconfig.xml, dataDir=data/}
   [junit4]   2> 1550012 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:42419_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_8BB34BE87E91D123-001/control-001/cores/collection1
   [junit4]   2> 1550012 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:42419_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1550022 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1550022 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1550036 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:42419_    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1
   [junit4]   2> 1550036 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:42419_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1550036 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection control_collection not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 1550036 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch [control_collection]
   [junit4]   2> 1550036 INFO  (OverseerStateUpdate-96090956425265157-127.0.0.1:42419_-n_0000000000) [n:127.0.0.1:42419_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"https://127.0.0.1:42419",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "node_name":"127.0.0.1:42419_",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"collection1"} current state version: 0
   [junit4]   2> 1550037 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 1550037 INFO  (OverseerStateUpdate-96090956425265157-127.0.0.1:42419_-n_0000000000) [n:127.0.0.1:42419_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"https://127.0.0.1:42419",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "node_name":"127.0.0.1:42419_",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"collection1"}
   [junit4]   2> 1550037 INFO  (OverseerStateUpdate-96090956425265157-127.0.0.1:42419_-n_0000000000) [n:127.0.0.1:42419_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 1550037 INFO  (OverseerStateUpdate-96090956425265157-127.0.0.1:42419_-n_0000000000) [n:127.0.0.1:42419_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1550037 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1550050 INFO  (zkCallback-955-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_    ] 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> 1551054 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1551054 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 1551054 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1551054 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 1551054 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1551055 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_8BB34BE87E91D123-001/control-001/cores/collection1'
   [junit4]   2> 1551055 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1551055 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1551056 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1551060 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1551076 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.2
   [junit4]   2> 1551106 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1551111 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1551274 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1551280 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1551285 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1551295 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1551296 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1551298 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1551298 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1551299 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ 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=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1
   [junit4]   2> 1551299 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1551299 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1551300 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_8BB34BE87E91D123-001/control-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_8BB34BE87E91D123-001/control-001/cores/collection1/data/]
   [junit4]   2> 1551300 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ 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@6225747a
   [junit4]   2> 1551300 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_8BB34BE87E91D123-001/control-001/cores/collection1/data
   [junit4]   2> 1551300 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_8BB34BE87E91D123-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1551300 WARN  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_8BB34BE87E91D123-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1551300 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_8BB34BE87E91D123-001/control-001/cores/collection1/data/index
   [junit4]   2> 1551301 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@352a56c7
   [junit4]   2> 1551301 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6ea73e15 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@25dd0d74),segFN=segments_1,generation=1}
   [junit4]   2> 1551301 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1551302 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:42419_ 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 /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_8BB34BE87E91D123-001/control-001/cores/collection1/data/
   [junit4]   2> 1551304 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1551304 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1551304 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1551304 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1551304 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1551304 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ 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> 1551305 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ 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> 1551305 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ 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> 1551305 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ 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> 1551305 WARN  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 1551308 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1551309 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1551310 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1551311 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1551313 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/admin/ping,/schema,/update/json,/update,/admin/segments,/config,standard,/admin/threads,/replication,/admin/logging,/get,/dump,/admin/luke,/update/csv,/admin/plugins,/admin/system,/update/json/docs,/admin/file,/admin/properties
   [junit4]   2> 1551314 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ 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> 1551314 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ 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> 1551314 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ 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> 1551315 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1551315 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1551315 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_8BB34BE87E91D123-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1551317 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=349698352, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1551318 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6ea73e15 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@25dd0d74),segFN=segments_1,generation=1}
   [junit4]   2> 1551318 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1551319 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@228f06f3[collection1] main
   [junit4]   2> 1551319 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ 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> 1551319 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ 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> 1551319 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ 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> 1551319 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1551319 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1551319 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ 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> 1551320 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ 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> 1551320 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ 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> 1551320 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1551320 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1551320 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ 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> 1551320 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ 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> 1551320 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ 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> 1551320 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ 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 1537455304553267200
   [junit4]   2> 1551322 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1537455304553267200
   [junit4]   2> 1551322 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1551323 INFO  (coreLoadExecutor-3321-thread-1-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1551323 INFO  (searcherExecutor-3322-thread-1-processing-c:control_collection r:core_node1 n:127.0.0.1:42419_ s:shard1 x:collection1) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@228f06f3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1551324 INFO  (coreZkRegister-3315-thread-1-processing-c:control_collection r:core_node1 n:127.0.0.1:42419_ s:shard1 x:collection1) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:https://127.0.0.1:42419 collection:control_collection shard:shard1
   [junit4]   2> 1551324 INFO  (coreZkRegister-3315-thread-1-processing-c:control_collection r:core_node1 n:127.0.0.1:42419_ s:shard1 x:collection1) [n:127.0.0.1:42419_ 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> 1551326 INFO  (coreZkRegister-3315-thread-1-processing-c:control_collection r:core_node1 n:127.0.0.1:42419_ s:shard1 x:collection1) [n:127.0.0.1:42419_ 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/96090956425265157-core_node1-n_0000000000
   [junit4]   2> 1551327 INFO  (coreZkRegister-3315-thread-1-processing-c:control_collection r:core_node1 n:127.0.0.1:42419_ s:shard1 x:collection1) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=180000
   [junit4]   2> 1551328 INFO  (OverseerStateUpdate-96090956425265157-127.0.0.1:42419_-n_0000000000) [n:127.0.0.1:42419_    ] 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> 1551329 INFO  (coreZkRegister-3315-thread-1-processing-c:control_collection r:core_node1 n:127.0.0.1:42419_ s:shard1 x:collection1) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1551329 INFO  (coreZkRegister-3315-thread-1-processing-c:control_collection r:core_node1 n:127.0.0.1:42419_ s:shard1 x:collection1) [n:127.0.0.1:42419_ 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> 1551329 INFO  (coreZkRegister-3315-thread-1-processing-c:control_collection r:core_node1 n:127.0.0.1:42419_ s:shard1 x:collection1) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:42419/collection1/
   [junit4]   2> 1551329 INFO  (coreZkRegister-3315-thread-1-processing-c:control_collection r:core_node1 n:127.0.0.1:42419_ s:shard1 x:collection1) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1551329 INFO  (coreZkRegister-3315-thread-1-processing-c:control_collection r:core_node1 n:127.0.0.1:42419_ s:shard1 x:collection1) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy https://127.0.0.1:42419/collection1/ has no replicas
   [junit4]   2> 1551329 INFO  (coreZkRegister-3315-thread-1-processing-c:control_collection r:core_node1 n:127.0.0.1:42419_ s:shard1 x:collection1) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1551330 INFO  (coreZkRegister-3315-thread-1-processing-c:control_collection r:core_node1 n:127.0.0.1:42419_ s:shard1 x:collection1) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/96090956425265157-core_node1-n_0000000000
   [junit4]   2> 1551331 INFO  (coreZkRegister-3315-thread-1-processing-c:control_collection r:core_node1 n:127.0.0.1:42419_ s:shard1 x:collection1) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:42419/collection1/ shard1
   [junit4]   2> 1551332 INFO  (OverseerStateUpdate-96090956425265157-127.0.0.1:42419_-n_0000000000) [n:127.0.0.1:42419_    ] 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":"https://127.0.0.1:42419",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 1551434 INFO  (zkCallback-955-thread-4-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_    ] 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> 1551483 INFO  (coreZkRegister-3315-thread-1-processing-c:control_collection r:core_node1 n:127.0.0.1:42419_ s:shard1 x:collection1) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are https://127.0.0.1:42419/collection1/ and leader is https://127.0.0.1:42419/collection1/
   [junit4]   2> 1551483 INFO  (coreZkRegister-3315-thread-1-processing-c:control_collection r:core_node1 n:127.0.0.1:42419_ s:shard1 x:collection1) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:42419
   [junit4]   2> 1551483 INFO  (coreZkRegister-3315-thread-1-processing-c:control_collection r:core_node1 n:127.0.0.1:42419_ s:shard1 x:collection1) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1551483 INFO  (coreZkRegister-3315-thread-1-processing-c:control_collection r:core_node1 n:127.0.0.1:42419_ s:shard1 x:collection1) [n:127.0.0.1:42419_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 1551484 INFO  (coreZkRegister-3315-thread-1-processing-c:control_collection r:core_node1 n:127.0.0.1:42419_ s:shard1 x:collection1) [n:127.0.0.1:42419_ 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> 1551485 INFO  (OverseerStateUpdate-96090956425265157-127.0.0.1:42419_-n_0000000000) [n:127.0.0.1:42419_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"https://127.0.0.1:42419",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "node_name":"127.0.0.1:42419_",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"collection1"} current state version: 2
   [junit4]   2> 1551485 INFO  (OverseerStateUpdate-96090956425265157-127.0.0.1:42419_-n_0000000000) [n:127.0.0.1:42419_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"https://127.0.0.1:42419",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "node_name":"127.0.0.1:42419_",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"collection1"}
   [junit4]   2> 1551540 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1551572 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1551578 INFO  (zkCallback-957-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6be5ff5a name:ZooKeeperConnection Watcher:127.0.0.1:39046/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1551578 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1551578 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1551578 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1551579 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1551587 INFO  (zkCallback-955-thread-5-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_    ] 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> 1551593 INFO  (zkCallback-957-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> 1551642 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_8BB34BE87E91D123-001/shard-1-001/cores/collection1
   [junit4]   2> 1551643 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_8BB34BE87E91D123-001/shard-1-001
   [junit4]   2> 1551646 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1551733 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7546d81a{/,null,AVAILABLE}
   [junit4]   2> 1551737 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.e.j.s.ServerConnector Started ServerConnector@49d077ef{SSL-http/1.1}{127.0.0.1:60750}
   [junit4]   2> 1551737 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.e.j.s.Server Started @1554033ms
   [junit4]   2> 1551737 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_8BB34BE87E91D123-001/shard-1-001/cores, hostContext=/, hostPort=60750, solrconfig=solrconfig.xml, solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_8BB34BE87E91D123-001/tempDir-001/jetty1}
   [junit4]   2> 1551737 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@3827de24
   [junit4]   2> 1551737 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_8BB34BE87E91D123-001/shard-1-001'
   [junit4]   2> 1551737 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1551737 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1551738 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1551758 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1551774 INFO  (zkCallback-958-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5804a06f name:ZooKeeperConnection Watcher:127.0.0.1:39046/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1551774 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1551774 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1551786 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1551786 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_8BB34BE87E91D123-001/shard-1-001/solr.xml
   [junit4]   2> 1551795 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_8BB34BE87E91D123-001/shard-1-001/cores
   [junit4]   2> 1551795 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.CoreContainer New CoreContainer 1352604044
   [junit4]   2> 1551795 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_8BB34BE87E91D123-001/shard-1-001]
   [junit4]   2> 1551795 WARN  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_8BB34BE87E91D123-001/shard-1-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_8BB34BE87E91D123-001/shard-1-001/lib
   [junit4]   2> 1551795 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] 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> 1551797 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1551798 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1551798 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1551798 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39046/solr
   [junit4]   2> 1551798 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1551798 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1551823 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1551838 INFO  (zkCallback-961-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6388de38 name:ZooKeeperConnection Watcher:127.0.0.1:39046 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1551838 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1551838 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1551839 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:60750_    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@3a1de2e1
   [junit4]   2> 1551840 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:60750_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1551840 INFO  (zkCallback-962-thread-1-processing-n:127.0.0.1:60750_) [n:127.0.0.1:60750_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@671400dd name:ZooKeeperConnection Watcher:127.0.0.1:39046/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1551840 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:60750_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1551843 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:60750_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1552846 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:60750_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60750_
   [junit4]   2> 1552847 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:60750_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:60750_
   [junit4]   2> 1552848 INFO  (zkCallback-957-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1552848 INFO  (zkCallback-962-thread-1-processing-n:127.0.0.1:60750_) [n:127.0.0.1:60750_    ] 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> 1552848 INFO  (zkCallback-955-thread-5-processing-n:127.0.0.1:42419_) [n:127.0.0.1:42419_    ] 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> 1552849 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:60750_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1552850 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:60750_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96090956425265161-127.0.0.1:60750_-n_0000000001
   [junit4]   2> 1552850 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:60750_    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96090956425265157-127.0.0.1:42419_-n_0000000000 to know if I could be the leader
   [junit4]   2> 1552859 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:60750_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1552859 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:60750_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1552860 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:60750_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_8BB34BE87E91D123-001/shard-1-001/cores
   [junit4]   2> 1552860 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:60750_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {collection=collection1, loadOnStartup=true, shard=, coreNodeName=, configSetProperties=configsetprops.json, name=collection1, transient=false, config=solrconfig.xml, dataDir=data/, schema=schema.xml}
   [junit4]   2> 1552860 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:60750_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_8BB34BE87E91D123-001/shard-1-001/cores/collection1
   [junit4]   2> 1552860 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:60750_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1552861 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:60750_    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1
   [junit4]   2> 1552861 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[8BB34BE87E91D123]) [n:127.0.0.1:60750_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1552862 INFO  (coreLoadExecutor-3332-thread-1-processing-n:127.0.0.1:60750_) [n:127.0.0.1:60750_ c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1552862 INFO  (coreLoadExecutor-3332-thread-1-processing-n:127.0.0.1:60750_) [n:127.0.0.1:60750_ c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1552863 INFO  (coreLoadExecutor-3332-thread-1-processing-n:127.0.0.1:60750_) [n:127.0.0.1:60750_ c:collection1   x:collection1] o.a.s.c.ZkController Collection collection1 not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 1552863 INFO  (OverseerStateUpdate-

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

rd6 r:core_node22 x:awholynewstresscollection_collection3_0_shard6_replica3] o.a.h.h.DFSClient Caught exception 
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.lang.Object.wait(Native Method)
   [junit4]   2> 	at org.apache.hadoop.hdfs.DFSOutputStream$DataStreamer.run(DFSOutputStream.java:564)
   [junit4]   2> 2446340 WARN  (LeaseRenewer:jenkins@localhost:52168) [    ] o.a.h.h.LeaseRenewer Failed to renew lease for [DFSClient_NONMAPREDUCE_1398239136_6359] for 52 seconds.  Will retry shortly ...
   [junit4]   2> java.net.ConnectException: Call From lucene1-us-west/10.41.0.5 to localhost:52168 failed on connection exception: java.net.ConnectException: Connection refused; For more details see:  http://wiki.apache.org/hadoop/ConnectionRefused
   [junit4]   2> 	at sun.reflect.GeneratedConstructorAccessor306.newInstance(Unknown Source)
   [junit4]   2> 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
   [junit4]   2> 	at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
   [junit4]   2> 	at org.apache.hadoop.net.NetUtils.wrapWithMessage(NetUtils.java:791)
   [junit4]   2> 	at org.apache.hadoop.net.NetUtils.wrapException(NetUtils.java:731)
   [junit4]   2> 	at org.apache.hadoop.ipc.Client.call(Client.java:1472)
   [junit4]   2> 	at org.apache.hadoop.ipc.Client.call(Client.java:1399)
   [junit4]   2> 	at org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:232)
   [junit4]   2> 	at com.sun.proxy.$Proxy48.renewLease(Unknown Source)
   [junit4]   2> 	at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.renewLease(ClientNamenodeProtocolTranslatorPB.java:571)
   [junit4]   2> 	at sun.reflect.GeneratedMethodAccessor59.invoke(Unknown Source)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:606)
   [junit4]   2> 	at org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:187)
   [junit4]   2> 	at org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:102)
   [junit4]   2> 	at com.sun.proxy.$Proxy49.renewLease(Unknown Source)
   [junit4]   2> 	at org.apache.hadoop.hdfs.DFSClient.renewLease(DFSClient.java:879)
   [junit4]   2> 	at org.apache.hadoop.hdfs.LeaseRenewer.renew(LeaseRenewer.java:417)
   [junit4]   2> 	at org.apache.hadoop.hdfs.LeaseRenewer.run(LeaseRenewer.java:442)
   [junit4]   2> 	at org.apache.hadoop.hdfs.LeaseRenewer.access$700(LeaseRenewer.java:71)
   [junit4]   2> 	at org.apache.hadoop.hdfs.LeaseRenewer$1.run(LeaseRenewer.java:298)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: java.net.ConnectException: Connection refused
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:744)
   [junit4]   2> 	at org.apache.hadoop.net.SocketIOWithTimeout.connect(SocketIOWithTimeout.java:206)
   [junit4]   2> 	at org.apache.hadoop.net.NetUtils.connect(NetUtils.java:530)
   [junit4]   2> 	at org.apache.hadoop.net.NetUtils.connect(NetUtils.java:494)
   [junit4]   2> 	at org.apache.hadoop.ipc.Client$Connection.setupConnection(Client.java:607)
   [junit4]   2> 	at org.apache.hadoop.ipc.Client$Connection.setupIOstreams(Client.java:705)
   [junit4]   2> 	at org.apache.hadoop.ipc.Client$Connection.access$2800(Client.java:368)
   [junit4]   2> 	at org.apache.hadoop.ipc.Client.getConnection(Client.java:1521)
   [junit4]   2> 	at org.apache.hadoop.ipc.Client.call(Client.java:1438)
   [junit4]   2> 	... 16 more
   [junit4]   2> 2446654 WARN  (Thread-4775) [n:127.0.0.1:53785_ c:awholynewstresscollection_collection3_0 s:shard6 r:core_node22 x:awholynewstresscollection_collection3_0_shard6_replica3] o.a.h.h.DFSClient Caught exception 
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.lang.Object.wait(Native Method)
   [junit4]   2> 	at org.apache.hadoop.hdfs.DFSOutputStream$DataStreamer.run(DFSOutputStream.java:564)
   [junit4]   2> Jun 18, 2016 6:48:52 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=7349, name=Thread-4775, state=TIMED_WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at org.apache.hadoop.hdfs.DFSOutputStream$DataStreamer.run(DFSOutputStream.java:564)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene54): {id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), a_i1=FST50, timestamp=FST50, range_facet_l=FST50, range_facet_l_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), multiDefault=FST50, a_t=FST50, intDefault=PostingsFormat(name=Memory doPackFST= true), _version_=PostingsFormat(name=Memory doPackFST= true), other_tl1=PostingsFormat(name=Memory doPackFST= true), range_facet_i_dv=FST50, text=Lucene50(blocksize=128)}, docValues:{timestamp=DocValuesFormat(name=Lucene54), range_facet_l_dv=DocValuesFormat(name=Memory), range_facet_i_dv=DocValuesFormat(name=Lucene54)}, sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=ro-RO, timezone=PLT
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.7.0_80 (64-bit)/cpus=4,threads=3,free=119021744,total=477102080
   [junit4]   2> NOTE: All tests run in this JVM: [OverriddenZkACLAndCredentialsProvidersTest, DistributedFacetPivotWhiteBoxTest, FileBasedSpellCheckerTest, HLLSerializationTest, TestRandomFaceting, PeerSyncTest, LeaderElectionIntegrationTest, SignatureUpdateProcessorFactoryTest, CachingDirectoryFactoryTest, TestRTGBase, TestInitParams, TestOnReconnectListenerSupport, TestPseudoReturnFields, CoreAdminCreateDiscoverTest, TestMaxScoreQueryParser, HdfsRecoveryZkTest, TestSolrXml, CopyFieldTest, TestCloudSchemaless, DistributedDebugComponentTest, HdfsLockFactoryTest, DeleteShardTest, JSONWriterTest, RemoteQueryErrorTest, TestRandomDVFaceting, TestFieldCollectionResource, HdfsCollectionsAPIDistributedZkTest]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HdfsCollectionsAPIDistributedZkTest -Dtests.seed=8BB34BE87E91D123 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/x1/jenkins/lucene-data/enwiki.random.lines.txt -Dtests.locale=ro-RO -Dtests.timezone=PLT -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J0 | HdfsCollectionsAPIDistributedZkTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest: 
   [junit4]    >    1) Thread[id=7349, name=Thread-4775, state=TIMED_WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at org.apache.hadoop.hdfs.DFSOutputStream$DataStreamer.run(DFSOutputStream.java:564)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8BB34BE87E91D123]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=7349, name=Thread-4775, state=TIMED_WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at org.apache.hadoop.hdfs.DFSOutputStream$DataStreamer.run(DFSOutputStream.java:564)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8BB34BE87E91D123]:0)
   [junit4] Completed [339/573 (2!)] on J0 in 1937.35s, 1 test, 3 errors <<< FAILURES!

[...truncated 695 lines...]
   [junit4] JVM J0: stdout was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/temp/junit4-J0-20160618_060802_877.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/heapdumps/java_pid13772.hprof ...
   [junit4] Heap dump file created [620124681 bytes in 5.427 secs]
   [junit4] <<< JVM J0: EOF ----

[...truncated 15 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:757: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:694: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/common-build.xml:534: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1477: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1033: There were test failures: 573 suites (7 ignored), 2319 tests, 2 suite-level errors, 2 errors, 881 ignored (12 assumptions) [seed: 8BB34BE87E91D123]

Total time: 168 minutes 36 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-NightlyTests-5.5 - Build # 13 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.5/13/

4 tests failed.
FAILED:  org.apache.lucene.search.TestBoolean2.testQueries03

Error Message:
hits1 doc nrs for hit 0 expected:<4635> but was:<6684>

Stack Trace:
junit.framework.AssertionFailedError: hits1 doc nrs for hit 0 expected:<4635> but was:<6684>
	at __randomizedtesting.SeedInfo.seed([E4F538C28CB310CA:A11086F46C65514A]:0)
	at junit.framework.Assert.fail(Assert.java:50)
	at junit.framework.Assert.failNotEquals(Assert.java:287)
	at junit.framework.Assert.assertEquals(Assert.java:67)
	at junit.framework.Assert.assertEquals(Assert.java:199)
	at org.apache.lucene.search.CheckHits.checkDocIds(CheckHits.java:190)
	at org.apache.lucene.search.CheckHits.checkHitsQuery(CheckHits.java:203)
	at org.apache.lucene.search.TestBoolean2.queriesTest(TestBoolean2.java:192)
	at org.apache.lucene.search.TestBoolean2.testQueries03(TestBoolean2.java:246)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.lucene.search.TestBoolean2.testQueries02

Error Message:
hits1 doc nrs for hit 0 expected:<4635> but was:<6684>

Stack Trace:
junit.framework.AssertionFailedError: hits1 doc nrs for hit 0 expected:<4635> but was:<6684>
	at __randomizedtesting.SeedInfo.seed([E4F538C28CB310CA:97F43B8D478F3455]:0)
	at junit.framework.Assert.fail(Assert.java:50)
	at junit.framework.Assert.failNotEquals(Assert.java:287)
	at junit.framework.Assert.assertEquals(Assert.java:67)
	at junit.framework.Assert.assertEquals(Assert.java:199)
	at org.apache.lucene.search.CheckHits.checkDocIds(CheckHits.java:190)
	at org.apache.lucene.search.CheckHits.checkHitsQuery(CheckHits.java:203)
	at org.apache.lucene.search.TestBoolean2.queriesTest(TestBoolean2.java:192)
	at org.apache.lucene.search.TestBoolean2.testQueries02(TestBoolean2.java:236)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.lucene.search.TestBoolean2.testQueries01

Error Message:
hits1 doc nrs for hit 0 expected:<4635> but was:<6684>

Stack Trace:
junit.framework.AssertionFailedError: hits1 doc nrs for hit 0 expected:<4635> but was:<6684>
	at __randomizedtesting.SeedInfo.seed([E4F538C28CB310CA:F9AB7EB119CFFB22]:0)
	at junit.framework.Assert.fail(Assert.java:50)
	at junit.framework.Assert.failNotEquals(Assert.java:287)
	at junit.framework.Assert.assertEquals(Assert.java:67)
	at junit.framework.Assert.assertEquals(Assert.java:199)
	at org.apache.lucene.search.CheckHits.checkDocIds(CheckHits.java:190)
	at org.apache.lucene.search.CheckHits.checkHitsQuery(CheckHits.java:203)
	at org.apache.lucene.search.TestBoolean2.queriesTest(TestBoolean2.java:192)
	at org.apache.lucene.search.TestBoolean2.testQueries01(TestBoolean2.java:226)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.lucene.search.TestBoolean2.testQueries08

Error Message:
hits1 doc nrs for hit 0 expected:<4635> but was:<6684>

Stack Trace:
junit.framework.AssertionFailedError: hits1 doc nrs for hit 0 expected:<4635> but was:<6684>
	at __randomizedtesting.SeedInfo.seed([E4F538C28CB310CA:D811C3571B5CD9E3]:0)
	at junit.framework.Assert.fail(Assert.java:50)
	at junit.framework.Assert.failNotEquals(Assert.java:287)
	at junit.framework.Assert.assertEquals(Assert.java:67)
	at junit.framework.Assert.assertEquals(Assert.java:199)
	at org.apache.lucene.search.CheckHits.checkDocIds(CheckHits.java:190)
	at org.apache.lucene.search.CheckHits.checkHitsQuery(CheckHits.java:203)
	at org.apache.lucene.search.TestBoolean2.queriesTest(TestBoolean2.java:192)
	at org.apache.lucene.search.TestBoolean2.testQueries08(TestBoolean2.java:299)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 834 lines...]
   [junit4] Suite: org.apache.lucene.search.TestBoolean2
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBoolean2 -Dtests.method=testQueries03 -Dtests.seed=E4F538C28CB310CA -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/x1/jenkins/lucene-data/enwiki.random.lines.txt -Dtests.locale=es-HN -Dtests.timezone=Hongkong -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.00s J2 | TestBoolean2.testQueries03 <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: hits1 doc nrs for hit 0 expected:<4635> but was:<6684>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E4F538C28CB310CA:A11086F46C65514A]:0)
   [junit4]    > 	at junit.framework.Assert.fail(Assert.java:50)
   [junit4]    > 	at junit.framework.Assert.failNotEquals(Assert.java:287)
   [junit4]    > 	at junit.framework.Assert.assertEquals(Assert.java:67)
   [junit4]    > 	at junit.framework.Assert.assertEquals(Assert.java:199)
   [junit4]    > 	at org.apache.lucene.search.CheckHits.checkDocIds(CheckHits.java:190)
   [junit4]    > 	at org.apache.lucene.search.CheckHits.checkHitsQuery(CheckHits.java:203)
   [junit4]    > 	at org.apache.lucene.search.TestBoolean2.queriesTest(TestBoolean2.java:192)
   [junit4]    > 	at org.apache.lucene.search.TestBoolean2.testQueries03(TestBoolean2.java:246)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBoolean2 -Dtests.method=testQueries02 -Dtests.seed=E4F538C28CB310CA -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/x1/jenkins/lucene-data/enwiki.random.lines.txt -Dtests.locale=es-HN -Dtests.timezone=Hongkong -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.00s J2 | TestBoolean2.testQueries02 <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: hits1 doc nrs for hit 0 expected:<4635> but was:<6684>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E4F538C28CB310CA:97F43B8D478F3455]:0)
   [junit4]    > 	at junit.framework.Assert.fail(Assert.java:50)
   [junit4]    > 	at junit.framework.Assert.failNotEquals(Assert.java:287)
   [junit4]    > 	at junit.framework.Assert.assertEquals(Assert.java:67)
   [junit4]    > 	at junit.framework.Assert.assertEquals(Assert.java:199)
   [junit4]    > 	at org.apache.lucene.search.CheckHits.checkDocIds(CheckHits.java:190)
   [junit4]    > 	at org.apache.lucene.search.CheckHits.checkHitsQuery(CheckHits.java:203)
   [junit4]    > 	at org.apache.lucene.search.TestBoolean2.queriesTest(TestBoolean2.java:192)
   [junit4]    > 	at org.apache.lucene.search.TestBoolean2.testQueries02(TestBoolean2.java:236)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBoolean2 -Dtests.method=testQueries01 -Dtests.seed=E4F538C28CB310CA -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/x1/jenkins/lucene-data/enwiki.random.lines.txt -Dtests.locale=es-HN -Dtests.timezone=Hongkong -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.00s J2 | TestBoolean2.testQueries01 <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: hits1 doc nrs for hit 0 expected:<4635> but was:<6684>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E4F538C28CB310CA:F9AB7EB119CFFB22]:0)
   [junit4]    > 	at junit.framework.Assert.fail(Assert.java:50)
   [junit4]    > 	at junit.framework.Assert.failNotEquals(Assert.java:287)
   [junit4]    > 	at junit.framework.Assert.assertEquals(Assert.java:67)
   [junit4]    > 	at junit.framework.Assert.assertEquals(Assert.java:199)
   [junit4]    > 	at org.apache.lucene.search.CheckHits.checkDocIds(CheckHits.java:190)
   [junit4]    > 	at org.apache.lucene.search.CheckHits.checkHitsQuery(CheckHits.java:203)
   [junit4]    > 	at org.apache.lucene.search.TestBoolean2.queriesTest(TestBoolean2.java:192)
   [junit4]    > 	at org.apache.lucene.search.TestBoolean2.testQueries01(TestBoolean2.java:226)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBoolean2 -Dtests.method=testQueries08 -Dtests.seed=E4F538C28CB310CA -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/x1/jenkins/lucene-data/enwiki.random.lines.txt -Dtests.locale=es-HN -Dtests.timezone=Hongkong -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.00s J2 | TestBoolean2.testQueries08 <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: hits1 doc nrs for hit 0 expected:<4635> but was:<6684>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E4F538C28CB310CA:D811C3571B5CD9E3]:0)
   [junit4]    > 	at junit.framework.Assert.fail(Assert.java:50)
   [junit4]    > 	at junit.framework.Assert.failNotEquals(Assert.java:287)
   [junit4]    > 	at junit.framework.Assert.assertEquals(Assert.java:67)
   [junit4]    > 	at junit.framework.Assert.assertEquals(Assert.java:199)
   [junit4]    > 	at org.apache.lucene.search.CheckHits.checkDocIds(CheckHits.java:190)
   [junit4]    > 	at org.apache.lucene.search.CheckHits.checkHitsQuery(CheckHits.java:203)
   [junit4]    > 	at org.apache.lucene.search.TestBoolean2.queriesTest(TestBoolean2.java:192)
   [junit4]    > 	at org.apache.lucene.search.TestBoolean2.testQueries08(TestBoolean2.java:299)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene54): {field2=PostingsFormat(name=LuceneVarGapDocFreqInterval), field=FST50}, docValues:{}, sim=RandomSimilarity(queryNorm=true,coord=yes): {field2=DFR I(ne)3(800.0), field=DFR G2}, locale=es-HN, timezone=Hongkong
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.7.0_80 (64-bit)/cpus=4,threads=1,free=329666496,total=495976448
   [junit4]   2> NOTE: All tests run in this JVM: [TestSpanExplanationsOfNonMatches, TestNorms, TestPhraseQuery, TestSpans, TestFilteredSearch, TestPerFieldPostingsFormat2, TestQueryWrapperFilter, TestBytesStore, TestCloseableThreadLocal, TestIndexWriterUnicode, TestOmitTf, TestForUtil, TestMixedDocValuesUpdates, TestLongPostings, TestOfflineSorter, TestCompiledAutomaton, TestCharFilter, TestIndexWriterOnVMError, TestTermVectorsWriter, TestInfoStream, TestNumericRangeQuery32, TestSwappedIndexFiles, TestAutomaton, TestBooleanOr, TestFrequencyTrackingRingBuffer, TestSearch, TestCachingWrapperFilter, TestSegmentTermEnum, TestTopDocsMerge, TestSimpleFSLockFactory, TestIntroSorter, TestAutomatonQuery, TestQueryCachingPolicy, TestBagOfPostings, TestPagedBytes, TestNativeFSLockFactory, TestReaderWrapperDVTypeCheck, TestTopDocsCollector, TestSimpleExplanations, TestBytesRef, TestMaxTermFrequency, TestSortedSetSelector, TestSameTokenSamePosition, TestSimilarityBase, TestCodecHoldsOpenFiles, TestField, TestSearchWithThreads, TestLucene50SegmentInfoFormat, TestConsistentFieldNumbers, TestWildcard, TestDocInverterPerFieldErrorInfo, TestPostingsOffsets, TestFuzzyQuery, TestBooleanCoord, TestIndexWriterMerging, TestComplexExplanations, TestOmitNorms, TestSPIClassIterator, TestTimSorterWorstCase, FuzzyTermOnShortTermsTest, TestBlockPostingsFormat, TestCharsRefBuilder, TestScoreCachingWrappingScorer, TestCachingWrapperQuery, TestNumericTokenStream, TestSparseFixedBitSet, TestMatchNoDocsQuery, TestSimpleExplanationsOfNonMatches, TestDocValuesRewriteMethod, TestDeterminism, TestIndexWriterReader, TestIndexWriterWithThreads, TestMultiMMap, TestSearcherManager, TestDuelingCodecs, TestBoolean2]
   [junit4] Completed [191/422 (1!)] on J2 in 121.51s, 11 tests, 4 failures <<< FAILURES!

[...truncated 774 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:757: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:694: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build.xml:50: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1477: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1033: There were test failures: 422 suites (1 ignored), 3464 tests, 4 failures, 26 ignored (22 assumptions) [seed: E4F538C28CB310CA]

Total time: 50 minutes 50 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-NightlyTests-5.5 - Build # 12 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.5/12/

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandler

Error Message:
ObjectTracker found 2 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 2 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory]
	at __randomizedtesting.SeedInfo.seed([78DC986344E9E28]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:228)
	at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.search.TestIndexSearcher.testReopen

Error Message:
expected:<1> but was:<6>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<6>
	at __randomizedtesting.SeedInfo.seed([78DC986344E9E28:2BC518904772110B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.search.TestIndexSearcher.testReopen(TestIndexSearcher.java:161)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
Captured an uncaught exception in thread: Thread[id=1005, name=collection5, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=1005, name=collection5, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:53752/d/h: collection already exists: awholynewstresscollection_collection5_0
	at __randomizedtesting.SeedInfo.seed([78DC986344E9E28]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1575)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1596)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:984)




Build Log:
[...truncated 11199 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_78DC986344E9E28-001/init-core-data-001
   [junit4]   2> 34926 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[78DC986344E9E28]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 34926 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[78DC986344E9E28]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /d/h
   [junit4]   2> 34942 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 34943 INFO  (Thread-4) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 34944 INFO  (Thread-4) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 35045 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.ZkTestServer start zk server on port:53400
   [junit4]   2> 35057 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 35085 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 35110 INFO  (zkCallback-3-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@31fd4b0b name:ZooKeeperConnection Watcher:127.0.0.1:53400 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 35110 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 35110 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 35112 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 35130 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 35131 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 0x15483a26dc50000, 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> 35132 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 35134 INFO  (zkCallback-4-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@566d133 name:ZooKeeperConnection Watcher:127.0.0.1:53400/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 35134 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 35135 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 35137 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 35141 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 35144 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 35146 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 35149 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 35154 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 35159 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 35159 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 35162 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 35162 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 35165 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 35165 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 35168 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 35168 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 35171 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 35171 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 35174 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 35174 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 35177 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 35177 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 35180 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 35180 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 35183 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 35183 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 35191 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 35191 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 35280 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_78DC986344E9E28-001/control-001/cores/collection1
   [junit4]   2> 35302 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.e.j.u.log Logging initialized @37277ms
   [junit4]   2> 35404 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 35446 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5e546ed6{/d/h,null,AVAILABLE}
   [junit4]   2> 35452 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.e.j.s.ServerConnector Started ServerConnector@213bae14{HTTP/1.1}{127.0.0.1:53752}
   [junit4]   2> 35452 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.e.j.s.Server Started @37428ms
   [junit4]   2> 35452 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_78DC986344E9E28-001/tempDir-001/control/data, hostContext=/d/h, hostPort=53752, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_78DC986344E9E28-001/control-001/cores}
   [junit4]   2> 35457 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@7b3cb2c6
   [junit4]   2> 35458 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_78DC986344E9E28-001/control-001'
   [junit4]   2> 35458 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 35458 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 35458 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 35459 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 35461 INFO  (zkCallback-5-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5c8ef1a6 name:ZooKeeperConnection Watcher:127.0.0.1:53400/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 35461 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 35461 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 35467 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 35474 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_78DC986344E9E28-001/control-001/solr.xml
   [junit4]   2> 35493 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_78DC986344E9E28-001/control-001/cores
   [junit4]   2> 35493 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.CoreContainer New CoreContainer 1245535326
   [junit4]   2> 35493 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_78DC986344E9E28-001/control-001]
   [junit4]   2> 35493 WARN  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_78DC986344E9E28-001/control-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_78DC986344E9E28-001/control-001/lib
   [junit4]   2> 35501 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] 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> 35502 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 35503 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 35503 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 35503 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53400/solr
   [junit4]   2> 35510 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 35510 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 35511 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 35513 INFO  (zkCallback-8-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@134a68cc name:ZooKeeperConnection Watcher:127.0.0.1:53400 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 35513 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 35513 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 35516 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@ed73f64
   [junit4]   2> 35518 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 35519 INFO  (zkCallback-9-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@a2a4411 name:ZooKeeperConnection Watcher:127.0.0.1:53400/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 35519 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 35524 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 35531 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 35536 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 35539 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 35542 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 35549 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 35551 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 35553 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 35554 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 35556 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53752_d%2Fh
   [junit4]   2> 35557 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:53752_d%2Fh
   [junit4]   2> 35562 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 35564 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 35565 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 35566 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95846225731190788-127.0.0.1:53752_d%2Fh-n_0000000000
   [junit4]   2> 35569 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:53752_d%2Fh
   [junit4]   2> 35569 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 35571 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.Overseer Overseer (id=95846225731190788-127.0.0.1:53752_d%2Fh-n_0000000000) starting
   [junit4]   2> 35577 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 35599 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 35642 INFO  (OverseerCollectionConfigSetProcessor-95846225731190788-127.0.0.1:53752_d%2Fh-n_0000000000) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 35642 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 35646 INFO  (OverseerStateUpdate-95846225731190788-127.0.0.1:53752_d%2Fh-n_0000000000) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 35778 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 35778 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 35779 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_78DC986344E9E28-001/control-001/cores
   [junit4]   2> 35782 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {collection=control_collection, configSetProperties=configsetprops.json, transient=false, config=solrconfig.xml, coreNodeName=, shard=, name=collection1, dataDir=data/, schema=schema.xml, loadOnStartup=true}
   [junit4]   2> 35782 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_78DC986344E9E28-001/control-001/cores/collection1
   [junit4]   2> 35782 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 35785 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1
   [junit4]   2> 35785 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 35785 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 35785 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 35790 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection   x:collection1] o.a.s.c.ZkController Collection control_collection not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 35790 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch [control_collection]
   [junit4]   2> 35791 INFO  (OverseerStateUpdate-95846225731190788-127.0.0.1:53752_d%2Fh-n_0000000000) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "node_name":"127.0.0.1:53752_d%2Fh",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:53752/d/h",
   [junit4]   2>   "roles":null} current state version: 0
   [junit4]   2> 35797 INFO  (OverseerStateUpdate-95846225731190788-127.0.0.1:53752_d%2Fh-n_0000000000) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "node_name":"127.0.0.1:53752_d%2Fh",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:53752/d/h",
   [junit4]   2>   "roles":null}
   [junit4]   2> 35798 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 35800 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 35800 INFO  (OverseerStateUpdate-95846225731190788-127.0.0.1:53752_d%2Fh-n_0000000000) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 35807 INFO  (OverseerStateUpdate-95846225731190788-127.0.0.1:53752_d%2Fh-n_0000000000) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 35811 INFO  (zkCallback-9-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh    ] 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> 36800 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 36800 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 36801 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 36801 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 36802 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 36803 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_78DC986344E9E28-001/control-001/cores/collection1'
   [junit4]   2> 36803 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 36803 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 36806 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 36832 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 36854 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.1
   [junit4]   2> 36920 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 37012 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 37511 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 37550 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 37551 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 37642 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 37653 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 37662 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 37673 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 37680 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh 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=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1
   [junit4]   2> 37680 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 37680 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 37680 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_78DC986344E9E28-001/control-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_78DC986344E9E28-001/control-001/cores/collection1/data/]
   [junit4]   2> 37684 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh 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@51205cb7
   [junit4]   2> 37687 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_78DC986344E9E28-001/control-001/cores/collection1/data
   [junit4]   2> 37687 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_78DC986344E9E28-001/control-001/cores/collection1/data/index/
   [junit4]   2> 37687 WARN  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_78DC986344E9E28-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 37687 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_78DC986344E9E28-001/control-001/cores/collection1/data/index
   [junit4]   2> 37687 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh 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=28, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=71.97265625, floorSegmentMB=0.376953125, forceMergeDeletesPctAllowed=0.6832428717289696, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 37689 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@47c2b6e3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@407515e3),segFN=segments_1,generation=1}
   [junit4]   2> 37689 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 37689 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:53752_d%2Fh 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 /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_78DC986344E9E28-001/control-001/cores/collection1/data/
   [junit4]   2> 37690 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_78DC986344E9E28-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 37698 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 37710 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 37712 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 37712 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 37712 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 37712 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh 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> 37733 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh 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> 37733 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh 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> 37733 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh 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> 37733 WARN  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 37735 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 37738 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 37739 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 37741 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 37757 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/ping,/admin/logging,standard,/update,/replication,/admin/system,/admin/plugins,/update/json/docs,/admin/luke,/dump,/admin/file,/admin/properties,/admin/threads,/admin/mbeans,/config,/admin/segments,/update/csv,/get,/update/json,/schema
   [junit4]   2> 37759 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh 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> 37765 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh 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> 37765 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh 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> 37771 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 37771 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 37772 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh 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=50, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=82.763671875, floorSegmentMB=0.537109375, forceMergeDeletesPctAllowed=10.219943218976024, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6500795579739098
   [junit4]   2> 37773 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@47c2b6e3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@407515e3),segFN=segments_1,generation=1}
   [junit4]   2> 37773 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 37773 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@952f842[collection1] main
   [junit4]   2> 37774 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh 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> 37775 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh 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> 37775 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh 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> 37777 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 37777 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 37777 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh 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> 37777 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh 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> 37778 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh 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> 37778 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 37781 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 37785 INFO  (searcherExecutor-21-thread-1-processing-n:127.0.0.1:53752_d%2Fh c:control_collection x:collection1 s:shard1 r:core_node1) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@952f842[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 37788 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh 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> 37788 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh 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> 37788 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh 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> 37788 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh 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 1533539614635065344
   [junit4]   2> 37792 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 3.0ms to seed version buckets with highest version 1533539614635065344
   [junit4]   2> 37793 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 37796 INFO  (coreLoadExecutor-20-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 37797 INFO  (coreZkRegister-14-thread-1-processing-n:127.0.0.1:53752_d%2Fh c:control_collection x:collection1 s:shard1 r:core_node1) [n:127.0.0.1:53752_d%2Fh 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:53752/d/h collection:control_collection shard:shard1
   [junit4]   2> 37803 INFO  (coreZkRegister-14-thread-1-processing-n:127.0.0.1:53752_d%2Fh c:control_collection x:collection1 s:shard1 r:core_node1) [n:127.0.0.1:53752_d%2Fh 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> 37809 INFO  (coreZkRegister-14-thread-1-processing-n:127.0.0.1:53752_d%2Fh c:control_collection x:collection1 s:shard1 r:core_node1) [n:127.0.0.1:53752_d%2Fh 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/95846225731190788-core_node1-n_0000000000
   [junit4]   2> 37809 INFO  (coreZkRegister-14-thread-1-processing-n:127.0.0.1:53752_d%2Fh c:control_collection x:collection1 s:shard1 r:core_node1) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=180000
   [junit4]   2> 37812 INFO  (coreZkRegister-14-thread-1-processing-n:127.0.0.1:53752_d%2Fh c:control_collection x:collection1 s:shard1 r:core_node1) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 37813 INFO  (coreZkRegister-14-thread-1-processing-n:127.0.0.1:53752_d%2Fh c:control_collection x:collection1 s:shard1 r:core_node1) [n:127.0.0.1:53752_d%2Fh 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> 37813 INFO  (OverseerStateUpdate-95846225731190788-127.0.0.1:53752_d%2Fh-n_0000000000) [n:127.0.0.1:53752_d%2Fh    ] 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> 37813 INFO  (coreZkRegister-14-thread-1-processing-n:127.0.0.1:53752_d%2Fh c:control_collection x:collection1 s:shard1 r:core_node1) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53752/d/h/collection1/
   [junit4]   2> 37813 INFO  (coreZkRegister-14-thread-1-processing-n:127.0.0.1:53752_d%2Fh c:control_collection x:collection1 s:shard1 r:core_node1) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 37813 INFO  (coreZkRegister-14-thread-1-processing-n:127.0.0.1:53752_d%2Fh c:control_collection x:collection1 s:shard1 r:core_node1) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:53752/d/h/collection1/ has no replicas
   [junit4]   2> 37816 INFO  (zkCallback-9-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh    ] 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> 37823 INFO  (coreZkRegister-14-thread-1-processing-n:127.0.0.1:53752_d%2Fh c:control_collection x:collection1 s:shard1 r:core_node1) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 37844 INFO  (coreZkRegister-14-thread-1-processing-n:127.0.0.1:53752_d%2Fh c:control_collection x:collection1 s:shard1 r:core_node1) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/95846225731190788-core_node1-n_0000000000
   [junit4]   2> 37864 INFO  (coreZkRegister-14-thread-1-processing-n:127.0.0.1:53752_d%2Fh c:control_collection x:collection1 s:shard1 r:core_node1) [n:127.0.0.1:53752_d%2Fh 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:53752/d/h/collection1/ shard1
   [junit4]   2> 37866 INFO  (OverseerStateUpdate-95846225731190788-127.0.0.1:53752_d%2Fh-n_0000000000) [n:127.0.0.1:53752_d%2Fh    ] 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:53752/d/h",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 2
   [junit4]   2> 37970 INFO  (zkCallback-9-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh    ] 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> 38016 INFO  (coreZkRegister-14-thread-1-processing-n:127.0.0.1:53752_d%2Fh c:control_collection x:collection1 s:shard1 r:core_node1) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:53752/d/h/collection1/ and leader is http://127.0.0.1:53752/d/h/collection1/
   [junit4]   2> 38017 INFO  (coreZkRegister-14-thread-1-processing-n:127.0.0.1:53752_d%2Fh c:control_collection x:collection1 s:shard1 r:core_node1) [n:127.0.0.1:53752_d%2Fh 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:53752/d/h
   [junit4]   2> 38017 INFO  (coreZkRegister-14-thread-1-processing-n:127.0.0.1:53752_d%2Fh c:control_collection x:collection1 s:shard1 r:core_node1) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 38017 INFO  (coreZkRegister-14-thread-1-processing-n:127.0.0.1:53752_d%2Fh c:control_collection x:collection1 s:shard1 r:core_node1) [n:127.0.0.1:53752_d%2Fh c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 38017 INFO  (coreZkRegister-14-thread-1-processing-n:127.0.0.1:53752_d%2Fh c:control_collection x:collection1 s:shard1 r:core_node1) [n:127.0.0.1:53752_d%2Fh 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> 38020 INFO  (OverseerStateUpdate-95846225731190788-127.0.0.1:53752_d%2Fh-n_0000000000) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "node_name":"127.0.0.1:53752_d%2Fh",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "base_url":"http://127.0.0.1:53752/d/h",
   [junit4]   2>   "roles":null} current state version: 3
   [junit4]   2> 38021 INFO  (OverseerStateUpdate-95846225731190788-127.0.0.1:53752_d%2Fh-n_0000000000) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "node_name":"127.0.0.1:53752_d%2Fh",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "base_url":"http://127.0.0.1:53752/d/h",
   [junit4]   2>   "roles":null}
   [junit4]   2> 38126 INFO  (zkCallback-9-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh    ] 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> 38304 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 38305 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 38307 INFO  (zkCallback-11-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1007d5f5 name:ZooKeeperConnection Watcher:127.0.0.1:53400/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 38307 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 38307 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 38307 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 38315 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 38381 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_78DC986344E9E28-001/shard-1-001/cores/collection1
   [junit4]   2> 38381 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_78DC986344E9E28-001/shard-1-001
   [junit4]   2> 38382 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 38384 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@32e5e4ff{/d/h,null,AVAILABLE}
   [junit4]   2> 38385 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1378e54f{HTTP/1.1}{127.0.0.1:57062}
   [junit4]   2> 38385 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.e.j.s.Server Started @40361ms
   [junit4]   2> 38385 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_78DC986344E9E28-001/shard-1-001/cores, solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_78DC986344E9E28-001/tempDir-001/jetty1, hostPort=57062, solrconfig=solrconfig.xml, hostContext=/d/h}
   [junit4]   2> 38385 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@7b3cb2c6
   [junit4]   2> 38385 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_78DC986344E9E28-001/shard-1-001'
   [junit4]   2> 38386 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 38386 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 38386 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 38386 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 38388 INFO  (zkCallback-12-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3a1e3bc2 name:ZooKeeperConnection Watcher:127.0.0.1:53400/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 38388 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 38388 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 38390 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 38390 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_78DC986344E9E28-001/shard-1-001/solr.xml
   [junit4]   2> 38409 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_78DC986344E9E28-001/shard-1-001/cores
   [junit4]   2> 38409 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.CoreContainer New CoreContainer 1786014777
   [junit4]   2> 38409 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_78DC986344E9E28-001/shard-1-001]
   [junit4]   2> 38410 WARN  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_78DC986344E9E28-001/shard-1-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_78DC986344E9E28-001/shard-1-001/lib
   [junit4]   2> 38410 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] 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> 38411 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 38411 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 38411 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 38412 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53400/solr
   [junit4]   2> 38412 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 38412 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 38413 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 38414 INFO  (zkCallback-15-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5692dfe3 name:ZooKeeperConnection Watcher:127.0.0.1:53400 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 38414 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 38414 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 38416 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:57062_d%2Fh    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@526db62d
   [junit4]   2> 38416 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:57062_d%2Fh    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 38434 INFO  (zkCallback-16-thread-1-processing-n:127.0.0.1:57062_d%2Fh) [n:127.0.0.1:57062_d%2Fh    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5fa69521 name:ZooKeeperConnection Watcher:127.0.0.1:53400/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 38434 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:57062_d%2Fh    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 38442 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:57062_d%2Fh    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 39452 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:57062_d%2Fh    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57062_d%2Fh
   [junit4]   2> 39452 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:57062_d%2Fh    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:57062_d%2Fh
   [junit4]   2> 39454 INFO  (zkCallback-11-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 39454 INFO  (zkCallback-9-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh    ] 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> 39454 INFO  (zkCallback-16-thread-1-processing-n:127.0.0.1:57062_d%2Fh) [n:127.0.0.1:57062_d%2Fh    ] 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> 39457 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:57062_d%2Fh    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 39458 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:57062_d%2Fh    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95846225731190792-127.0.0.1:57062_d%2Fh-n_0000000001
   [junit4]   2> 39459 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:57062_d%2Fh    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95846225731190788-127.0.0.1:53752_d%2Fh-n_0000000000 to know if I could be the leader
   [junit4]   2> 39477 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:57062_d%2Fh    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 39477 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:57062_d%2Fh    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 39478 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:57062_d%2Fh    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_78DC986344E9E28-001/shard-1-001/cores
   [junit4]   2> 39479 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:57062_d%2Fh    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, coreNodeName=, configSetProperties=configsetprops.json, shard=, transient=false, config=solrconfig.xml, loadOnStartup=true, dataDir=data/, name=collection1, collection=collection1}
   [junit4]   2> 39479 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:57062_d%2Fh    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_78DC986344E9E28-001/shard-1-001/cores/collection1
   [junit4]   2> 39479 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:57062_d%2Fh    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 39483 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:57062_d%2Fh    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1
   [junit4]   2> 39483 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[78DC986344E9E28]) [n:127.0.0.1:57062_d%2Fh    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 39490 INFO  (coreLoadExecutor-31-thread-1-processing-n:127.0.0.1:57062_d%2Fh) [n:127.0.0.1:57062_d%2Fh c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 39491 INFO  (coreLoadExecutor-31-thread-1-processing-n:127.0.0.1:57062_d%2Fh) [n:127.0.0.1:57062_d%2Fh c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 39493 INFO  (coreLoadExecutor-31-thread-1-processing-n:127.0.0.1:57062_d%2Fh) [n:127.0.0.1:57062_d%2Fh c:collection1   x:collection1] o.a.s.c.ZkController Collection collection1 not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 39493 INFO  (coreLoadExecutor-31-thread-1-processing-n:127.0.0.1:57062_d%2Fh) [n:127.0.0.1:57062_d%2Fh c:collection1   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch [collection1]
   [junit4]   2> 39494 INFO  (OverseerStateUpdate-95846225731190788-127.0.0.1:53752_d%2Fh-n_0000000000) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "node_name":"127.0.0.1:57062_d%2Fh",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:57062/d/h",
   [junit4]   2>   "roles":null} current state version: 4
   [junit4]   2> 39494 INFO  (coreLoadExecutor-31-thread-1-processing-n:127.0.0.1:57062_d%2Fh) [n:127.0.0.1:57062_d%2Fh c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Deleting data for [collection1]
   [junit4]   2> 39495 INFO  (OverseerStateUpdate-95846225731190788-127.0.0.1:53752_d%2Fh-n_0000000000) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "node_name":"127.0.0.1:57062_d%2Fh",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:57062/d/h",
   [junit4]   2>   "roles":null}
   [junit4]   2> 39495 INFO  (OverseerStateUpdate-95846225731190788-127.0.0.1:53752_d%2Fh-n_0000000000) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 39495 INFO  (OverseerStateUpdate-95846225731190788-127.0.0.1:53752_d%2Fh-n_0000000000) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 39496 INFO  (coreLoadExecutor-31-thread-1-processing-n:127.0.0.1:57062_d%2Fh) [n:127.0.0.1:57062_d%2Fh c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 39599 INFO  (zkCallback-11-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: [2])
   [junit4]   2> 39599 INFO  (zkCallback-16-thread-1-processing-n:127.0.0.1:57062_d%2Fh) [n:127.0.0.1:57062_d%2Fh    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 39599 INFO  (zkCallback-9-thread-1-processing-n:127.0.0.1:53752_d%2Fh) [n:127.0.0.1:53752_d%2Fh    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 40496 INFO  (coreLoadExecutor-31-thread-1-processing-n:127.0.0.1:57062_d%2Fh) [n:127.0.0.1:57062_d%2Fh c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 40497 INFO  (coreLoadExecutor-31-thread-1-processing-n:127.0.0.1:57062_d%2Fh) [n:127.0.0.1:57062_d%2Fh c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 40497 INFO  (coreLoadExecutor-31-thread-1-processing-n:127.0.0.1:57062_d%2Fh) [n:127.0.0.1:57062_d%2Fh c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 40497 INFO  (coreLoadExecutor-31-thread-1-processing-n:127.0.0.1:57062_d%2Fh) [n:127.0.0.1:57062_d%2Fh c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 40498 INFO  (coreLoadExecutor-31-thread-1-processing-n:127.0.0.1:57062_d%2Fh) [n:127.0.0.1:57062_d%2Fh c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 40498 INFO  (coreLoadExecutor-31-thread-1-processing-n:127.0.0.1:57062_d%2Fh) [n:127.0.0.1:57062_d%2Fh c:collection1   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_78DC986344E9E28-001/shard-1-001/cores/collection1'
   [junit4]   2> 40499 INFO  (coreLoadExecutor-31-thread-1-processing-n:127.0.0.1:57062_d%2Fh) [n:127.0.0.1:57062_d%2Fh c:collection1   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 40499 INFO  (coreLoadExecutor-31-thread-1-processing-n:127.0.0.1:57062_d%2Fh) [n:127.0.0.1:57062_d%2Fh c:collection1   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 40500 INFO  (coreLoadExecutor-31-thread-1-processing-n:127.0.0.1:57062_d%2Fh) [n:127.0.0.1:57062_d%2Fh c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 40514 INFO  (coreLoadExecutor-31-thread-1-processing-n:127.0.0.1:57062_d%2Fh) [n:127.0.0.1:57062_d%2Fh c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 40526 INFO  (coreLoadExecutor-31-thread-1-processing-n:127.0.0.1:57062_d%2Fh) [n:127.0.0.1:57062_d%2Fh c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.1
   [junit4]   2> 40552 INFO  (coreLoadExecutor-31-thread-1-processing-n:127.0.0.1:57062_d%2Fh) [n:127.0.0.1:57062_d%2Fh c:collection1   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 40626 INFO  (coreLoadExecutor-31-thread-1-processing-n:127.0.0.1:57062_d%2Fh) [n:127.0.0.1:57062_d%2Fh c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 40934 INFO  (coreLoadExecutor-31-thread-1-processing-n:127.0.0.1:57062_d%2Fh) [n:127.0.0.1:57062_d%2Fh c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]  

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

expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 2489977 INFO  (coreCloseExecutor-5415-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 2489978 INFO  (coreCloseExecutor-5415-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2489978 INFO  (coreCloseExecutor-5415-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2489978 INFO  (coreCloseExecutor-5415-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 2489978 INFO  (coreCloseExecutor-5415-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2489978 INFO  (coreCloseExecutor-5415-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_78DC986344E9E28-001/solr-instance-027/./collection1/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_78DC986344E9E28-001/solr-instance-027/./collection1/data/index;done=false>>]
   [junit4]   2> 2489978 INFO  (coreCloseExecutor-5415-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_78DC986344E9E28-001/solr-instance-027/./collection1/data/index
   [junit4]   2> 2489978 INFO  (coreCloseExecutor-5415-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_78DC986344E9E28-001/solr-instance-027/./collection1/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_78DC986344E9E28-001/solr-instance-027/./collection1/data;done=false>>]
   [junit4]   2> 2489978 INFO  (coreCloseExecutor-5415-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_78DC986344E9E28-001/solr-instance-027/./collection1/data
   [junit4]   2> 2489978 INFO  (TEST-TestReplicationHandler.doTestDetails-seed#[78DC986344E9E28]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@69d4b838{/solr,null,UNAVAILABLE}
   [junit4]   2> 2489979 INFO  (SUITE-TestReplicationHandler-seed#[78DC986344E9E28]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> ObjectTracker found 2 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory]
   [junit4]   2> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException
   [junit4]   2> 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]   2> 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:351)
   [junit4]   2> 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:368)
   [junit4]   2> 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:258)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:385)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$1.run(ReplicationHandler.java:273)
   [junit4]   2> 
   [junit4]   2> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException
   [junit4]   2> 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]   2> 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:351)
   [junit4]   2> 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:368)
   [junit4]   2> 	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:258)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:385)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$1.run(ReplicationHandler.java:273)
   [junit4]   2> 
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene54): {newname=PostingsFormat(name=Memory doPackFST= false), id=PostingsFormat(name=Memory doPackFST= false), name=PostingsFormat(name=Memory doPackFST= false)}, docValues:{}, sim=DefaultSimilarity, locale=es-PR, timezone=America/Argentina/Rio_Gallegos
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.7.0_80 (64-bit)/cpus=4,threads=1,free=96511672,total=525336576
   [junit4]   2> NOTE: All tests run in this JVM: [CopyFieldTest, CollectionsAPISolrJTest, StandardRequestHandlerTest, TestBlendedInfixSuggestions, TestSchemaSimilarityResource, TestConfig, IndexSchemaRuntimeFieldTest, SOLR749Test, DocumentAnalysisRequestHandlerTest, CurrencyFieldOpenExchangeTest, ActionThrottleTest, HdfsRecoveryZkTest, DateFieldTest, CloudMLTQParserTest, DistribDocExpirationUpdateProcessorTest, AnalyticsMergeStrategyTest, HdfsThreadLeakTest, InfoHandlerTest, TestMissingGroups, BufferStoreTest, TestDocBasedVersionConstraints, RollingRestartTest, TestStressLucene, CloneFieldUpdateProcessorFactoryTest, TestSolrQueryResponse, DeleteShardTest, DistributedFacetPivotWhiteBoxTest, TestDistributedSearch, TestComplexPhraseQParserPlugin, TestLuceneMatchVersion, AsyncCallRequestStatusResponseTest, TestRTimerTree, SystemInfoHandlerTest, TestFastOutputStream, TestInitParams, TestBinaryField, TestSolrXml, SignatureUpdateProcessorFactoryTest, ParsingFieldUpdateProcessorsTest, ConnectionReuseTest, TestExactSharedStatsCache, TestRangeQuery, TestIBSimilarityFactory, TestComponentsName, TestManagedResourceStorage, BlockJoinFacetDistribTest, TestPseudoReturnFields, TestDynamicFieldCollectionResource, SolrRequestParserTest, TestRemoteStreaming, TestCustomDocTransformer, QueryElevationComponentTest, TestRandomFaceting, ReturnFieldsTest, TestScoreJoinQPNoScore, CursorPagingTest, TestXmlQParser, SynonymTokenizerTest, TestRestoreCore, ChangedSchemaMergeTest, TestConfigSetsAPIExclusivity, URLClassifyProcessorTest, TestCSVLoader, TestFieldResource, SuggestComponentContextFilterQueryTest, TestOmitPositions, TestMergePolicyConfig, TestStandardQParsers, TestBadConfig, TestLazyCores, PathHierarchyTokenizerFactoryTest, TestSimpleQParserPlugin, TestDynamicLoading, RequiredFieldsTest, TestOnReconnectListenerSupport, TestDFISimilarityFactory, IndexSchemaTest, TestClassNameShortening, TestMiniSolrCloudClusterBase, ZkNodePropsTest, TestManagedSchemaDynamicFieldResource, TestExpandComponent, FileBasedSpellCheckerTest, AnalysisAfterCoreReloadTest, OutputWriterTest, StressHdfsTest, PeerSyncTest, PolyFieldTest, CheckHdfsIndexTest, TestDocSet, ResourceLoaderTest, HLLUtilTest, DefaultValueUpdateProcessorTest, QueryEqualityTest, CoreAdminCreateDiscoverTest, EnumFieldTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, SyncSliceTest, LeaderElectionIntegrationTest, ShardRoutingTest, BasicZkTest, TestReplicationHandler]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReplicationHandler -Dtests.seed=78DC986344E9E28 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/x1/jenkins/lucene-data/enwiki.random.lines.txt -Dtests.locale=es-PR -Dtests.timezone=America/Argentina/Rio_Gallegos -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestReplicationHandler (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 2 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([78DC986344E9E28]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:228)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [423/572 (3!)] on J0 in 618.55s, 13 tests, 1 failure <<< FAILURES!

[...truncated 498 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:757: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:694: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/common-build.xml:534: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1477: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1033: There were test failures: 572 suites (7 ignored), 2293 tests, 1 suite-level error, 1 error, 1 failure, 34 ignored (18 assumptions) [seed: 78DC986344E9E28]

Total time: 177 minutes 57 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-NightlyTests-5.5 - Build # 11 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.5/11/

4 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:56352/_/ou

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:56352/_/ou
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:586)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.makeRequest(CollectionsAPIDistributedZkTest.java:400)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testErrorHandling(CollectionsAPIDistributedZkTest.java:477)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test(CollectionsAPIDistributedZkTest.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:152)
	at java.net.SocketInputStream.read(SocketInputStream.java:122)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
	... 47 more


FAILED:  org.apache.solr.cloud.hdfs.HdfsBasicDistributedZkTest.test

Error Message:
No registered leader was found after waiting for 30000ms , collection: multiunload2 slice: shard1

Stack Trace:
org.apache.solr.common.SolrException: No registered leader was found after waiting for 30000ms , collection: multiunload2 slice: shard1
	at __randomizedtesting.SeedInfo.seed([B90C6B748F18A4EC:315854AE21E4C914]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:628)
	at org.apache.solr.cloud.BasicDistributedZkTest.testStopAndStartCoresInOneInstance(BasicDistributedZkTest.java:589)
	at org.apache.solr.cloud.BasicDistributedZkTest.test(BasicDistributedZkTest.java:369)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.search.stats.TestDistribIDF.testMultiCollectionQuery

Error Message:
expected:<2> but was:<1>

Stack Trace:
java.lang.AssertionError: expected:<2> but was:<1>
	at __randomizedtesting.SeedInfo.seed([B90C6B748F18A4EC:A87FAC45536EA190]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.search.stats.TestDistribIDF.testMultiCollectionQuery(TestDistribIDF.java:180)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.update.DirectUpdateHandlerTest.testExpungeDeletes

Error Message:
expected:<5> but was:<4>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<4>
	at __randomizedtesting.SeedInfo.seed([B90C6B748F18A4EC:95752FF1FAA16C49]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.update.DirectUpdateHandlerTest.testExpungeDeletes(DirectUpdateHandlerTest.java:299)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11225 lines...]
   [junit4] Suite: org.apache.solr.update.DirectUpdateHandlerTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_B90C6B748F18A4EC-001/init-core-data-001
   [junit4]   2> 420811 INFO  (SUITE-DirectUpdateHandlerTest-seed#[B90C6B748F18A4EC]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 420811 INFO  (SUITE-DirectUpdateHandlerTest-seed#[B90C6B748F18A4EC]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 420811 INFO  (SUITE-DirectUpdateHandlerTest-seed#[B90C6B748F18A4EC]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 420811 INFO  (SUITE-DirectUpdateHandlerTest-seed#[B90C6B748F18A4EC]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 420811 INFO  (SUITE-DirectUpdateHandlerTest-seed#[B90C6B748F18A4EC]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr
   [junit4]   2> 420811 INFO  (SUITE-DirectUpdateHandlerTest-seed#[B90C6B748F18A4EC]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 420812 INFO  (SUITE-DirectUpdateHandlerTest-seed#[B90C6B748F18A4EC]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 420842 INFO  (SUITE-DirectUpdateHandlerTest-seed#[B90C6B748F18A4EC]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 420860 INFO  (SUITE-DirectUpdateHandlerTest-seed#[B90C6B748F18A4EC]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.1
   [junit4]   2> 420894 INFO  (SUITE-DirectUpdateHandlerTest-seed#[B90C6B748F18A4EC]-worker) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 420898 INFO  (SUITE-DirectUpdateHandlerTest-seed#[B90C6B748F18A4EC]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 421065 INFO  (SUITE-DirectUpdateHandlerTest-seed#[B90C6B748F18A4EC]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 421065 INFO  (SUITE-DirectUpdateHandlerTest-seed#[B90C6B748F18A4EC]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 421066 WARN  (SUITE-DirectUpdateHandlerTest-seed#[B90C6B748F18A4EC]-worker) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 421073 INFO  (SUITE-DirectUpdateHandlerTest-seed#[B90C6B748F18A4EC]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 421075 INFO  (SUITE-DirectUpdateHandlerTest-seed#[B90C6B748F18A4EC]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 421077 INFO  (SUITE-DirectUpdateHandlerTest-seed#[B90C6B748F18A4EC]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 421077 INFO  (SUITE-DirectUpdateHandlerTest-seed#[B90C6B748F18A4EC]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr
   [junit4]   2> 421077 INFO  (SUITE-DirectUpdateHandlerTest-seed#[B90C6B748F18A4EC]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr'
   [junit4]   2> 421077 INFO  (SUITE-DirectUpdateHandlerTest-seed#[B90C6B748F18A4EC]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 421077 INFO  (SUITE-DirectUpdateHandlerTest-seed#[B90C6B748F18A4EC]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr
   [junit4]   2> 421078 INFO  (SUITE-DirectUpdateHandlerTest-seed#[B90C6B748F18A4EC]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 1315792840
   [junit4]   2> 421078 INFO  (SUITE-DirectUpdateHandlerTest-seed#[B90C6B748F18A4EC]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr]
   [junit4]   2> 421078 WARN  (SUITE-DirectUpdateHandlerTest-seed#[B90C6B748F18A4EC]-worker) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/lib
   [junit4]   2> 421078 INFO  (SUITE-DirectUpdateHandlerTest-seed#[B90C6B748F18A4EC]-worker) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 421082 INFO  (SUITE-DirectUpdateHandlerTest-seed#[B90C6B748F18A4EC]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 421084 INFO  (SUITE-DirectUpdateHandlerTest-seed#[B90C6B748F18A4EC]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 421084 INFO  (SUITE-DirectUpdateHandlerTest-seed#[B90C6B748F18A4EC]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 421084 INFO  (SUITE-DirectUpdateHandlerTest-seed#[B90C6B748F18A4EC]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 421084 INFO  (SUITE-DirectUpdateHandlerTest-seed#[B90C6B748F18A4EC]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 421085 INFO  (SUITE-DirectUpdateHandlerTest-seed#[B90C6B748F18A4EC]-worker) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema12.xml, transient=false, collection=collection1, config=solrconfig.xml, configSetProperties=configsetprops.json, shard=shard1, loadOnStartup=true, dataDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_B90C6B748F18A4EC-001/init-core-data-001, name=collection1}
   [junit4]   2> 421086 INFO  (coreLoadExecutor-1240-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 421095 INFO  (coreLoadExecutor-1240-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 421095 INFO  (coreLoadExecutor-1240-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr
   [junit4]   2> 421095 INFO  (coreLoadExecutor-1240-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 421095 INFO  (coreLoadExecutor-1240-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 421123 INFO  (coreLoadExecutor-1240-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 421140 INFO  (coreLoadExecutor-1240-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.1
   [junit4]   2> 421177 INFO  (coreLoadExecutor-1240-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 421183 INFO  (coreLoadExecutor-1240-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 421358 INFO  (coreLoadExecutor-1240-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 421359 INFO  (coreLoadExecutor-1240-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 421360 WARN  (coreLoadExecutor-1240-thread-1) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 421365 INFO  (coreLoadExecutor-1240-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 421367 INFO  (coreLoadExecutor-1240-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 421371 INFO  (coreLoadExecutor-1240-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 421371 INFO  (coreLoadExecutor-1240-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1
   [junit4]   2> 421371 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 421371 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_B90C6B748F18A4EC-001/init-core-data-001/]
   [junit4]   2> 421371 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@464ede69
   [junit4]   2> 421372 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_B90C6B748F18A4EC-001/init-core-data-001
   [junit4]   2> 421372 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_B90C6B748F18A4EC-001/init-core-data-001/index/
   [junit4]   2> 421372 WARN  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_B90C6B748F18A4EC-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 421372 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_B90C6B748F18A4EC-001/init-core-data-001/index
   [junit4]   2> 421373 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=30.2109375, floorSegmentMB=0.8125, forceMergeDeletesPctAllowed=11.48330353962817, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8353595659925777
   [junit4]   2> 421376 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_B90C6B748F18A4EC-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7894979),segFN=segments_1,generation=1}
   [junit4]   2> 421376 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 421377 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_B90C6B748F18A4EC-001/init-core-data-001/
   [junit4]   2> 421381 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 421382 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 421382 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 421382 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 421382 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 421382 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 421382 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 421382 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 421382 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 421382 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 421382 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 421382 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 421385 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 421387 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 421388 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 421390 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 421395 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 421399 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /debug/dump,/admin/threads,/search-facet-invariants,/admin/logging,standard,/admin/luke,dismax,/replication,/terms,/admin/plugins,spellCheckCompRH,/admin/ping,/schema,lazy,/admin/segments,spellCheckWithWordbreak_Direct,mock,/update,spellCheckWithWordbreak,/config,spellCheckCompRH_Direct,defaults,/update/csv,/admin/mbeans,/admin/system,spellCheckCompRH1,/update/json,tvrh,/admin/file,/search-facet-def,mltrh,/get,/admin/properties,/mlt,/update/json/docs
   [junit4]   2> 421399 WARN  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 421400 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 421406 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 421406 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 421407 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=48, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=40.1181640625, floorSegmentMB=1.0, forceMergeDeletesPctAllowed=12.513928439968524, segmentsPerTier=8.0, maxCFSSegmentSizeMB=1.5947265625, noCFSRatio=1.0
   [junit4]   2> 421408 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_B90C6B748F18A4EC-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7894979),segFN=segments_1,generation=1}
   [junit4]   2> 421408 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 421409 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@66861db[collection1] main
   [junit4]   2> 421409 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 421409 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 421409 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 421410 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 421418 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 421445 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 421445 INFO  (searcherExecutor-1241-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 421445 INFO  (searcherExecutor-1241-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 421445 INFO  (searcherExecutor-1241-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 421445 INFO  (searcherExecutor-1241-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 421446 INFO  (searcherExecutor-1241-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 421446 INFO  (searcherExecutor-1241-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 421446 INFO  (searcherExecutor-1241-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 421447 INFO  (coreLoadExecutor-1240-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 421447 INFO  (searcherExecutor-1241-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 421447 INFO  (searcherExecutor-1241-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 421448 INFO  (SUITE-DirectUpdateHandlerTest-seed#[B90C6B748F18A4EC]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 421448 INFO  (searcherExecutor-1241-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@66861db[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 421455 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDeleteRollback
   [junit4]   2> 421455 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 421456 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 421459 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 421466 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_B90C6B748F18A4EC-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7894979),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_B90C6B748F18A4EC-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7894979),segFN=segments_2,generation=2}
   [junit4]   2> 421466 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 421470 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@73b3847b[collection1] main
   [junit4]   2> 421471 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 421471 INFO  (searcherExecutor-1241-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@73b3847b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 421472 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 12
   [junit4]   2> 421473 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 421473 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1315792840
   [junit4]   2> 421473 INFO  (coreCloseExecutor-1245-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4c83bb5f
   [junit4]   2> 421474 INFO  (coreCloseExecutor-1245-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 421475 INFO  (coreCloseExecutor-1245-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 421475 INFO  (coreCloseExecutor-1245-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 421475 INFO  (coreCloseExecutor-1245-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 421479 INFO  (coreCloseExecutor-1245-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 421497 INFO  (coreCloseExecutor-1245-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 421497 INFO  (coreCloseExecutor-1245-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_B90C6B748F18A4EC-001/init-core-data-001/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_B90C6B748F18A4EC-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 421497 INFO  (coreCloseExecutor-1245-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_B90C6B748F18A4EC-001/init-core-data-001/index
   [junit4]   2> 421497 INFO  (coreCloseExecutor-1245-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_B90C6B748F18A4EC-001/init-core-data-001 [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_B90C6B748F18A4EC-001/init-core-data-001;done=false>>]
   [junit4]   2> 421497 INFO  (coreCloseExecutor-1245-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_B90C6B748F18A4EC-001/init-core-data-001
   [junit4]   2> 421500 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 421500 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 421500 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 421500 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr
   [junit4]   2> 421500 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 421500 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 421519 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 421534 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.1
   [junit4]   2> 421581 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 421586 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 421729 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 421730 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 421731 WARN  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 421742 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 421744 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 421746 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 421746 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr
   [junit4]   2> 421746 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr'
   [junit4]   2> 421746 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 421746 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr
   [junit4]   2> 421746 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.CoreContainer New CoreContainer 1423250701
   [junit4]   2> 421746 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr]
   [junit4]   2> 421746 WARN  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/lib
   [junit4]   2> 421746 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 421748 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 421749 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 421749 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 421749 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 421749 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 421749 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema12.xml, loadOnStartup=true, name=collection1, collection=collection1, transient=false, config=solrconfig.xml, dataDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_B90C6B748F18A4EC-001/init-core-data-001, configSetProperties=configsetprops.json, shard=shard1}
   [junit4]   2> 421750 INFO  (coreLoadExecutor-1252-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 421758 INFO  (coreLoadExecutor-1252-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 421758 INFO  (coreLoadExecutor-1252-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr
   [junit4]   2> 421758 INFO  (coreLoadExecutor-1252-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 421758 INFO  (coreLoadExecutor-1252-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 421793 INFO  (coreLoadExecutor-1252-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 421808 INFO  (coreLoadExecutor-1252-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.1
   [junit4]   2> 421845 INFO  (coreLoadExecutor-1252-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 421850 INFO  (coreLoadExecutor-1252-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 422013 INFO  (coreLoadExecutor-1252-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 422014 INFO  (coreLoadExecutor-1252-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 422015 WARN  (coreLoadExecutor-1252-thread-1) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 422020 INFO  (coreLoadExecutor-1252-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 422022 INFO  (coreLoadExecutor-1252-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 422026 INFO  (coreLoadExecutor-1252-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 422026 INFO  (coreLoadExecutor-1252-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1
   [junit4]   2> 422026 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 422026 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_B90C6B748F18A4EC-001/init-core-data-001/]
   [junit4]   2> 422026 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@464ede69
   [junit4]   2> 422027 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_B90C6B748F18A4EC-001/init-core-data-001
   [junit4]   2> 422027 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_B90C6B748F18A4EC-001/init-core-data-001/index/
   [junit4]   2> 422028 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_B90C6B748F18A4EC-001/init-core-data-001/
   [junit4]   2> 422031 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 422031 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 422031 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 422031 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 422031 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 422031 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 422031 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 422031 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 422031 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 422031 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 422032 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 422032 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 422034 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 422035 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 422036 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 422037 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 422039 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 422041 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /debug/dump,/admin/threads,/search-facet-invariants,/admin/logging,standard,/admin/luke,dismax,/replication,/terms,/admin/plugins,spellCheckCompRH,/admin/ping,/schema,lazy,/admin/segments,spellCheckWithWordbreak_Direct,mock,/update,spellCheckWithWordbreak,/config,spellCheckCompRH_Direct,defaults,/update/csv,/admin/mbeans,/admin/system,spellCheckCompRH1,/update/json,tvrh,/admin/file,/search-facet-def,mltrh,/get,/admin/properties,/mlt,/update/json/docs
   [junit4]   2> 422041 WARN  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 422042 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 422042 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 422042 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 422043 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_B90C6B748F18A4EC-001/init-core-data-001/index
   [junit4]   2> 422043 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=30.2109375, floorSegmentMB=0.8125, forceMergeDeletesPctAllowed=11.48330353962817, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8353595659925777
   [junit4]   2> 422044 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_B90C6B748F18A4EC-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7af36dad),segFN=segments_2,generation=2}
   [junit4]   2> 422044 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 422044 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@74cda72b[collection1] main
   [junit4]   2> 422044 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 422044 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 422044 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 422044 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 422045 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 422047 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 422047 INFO  (searcherExecutor-1253-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 422047 INFO  (searcherExecutor-1253-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 422047 INFO  (searcherExecutor-1253-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 422047 INFO  (searcherExecutor-1253-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 422048 INFO  (searcherExecutor-1253-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 422048 INFO  (searcherExecutor-1253-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 422048 INFO  (searcherExecutor-1253-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 422048 INFO  (searcherExecutor-1253-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 422049 INFO  (searcherExecutor-1253-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 422050 INFO  (searcherExecutor-1253-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@74cda72b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 422050 INFO  (coreLoadExecutor-1252-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 422051 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 422052 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[A]} 0 1
   [junit4]   2> 422053 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[B]} 0 0
   [junit4]   2> 422054 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 422079 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_B90C6B748F18A4EC-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7af36dad),segFN=segments_2,generation=2}
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_B90C6B748F18A4EC-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7af36dad),segFN=segments_3,generation=3}
   [junit4]   2> 422080 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
   [junit4]   2> 422082 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@51d25059[collection1] main
   [junit4]   2> 422082 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 422083 INFO  (searcherExecutor-1253-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@51d25059[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.5.1):C2)))}
   [junit4]   2> 422085 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={indent=true&q=id:A+OR+id:B} hits=2 status=0 QTime=2
   [junit4]   2> 422090 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{delete=[B]} 0 0
   [junit4]   2> 422092 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={indent=true&q=id:A+OR+id:B} hits=2 status=0 QTime=9
   [junit4]   2> 422095 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.DirectUpdateHandler2 start rollback{}
   [junit4]   2> 422095 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
   [junit4]   2> 422095 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=97.5517578125, floorSegmentMB=2.1015625, forceMergeDeletesPctAllowed=22.042737448322253, segmentsPerTier=18.0, maxCFSSegmentSizeMB=0.7294921875, noCFSRatio=0.0
   [junit4]   2> 422097 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_B90C6B748F18A4EC-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7af36dad),segFN=segments_3,generation=3}
   [junit4]   2> 422097 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
   [junit4]   2> 422097 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 422098 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.DirectUpdateHandler2 end_rollback
   [junit4]   2> 422101 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={indent=true&q=id:A+OR+id:B} hits=2 status=0 QTime=17
   [junit4]   2> 422103 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[ZZZ]} 0 0
   [junit4]   2> 422104 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 422126 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_B90C6B748F18A4EC-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7af36dad),segFN=segments_3,generation=3}
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_B90C6B748F18A4EC-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7af36dad),segFN=segments_4,generation=4}
   [junit4]   2> 422126 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 4
   [junit4]   2> 422128 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@a4fa43f[collection1] main
   [junit4]   2> 422128 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 422131 INFO  (searcherExecutor-1253-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@a4fa43f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.5.1):C2) Uninverting(_1(5.5.1):C1)))}
   [junit4]   2> 422131 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 26
   [junit4]   2> 422132 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=xml&q=id:ZZZ} hits=1 status=0 QTime=0
   [junit4]   2> 422133 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[B90C6B748F18A4EC]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDeleteRollback
   [junit4]   2> 422137 INFO  (TEST-DirectUpdateHandlerTest.testPostSoftCommitEvents-seed#[B90C6B748F18A4EC]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPostSoftCommitEvents
   [junit4]   2> 422137 INFO  (TEST-DirectUpdateHandlerTest.testPostSoftCommitEvents-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 422137 INFO  (TEST-DirectUpdateHandlerTest.testPostSoftCommitEvents-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 422138 INFO  (TEST-DirectUpdateHandlerTest.testPostSoftCommitEvents-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 422140 INFO  (TEST-DirectUpdateHandlerTest.testPostSoftCommitEvents-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_B90C6B748F18A4EC-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7af36dad),segFN=segments_4,generation=4}
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_B90C6B748F18A4EC-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7af36dad),segFN=segments_5,generation=5}
   [junit4]   2> 422141 INFO  (TEST-DirectUpdateHandlerTest.testPostSoftCommitEvents-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 5
   [junit4]   2> 422141 INFO  (TEST-DirectUpdateHandlerTest.testPostSoftCommitEvents-seed#[B90C6B748F18A4EC]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@68eb3d4[collection1] main
   [junit4]   2> 422141 INFO  (TEST-DirectUpdateHandlerTest.testPostSoftCommitEvents-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 422142 INFO  (searcherExecutor-1253-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@68eb3d4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 422143 INFO  (TEST-DirectUpdateHandlerTest.testPostSoftCommitEvents-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 5
   [junit4]   2> 422145 INFO  (TEST-DirectUpdateHandlerTest.testPostSoftCommitEvents-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[999]} 0 0
   [junit4]   2> 422145 INFO  (TEST-DirectUpdateHandlerTest.testPostSoftCommitEvents-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 422149 INFO  (TEST-DirectUpdateHandlerTest.testPostSoftCommitEvents-seed#[B90C6B748F18A4EC]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@590d52a3[collection1] main
   [junit4]   2> 422149 INFO  (TEST-DirectUpdateHandlerTest.testPostSoftCommitEvents-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 422150 INFO  (searcherExecutor-1253-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@590d52a3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(5.5.1):C1)))}
   [junit4]   2> 422151 INFO  (TEST-DirectUpdateHandlerTest.testPostSoftCommitEvents-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 5
   [junit4]   2> 422151 INFO  (TEST-DirectUpdateHandlerTest.testPostSoftCommitEvents-seed#[B90C6B748F18A4EC]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testPostSoftCommitEvents
   [junit4]   2> 422156 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[B90C6B748F18A4EC]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPrepareCommit
   [junit4]   2> 422156 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 422156 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 422157 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 422160 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_B90C6B748F18A4EC-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7af36dad),segFN=segments_5,generation=5}
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_B90C6B748F18A4EC-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7af36dad),segFN=segments_6,generation=6}
   [junit4]   2> 422160 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 6
   [junit4]   2> 422160 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[B90C6B748F18A4EC]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@6f4e5eb[collection1] main
   [junit4]   2> 422161 INFO  (searcherExecutor-1253-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6f4e5eb[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 422162 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 422163 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 5
   [junit4]   2> 422165 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[999]} 0 0
   [junit4]   2> 422166 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 422166 WARN  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the entire index! Use with care.
   [junit4]   2> 422186 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_B90C6B748F18A4EC-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7af36dad),segFN=segments_6,generation=6}
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_B90C6B748F18A4EC-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7af36dad),segFN=segments_7,generation=7}
   [junit4]   2> 422186 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 7
   [junit4]   2> 422187 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[B90C6B748F18A4EC]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@794d6b71[collection1] main
   [junit4]   2> 422187 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 422189 INFO  (searcherExecutor-1253-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@794d6b71[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(5.5.1):C1)))}
   [junit4]   2> 422189 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{optimize=} 0 23
   [junit4]   2> 422190 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 422191 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 422192 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.SolrCore SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 422192 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 422193 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 2
   [junit4]   2> 422194 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.DirectUpdateHandlerTest FILES before addDoc=[_3.tip, segments_7, _3.tim, _3.nvm, _3.doc, _3.fnm, _3.si, _3.fdx, _3.fdt, _3.nvd]
   [junit4]   2> 422199 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 422199 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.DirectUpdateHandlerTest FILES before prepareCommit=[_3.tip, segments_7, _4.fdt, _3.tim, _3.nvm, _3.doc, _3.fnm, _4.fdx, _3.si, _3.fdx, _3.fdt, _3.nvd]
   [junit4]   2> 422200 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=true}
   [junit4]   2> 422222 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.DirectUpdateHandler2 end_prepareCommit
   [junit4]   2> 422222 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={prepareCommit=true&wt=json&indent=true}{commit=} 0 22
   [junit4]   2> 422222 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.DirectUpdateHandlerTest FILES after prepareCommit=[_4.nvd, _3.tip, segments_7, _4.si, _4.tim, _4.fdt, _3.tim, _4.nvm, _3.nvm, _4.doc, _3.doc, pending_segments_8, _3.fnm, _4.fdx, _3.si, _3.fdx, _4.tip, _3.fdt, _3.nvd, _4.fnm]
   [junit4]   2> 422223 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[B90C6B748F18A4EC]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=xml&q=id:1} hits=0 status=0 QTime=0
   [junit4]   2> 422223 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.DirectUpdateHandler2 start rollback{}
   [junit4]   2> 422224 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
   [junit4]   2> 422227 INFO  (TEST-DirectUpdateHandlerTest.testPrepareCommit-seed#[B90C6B748F18A4EC]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOn

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

nt.java:806)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1575)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1596)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:984)Throwable #6: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=21157, name=collection1, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:39347/_/ou: collection already exists: awholynewstresscollection_collection1_5
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B90C6B748F18A4EC]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1575)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1596)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:984)Throwable #7: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=21156, name=collection0, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    > Caused by: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:39347/_/ou, http://127.0.0.1:56352/_/ou, http://127.0.0.1:34904/_/ou, http://127.0.0.1:60551/_/ou, http://127.0.0.1:51380/_/ou]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B90C6B748F18A4EC]:0)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:994)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:39347/_/ou, http://127.0.0.1:56352/_/ou, http://127.0.0.1:34904/_/ou, http://127.0.0.1:60551/_/ou, http://127.0.0.1:51380/_/ou]
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1575)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1596)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:984)
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:56352/_/ou: KeeperErrorCode = Session expired for /overseer/collection-queue-work/qnr-
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	... 7 more
   [junit4]   2> 2932204 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[B90C6B748F18A4EC]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B90C6B748F18A4EC-001
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=1, maxDocsPerChunk=774, blockSize=128), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=1, blockSize=128)), sim=DefaultSimilarity, locale=th-TH, timezone=Atlantic/Cape_Verde
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.7.0_80 (64-bit)/cpus=4,threads=1,free=116885872,total=500695040
   [junit4]   2> NOTE: All tests run in this JVM: [TestPartialUpdateDeduplication, DistanceFunctionTest, ZkControllerTest, ConjunctionSolrSpellCheckerTest, TestSortByMinMaxFunction, LeaderInitiatedRecoveryOnCommitTest, ConvertedLegacyTest, RequestLoggingTest, SpatialFilterTest, TestSmileRequest, TestSortingResponseWriter, DateRangeFieldTest, TestBM25SimilarityFactory, TestDistributedGrouping, CreateCollectionCleanupTest, TestNoOpRegenerator, SolrPluginUtilsTest, TestStressVersions, TestSolrConfigHandler, TestQueryUtils, HdfsNNFailoverTest, FileUtilsTest, TestUseDocValuesAsStored, SpatialRPTFieldTypeTest, SoftAutoCommitTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestLMJelinekMercerSimilarityFactory, TestClusterStateMutator, TestDownShardTolerantSearch, SpellCheckCollatorTest, TestRuleBasedAuthorizationPlugin, DistributedIntervalFacetingTest, SolrIndexSplitterTest, SpellPossibilityIteratorTest, RuleEngineTest, OpenCloseCoreStressTest, HdfsChaosMonkeyNothingIsSafeTest, TestCollectionAPI, TestManagedSchemaFieldResource, FastVectorHighlighterTest, MultiTermTest, SolrCmdDistributorTest, TestReplicationHandlerBackup, MultiThreadedOCPTest, TestConfigSetsAPIZkFailure, TestScoreJoinQPScore, NotRequiredUniqueKeyTest, NumericFieldsTest, LoggingHandlerTest, ShardRoutingTest, SparseHLLTest, DeleteLastCustomShardedReplicaTest, DOMUtilTest, BasicFunctionalityTest, TestQuerySenderNoQuery, AnalyticsQueryTest, QueryResultKeyTest, UpdateRequestProcessorFactoryTest, TestMacros, TestSolrCloudWithKerberosAlt, VMParamsZkACLAndCredentialsProvidersTest, TestStressUserVersions, TestDefaultStatsCache, DistributedTermsComponentTest, TestRawResponseWriter, HighlighterTest, TestSolrDeletionPolicy2, TestJsonFacets, TestBinaryResponseWriter, FacetPivotSmallTest, SolrInfoMBeanTest, TestSolrConfigHandlerCloud, TestSimpleTrackingShardHandler, BlockJoinFacetRandomTest, MoreLikeThisHandlerTest, TestInitQParser, HdfsRestartWhileUpdatingTest, CollectionsAPIDistributedZkTest]
   [junit4] Completed [403/572 (4!)] on J1 in 1394.56s, 1 test, 1 error <<< FAILURES!

[...truncated 590 lines...]
   [junit4] JVM J1: stdout was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/temp/junit4-J1-20160505_014053_823.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/heapdumps/java_pid13398.hprof ...
   [junit4] Heap dump file created [684141182 bytes in 8.893 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 19 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:757: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:694: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/common-build.xml:534: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1477: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1033: There were test failures: 572 suites (7 ignored), 2293 tests, 2 errors, 2 failures, 34 ignored (18 assumptions) [seed: B90C6B748F18A4EC]

Total time: 191 minutes 30 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-NightlyTests-5.5 - Build # 10 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.5/10/

4 tests failed.
FAILED:  org.apache.solr.core.TestNRTOpen.testSharedCores

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([627B1CBF252DF822:847856F0ADDBD52D]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.core.TestNRTOpen.testSharedCores(TestNRTOpen.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandler

Error Message:
ObjectTracker found 18 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 18 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory, NRTCachingDirectory]
	at __randomizedtesting.SeedInfo.seed([627B1CBF252DF822]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:228)
	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.schema.TestManagedSchemaAPI.test

Error Message:
Error from server at http://127.0.0.1:54590/solr/testschemaapi_shard1_replica1: ERROR: [doc=2] unknown field 'myNewField1'

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at http://127.0.0.1:54590/solr/testschemaapi_shard1_replica1: ERROR: [doc=2] unknown field 'myNewField1'
	at __randomizedtesting.SeedInfo.seed([627B1CBF252DF822:EA2F23658BD195DA]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:632)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:981)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.schema.TestManagedSchemaAPI.testAddFieldAndDocument(TestManagedSchemaAPI.java:101)
	at org.apache.solr.schema.TestManagedSchemaAPI.test(TestManagedSchemaAPI.java:69)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:54590/solr/testschemaapi_shard1_replica1: ERROR: [doc=2] unknown field 'myNewField1'
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:607)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:604)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more


FAILED:  org.apache.solr.update.DirectUpdateHandlerTest.testExpungeDeletes

Error Message:
expected:<5> but was:<4>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<4>
	at __randomizedtesting.SeedInfo.seed([627B1CBF252DF822:4E02583A50943087]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.update.DirectUpdateHandlerTest.testExpungeDeletes(DirectUpdateHandlerTest.java:299)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11915 lines...]
   [junit4] JVM J0: stdout was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/temp/junit4-J0-20160504_051023_588.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/heapdumps/java_pid25499.hprof ...
   [junit4] Heap dump file created [608059285 bytes in 5.559 secs]
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/temp/junit4-J0-20160504_051023_588.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] WARN: Unhandled exception in event serialization. -> java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] <<< JVM J0: EOF ----

[...truncated 32 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/init-core-data-001
   [junit4]   2> 1756970 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestReplicateAfterCoreReload
   [junit4]   2> 1756970 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/collection1
   [junit4]   2> 1756981 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1757068 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3cca995d{/solr,null,AVAILABLE}
   [junit4]   2> 1757070 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.e.j.s.ServerConnector Started ServerConnector@2d36846f{HTTP/1.1}{127.0.0.1:38165}
   [junit4]   2> 1757070 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.e.j.s.Server Started @1758993ms
   [junit4]   2> 1757070 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/collection1/data, hostPort=38165, hostContext=/solr}
   [junit4]   2> 1757070 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@3827de24
   [junit4]   2> 1757070 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001'
   [junit4]   2> 1757070 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1757070 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1757070 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/solr.xml
   [junit4]   2> 1757080 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/.
   [junit4]   2> 1757080 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.CoreContainer New CoreContainer 1709111459
   [junit4]   2> 1757080 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001]
   [junit4]   2> 1757080 WARN  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/lib
   [junit4]   2> 1757080 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] 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> 1757081 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1757081 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1757081 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1757081 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1757081 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1757082 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/.
   [junit4]   2> 1757083 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {transient=false, dataDir=data/, configSetProperties=configsetprops.json, loadOnStartup=true, schema=schema.xml, config=solrconfig.xml, name=collection1}
   [junit4]   2> 1757083 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/./collection1
   [junit4]   2> 1757083 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1757097 INFO  (coreLoadExecutor-9237-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/collection1'
   [junit4]   2> 1757098 INFO  (coreLoadExecutor-9237-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1757098 INFO  (coreLoadExecutor-9237-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1757103 INFO  (coreLoadExecutor-9237-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1757109 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2
   [junit4]   2> 1757109 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1757125 INFO  (coreLoadExecutor-9237-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.1
   [junit4]   2> 1757159 INFO  (coreLoadExecutor-9237-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1757162 INFO  (coreLoadExecutor-9237-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1757168 INFO  (coreLoadExecutor-9237-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1757185 INFO  (coreLoadExecutor-9237-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/collection1'
   [junit4]   2> 1757185 INFO  (coreLoadExecutor-9237-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/./collection1
   [junit4]   2> 1757186 INFO  (coreLoadExecutor-9237-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1757186 INFO  (coreLoadExecutor-9237-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 1757186 INFO  (coreLoadExecutor-9237-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1757186 INFO  (coreLoadExecutor-9237-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/./collection1/data
   [junit4]   2> 1757186 INFO  (coreLoadExecutor-9237-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/./collection1/data/index/
   [junit4]   2> 1757186 WARN  (coreLoadExecutor-9237-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1757187 INFO  (coreLoadExecutor-9237-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/./collection1/data/index
   [junit4]   2> 1757187 INFO  (coreLoadExecutor-9237-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=530226377, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1757187 INFO  (coreLoadExecutor-9237-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@31ea1e50 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16c2fca),segFN=segments_1,generation=1}
   [junit4]   2> 1757187 INFO  (coreLoadExecutor-9237-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1757191 INFO  (coreLoadExecutor-9237-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1757194 INFO  (coreLoadExecutor-9237-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1757194 INFO  (coreLoadExecutor-9237-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1757195 INFO  (coreLoadExecutor-9237-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1757196 INFO  (coreLoadExecutor-9237-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1757199 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/./collection1/data/
   [junit4]   2> 1757200 INFO  (coreLoadExecutor-9237-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1757200 INFO  (coreLoadExecutor-9237-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/segments,/admin/threads,/get,/admin/mbeans,/admin/properties,/update/json,standard,/admin/plugins,defaults,/admin/file,/admin/luke,/schema,/update/csv,/update,lazy,/admin/ping,/update/json/docs,/admin/logging,/admin/system,/replication,/config
   [junit4]   2> 1757200 INFO  (coreLoadExecutor-9237-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1757202 INFO  (coreLoadExecutor-9237-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1757202 INFO  (coreLoadExecutor-9237-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1757203 INFO  (coreLoadExecutor-9237-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=38, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1757203 INFO  (coreLoadExecutor-9237-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@31ea1e50 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16c2fca),segFN=segments_1,generation=1}
   [junit4]   2> 1757203 INFO  (coreLoadExecutor-9237-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1757203 INFO  (coreLoadExecutor-9237-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@6e6b1d0c[collection1] main
   [junit4]   2> 1757203 INFO  (coreLoadExecutor-9237-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/collection1/conf
   [junit4]   2> 1757203 INFO  (coreLoadExecutor-9237-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/collection1/conf}
   [junit4]   2> 1757203 INFO  (coreLoadExecutor-9237-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/collection1/conf
   [junit4]   2> 1757203 INFO  (coreLoadExecutor-9237-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1757204 INFO  (coreLoadExecutor-9237-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 1757204 INFO  (coreLoadExecutor-9237-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1757204 INFO  (coreLoadExecutor-9237-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1757204 INFO  (searcherExecutor-9238-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6e6b1d0c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1757611 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-002/collection1
   [junit4]   2> 1757615 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1757616 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@79f30ad0{/solr,null,AVAILABLE}
   [junit4]   2> 1757617 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.e.j.s.ServerConnector Started ServerConnector@434b1c3c{HTTP/1.1}{127.0.0.1:59967}
   [junit4]   2> 1757617 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.e.j.s.Server Started @1759540ms
   [junit4]   2> 1757617 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-002/collection1/data, hostPort=59967}
   [junit4]   2> 1757617 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@3827de24
   [junit4]   2> 1757617 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-002'
   [junit4]   2> 1757617 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1757617 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1757618 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-002/solr.xml
   [junit4]   2> 1757627 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-002/.
   [junit4]   2> 1757627 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.CoreContainer New CoreContainer 85578963
   [junit4]   2> 1757627 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-002]
   [junit4]   2> 1757627 WARN  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-002/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-002/lib
   [junit4]   2> 1757627 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] 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> 1757628 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1757628 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1757628 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1757628 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1757629 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1757629 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-002/.
   [junit4]   2> 1757630 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, dataDir=data/, loadOnStartup=true, config=solrconfig.xml, name=collection1, transient=false, configSetProperties=configsetprops.json}
   [junit4]   2> 1757630 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-002/./collection1
   [junit4]   2> 1757630 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1757641 INFO  (coreLoadExecutor-9247-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-002/collection1'
   [junit4]   2> 1757641 INFO  (coreLoadExecutor-9247-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1757641 INFO  (coreLoadExecutor-9247-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1757647 INFO  (coreLoadExecutor-9247-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1757652 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2
   [junit4]   2> 1757652 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1757673 INFO  (coreLoadExecutor-9247-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.1
   [junit4]   2> 1757703 INFO  (coreLoadExecutor-9247-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1757706 INFO  (coreLoadExecutor-9247-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1757715 INFO  (coreLoadExecutor-9247-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1757717 INFO  (coreLoadExecutor-9247-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-002/collection1'
   [junit4]   2> 1757717 INFO  (coreLoadExecutor-9247-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-002/./collection1
   [junit4]   2> 1757717 INFO  (coreLoadExecutor-9247-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1757717 INFO  (coreLoadExecutor-9247-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-002/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 1757717 INFO  (coreLoadExecutor-9247-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1757721 INFO  (coreLoadExecutor-9247-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-002/./collection1/data
   [junit4]   2> 1757721 INFO  (coreLoadExecutor-9247-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-002/./collection1/data/index/
   [junit4]   2> 1757721 WARN  (coreLoadExecutor-9247-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-002/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1757722 INFO  (coreLoadExecutor-9247-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 1757722 INFO  (coreLoadExecutor-9247-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=530226377, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1757723 INFO  (coreLoadExecutor-9247-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@2e2ad471 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7de15e64),segFN=segments_1,generation=1}
   [junit4]   2> 1757723 INFO  (coreLoadExecutor-9247-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1757745 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-002/./collection1/data/
   [junit4]   2> 1757746 INFO  (coreLoadExecutor-9247-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1757748 INFO  (coreLoadExecutor-9247-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1757749 INFO  (coreLoadExecutor-9247-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1757750 INFO  (coreLoadExecutor-9247-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1757750 INFO  (coreLoadExecutor-9247-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1757751 INFO  (coreLoadExecutor-9247-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1757751 INFO  (coreLoadExecutor-9247-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/segments,/admin/threads,/get,/admin/mbeans,/admin/properties,/update/json,standard,/admin/plugins,defaults,/admin/file,/admin/luke,/schema,/update/csv,/update,lazy,/admin/ping,/update/json/docs,/admin/logging,/admin/system,/replication,/config
   [junit4]   2> 1757752 INFO  (coreLoadExecutor-9247-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1757774 INFO  (coreLoadExecutor-9247-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1757774 INFO  (coreLoadExecutor-9247-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1757774 INFO  (coreLoadExecutor-9247-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=38, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1757774 INFO  (coreLoadExecutor-9247-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@2e2ad471 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7de15e64),segFN=segments_1,generation=1}
   [junit4]   2> 1757774 INFO  (coreLoadExecutor-9247-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1757774 INFO  (coreLoadExecutor-9247-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@105fc84b[collection1] main
   [junit4]   2> 1757774 INFO  (coreLoadExecutor-9247-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-002/collection1/conf
   [junit4]   2> 1757774 INFO  (coreLoadExecutor-9247-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-002/collection1/conf}
   [junit4]   2> 1757775 INFO  (coreLoadExecutor-9247-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-002/collection1/conf
   [junit4]   2> 1757775 INFO  (coreLoadExecutor-9247-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1757791 INFO  (coreLoadExecutor-9247-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 1757791 INFO  (searcherExecutor-9248-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@105fc84b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1757791 INFO  (coreLoadExecutor-9247-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1757938 INFO  (qtp1092831083-124549) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={command=indexversion&version=2&qt=/replication&wt=javabin} status=0 QTime=0
   [junit4]   2> 1758165 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@434b1c3c{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 1758165 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=85578963
   [junit4]   2> 1758166 INFO  (coreCloseExecutor-9253-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@284a720a
   [junit4]   2> 1758166 INFO  (coreCloseExecutor-9253-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1758166 INFO  (coreCloseExecutor-9253-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1758166 INFO  (coreCloseExecutor-9253-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1758166 INFO  (coreCloseExecutor-9253-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1758167 INFO  (coreCloseExecutor-9253-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1758167 INFO  (coreCloseExecutor-9253-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1758167 INFO  (coreCloseExecutor-9253-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-002/./collection1/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-002/./collection1/data/index;done=false>>]
   [junit4]   2> 1758167 INFO  (coreCloseExecutor-9253-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 1758167 INFO  (coreCloseExecutor-9253-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-002/./collection1/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-002/./collection1/data;done=false>>]
   [junit4]   2> 1758167 INFO  (coreCloseExecutor-9253-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-002/./collection1/data
   [junit4]   2> 1758167 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@79f30ad0{/solr,null,UNAVAILABLE}
   [junit4]   2> 1758172 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@2d36846f{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 1758172 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1709111459
   [junit4]   2> 1758197 INFO  (coreCloseExecutor-9255-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4df941da
   [junit4]   2> 1758198 INFO  (coreCloseExecutor-9255-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1758198 INFO  (coreCloseExecutor-9255-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1758198 INFO  (coreCloseExecutor-9255-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1758198 INFO  (coreCloseExecutor-9255-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1758199 INFO  (coreCloseExecutor-9255-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1758199 INFO  (coreCloseExecutor-9255-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1758199 INFO  (coreCloseExecutor-9255-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/./collection1/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/./collection1/data;done=false>>]
   [junit4]   2> 1758199 INFO  (coreCloseExecutor-9255-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/./collection1/data
   [junit4]   2> 1758200 INFO  (coreCloseExecutor-9255-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/./collection1/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/./collection1/data/index;done=false>>]
   [junit4]   2> 1758200 INFO  (coreCloseExecutor-9255-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/./collection1/data/index
   [junit4]   2> 1758200 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3cca995d{/solr,null,UNAVAILABLE}
   [junit4]   2> 1758213 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1758287 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@343a1367{/solr,null,AVAILABLE}
   [junit4]   2> 1758288 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.e.j.s.ServerConnector Started ServerConnector@20a4589{HTTP/1.1}{127.0.0.1:39306}
   [junit4]   2> 1758288 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.e.j.s.Server Started @1760211ms
   [junit4]   2> 1758288 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39306, solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/collection1/data}
   [junit4]   2> 1758288 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@3827de24
   [junit4]   2> 1758288 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001'
   [junit4]   2> 1758288 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1758288 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1758289 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/solr.xml
   [junit4]   2> 1758303 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/.
   [junit4]   2> 1758303 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.CoreContainer New CoreContainer 1425581635
   [junit4]   2> 1758303 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001]
   [junit4]   2> 1758303 WARN  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/lib
   [junit4]   2> 1758303 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] 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> 1758304 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1758305 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1758305 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1758305 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1758305 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1758309 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/.
   [junit4]   2> 1758310 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, configSetProperties=configsetprops.json, transient=false, dataDir=data/, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml}
   [junit4]   2> 1758310 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/./collection1
   [junit4]   2> 1758310 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1758312 INFO  (coreLoadExecutor-9262-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/collection1'
   [junit4]   2> 1758312 INFO  (coreLoadExecutor-9262-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1758312 INFO  (coreLoadExecutor-9262-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1758313 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2
   [junit4]   2> 1758313 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[627B1CBF252DF822]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1758322 INFO  (coreLoadExecutor-9262-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1758330 INFO  (coreLoadExecutor-9262-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.1
   [junit4]   2> 1758346 INFO  (coreLoadExecutor-9262-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1758349 INFO  (coreLoadExecutor-9262-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1758354 INFO  (coreLoadExecutor-9262-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1758355 INFO  (coreLoadExecutor-9262-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/collection1'
   [junit4]   2> 1758355 INFO  (coreLoadExecutor-9262-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/./collection1
   [junit4]   2> 1758355 INFO  (coreLoadExecutor-9262-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1758355 INFO  (coreLoadExecutor-9262-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 1758355 INFO  (coreLoadExecutor-9262-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1758356 INFO  (coreLoadExecutor-9262-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/./collection1/data
   [junit4]   2> 1758356 INFO  (coreLoadExecutor-9262-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/./collection1/data/index/
   [junit4]   2> 1758356 WARN  (coreLoadExecutor-9262-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1758356 INFO  (coreLoadExecutor-9262-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/./collection1/data/index
   [junit4]   2> 1758356 INFO  (coreLoadExecutor-9262-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=530226377, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1758357 INFO  (coreLoadExecutor-9262-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@40154934 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@357915ca),segFN=segments_1,generation=1}
   [junit4]   2> 1758357 INFO  (coreLoadExecutor-9262-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1758359 INFO  (coreLoadExecutor-9262-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1758362 INFO  (coreLoadExecutor-9262-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1758364 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/./collection1/data/
   [junit4]   2> 1758368 INFO  (coreLoadExecutor-9262-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1758369 INFO  (coreLoadExecutor-9262-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1758370 INFO  (coreLoadExecutor-9262-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1758370 INFO  (coreLoadExecutor-9262-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1758370 INFO  (coreLoadExecutor-9262-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/segments,/admin/threads,/get,/admin/mbeans,/admin/properties,/update/json,standard,/admin/plugins,defaults,/admin/file,/admin/luke,/schema,/update/csv,/update,lazy,/admin/ping,/update/json/docs,/admin/logging,/admin/system,/replication,/config
   [junit4]   2> 1758371 INFO  (coreLoadExecutor-9262-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1758371 INFO  (coreLoadExecutor-9262-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1758371 INFO  (coreLoadExecutor-9262-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1758371 INFO  (coreLoadExecutor-9262-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=38, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1758372 INFO  (coreLoadExecutor-9262-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@40154934 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@357915ca),segFN=segments_1,generation=1}
   [junit4]   2> 1758372 INFO  (coreLoadExecutor-9262-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1758372 INFO  (coreLoadExecutor-9262-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@38ae5aef[collection1] main
   [junit4]   2> 1758372 INFO  (coreLoadExecutor-9262-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/collection1/conf
   [junit4]   2> 1758372 INFO  (coreLoadExecutor-9262-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/collection1/conf}
   [junit4]   2> 1758372 INFO  (coreLoadExecutor-9262-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_627B1CBF252DF822-001/solr-instance-001/collection1/conf
   [junit4]   2> 1758372 INFO  (coreLoadExecutor-9262-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1758372 INFO  (coreLoadExecutor-9262-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml
   [junit4]   2> 1758372 INFO  (coreLoadExecutor-9262-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1758373 INFO  (coreLoadExecutor-9262-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1758373 INFO  (searcherExecutor-9263-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@38ae5aef[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1758955 INFO  (qtp1443726261-124591) [    x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1758955 INFO  (qtp1443726261-124591) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1758957 INFO  (qtp1443726261-124592) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[0]} 0 0
   [junit4]   2> 1758959 INFO  (qtp1443726261-124593) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[1]} 0 0
   [junit4]   2> 1758960 INFO  (qtp1443726261-124594) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[2]} 0 0
   [junit4]   2> 1758962 INFO  (qtp1443726261-124595) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[3]} 0 0
   [junit4]   2> 1758963 INFO  (qtp1443726261-124591) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[4]} 0 0
   [junit4]   2> 1758964 INFO  (qtp1443726261-124592) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[5]} 0 0
   [junit4]   2> 1758966 INFO  (qtp1443726261-124593) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[6]} 0 0
   [junit4]   2> 1758967 INFO  (qtp1443726261-124594) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[7]} 0 0
   [junit4]   2> 1758969 INFO  (qtp1443726261-124595) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[8]} 0 0
   [junit4]   2> 1758970 INFO  (qtp1443726261-124591) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[9]} 0 0
   [junit4]   2> 1758972 INFO  (qtp1443726261-124592) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[10]} 0 0
   [junit4]   2> 1758973 INFO  (qtp1443726261-124593) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[11]} 0 0
   [junit4]   2> 1758974 INFO  (qtp1443726261-124594) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[12]} 0 0
   [junit4]   2> 1758976 INFO  (qtp1443726261-124595) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[13]} 0 0
   [junit4]   2> 1758977 INFO  (qtp1443726261-124591) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[14]} 0 0
   [junit4]   2> 1758979 INFO  (qtp1443726261-124592) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[15]} 0 0
   [junit4]   2> 1758980 INFO  (qtp1443726261-124593) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[16]} 0 0
   [junit4]   2> 1758981 INFO  (qtp1443726261-124594) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[17]} 0 0
   [junit4]   2> 1758983 INFO  (qtp1443726261-124595) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[18]} 0 0
   [junit4]   2> 1758984 INFO  (qtp1443726261-124591) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[19]} 0 0
   [junit4]   2> 1758986 INFO  (qtp1443726261-124592) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[20]} 0 0
   [junit4]   2> 1758987 INFO  (qtp1443726261-124593) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[21]} 0 0
   [junit4]   2> 1758989 INFO  (qtp1443726261-124594) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[22]} 0 0
   [junit4]   2> 1758990 INFO  (qtp1443726261-124595) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[23]} 0 0
   [junit4]   2> 1758992 INFO  (qtp1443726261-124591) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[24]} 0 0
   [junit4]   2> 1758993 INFO  (qtp1443726261-124592) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[25]} 0 0
   [junit4]   2> 1758994 INFO  (qtp1443726261-124593) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[26]} 0 0
   [junit4]   2> 1758996 INFO  (qtp1443726261-124594) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[27]} 0 0
   [junit4]   2> 1758997 INFO  (qtp1443726261-124595) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[28]} 0 0
   [junit4]   2> 1758999 INFO  (qtp1443726261-124591) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[29]} 0 0
   [junit4]   2> 1759000 INFO  (qtp1443726261-124592) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[30]} 0 0
   [junit4]   2> 1759002 INFO  (qtp1443726261-124593) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[31]} 0 0
   [junit4]   2> 1759003 INFO  (qtp1443726261-124594) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[32]} 0 0
   [junit4]   2> 1759004 INFO  (qtp1443726261-124595) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[33]} 0 0
   [junit4]   2> 1759006 INFO  (qtp1443726261-124591) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[34]} 0 0
   [junit4]   2> 1759007 INFO  (qtp1443726261-124592) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[35]} 0 0
   [junit4]   2> 1759009 INFO  (qtp1443726261-124593) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[36]} 0 0
   [junit4]   2> 1759010 INFO  (qtp1443726261-124594) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[37]} 0 0
   [junit4]   2> 1759012 INFO  (qtp1443726261-124595) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[38]} 0 0
   [junit4]   2> 1759013 INFO  (qtp1443726261-124591) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[39]} 0 0
   [junit4]   2> 1759014 INFO  (qtp1443726261-124592) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[40]} 0 0
   [junit4]   2> 1759016 INFO  (qtp1443726261-124593) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[41]} 0 0
   [junit4]   2> 1759017 INFO  (qtp1443726261-124594) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[42]} 0 0
   [junit4]   2> 1759019 INFO  (qtp1443726261-124595) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[43]} 0 0
   [junit4]   2> 1759020 INFO  (qtp1443726261-124591) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[44]} 0 0
   [junit4]   2> 1759022 INFO  (qtp1443726261-124592) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[45]} 0 0
   [junit4]   2> 1759023 INFO  (qtp1443726261-124593) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[46]} 0 0
   [junit4]   2> 1759024 INFO  (qtp1443726261-124594) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[47]} 0 0
   [junit4]   2> 1759026 INFO  (qtp1443726261-124595) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[48]} 0 0
   [junit4]   2> 1759027 INFO  (qtp1443726261-124591) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[49]} 0 0
   [junit4]   2> 1759029 INFO  (qtp1443726261-124592) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[50]} 0 0
   [junit4]   2> 1759030 INFO  (qtp1443726261-124593) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={version=2&wt=javabin}{add=[51]} 0 0
   [junit4]   2>

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

lyTests-5.5/solr/core/test-lib/apacheds-interceptors-authn-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-authz-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-changelog-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-collective-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/api-all-1.0.0-M20.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/bcprov-jdk15-1.45.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/cglib-nodep-2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/commons-collections-3.2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/commons-math3-3.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/easymock-3.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/ehcache-core-2.4.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/hadoop-common-2.6.0-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/hadoop-hdfs-2.6.0-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/hadoop-minikdc-2.6.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/jackson-annotations-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/jackson-databind-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/mina-core-2.0.0-M5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/objenesis-1.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/analysis/icu/lucene-analyzers-icu-5.5.1-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/queryparser/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/contrib/analysis-extras/lib/icu4j-54.1.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.3.0.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-antlr.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-regexp.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-resolver.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-net.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jmf.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-oro.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-xalan2.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-logging.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jsch.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit4.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-javamail.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jai.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jdepend.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bsf.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-swing.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-netrexx.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bcel.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-testutil.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-log4j.jar:/x1/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.7/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.3.2.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/temp/junit4-J0-20160504_051023_588.events @/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/temp/junit4-J0-20160504_051023_588.suites -stdin
   [junit4] ERROR: JVM J0 ended with an exception: Quit event not received from the forked process? This may indicate JVM crash or runner bugs.
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1501)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:121)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:955)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:952)
   [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4] 	at java.lang.Thread.run(Thread.java:745)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:757: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:694: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/common-build.xml:534: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1477: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1033: At least one slave process threw an exception, first: Quit event not received from the forked process? This may indicate JVM crash or runner bugs.

Total time: 205 minutes 40 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-NightlyTests-5.5 - Build # 9 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.5/9/

All tests passed

Build Log:
[...truncated 11572 lines...]
   [junit4] JVM J1: stdout was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/temp/junit4-J1-20160502_070923_332.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/heapdumps/java_pid12326.hprof ...
   [junit4] Heap dump file created [612736099 bytes in 4.800 secs]
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/temp/junit4-J1-20160502_070923_332.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] WARN: Unhandled exception in event serialization. -> java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] <<< JVM J1: EOF ----

[...truncated 1144 lines...]
   [junit4] ERROR: JVM J1 ended with an exception, command line: /x1/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.7/jre/bin/java -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/heapdumps -XX:MaxPermSize=192m -ea -esa -Dtests.prefix=tests -Dtests.seed=E6641C469FA708A3 -Xmx512M -Dtests.iters= -Dtests.verbose=false -Dtests.infostream=false -Dtests.codec=random -Dtests.postingsformat=random -Dtests.docvaluesformat=random -Dtests.locale=random -Dtests.timezone=random -Dtests.directory=random -Dtests.linedocsfile=/x1/jenkins/lucene-data/enwiki.random.lines.txt -Dtests.luceneMatchVersion=5.5.1 -Dtests.cleanthreads=perClass -Djava.util.logging.config.file=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/tools/junit4/logging.properties -Dtests.nightly=true -Dtests.weekly=false -Dtests.monster=false -Dtests.slow=true -Dtests.asserts=true -Dtests.multiplier=2 -DtempDir=./temp -Djava.io.tmpdir=./temp -Djunit4.tempDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/temp -Dcommon.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene -Dclover.db.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/clover/db -Djava.security.policy=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/tools/junit4/solr-tests.policy -Dtests.LUCENE_VERSION=5.5.1 -Djetty.testMode=1 -Djetty.insecurerandom=1 -Dsolr.directoryFactory=org.apache.solr.core.MockDirectoryFactory -Djava.awt.headless=true -Djdk.map.althashing.threshold=0 -Djunit4.childvm.cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1 -Djunit4.childvm.id=1 -Djunit4.childvm.count=3 -Dtests.leaveTemporary=false -Dtests.filterstacks=true -Djava.security.manager=org.apache.lucene.util.TestSecurityManager -Dfile.encoding=ISO-8859-1 -classpath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-test-framework/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/test-framework/lib/junit4-ant-2.3.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/test-framework/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/codecs/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-solrj/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/analysis/common/lucene-analyzers-common-5.5.1-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/analysis/kuromoji/lucene-analyzers-kuromoji-5.5.1-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/analysis/phonetic/lucene-analyzers-phonetic-5.5.1-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/codecs/lucene-codecs-5.5.1-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/backward-codecs/lucene-backward-codecs-5.5.1-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/highlighter/lucene-highlighter-5.5.1-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/memory/lucene-memory-5.5.1-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/misc/lucene-misc-5.5.1-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/spatial/lucene-spatial-5.5.1-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/expressions/lucene-expressions-5.5.1-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/suggest/lucene-suggest-5.5.1-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/grouping/lucene-grouping-5.5.1-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/queries/lucene-queries-5.5.1-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/queryparser/lucene-queryparser-5.5.1-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/join/lucene-join-5.5.1-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/sandbox/lucene-sandbox-5.5.1-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/lib/antlr4-runtime-4.5.1-1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/lib/asm-5.0.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/lib/asm-commons-5.0.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/lib/commons-cli-1.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/lib/commons-codec-1.10.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/lib/commons-collections-3.2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/lib/commons-configuration-1.6.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/lib/commons-exec-1.3.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/lib/commons-fileupload-1.2.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/lib/commons-lang-2.6.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/lib/concurrentlinkedhashmap-lru-1.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/lib/dom4j-1.6.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/lib/guava-14.0.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/lib/hadoop-annotations-2.6.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/lib/hadoop-auth-2.6.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/lib/hadoop-common-2.6.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/lib/hadoop-hdfs-2.6.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/lib/hppc-0.7.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/lib/htrace-core-3.0.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/lib/jackson-core-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/lib/jackson-dataformat-smile-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/lib/jcl-over-slf4j-1.7.7.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/lib/joda-time-2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/lib/log4j-1.2.17.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/lib/org.restlet-2.3.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/lib/org.restlet.ext.servlet-2.3.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/lib/protobuf-java-2.5.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/lib/slf4j-log4j12-1.7.7.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/lib/spatial4j-0.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/lib/t-digest-3.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/solrj/lib/commons-io-2.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/solrj/lib/httpclient-4.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/solrj/lib/httpcore-4.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/solrj/lib/httpmime-4.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/solrj/lib/jcl-over-slf4j-1.7.7.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/solrj/lib/noggit-0.6.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/solrj/lib/slf4j-api-1.7.7.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/solrj/lib/stax2-api-3.1.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/solrj/lib/woodstox-core-asl-4.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/solrj/lib/zookeeper-3.4.6.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/server/lib/javax.servlet-api-3.1.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/server/lib/jetty-continuation-9.2.13.v20150730.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/server/lib/jetty-deploy-9.2.13.v20150730.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/server/lib/jetty-http-9.2.13.v20150730.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/server/lib/jetty-io-9.2.13.v20150730.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/server/lib/jetty-jmx-9.2.13.v20150730.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/server/lib/jetty-rewrite-9.2.13.v20150730.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/server/lib/jetty-security-9.2.13.v20150730.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/server/lib/jetty-server-9.2.13.v20150730.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/server/lib/jetty-servlet-9.2.13.v20150730.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/server/lib/jetty-servlets-9.2.13.v20150730.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/server/lib/jetty-util-9.2.13.v20150730.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/server/lib/jetty-webapp-9.2.13.v20150730.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/server/lib/jetty-xml-9.2.13.v20150730.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/example/example-DIH/solr/db/lib/hsqldb-1.8.0.10.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/core/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/test-framework/lib/junit-4.10.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/test-framework/lib/randomizedtesting-runner-2.3.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/antlr-2.7.7.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/antlr4-runtime-4.5.1-1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-core-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-core-api-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-core-avl-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-core-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-i18n-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptor-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-admin-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-authn-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-authz-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-changelog-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-collective-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/api-all-1.0.0-M20.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/bcprov-jdk15-1.45.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/cglib-nodep-2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/commons-collections-3.2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/commons-math3-3.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/easymock-3.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/ehcache-core-2.4.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/hadoop-common-2.6.0-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/hadoop-hdfs-2.6.0-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/hadoop-minikdc-2.6.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/jackson-annotations-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/jackson-databind-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/mina-core-2.0.0-M5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/objenesis-1.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/analysis/icu/lucene-analyzers-icu-5.5.1-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/queryparser/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/contrib/analysis-extras/lib/icu4j-54.1.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.3.0.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-antlr.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-regexp.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-resolver.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-net.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jmf.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-oro.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-xalan2.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-logging.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jsch.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit4.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-javamail.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jai.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jdepend.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bsf.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-swing.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-netrexx.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bcel.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-testutil.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-log4j.jar:/x1/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.7/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.3.2.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/temp/junit4-J1-20160502_070923_332.events @/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/temp/junit4-J1-20160502_070923_332.suites -stdin
   [junit4] ERROR: JVM J1 ended with an exception: Quit event not received from the forked process? This may indicate JVM crash or runner bugs.
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1501)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:121)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:955)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:952)
   [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4] 	at java.lang.Thread.run(Thread.java:745)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:757: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:694: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/common-build.xml:534: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1477: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1033: At least one slave process threw an exception, first: Quit event not received from the forked process? This may indicate JVM crash or runner bugs.

Total time: 172 minutes 0 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-NightlyTests-5.5 - Build # 8 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.5/8/

2 tests failed.
FAILED:  org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=127125, name=Thread-7995, state=RUNNABLE, group=TGRP-FullSolrCloudDistribCmdsTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=127125, name=Thread-7995, state=RUNNABLE, group=TGRP-FullSolrCloudDistribCmdsTest]
Caused by: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:50485/collection1
	at __randomizedtesting.SeedInfo.seed([8DA4754F6FDA6A50]:0)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest$1IndexThread.run(FullSolrCloudDistribCmdsTest.java:644)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:50485/collection1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:586)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest$1IndexThread.run(FullSolrCloudDistribCmdsTest.java:642)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:152)
	at java.net.SocketInputStream.read(SocketInputStream.java:122)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
	... 5 more


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandler

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [NRTCachingDirectory]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [NRTCachingDirectory]
	at __randomizedtesting.SeedInfo.seed([8DA4754F6FDA6A50]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:228)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11712 lines...]
   [junit4] JVM J1: stdout was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/temp/junit4-J1-20160501_073216_170.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/heapdumps/java_pid13302.hprof ...
   [junit4] Heap dump file created [657633200 bytes in 4.863 secs]
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/temp/junit4-J1-20160501_073216_170.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] WARN: Unhandled exception in event serialization. -> java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] 	at java.util.Arrays.copyOfRange(Arrays.java:2694)
   [junit4] 	at java.lang.String.<init>(String.java:203)
   [junit4] 	at java.lang.StringBuilder.toString(StringBuilder.java:405)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.events.AbstractEvent.toAscii(AbstractEvent.java:115)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.events.AbstractEvent.writeBinaryProperty(AbstractEvent.java:36)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.events.AppendStdErrEvent.serialize(AppendStdErrEvent.java:30)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.events.Serializer$2.run(Serializer.java:101)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.events.Serializer$2.run(Serializer.java:96)
   [junit4] 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.events.Serializer.flushQueue(Serializer.java:96)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.events.Serializer.serialize(Serializer.java:81)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain$3$2.write(SlaveMain.java:456)
   [junit4] 	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
   [junit4] 	at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
   [junit4] 	at java.io.PrintStream.flush(PrintStream.java:338)
   [junit4] 	at java.io.FilterOutputStream.flush(FilterOutputStream.java:140)
   [junit4] 	at java.io.PrintStream.write(PrintStream.java:482)
   [junit4] 	at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)
   [junit4] 	at sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:291)
   [junit4] 	at sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:295)
   [junit4] 	at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:141)
   [junit4] 	at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:229)
   [junit4] 	at org.apache.log4j.helpers.QuietWriter.flush(QuietWriter.java:59)
   [junit4] 	at org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:324)
   [junit4] 	at org.apache.log4j.WriterAppender.append(WriterAppender.java:162)
   [junit4] 	at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:251)
   [junit4] 	at org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttach
   [junit4] ableImpl.java:66)
   [junit4] 	at org.apache.log4j.Category.callAppenders(Category.java:206)
   [junit4] 	at org.apache.log4j.Category.forcedLog(Category.java:391)
   [junit4] 	at org.apache.log4j.Category.log(Category.java:856)
   [junit4] 	at org.slf4j.impl.Log4jLoggerAdapter.info(Log4jLoggerAdapter.java:323)
   [junit4] 	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:141)
   [junit4] <<< JVM J1: EOF ----

[...truncated 27 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_8DA4754F6FDA6A50-001/init-core-data-001
   [junit4]   2> 1940141 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[8DA4754F6FDA6A50]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1940144 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1940144 INFO  (Thread-7812) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1940145 INFO  (Thread-7812) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1940244 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.ZkTestServer start zk server on port:40205
   [junit4]   2> 1940245 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1940245 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1940251 INFO  (zkCallback-32186-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@23e9e5e1 name:ZooKeeperConnection Watcher:127.0.0.1:40205 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1940251 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1940251 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1940251 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1940253 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1940254 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1940255 INFO  (zkCallback-32187-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@41751ad7 name:ZooKeeperConnection Watcher:127.0.0.1:40205/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1940255 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1940255 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1940255 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 1940257 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 1940258 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 1940259 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 1940260 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1940260 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1940262 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1940262 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 1940264 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1940264 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1940269 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1940269 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1940270 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1940270 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1940271 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1940271 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 1940273 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1940273 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1940274 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1940274 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1940275 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1940275 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1940276 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1940277 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1940278 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1940278 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1940329 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_8DA4754F6FDA6A50-001/control-001/cores/collection1
   [junit4]   2> 1940330 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1940332 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@290026c2{/,null,AVAILABLE}
   [junit4]   2> 1940332 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.e.j.s.ServerConnector Started ServerConnector@2d7d149c{HTTP/1.1}{127.0.0.1:50485}
   [junit4]   2> 1940332 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.e.j.s.Server Started @1942217ms
   [junit4]   2> 1940332 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_8DA4754F6FDA6A50-001/control-001/cores, hostPort=50485, solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_8DA4754F6FDA6A50-001/tempDir-001/control/data}
   [junit4]   2> 1940332 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@7b3cb2c6
   [junit4]   2> 1940332 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_8DA4754F6FDA6A50-001/control-001'
   [junit4]   2> 1940332 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1940332 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1940333 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1940333 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1940334 INFO  (zkCallback-32188-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4c703e0a name:ZooKeeperConnection Watcher:127.0.0.1:40205/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1940334 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1940334 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1940335 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1940335 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_8DA4754F6FDA6A50-001/control-001/solr.xml
   [junit4]   2> 1940344 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_8DA4754F6FDA6A50-001/control-001/cores
   [junit4]   2> 1940344 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.CoreContainer New CoreContainer 2019230226
   [junit4]   2> 1940344 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_8DA4754F6FDA6A50-001/control-001]
   [junit4]   2> 1940344 WARN  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_8DA4754F6FDA6A50-001/control-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_8DA4754F6FDA6A50-001/control-001/lib
   [junit4]   2> 1940344 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] 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> 1940345 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1940345 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1940345 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1940345 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40205/solr
   [junit4]   2> 1940346 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1940346 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1940346 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1940347 INFO  (zkCallback-32191-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@cda09cf name:ZooKeeperConnection Watcher:127.0.0.1:40205 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1940348 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1940348 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1940349 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:50485_    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@2f7b49f2
   [junit4]   2> 1940349 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:50485_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1940350 INFO  (zkCallback-32192-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@241d2bca name:ZooKeeperConnection Watcher:127.0.0.1:40205/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1940350 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:50485_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1940351 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:50485_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1940353 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:50485_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1940358 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:50485_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1940359 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:50485_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1940359 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:50485_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1940360 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:50485_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1940361 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:50485_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1940361 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:50485_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1940362 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:50485_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1940362 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:50485_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50485_
   [junit4]   2> 1940362 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:50485_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:50485_
   [junit4]   2> 1940363 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:50485_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1940363 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:50485_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1940364 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:50485_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1940364 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:50485_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95819522262827012-127.0.0.1:50485_-n_0000000000
   [junit4]   2> 1940364 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:50485_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:50485_
   [junit4]   2> 1940364 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:50485_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1940364 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:50485_    ] o.a.s.c.Overseer Overseer (id=95819522262827012-127.0.0.1:50485_-n_0000000000) starting
   [junit4]   2> 1940365 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:50485_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1940368 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:50485_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1940368 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:50485_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1940369 INFO  (OverseerCollectionConfigSetProcessor-95819522262827012-127.0.0.1:50485_-n_0000000000) [n:127.0.0.1:50485_    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1940369 INFO  (OverseerStateUpdate-95819522262827012-127.0.0.1:50485_-n_0000000000) [n:127.0.0.1:50485_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1940378 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:50485_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1940378 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:50485_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1940379 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:50485_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_8DA4754F6FDA6A50-001/control-001/cores
   [junit4]   2> 1940379 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:50485_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {coreNodeName=, dataDir=data/, name=collection1, transient=false, schema=schema.xml, shard=, config=solrconfig.xml, collection=control_collection, configSetProperties=configsetprops.json, loadOnStartup=true}
   [junit4]   2> 1940379 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:50485_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_8DA4754F6FDA6A50-001/control-001/cores/collection1
   [junit4]   2> 1940379 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:50485_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1940380 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:50485_    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2
   [junit4]   2> 1940380 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:50485_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1940380 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1940380 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1940381 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection control_collection not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 1940381 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch [control_collection]
   [junit4]   2> 1940382 INFO  (OverseerStateUpdate-95819522262827012-127.0.0.1:50485_-n_0000000000) [n:127.0.0.1:50485_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "base_url":"http://127.0.0.1:50485",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "node_name":"127.0.0.1:50485_",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "shard":null,
   [junit4]   2>   "state":"down"} current state version: 0
   [junit4]   2> 1940382 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 1940382 INFO  (OverseerStateUpdate-95819522262827012-127.0.0.1:50485_-n_0000000000) [n:127.0.0.1:50485_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "base_url":"http://127.0.0.1:50485",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "node_name":"127.0.0.1:50485_",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "shard":null,
   [junit4]   2>   "state":"down"}
   [junit4]   2> 1940382 INFO  (OverseerStateUpdate-95819522262827012-127.0.0.1:50485_-n_0000000000) [n:127.0.0.1:50485_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 1940383 INFO  (OverseerStateUpdate-95819522262827012-127.0.0.1:50485_-n_0000000000) [n:127.0.0.1:50485_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1940383 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1940384 INFO  (zkCallback-32192-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_    ] 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> 1941384 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1941384 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 1941384 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1941384 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 1941385 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1941385 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_8DA4754F6FDA6A50-001/control-001/cores/collection1'
   [junit4]   2> 1941385 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1941385 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1941386 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1941391 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1941399 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.1
   [junit4]   2> 1941426 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1941430 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1941545 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1941546 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1941546 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1941549 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1941560 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ 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=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2
   [junit4]   2> 1941560 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1941561 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1941561 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_8DA4754F6FDA6A50-001/control-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_8DA4754F6FDA6A50-001/control-001/cores/collection1/data/]
   [junit4]   2> 1941561 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ 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@db3cbc9
   [junit4]   2> 1941561 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_8DA4754F6FDA6A50-001/control-001/cores/collection1/data
   [junit4]   2> 1941561 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_8DA4754F6FDA6A50-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1941562 WARN  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_8DA4754F6FDA6A50-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1941562 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_8DA4754F6FDA6A50-001/control-001/cores/collection1/data/index
   [junit4]   2> 1941562 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ 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=44, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=52.91015625, floorSegmentMB=0.2626953125, forceMergeDeletesPctAllowed=17.96263242672771, segmentsPerTier=15.0, maxCFSSegmentSizeMB=1.6318359375, noCFSRatio=1.0
   [junit4]   2> 1941562 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@16496e08 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2ed6daa6),segFN=segments_1,generation=1}
   [junit4]   2> 1941562 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1941563 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:50485_ 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 /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_8DA4754F6FDA6A50-001/control-001/cores/collection1/data/
   [junit4]   2> 1941563 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_8DA4754F6FDA6A50-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1941564 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1941565 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1941565 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1941565 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1941565 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1941565 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ 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> 1941565 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ 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> 1941565 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ 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> 1941565 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ 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> 1941565 WARN  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 1941567 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1941568 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1941568 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1941569 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1941580 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /replication,/config,/admin/plugins,/schema,/admin/file,/update/json,/admin/system,/update,/admin/mbeans,/admin/threads,/update/json/docs,/admin/ping,/dump,/get,standard,/admin/luke,/admin/properties,/admin/segments,/admin/logging,/update/csv
   [junit4]   2> 1941581 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ 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> 1941581 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ 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> 1941581 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ 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> 1941582 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1941582 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1941582 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@a65bfbb
   [junit4]   2> 1941582 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@16496e08 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2ed6daa6),segFN=segments_1,generation=1}
   [junit4]   2> 1941583 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1941583 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@6baa086c[collection1] main
   [junit4]   2> 1941583 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ 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> 1941583 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ 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> 1941583 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ 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> 1941583 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1941584 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1941584 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ 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> 1941584 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ 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> 1941584 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ 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> 1941584 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1941584 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1941585 INFO  (searcherExecutor-9663-thread-1-processing-r:core_node1 x:collection1 c:control_collection n:127.0.0.1:50485_ s:shard1) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6baa086c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1941585 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ 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> 1941585 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ 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> 1941585 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ 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> 1941585 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ 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 1533112357714132992
   [junit4]   2> 1941586 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1533112357714132992
   [junit4]   2> 1941586 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1941587 INFO  (coreLoadExecutor-9662-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1941587 INFO  (coreZkRegister-9656-thread-1-processing-r:core_node1 x:collection1 c:control_collection n:127.0.0.1:50485_ s:shard1) [n:127.0.0.1:50485_ 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:50485 collection:control_collection shard:shard1
   [junit4]   2> 1941587 INFO  (coreZkRegister-9656-thread-1-processing-r:core_node1 x:collection1 c:control_collection n:127.0.0.1:50485_ s:shard1) [n:127.0.0.1:50485_ 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> 1941590 INFO  (coreZkRegister-9656-thread-1-processing-r:core_node1 x:collection1 c:control_collection n:127.0.0.1:50485_ s:shard1) [n:127.0.0.1:50485_ 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/95819522262827012-core_node1-n_0000000000
   [junit4]   2> 1941590 INFO  (coreZkRegister-9656-thread-1-processing-r:core_node1 x:collection1 c:control_collection n:127.0.0.1:50485_ s:shard1) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 1941592 INFO  (coreZkRegister-9656-thread-1-processing-r:core_node1 x:collection1 c:control_collection n:127.0.0.1:50485_ s:shard1) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1941592 INFO  (coreZkRegister-9656-thread-1-processing-r:core_node1 x:collection1 c:control_collection n:127.0.0.1:50485_ s:shard1) [n:127.0.0.1:50485_ 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> 1941592 INFO  (OverseerStateUpdate-95819522262827012-127.0.0.1:50485_-n_0000000000) [n:127.0.0.1:50485_    ] 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> 1941592 INFO  (coreZkRegister-9656-thread-1-processing-r:core_node1 x:collection1 c:control_collection n:127.0.0.1:50485_ s:shard1) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:50485/collection1/
   [junit4]   2> 1941592 INFO  (coreZkRegister-9656-thread-1-processing-r:core_node1 x:collection1 c:control_collection n:127.0.0.1:50485_ s:shard1) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1941592 INFO  (coreZkRegister-9656-thread-1-processing-r:core_node1 x:collection1 c:control_collection n:127.0.0.1:50485_ s:shard1) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:50485/collection1/ has no replicas
   [junit4]   2> 1941593 INFO  (coreZkRegister-9656-thread-1-processing-r:core_node1 x:collection1 c:control_collection n:127.0.0.1:50485_ s:shard1) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1941595 INFO  (coreZkRegister-9656-thread-1-processing-r:core_node1 x:collection1 c:control_collection n:127.0.0.1:50485_ s:shard1) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/95819522262827012-core_node1-n_0000000000
   [junit4]   2> 1941596 INFO  (coreZkRegister-9656-thread-1-processing-r:core_node1 x:collection1 c:control_collection n:127.0.0.1:50485_ s:shard1) [n:127.0.0.1:50485_ 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:50485/collection1/ shard1
   [junit4]   2> 1941597 INFO  (OverseerStateUpdate-95819522262827012-127.0.0.1:50485_-n_0000000000) [n:127.0.0.1:50485_    ] 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:50485",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 1941698 INFO  (zkCallback-32192-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_    ] 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> 1941747 INFO  (coreZkRegister-9656-thread-1-processing-r:core_node1 x:collection1 c:control_collection n:127.0.0.1:50485_ s:shard1) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:50485/collection1/ and leader is http://127.0.0.1:50485/collection1/
   [junit4]   2> 1941747 INFO  (coreZkRegister-9656-thread-1-processing-r:core_node1 x:collection1 c:control_collection n:127.0.0.1:50485_ s:shard1) [n:127.0.0.1:50485_ 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:50485
   [junit4]   2> 1941747 INFO  (coreZkRegister-9656-thread-1-processing-r:core_node1 x:collection1 c:control_collection n:127.0.0.1:50485_ s:shard1) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1941747 INFO  (coreZkRegister-9656-thread-1-processing-r:core_node1 x:collection1 c:control_collection n:127.0.0.1:50485_ s:shard1) [n:127.0.0.1:50485_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 1941747 INFO  (coreZkRegister-9656-thread-1-processing-r:core_node1 x:collection1 c:control_collection n:127.0.0.1:50485_ s:shard1) [n:127.0.0.1:50485_ 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> 1941749 INFO  (OverseerStateUpdate-95819522262827012-127.0.0.1:50485_-n_0000000000) [n:127.0.0.1:50485_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "base_url":"http://127.0.0.1:50485",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "node_name":"127.0.0.1:50485_",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"active"} current state version: 2
   [junit4]   2> 1941749 INFO  (OverseerStateUpdate-95819522262827012-127.0.0.1:50485_-n_0000000000) [n:127.0.0.1:50485_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "base_url":"http://127.0.0.1:50485",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "node_name":"127.0.0.1:50485_",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1941851 INFO  (zkCallback-32192-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_    ] 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> 1941882 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1941882 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1941883 INFO  (zkCallback-32194-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@46b26f50 name:ZooKeeperConnection Watcher:127.0.0.1:40205/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1941884 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1941884 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1941884 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1941886 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1941886 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 1941886 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1941886 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1941887 INFO  (zkCallback-32195-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@34c3910d name:ZooKeeperConnection Watcher:127.0.0.1:40205/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1941887 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1941888 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1941889 INFO  (OverseerStateUpdate-95819522262827012-127.0.0.1:50485_-n_0000000000) [n:127.0.0.1:50485_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"create",
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "numShards":"3",
   [junit4]   2>   "stateFormat":"2"} current state version: 3
   [junit4]   2> 1941889 INFO  (OverseerStateUpdate-95819522262827012-127.0.0.1:50485_-n_0000000000) [n:127.0.0.1:50485_    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 1941890 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 0x1546b590b060006, 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> 1941950 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_8DA4754F6FDA6A50-001/shard-1-001/cores/collection1
   [junit4]   2> 1941951 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_8DA4754F6FDA6A50-001/shard-1-001
   [junit4]   2> 1941951 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1941952 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@69783d7e{/,null,AVAILABLE}
   [junit4]   2> 1941953 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.e.j.s.ServerConnector Started ServerConnector@5d53fce5{HTTP/1.1}{127.0.0.1:57862}
   [junit4]   2> 1941953 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.e.j.s.Server Started @1943838ms
   [junit4]   2> 1941953 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_8DA4754F6FDA6A50-001/tempDir-001/jetty1, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_8DA4754F6FDA6A50-001/shard-1-001/cores, hostPort=57862, solrconfig=solrconfig.xml}
   [junit4]   2> 1941953 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@7b3cb2c6
   [junit4]   2> 1941953 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_8DA4754F6FDA6A50-001/shard-1-001'
   [junit4]   2> 1941953 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1941953 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1941954 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1941954 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1941955 INFO  (zkCallback-32196-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5532841 name:ZooKeeperConnection Watcher:127.0.0.1:40205/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1941955 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1941955 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1941956 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1941956 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_8DA4754F6FDA6A50-001/shard-1-001/solr.xml
   [junit4]   2> 1941965 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_8DA4754F6FDA6A50-001/shard-1-001/cores
   [junit4]   2> 1941966 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.CoreContainer New CoreContainer 105620840
   [junit4]   2> 1941966 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_8DA4754F6FDA6A50-001/shard-1-001]
   [junit4]   2> 1941966 WARN  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_8DA4754F6FDA6A50-001/shard-1-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_8DA4754F6FDA6A50-001/shard-1-001/lib
   [junit4]   2> 1941966 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] 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> 1941967 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1941967 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1941967 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1941967 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40205/solr
   [junit4]   2> 1941967 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1941967 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1941967 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1941969 INFO  (zkCallback-32199-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2f21e84b name:ZooKeeperConnection Watcher:127.0.0.1:40205 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1941970 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1941970 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1941971 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:57862_    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@2318a7fd
   [junit4]   2> 1941971 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:57862_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1941972 INFO  (zkCallback-32200-thread-1-processing-n:127.0.0.1:57862_) [n:127.0.0.1:57862_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6495989a name:ZooKeeperConnection Watcher:127.0.0.1:40205/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1941972 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:57862_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1941975 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:57862_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1941992 INFO  (OverseerStateUpdate-95819522262827012-127.0.0.1:50485_-n_0000000000) [n:127.0.0.1:50485_    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 1942979 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:57862_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57862_
   [junit4]   2> 1942979 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:57862_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:57862_
   [junit4]   2> 1942981 INFO  (zkCallback-32192-thread-1-processing-n:127.0.0.1:50485_) [n:127.0.0.1:50485_    ] 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> 1942981 INFO  (zkCallback-32194-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1942981 INFO  (zkCallback-32200-thread-1-processing-n:127.0.0.1:57862_) [n:127.0.0.1:57862_    ] 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> 1942982 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:57862_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1942982 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:57862_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95819522262827017-127.0.0.1:57862_-n_0000000001
   [junit4]   2> 1942983 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:57862_    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95819522262827012-127.0.0.1:50485_-n_0000000000 to know if I could be the leader
   [junit4]   2> 1942999 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:57862_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1942999 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:57862_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1942999 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:57862_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_8DA4754F6FDA6A50-001/shard-1-001/cores
   [junit4]   2> 1943000 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:57862_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {transient=false, dataDir=data/, configSetProperties=configsetprops.json, loadOnStartup=true, config=solrconfig.xml, coreNodeName=, name=collection1, shard=, schema=schema.xml, collection=collection1}
   [junit4]   2> 1943000 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:57862_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_8DA4754F6FDA6A50-001/shard-1-001/cores/collection1
   [junit4]   2> 1943000 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:57862_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1943001 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:57862_    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2
   [junit4]   2> 1943001 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[8DA4754F6FDA6A50]) [n:127.0.0.1:57862_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1943002 INFO  (coreLoadExecutor-9673-thread-1-processing-n:127.0.0.1:57862_) [n:127.0.0.1:57862_ c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1943002 INFO  (coreLoadExecutor-9673-thread-1-processing-n:127.0.0.1:57862_) [n:127.0.0.1:57862_ c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1943003 INFO  (coreLoadExecutor-9673-thread-1-processing-n:127.0.0.1:57862_) [n:127.0.0.1:57862_ c:collection1   x:collection1] o.a.s.c.ZkController Registering watch for collection collection1
   [junit4]   2> 1943003 INFO  (coreLoadExecutor-9673-thread-1-processing-n:127.0.0.1:57862_) [n:127.0.0.1:57862_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch [collection1]
   [junit4]   2> 1943003 INFO  (OverseerStateUpdate-95819522262827012-127.0.0.1:50485_-n_0000000000) [n:127.0.0.1:50485_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "numShards":"3",
   [junit4]   2>   "base_url":"http://127.0.0.1:57862",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "node_name":"127.0.0.1:57862_",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "shard":null,
   [junit4]   2>   "state":"down"} current state version: 3
   [junit4]   2> 1943003 INFO  (coreLoadExecutor-9673-thread-1-processing-n:127.0.0.1:57862_) [n:127.0.0.1:57862_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Add data for [collection1] ver [0]
   [junit4]   2> 1943004 INFO  (coreLoadExecutor-9673-thread-1-processing-n:127.0.0.1:57862_) [n:127.0.0.1:57862_ c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1943004 INFO  (OverseerStateUpdate-95819522262827012-127.0.0.1:50485_-n_0000000000) [n:127.0.0.1:50485_    ] o.a.s.c.o.ReplicaMutator Update state numShards=3 message={
   [junit4]   2>   "numShards":"3",
   [junit4]   2>   "base_url":"http://127.0.0.1:57862",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "node_name":"127.0.0.1:57862_",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "shard":null,
   [junit4]   2>   "state":"down"}
   [junit4]   2> 1943004 INFO  (OverseerStateUpdate-95819522262827012-127.0.0.1:50485_-n_0000000000) [n:127.0.0.1:50485_    ] o.a.s.c.o.ReplicaMutator Collection already exists with numShards=3
   [junit4]   2> 1943004 INFO  (OverseerStateUpdate-95819522262827012-127.0.0.1:50485_-n_0000000000) [n:127.0.0.1:50485_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1943106 INFO  (OverseerStateUpdate-95819522262827012-127.0.0.1:50485_-n_0000000000) [n:127.0.0.1:50485_    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 1943107 INFO  (zkCallback-32200-thread-1-processing-n:127.0.0.1:57862_) [n:127.0.0.1:57862_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1943107 INFO  (zkCallback-32200-thread-1-processing-n:127.0.0.1:57862_) [n:127.0.0.1:57862_    ] o.a.s.c.c.ZkStateReader Updating data for [collection1] from [0] to [1]
   [junit4]   2> 1944004 INFO  (coreLoadExecutor-9673-thread-1-processing-n:127.0.0.1:57862_) [n:127.0.0.1:57862_ c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1944004 INFO  (coreLoadExecutor-9673-thread-1-processing-n:127.0.0.1:57862_) [n:127.0.0.1:57862_ c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 1944005 INFO  (coreLoadExecutor-9673-thread-1-processing-n:127.0.0.1:57862_) [n:127.0.0.1:57862_ c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1944005 INFO  (coreLoadExecutor-9673-thread-1-processing-n:127.0.0.1:57862_) [n:127.0.0.1:57862_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 1944005 INFO  (coreLoadExecutor-9673-thread-1-processing-n:127.0.0.1:57862_) [n:127.0.0.1:57862_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1944005 INFO  (coreLoadExecutor-9673-thread-1-processing-n:127.0.0.1:57862_) [n:127.0.0.1:57862_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_8DA4754F6FDA6A50-001/shard-1-001/cores/collection1'
   [junit4]   2> 1944006 INFO  (coreLoadExecutor-9673-thread-1-processing-n:127.0.0.1:57862_) [n:127.0.0.1:57862_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1944006 INFO  (coreLoadExecutor-9673-thread-1-processing-n:127.0.0.1:57862_) [n:127.0.0.1:57862_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1944007 INFO  (coreLoadExecutor-9673-thread-1-processing-n:127.0.0.1:57862_) [n:127.0.0.1:57862_ c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1944012 INFO  (coreLoadExecutor-9673-thread-1-processing-n:127.0.0.1:57862_) [n:127.0.0.1:57862_ c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1944021 INFO  (coreLoadExecutor-9673-thread-1-processing-n:127.0.0.1:57862_) [n:127.0.0.1:57862_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.1
   [junit4]   2> 1944041 INFO  (coreLoadExecutor-9673-thread-1-processing-n:127.0.0.1:57862_) [n:127.0.0.1:57862_ c:collection1   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1944046 INFO  (coreLoadExecutor-9673-thread-1-processing-n:127.0.

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

lyTests-5.5/solr/core/test-lib/apacheds-interceptors-authn-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-authz-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-changelog-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-collective-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/api-all-1.0.0-M20.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/bcprov-jdk15-1.45.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/cglib-nodep-2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/commons-collections-3.2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/commons-math3-3.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/easymock-3.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/ehcache-core-2.4.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/hadoop-common-2.6.0-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/hadoop-hdfs-2.6.0-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/hadoop-minikdc-2.6.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/jackson-annotations-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/jackson-databind-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/mina-core-2.0.0-M5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/test-lib/objenesis-1.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/analysis/icu/lucene-analyzers-icu-5.5.1-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/build/queryparser/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/contrib/analysis-extras/lib/icu4j-54.1.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.3.0.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-antlr.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-regexp.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-resolver.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-net.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jmf.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-oro.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-xalan2.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-logging.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jsch.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit4.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-javamail.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jai.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jdepend.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bsf.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-swing.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-netrexx.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bcel.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-testutil.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-log4j.jar:/x1/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.7/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.3.2.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/temp/junit4-J1-20160501_073216_170.events @/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/temp/junit4-J1-20160501_073216_170.suites -stdin
   [junit4] ERROR: JVM J1 ended with an exception: Quit event not received from the forked process? This may indicate JVM crash or runner bugs.
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1501)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:121)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:955)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:952)
   [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4] 	at java.lang.Thread.run(Thread.java:745)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:757: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:694: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/common-build.xml:534: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1477: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1033: At least one slave process threw an exception, first: Quit event not received from the forked process? This may indicate JVM crash or runner bugs.

Total time: 196 minutes 18 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-NightlyTests-5.5 - Build # 7 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.5/7/

4 tests failed.
FAILED:  org.apache.solr.TestGroupingSearch.testGroupingGroupedBasedFaceting

Error Message:
mismatch: '1'!='2' @ grouped/value4_i/groups/[0]/groupValue

Stack Trace:
java.lang.RuntimeException: mismatch: '1'!='2' @ grouped/value4_i/groups/[0]/groupValue
	at __randomizedtesting.SeedInfo.seed([F8645B88D6A72879:303103ABEAD4C615]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:842)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:789)
	at org.apache.solr.TestGroupingSearch.testGroupingGroupedBasedFaceting(TestGroupingSearch.java:349)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.index.hdfs.CheckHdfsIndexTest.doTest

Error Message:
Could not find a healthy node to handle the request.

Stack Trace:
org.apache.solr.common.SolrException: Could not find a healthy node to handle the request.
	at __randomizedtesting.SeedInfo.seed([F8645B88D6A72879:5F20E32CBB1C3BC0]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1094)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:482)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:463)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.commit(AbstractFullDistribZkTestBase.java:1506)
	at org.apache.solr.index.hdfs.CheckHdfsIndexTest.doTest(CheckHdfsIndexTest.java:100)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.update.DirectUpdateHandlerTest.testExpungeDeletes

Error Message:
expected:<5> but was:<4>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<4>
	at __randomizedtesting.SeedInfo.seed([F8645B88D6A72879:D41D1F0DA31EE0DC]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.update.DirectUpdateHandlerTest.testExpungeDeletes(DirectUpdateHandlerTest.java:299)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
Captured an uncaught exception in thread: Thread[id=34657, name=collection0, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=34657, name=collection0, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:46666: collection already exists: awholynewstresscollection_collection0_4
	at __randomizedtesting.SeedInfo.seed([F8645B88D6A72879]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1575)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1596)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:984)




Build Log:
[...truncated 12060 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_F8645B88D6A72879-001/init-core-data-001
   [junit4]   2> 1982170 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[F8645B88D6A72879]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 1982170 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[F8645B88D6A72879]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1982174 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1982174 INFO  (Thread-25230) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1982174 INFO  (Thread-25230) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1982274 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.ZkTestServer start zk server on port:48367
   [junit4]   2> 1982274 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1982274 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1982276 INFO  (zkCallback-2155-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@15afc261 name:ZooKeeperConnection Watcher:127.0.0.1:48367 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1982276 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1982276 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1982276 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1982278 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1982279 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1982279 INFO  (zkCallback-2156-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5cab8480 name:ZooKeeperConnection Watcher:127.0.0.1:48367/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1982279 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1982280 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1982280 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 1982281 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 1982283 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 1982283 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 1982285 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1982285 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1982288 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1982288 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 1982289 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1982289 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1982290 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1982290 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1982292 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1982292 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1982293 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1982293 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 1982294 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1982294 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1982296 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1982296 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1982297 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1982297 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1982299 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1982299 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1982300 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1982300 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1982303 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1982303 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1982305 INFO  (zkCallback-2157-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2c9ee1c6 name:ZooKeeperConnection Watcher:127.0.0.1:48367/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1982305 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1982305 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1982306 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1982307 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1982307 INFO  (zkCallback-2158-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@38c56927 name:ZooKeeperConnection Watcher:127.0.0.1:48367 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1982309 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1982309 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1982309 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1982310 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1982310 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1982311 INFO  (zkCallback-2159-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@75b20210 name:ZooKeeperConnection Watcher:127.0.0.1:48367/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1982311 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1982311 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1982312 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf2/solrconfig.xml
   [junit4]   2> 1982312 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/solrconfig.xml
   [junit4]   2> 1982314 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf2/schema.xml
   [junit4]   2> 1982314 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/schema.xml
   [junit4]   2> 1982315 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf2/enumsConfig.xml
   [junit4]   2> 1982315 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/enumsConfig.xml
   [junit4]   2> 1982316 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1982316 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1982317 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf2/stopwords.txt
   [junit4]   2> 1982317 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/stopwords.txt
   [junit4]   2> 1982319 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf2/protwords.txt
   [junit4]   2> 1982319 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/protwords.txt
   [junit4]   2> 1982320 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf2/currency.xml
   [junit4]   2> 1982320 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/currency.xml
   [junit4]   2> 1982321 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf2/open-exchange-rates.json
   [junit4]   2> 1982321 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/open-exchange-rates.json
   [junit4]   2> 1982322 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1982322 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1982323 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf2/old_synonyms.txt
   [junit4]   2> 1982323 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/old_synonyms.txt
   [junit4]   2> 1982325 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf2/synonyms.txt
   [junit4]   2> 1982325 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/synonyms.txt
   [junit4]   2> 1982327 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/elevate.xml to /configs/conf2/elevate.xml
   [junit4]   2> 1982327 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf2/elevate.xml
   [junit4]   2> 1982381 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_F8645B88D6A72879-001/control-001/cores/collection1
   [junit4]   2> 1982382 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1982383 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6952b799{/,null,AVAILABLE}
   [junit4]   2> 1982388 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.e.j.s.ServerConnector Started ServerConnector@3593d3d4{SSL-http/1.1}{127.0.0.1:39698}
   [junit4]   2> 1982388 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.e.j.s.Server Started @1984208ms
   [junit4]   2> 1982388 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=39698, hostContext=/, solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_F8645B88D6A72879-001/tempDir-001/control/data, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_F8645B88D6A72879-001/control-001/cores}
   [junit4]   2> 1982388 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4f6de641
   [junit4]   2> 1982388 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_F8645B88D6A72879-001/control-001'
   [junit4]   2> 1982388 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1982388 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1982389 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1982389 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1982390 INFO  (zkCallback-2160-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1e0f30de name:ZooKeeperConnection Watcher:127.0.0.1:48367/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1982390 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1982390 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1982391 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1982391 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_F8645B88D6A72879-001/control-001/solr.xml
   [junit4]   2> 1982400 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_F8645B88D6A72879-001/control-001/cores
   [junit4]   2> 1982400 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.CoreContainer New CoreContainer 27542475
   [junit4]   2> 1982400 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_F8645B88D6A72879-001/control-001]
   [junit4]   2> 1982400 WARN  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_F8645B88D6A72879-001/control-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_F8645B88D6A72879-001/control-001/lib
   [junit4]   2> 1982400 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] 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> 1982402 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1982403 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1982403 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1982403 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48367/solr
   [junit4]   2> 1982403 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1982403 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1982404 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1982405 INFO  (zkCallback-2163-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@53f13904 name:ZooKeeperConnection Watcher:127.0.0.1:48367 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1982405 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1982405 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1982406 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [n:127.0.0.1:39698_    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@72939392
   [junit4]   2> 1982407 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [n:127.0.0.1:39698_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1982407 INFO  (zkCallback-2164-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@73bb0722 name:ZooKeeperConnection Watcher:127.0.0.1:48367/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1982407 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [n:127.0.0.1:39698_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1982408 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [n:127.0.0.1:39698_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1982409 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [n:127.0.0.1:39698_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1982411 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [n:127.0.0.1:39698_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1982412 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [n:127.0.0.1:39698_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1982414 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [n:127.0.0.1:39698_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1982415 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [n:127.0.0.1:39698_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1982416 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [n:127.0.0.1:39698_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1982417 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [n:127.0.0.1:39698_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1982418 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [n:127.0.0.1:39698_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1982419 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [n:127.0.0.1:39698_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39698_
   [junit4]   2> 1982419 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [n:127.0.0.1:39698_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:39698_
   [junit4]   2> 1982420 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [n:127.0.0.1:39698_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1982420 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [n:127.0.0.1:39698_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1982421 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [n:127.0.0.1:39698_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1982421 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [n:127.0.0.1:39698_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95814731442487303-127.0.0.1:39698_-n_0000000000
   [junit4]   2> 1982422 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [n:127.0.0.1:39698_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39698_
   [junit4]   2> 1982422 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [n:127.0.0.1:39698_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1982423 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [n:127.0.0.1:39698_    ] o.a.s.c.Overseer Overseer (id=95814731442487303-127.0.0.1:39698_-n_0000000000) starting
   [junit4]   2> 1982424 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [n:127.0.0.1:39698_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1982428 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [n:127.0.0.1:39698_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1982429 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [n:127.0.0.1:39698_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1982429 INFO  (OverseerStateUpdate-95814731442487303-127.0.0.1:39698_-n_0000000000) [n:127.0.0.1:39698_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1982429 INFO  (OverseerCollectionConfigSetProcessor-95814731442487303-127.0.0.1:39698_-n_0000000000) [n:127.0.0.1:39698_    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1982440 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [n:127.0.0.1:39698_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1982440 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [n:127.0.0.1:39698_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1982440 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [n:127.0.0.1:39698_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_F8645B88D6A72879-001/control-001/cores
   [junit4]   2> 1982441 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [n:127.0.0.1:39698_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {shard=, name=collection1, dataDir=data/, collection=control_collection, transient=false, coreNodeName=, config=solrconfig.xml, configSetProperties=configsetprops.json, loadOnStartup=true, schema=schema.xml}
   [junit4]   2> 1982441 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [n:127.0.0.1:39698_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_F8645B88D6A72879-001/control-001/cores/collection1
   [junit4]   2> 1982441 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [n:127.0.0.1:39698_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1982442 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [n:127.0.0.1:39698_    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2
   [junit4]   2> 1982442 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [n:127.0.0.1:39698_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1982443 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1982443 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1982444 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection control_collection not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 1982444 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch [control_collection]
   [junit4]   2> 1982445 INFO  (OverseerStateUpdate-95814731442487303-127.0.0.1:39698_-n_0000000000) [n:127.0.0.1:39698_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "roles":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "node_name":"127.0.0.1:39698_",
   [junit4]   2>   "base_url":"https://127.0.0.1:39698",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "core":"collection1"} current state version: 0
   [junit4]   2> 1982445 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 1982445 INFO  (OverseerStateUpdate-95814731442487303-127.0.0.1:39698_-n_0000000000) [n:127.0.0.1:39698_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "roles":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "node_name":"127.0.0.1:39698_",
   [junit4]   2>   "base_url":"https://127.0.0.1:39698",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "core":"collection1"}
   [junit4]   2> 1982445 INFO  (OverseerStateUpdate-95814731442487303-127.0.0.1:39698_-n_0000000000) [n:127.0.0.1:39698_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 1982446 INFO  (OverseerStateUpdate-95814731442487303-127.0.0.1:39698_-n_0000000000) [n:127.0.0.1:39698_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1982446 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1982447 INFO  (zkCallback-2164-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_    ] 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> 1983446 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1983446 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 1983446 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1983447 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 1983447 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1983447 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_F8645B88D6A72879-001/control-001/cores/collection1'
   [junit4]   2> 1983447 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1983447 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1983448 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1983454 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1983463 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.1
   [junit4]   2> 1983483 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1983487 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1983678 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1983683 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1983684 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1983693 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1983695 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1983697 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1983698 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1983699 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ 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=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2
   [junit4]   2> 1983699 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1983699 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1983699 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_F8645B88D6A72879-001/control-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_F8645B88D6A72879-001/control-001/cores/collection1/data/]
   [junit4]   2> 1983699 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ 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@fa8de42
   [junit4]   2> 1983700 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_F8645B88D6A72879-001/control-001/cores/collection1/data
   [junit4]   2> 1983700 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_F8645B88D6A72879-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1983700 WARN  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_F8645B88D6A72879-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1983700 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_F8645B88D6A72879-001/control-001/cores/collection1/data/index
   [junit4]   2> 1983700 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ 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=5, maxMergeAtOnceExplicit=5, maxMergedSegmentMB=56.392578125, floorSegmentMB=1.0556640625, forceMergeDeletesPctAllowed=19.796399583025394, segmentsPerTier=17.0, maxCFSSegmentSizeMB=1.1064453125, noCFSRatio=0.29039190655464586
   [junit4]   2> 1983701 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@6f459e64 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@43a1f04e; maxCacheMB=0.6865234375 maxMergeSizeMB=0.0283203125)),segFN=segments_1,generation=1}
   [junit4]   2> 1983701 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1983701 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:39698_ 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 /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_F8645B88D6A72879-001/control-001/cores/collection1/data/
   [junit4]   2> 1983702 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_F8645B88D6A72879-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1983704 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1983704 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1983704 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1983704 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1983705 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1983705 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ 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> 1983705 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ 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> 1983705 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ 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> 1983705 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ 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> 1983705 WARN  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 1983707 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1983708 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1983708 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1983709 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1983712 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/file,/admin/system,/replication,/config,/admin/properties,/admin/luke,standard,/dump,/admin/logging,/admin/ping,/update/json/docs,/admin/plugins,/schema,/update/csv,/admin/segments,/admin/mbeans,/admin/threads,/update/json,/update,/get
   [junit4]   2> 1983712 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ 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> 1983713 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ 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> 1983713 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ 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> 1983713 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1983713 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1983714 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ 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=26, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=68.947265625, floorSegmentMB=1.5048828125, forceMergeDeletesPctAllowed=26.098676377846555, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1983714 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@6f459e64 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@43a1f04e; maxCacheMB=0.6865234375 maxMergeSizeMB=0.0283203125)),segFN=segments_1,generation=1}
   [junit4]   2> 1983714 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1983714 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@684575eb[collection1] main
   [junit4]   2> 1983714 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ 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> 1983715 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ 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> 1983715 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ 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> 1983715 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1983715 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1983715 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ 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> 1983715 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ 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> 1983716 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ 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> 1983716 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1983716 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1983716 INFO  (searcherExecutor-4941-thread-1-processing-r:core_node1 c:control_collection n:127.0.0.1:39698_ s:shard1 x:collection1) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@684575eb[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1983716 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ 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> 1983716 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ 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> 1983716 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ 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> 1983716 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ 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 1533035704695652352
   [junit4]   2> 1983718 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1533035704695652352
   [junit4]   2> 1983718 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1983719 INFO  (coreLoadExecutor-4940-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1983719 INFO  (coreZkRegister-4934-thread-1-processing-r:core_node1 c:control_collection n:127.0.0.1:39698_ s:shard1 x:collection1) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:https://127.0.0.1:39698 collection:control_collection shard:shard1
   [junit4]   2> 1983720 INFO  (coreZkRegister-4934-thread-1-processing-r:core_node1 c:control_collection n:127.0.0.1:39698_ s:shard1 x:collection1) [n:127.0.0.1:39698_ 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> 1983722 INFO  (coreZkRegister-4934-thread-1-processing-r:core_node1 c:control_collection n:127.0.0.1:39698_ s:shard1 x:collection1) [n:127.0.0.1:39698_ 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/95814731442487303-core_node1-n_0000000000
   [junit4]   2> 1983722 INFO  (coreZkRegister-4934-thread-1-processing-r:core_node1 c:control_collection n:127.0.0.1:39698_ s:shard1 x:collection1) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=180000
   [junit4]   2> 1983723 INFO  (coreZkRegister-4934-thread-1-processing-r:core_node1 c:control_collection n:127.0.0.1:39698_ s:shard1 x:collection1) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1983723 INFO  (coreZkRegister-4934-thread-1-processing-r:core_node1 c:control_collection n:127.0.0.1:39698_ s:shard1 x:collection1) [n:127.0.0.1:39698_ 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> 1983723 INFO  (coreZkRegister-4934-thread-1-processing-r:core_node1 c:control_collection n:127.0.0.1:39698_ s:shard1 x:collection1) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:39698/collection1/
   [junit4]   2> 1983724 INFO  (OverseerStateUpdate-95814731442487303-127.0.0.1:39698_-n_0000000000) [n:127.0.0.1:39698_    ] 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> 1983724 INFO  (coreZkRegister-4934-thread-1-processing-r:core_node1 c:control_collection n:127.0.0.1:39698_ s:shard1 x:collection1) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1983724 INFO  (coreZkRegister-4934-thread-1-processing-r:core_node1 c:control_collection n:127.0.0.1:39698_ s:shard1 x:collection1) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy https://127.0.0.1:39698/collection1/ has no replicas
   [junit4]   2> 1983724 INFO  (coreZkRegister-4934-thread-1-processing-r:core_node1 c:control_collection n:127.0.0.1:39698_ s:shard1 x:collection1) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1983727 INFO  (coreZkRegister-4934-thread-1-processing-r:core_node1 c:control_collection n:127.0.0.1:39698_ s:shard1 x:collection1) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/95814731442487303-core_node1-n_0000000000
   [junit4]   2> 1983728 INFO  (coreZkRegister-4934-thread-1-processing-r:core_node1 c:control_collection n:127.0.0.1:39698_ s:shard1 x:collection1) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:39698/collection1/ shard1
   [junit4]   2> 1983728 INFO  (OverseerStateUpdate-95814731442487303-127.0.0.1:39698_-n_0000000000) [n:127.0.0.1:39698_    ] 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":"https://127.0.0.1:39698",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 1983832 INFO  (zkCallback-2164-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_    ] 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> 1983879 INFO  (coreZkRegister-4934-thread-1-processing-r:core_node1 c:control_collection n:127.0.0.1:39698_ s:shard1 x:collection1) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are https://127.0.0.1:39698/collection1/ and leader is https://127.0.0.1:39698/collection1/
   [junit4]   2> 1983879 INFO  (coreZkRegister-4934-thread-1-processing-r:core_node1 c:control_collection n:127.0.0.1:39698_ s:shard1 x:collection1) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:39698
   [junit4]   2> 1983879 INFO  (coreZkRegister-4934-thread-1-processing-r:core_node1 c:control_collection n:127.0.0.1:39698_ s:shard1 x:collection1) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1983879 INFO  (coreZkRegister-4934-thread-1-processing-r:core_node1 c:control_collection n:127.0.0.1:39698_ s:shard1 x:collection1) [n:127.0.0.1:39698_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 1983879 INFO  (coreZkRegister-4934-thread-1-processing-r:core_node1 c:control_collection n:127.0.0.1:39698_ s:shard1 x:collection1) [n:127.0.0.1:39698_ 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> 1983880 INFO  (OverseerStateUpdate-95814731442487303-127.0.0.1:39698_-n_0000000000) [n:127.0.0.1:39698_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "roles":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "node_name":"127.0.0.1:39698_",
   [junit4]   2>   "base_url":"https://127.0.0.1:39698",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1"} current state version: 2
   [junit4]   2> 1983881 INFO  (OverseerStateUpdate-95814731442487303-127.0.0.1:39698_-n_0000000000) [n:127.0.0.1:39698_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "roles":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "node_name":"127.0.0.1:39698_",
   [junit4]   2>   "base_url":"https://127.0.0.1:39698",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1"}
   [junit4]   2> 1983944 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1983945 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1983946 INFO  (zkCallback-2166-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@789d6cd name:ZooKeeperConnection Watcher:127.0.0.1:48367/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1983946 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1983947 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1983947 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1983948 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1983948 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 1983948 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1983949 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1983950 INFO  (zkCallback-2167-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1e0d2741 name:ZooKeeperConnection Watcher:127.0.0.1:48367/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1983950 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1983950 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1983952 INFO  (OverseerStateUpdate-95814731442487303-127.0.0.1:39698_-n_0000000000) [n:127.0.0.1:39698_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"create",
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2"} current state version: 2
   [junit4]   2> 1983952 INFO  (OverseerStateUpdate-95814731442487303-127.0.0.1:39698_-n_0000000000) [n:127.0.0.1:39698_    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 1983953 INFO  (zkCallback-2164-thread-1-processing-n:127.0.0.1:39698_) [n:127.0.0.1:39698_    ] 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> 1983963 INFO  (zkCallback-2166-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> 1984014 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_F8645B88D6A72879-001/shard-1-001/cores/collection1
   [junit4]   2> 1984015 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_F8645B88D6A72879-001/shard-1-001
   [junit4]   2> 1984015 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1984016 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@850cbe8{/,null,AVAILABLE}
   [junit4]   2> 1984020 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.e.j.s.ServerConnector Started ServerConnector@174a89ce{SSL-http/1.1}{127.0.0.1:46666}
   [junit4]   2> 1984020 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.e.j.s.Server Started @1985840ms
   [junit4]   2> 1984020 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_F8645B88D6A72879-001/shard-1-001/cores, solrconfig=solrconfig.xml, hostPort=46666, solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_F8645B88D6A72879-001/tempDir-001/jetty1}
   [junit4]   2> 1984020 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4f6de641
   [junit4]   2> 1984020 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_F8645B88D6A72879-001/shard-1-001'
   [junit4]   2> 1984020 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1984020 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[F8645B88D6A72879]) [    ] o.a.s.c.SolrResourceLoader s

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

csSourceAdapter.java:227)
   [junit4]   2> 	at org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.stop(MetricsSourceAdapter.java:212)
   [junit4]   2> 	at org.apache.hadoop.metrics2.impl.MetricsSystemImpl.stopSources(MetricsSystemImpl.java:461)
   [junit4]   2> 	at org.apache.hadoop.metrics2.impl.MetricsSystemImpl.stop(MetricsSystemImpl.java:212)
   [junit4]   2> 	at org.apache.hadoop.metrics2.impl.MetricsSystemImpl.shutdown(MetricsSystemImpl.java:592)
   [junit4]   2> 	at org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdownInstance(DefaultMetricsSystem.java:72)
   [junit4]   2> 	at org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdown(DefaultMetricsSystem.java:68)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics.shutdown(NameNodeMetrics.java:145)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.namenode.NameNode.stop(NameNode.java:822)
   [junit4]   2> 	at org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1720)
   [junit4]   2> 	at org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1699)
   [junit4]   2> 	at org.apache.solr.cloud.hdfs.HdfsTestUtil.teardownClass(HdfsTestUtil.java:198)
   [junit4]   2> 	at org.apache.solr.index.hdfs.CheckHdfsIndexTest.teardownClass(CheckHdfsIndexTest.java:69)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:606)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: java.lang.NullPointerException
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap.size(BlocksMap.java:198)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.getTotalBlocks(BlockManager.java:3291)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlocksTotal(FSNamesystem.java:6223)
   [junit4]   2> 	... 54 more
   [junit4]   2> 3738814 INFO  (SUITE-CheckHdfsIndexTest-seed#[F8645B88D6A72879]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_F8645B88D6A72879-001
   [junit4]   2> Apr 30, 2016 12:15:32 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 3 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=11203, maxDocsPerChunk=916, blockSize=9), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=11203, blockSize=9)), sim=DefaultSimilarity, locale=sr-Latn, timezone=Africa/Bissau
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.7.0_80 (64-bit)/cpus=4,threads=2,free=221256744,total=514326528
   [junit4]   2> NOTE: All tests run in this JVM: [CSVRequestHandlerTest, DistanceFunctionTest, OpenCloseCoreStressTest, BigEndianAscendingWordSerializerTest, SpellCheckComponentTest, TestSolrConfigHandlerCloud, TestFileDictionaryLookup, TestHashPartitioner, FullHLLTest, LoggingHandlerTest, DistribJoinFromCollectionTest, FacetPivotSmallTest, TestReplicationHandlerBackup, SSLMigrationTest, NumericFieldsTest, UniqFieldsUpdateProcessorFactoryTest, TestNonDefinedSimilarityFactory, FastVectorHighlighterTest, HdfsRestartWhileUpdatingTest, RequestLoggingTest, SoftAutoCommitTest, TestQuerySenderNoQuery, HdfsUnloadDistributedZkTest, TestSolrQueryParserResource, TestSmileRequest, ShardRoutingTest, SchemaVersionSpecificBehaviorTest, CreateCollectionCleanupTest, RankQueryTest, TestWordDelimiterFilterFactory, TestDefaultStatsCache, TestClusterStateMutator, VMParamsZkACLAndCredentialsProvidersTest, TestSimpleTrackingShardHandler, TestDynamicFieldResource, TestReloadDeadlock, TestSolrConfigHandler, TestLeaderInitiatedRecoveryThread, TestLMJelinekMercerSimilarityFactory, ConvertedLegacyTest, TestCustomSort, DeleteStatusTest, RuleEngineTest, TestScoreJoinQPScore, TestConfigSetsAPIZkFailure, DateRangeFieldTest, PreAnalyzedUpdateProcessorTest, TestFiltering, TestDistributedGrouping, TestNRTOpen, TestCloudManagedSchemaConcurrent, ChaosMonkeyNothingIsSafeTest, AsyncMigrateRouteKeyTest, ZkCLITest, DocumentBuilderTest, SpellPossibilityIteratorTest, FileUtilsTest, DistributedExpandComponentTest, TestExceedMaxTermLength, DistributedFacetPivotSmallAdvancedTest, BlockJoinFacetRandomTest, TestSolrCloudWithKerberosAlt, TestCursorMarkWithoutUniqueKey, TermVectorComponentTest, MultiTermTest, TestQueryTypes, DocExpirationUpdateProcessorFactoryTest, AnalysisErrorHandlingTest, TestSchemaVersionResource, TestCopyFieldCollectionResource, TestManagedSynonymFilterFactory, DirectSolrSpellCheckerTest, ZkSolrClientTest, AliasIntegrationTest, TestQueryUtils, TestExactStatsCache, TestNoOpRegenerator, TestSystemIdResolver, TestRawResponseWriter, ConcurrentDeleteAndCreateCollectionTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, NotRequiredUniqueKeyTest, TestSortByMinMaxFunction, TimeZoneUtilsTest, DistributedMLTComponentTest, DistanceUnitsTest, SolrInfoMBeanTest, SharedFSAutoReplicaFailoverTest, TestSchemaNameResource, TestRandomRequestDistribution, DistributedQueryComponentCustomSortTest, HighlighterMaxOffsetTest, DOMUtilTest, LeaderElectionIntegrationTest, BasicZkTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, CloudExitableDirectoryReaderTest, CollectionTooManyReplicasTest, DeleteShardTest, ForceLeaderTest, LeaderInitiatedRecoveryOnShardRestartTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, OverseerRolesTest, SolrCloudExampleTest, TestAuthenticationFramework, TestExclusionRuleCollectionAccess, TestRebalanceLeaders, TestStressLiveNodes, HdfsChaosMonkeyNothingIsSafeTest, StressHdfsTest, SuggestComponentTest, TestExpandComponent, TestPivotHelperCode, TestTrackingShardHandlerFactory, CheckHdfsIndexTest]
   [junit4] Completed [517/572 (4!)] on J1 in 43.41s, 6 tests, 1 error, 1 skipped <<< FAILURES!

[...truncated 194 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:757: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:694: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/common-build.xml:534: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1477: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1033: There were test failures: 572 suites (7 ignored), 2293 tests, 3 errors, 1 failure, 34 ignored (18 assumptions) [seed: F8645B88D6A72879]

Total time: 401 minutes 44 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-NightlyTests-5.5 - Build # 6 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.5/6/

5 tests failed.
FAILED:  org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=19709, name=Thread-10623, state=RUNNABLE, group=TGRP-FullSolrCloudDistribCmdsTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=19709, name=Thread-10623, state=RUNNABLE, group=TGRP-FullSolrCloudDistribCmdsTest]
Caused by: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:34603/cpg/collection1
	at __randomizedtesting.SeedInfo.seed([1B8F3C17723282CC]:0)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest$1IndexThread.run(FullSolrCloudDistribCmdsTest.java:644)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:34603/cpg/collection1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:586)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest$1IndexThread.run(FullSolrCloudDistribCmdsTest.java:642)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:152)
	at java.net.SocketInputStream.read(SocketInputStream.java:122)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
	... 5 more


FAILED:  org.apache.solr.cloud.hdfs.StressHdfsTest.test

Error Message:
Could not find collection:delete_data_dir

Stack Trace:
java.lang.AssertionError: Could not find collection:delete_data_dir
	at __randomizedtesting.SeedInfo.seed([1B8F3C17723282CC:93DB03CDDCCEEF34]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:151)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:130)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:832)
	at org.apache.solr.cloud.hdfs.StressHdfsTest.createAndDeleteCollection(StressHdfsTest.java:155)
	at org.apache.solr.cloud.hdfs.StressHdfsTest.test(StressHdfsTest.java:99)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.admin.SegmentsInfoRequestHandlerTest.testSegmentInfosData

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([1B8F3C17723282CC:67261E4CC4DA3553]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:754)
	at org.apache.solr.handler.admin.SegmentsInfoRequestHandlerTest.testSegmentInfosData(SegmentsInfoRequestHandlerTest.java:58)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=5=sum(//lst[@name='segments']/lst[*]/int[@name='size'])
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><lst name="segments"><lst name="_8"><str name="name">_8</str><int name="delCount">2</int><long name="sizeInBytes">1618</long><int name="size">5</int><date name="age">2016-04-29T01:28:23.983Z</date><str name="source">merge</str><bool name="mergeCandidate">true</bool></lst><lst name="_9"><str name="name">_9</str><int name="delCount">0</int><long name="sizeInBytes">1414</long><int name="size">1</int><date name="age">2016-04-29T01:28:23.989Z</date><str name="source">flush</str><bool name="mergeCandidate">true</bool></lst></lst>
</response>

	request was:wt=xml&qt=/admin/segments
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:747)
	... 40 more


FAILED:  org.apache.solr.schema.TestManagedSchemaAPI.test

Error Message:
Error from server at http://127.0.0.1:34735/solr/testschemaapi_shard1_replica1: ERROR: [doc=2] unknown field 'myNewField1'

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at http://127.0.0.1:34735/solr/testschemaapi_shard1_replica1: ERROR: [doc=2] unknown field 'myNewField1'
	at __randomizedtesting.SeedInfo.seed([1B8F3C17723282CC:93DB03CDDCCEEF34]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:632)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:981)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.schema.TestManagedSchemaAPI.testAddFieldAndDocument(TestManagedSchemaAPI.java:101)
	at org.apache.solr.schema.TestManagedSchemaAPI.test(TestManagedSchemaAPI.java:69)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:34735/solr/testschemaapi_shard1_replica1: ERROR: [doc=2] unknown field 'myNewField1'
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:607)
	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:604)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	... 1 more


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

Error Message:
Captured an uncaught exception in thread: Thread[id=8819, name=collection4, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=8819, name=collection4, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:59899: collection already exists: awholynewstresscollection_collection4_0
	at __randomizedtesting.SeedInfo.seed([1B8F3C17723282CC]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1575)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1596)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:984)




Build Log:
[...truncated 11065 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.SegmentsInfoRequestHandlerTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.admin.SegmentsInfoRequestHandlerTest_1B8F3C17723282CC-001/init-core-data-001
   [junit4]   2> 74075 INFO  (SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 74075 INFO  (SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 74075 INFO  (SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 74075 INFO  (SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 74075 INFO  (SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr
   [junit4]   2> 74076 INFO  (SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 74076 INFO  (SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 74096 INFO  (SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 74109 INFO  (SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.1
   [junit4]   2> 74139 INFO  (SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 74145 INFO  (SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 74294 INFO  (SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 74295 INFO  (SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 74296 WARN  (SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 74307 INFO  (SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 74309 INFO  (SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 74311 INFO  (SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 74311 INFO  (SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr
   [junit4]   2> 74311 INFO  (SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr'
   [junit4]   2> 74311 INFO  (SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 74311 INFO  (SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr
   [junit4]   2> 74311 INFO  (SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 1417172561
   [junit4]   2> 74311 INFO  (SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr]
   [junit4]   2> 74311 WARN  (SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/lib
   [junit4]   2> 74311 INFO  (SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 74313 INFO  (SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 74313 INFO  (SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 74313 INFO  (SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 74313 INFO  (SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 74313 INFO  (SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 74314 INFO  (SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {configSetProperties=configsetprops.json, schema=schema12.xml, dataDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.admin.SegmentsInfoRequestHandlerTest_1B8F3C17723282CC-001/init-core-data-001, shard=shard1, name=collection1, collection=collection1, config=solrconfig.xml, transient=false, loadOnStartup=true}
   [junit4]   2> 74315 INFO  (coreLoadExecutor-101-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 74315 INFO  (coreLoadExecutor-101-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 74315 INFO  (coreLoadExecutor-101-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr
   [junit4]   2> 74315 INFO  (coreLoadExecutor-101-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 74315 INFO  (coreLoadExecutor-101-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 74336 INFO  (coreLoadExecutor-101-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 74350 INFO  (coreLoadExecutor-101-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.1
   [junit4]   2> 74379 INFO  (coreLoadExecutor-101-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 74385 INFO  (coreLoadExecutor-101-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 74532 INFO  (coreLoadExecutor-101-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 74533 INFO  (coreLoadExecutor-101-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 74534 WARN  (coreLoadExecutor-101-thread-1) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 74545 INFO  (coreLoadExecutor-101-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 74547 INFO  (coreLoadExecutor-101-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 74549 INFO  (coreLoadExecutor-101-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 74549 INFO  (coreLoadExecutor-101-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1
   [junit4]   2> 74549 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 74550 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.admin.SegmentsInfoRequestHandlerTest_1B8F3C17723282CC-001/init-core-data-001/]
   [junit4]   2> 74550 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4549af55
   [junit4]   2> 74550 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.admin.SegmentsInfoRequestHandlerTest_1B8F3C17723282CC-001/init-core-data-001
   [junit4]   2> 74550 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.admin.SegmentsInfoRequestHandlerTest_1B8F3C17723282CC-001/init-core-data-001/index/
   [junit4]   2> 74550 WARN  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.admin.SegmentsInfoRequestHandlerTest_1B8F3C17723282CC-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 74551 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.admin.SegmentsInfoRequestHandlerTest_1B8F3C17723282CC-001/init-core-data-001/index
   [junit4]   2> 74551 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=16, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1982092932583723]
   [junit4]   2> 74552 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@3b5247d7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16ea92ae; maxCacheMB=0.6923828125 maxMergeSizeMB=0.404296875)),segFN=segments_1,generation=1}
   [junit4]   2> 74552 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 74552 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.admin.SegmentsInfoRequestHandlerTest_1B8F3C17723282CC-001/init-core-data-001/
   [junit4]   2> 74556 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 74557 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 74557 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 74557 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 74557 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 74557 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 74557 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 74557 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 74557 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 74558 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 74558 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 74558 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 74559 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 74560 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 74561 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 74562 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 74566 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 74568 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: mltrh,/debug/dump,/update,/admin/plugins,mock,spellCheckWithWordbreak_Direct,/schema,/admin/luke,/admin/system,lazy,/mlt,defaults,spellCheckWithWordbreak,dismax,spellCheckCompRH,/get,/admin/properties,/admin/threads,/admin/ping,/search-facet-invariants,/admin/logging,/terms,standard,tvrh,/admin/mbeans,/update/json/docs,/admin/segments,spellCheckCompRH_Direct,/update/csv,/config,/admin/file,spellCheckCompRH1,/replication,/search-facet-def,/update/json
   [junit4]   2> 74569 WARN  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 74569 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 74570 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 74570 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 74570 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=2, maxMergeAtOnceExplicit=9, maxMergedSegmentMB=88.9951171875, floorSegmentMB=1.23828125, forceMergeDeletesPctAllowed=20.121902992701955, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 74570 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@3b5247d7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16ea92ae; maxCacheMB=0.6923828125 maxMergeSizeMB=0.404296875)),segFN=segments_1,generation=1}
   [junit4]   2> 74570 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 74571 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@39f702d8[collection1] main
   [junit4]   2> 74571 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 74571 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 74571 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 74571 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 74578 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 74601 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 74601 INFO  (searcherExecutor-102-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 74601 INFO  (searcherExecutor-102-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 74602 INFO  (searcherExecutor-102-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 74602 INFO  (searcherExecutor-102-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 74602 INFO  (searcherExecutor-102-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 74602 INFO  (coreLoadExecutor-101-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 74602 INFO  (searcherExecutor-102-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 74603 INFO  (searcherExecutor-102-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 74603 INFO  (SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 74603 INFO  (searcherExecutor-102-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 74603 INFO  (searcherExecutor-102-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 74604 INFO  (searcherExecutor-102-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@39f702d8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 74606 INFO  (TEST-SegmentsInfoRequestHandlerTest.testSegmentInfos-seed#[1B8F3C17723282CC]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSegmentInfos
   [junit4]   2> 74607 INFO  (TEST-SegmentsInfoRequestHandlerTest.testSegmentInfos-seed#[1B8F3C17723282CC]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[SOLR1000]} 0 1
   [junit4]   2> 74611 INFO  (TEST-SegmentsInfoRequestHandlerTest.testSegmentInfos-seed#[1B8F3C17723282CC]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[SOLR1001]} 0 1
   [junit4]   2> 74613 INFO  (TEST-SegmentsInfoRequestHandlerTest.testSegmentInfos-seed#[1B8F3C17723282CC]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[SOLR1002]} 0 0
   [junit4]   2> 74670 INFO  (TEST-SegmentsInfoRequestHandlerTest.testSegmentInfos-seed#[1B8F3C17723282CC]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[SOLR1003]} 0 56
   [junit4]   2> 74671 INFO  (TEST-SegmentsInfoRequestHandlerTest.testSegmentInfos-seed#[1B8F3C17723282CC]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[SOLR1004]} 0 0
   [junit4]   2> 74672 INFO  (TEST-SegmentsInfoRequestHandlerTest.testSegmentInfos-seed#[1B8F3C17723282CC]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{delete=[SOLR1000]} 0 0
   [junit4]   2> 74672 INFO  (TEST-SegmentsInfoRequestHandlerTest.testSegmentInfos-seed#[1B8F3C17723282CC]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 74678 INFO  (TEST-SegmentsInfoRequestHandlerTest.testSegmentInfos-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@3b5247d7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16ea92ae; maxCacheMB=0.6923828125 maxMergeSizeMB=0.404296875)),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@3b5247d7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16ea92ae; maxCacheMB=0.6923828125 maxMergeSizeMB=0.404296875)),segFN=segments_2,generation=2}
   [junit4]   2> 74678 INFO  (TEST-SegmentsInfoRequestHandlerTest.testSegmentInfos-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 74679 INFO  (TEST-SegmentsInfoRequestHandlerTest.testSegmentInfos-seed#[1B8F3C17723282CC]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@39ccc4b4[collection1] main
   [junit4]   2> 74679 INFO  (TEST-SegmentsInfoRequestHandlerTest.testSegmentInfos-seed#[1B8F3C17723282CC]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 74680 INFO  (searcherExecutor-102-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@39ccc4b4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(5.5.1):C4)))}
   [junit4]   2> 74680 INFO  (TEST-SegmentsInfoRequestHandlerTest.testSegmentInfos-seed#[1B8F3C17723282CC]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 8
   [junit4]   2> 74682 INFO  (TEST-SegmentsInfoRequestHandlerTest.testSegmentInfos-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=xml&qt=/admin/segments} status=0 QTime=0
   [junit4]   2> 74683 INFO  (TEST-SegmentsInfoRequestHandlerTest.testSegmentInfos-seed#[1B8F3C17723282CC]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSegmentInfos
   [junit4]   2> 74686 INFO  (TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[1B8F3C17723282CC]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSegmentInfosData
   [junit4]   2> 74686 INFO  (TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[1B8F3C17723282CC]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[SOLR1000]} 0 0
   [junit4]   2> 74691 INFO  (TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[1B8F3C17723282CC]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[SOLR1001]} 0 4
   [junit4]   2> 74692 INFO  (TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[1B8F3C17723282CC]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[SOLR1002]} 0 0
   [junit4]   2> 74697 INFO  (TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[1B8F3C17723282CC]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[SOLR1003]} 0 4
   [junit4]   2> 74698 INFO  (TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[1B8F3C17723282CC]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[SOLR1004]} 0 0
   [junit4]   2> 74699 INFO  (TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[1B8F3C17723282CC]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{delete=[SOLR1000]} 0 0
   [junit4]   2> 74700 INFO  (TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[1B8F3C17723282CC]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 74705 INFO  (TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@3b5247d7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16ea92ae; maxCacheMB=0.6923828125 maxMergeSizeMB=0.404296875)),segFN=segments_2,generation=2}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@3b5247d7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16ea92ae; maxCacheMB=0.6923828125 maxMergeSizeMB=0.404296875)),segFN=segments_3,generation=3}
   [junit4]   2> 74705 INFO  (TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
   [junit4]   2> 74706 INFO  (TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[1B8F3C17723282CC]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@1c36cc92[collection1] main
   [junit4]   2> 74706 INFO  (TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[1B8F3C17723282CC]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 74707 INFO  (searcherExecutor-102-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1c36cc92[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(5.5.1):C4)))}
   [junit4]   2> 74707 INFO  (TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[1B8F3C17723282CC]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 7
   [junit4]   2> 74708 INFO  (TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=xml&qt=/admin/segments} status=0 QTime=0
   [junit4]   2> 74709 ERROR (TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[1B8F3C17723282CC]) [    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=5=sum(//lst[@name='segments']/lst[*]/int[@name='size'])
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><lst name="segments"><lst name="_8"><str name="name">_8</str><int name="delCount">2</int><long name="sizeInBytes">1618</long><int name="size">5</int><date name="age">2016-04-29T01:28:23.983Z</date><str name="source">merge</str><bool name="mergeCandidate">true</bool></lst><lst name="_9"><str name="name">_9</str><int name="delCount">0</int><long name="sizeInBytes">1414</long><int name="size">1</int><date name="age">2016-04-29T01:28:23.989Z</date><str name="source">flush</str><bool name="mergeCandidate">true</bool></lst></lst>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:wt=xml&qt=/admin/segments
   [junit4]   2> 74710 ERROR (TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[1B8F3C17723282CC]) [    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: wt=xml&qt=/admin/segments:java.lang.RuntimeException: REQUEST FAILED: xpath=5=sum(//lst[@name='segments']/lst[*]/int[@name='size'])
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><lst name="segments"><lst name="_8"><str name="name">_8</str><int name="delCount">2</int><long name="sizeInBytes">1618</long><int name="size">5</int><date name="age">2016-04-29T01:28:23.983Z</date><str name="source">merge</str><bool name="mergeCandidate">true</bool></lst><lst name="_9"><str name="name">_9</str><int name="delCount">0</int><long name="sizeInBytes">1414</long><int name="size">1</int><date name="age">2016-04-29T01:28:23.989Z</date><str name="source">flush</str><bool name="mergeCandidate">true</bool></lst></lst>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:wt=xml&qt=/admin/segments
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:747)
   [junit4]   2> 	at org.apache.solr.handler.admin.SegmentsInfoRequestHandlerTest.testSegmentInfosData(SegmentsInfoRequestHandlerTest.java:58)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:606)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 74710 INFO  (TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[1B8F3C17723282CC]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSegmentInfosData
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SegmentsInfoRequestHandlerTest -Dtests.method=testSegmentInfosData -Dtests.seed=1B8F3C17723282CC -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/x1/jenkins/lucene-data/enwiki.random.lines.txt -Dtests.locale=de-DE -Dtests.timezone=Asia/Riyadh87 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.03s J2 | SegmentsInfoRequestHandlerTest.testSegmentInfosData <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1B8F3C17723282CC:67261E4CC4DA3553]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:754)
   [junit4]    > 	at org.apache.solr.handler.admin.SegmentsInfoRequestHandlerTest.testSegmentInfosData(SegmentsInfoRequestHandlerTest.java:58)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=5=sum(//lst[@name='segments']/lst[*]/int[@name='size'])
   [junit4]    > 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><lst name="segments"><lst name="_8"><str name="name">_8</str><int name="delCount">2</int><long name="sizeInBytes">1618</long><int name="size">5</int><date name="age">2016-04-29T01:28:23.983Z</date><str name="source">merge</str><bool name="mergeCandidate">true</bool></lst><lst name="_9"><str name="name">_9</str><int name="delCount">0</int><long name="sizeInBytes">1414</long><int name="size">1</int><date name="age">2016-04-29T01:28:23.989Z</date><str name="source">flush</str><bool name="mergeCandidate">true</bool></lst></lst>
   [junit4]    > </response>
   [junit4]    > 	request was:wt=xml&qt=/admin/segments
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:747)
   [junit4]    > 	... 40 more
   [junit4]   2> 74714 INFO  (SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 74714 INFO  (SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1417172561
   [junit4]   2> 74714 INFO  (coreCloseExecutor-106-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@72d50a15
   [junit4]   2> 74715 INFO  (coreCloseExecutor-106-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=2,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 74715 INFO  (coreCloseExecutor-106-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 74715 INFO  (coreCloseExecutor-106-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 74715 INFO  (coreCloseExecutor-106-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 74716 INFO  (coreCloseExecutor-106-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@3b5247d7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16ea92ae; maxCacheMB=0.6923828125 maxMergeSizeMB=0.404296875)),segFN=segments_3,generation=3}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@3b5247d7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16ea92ae; maxCacheMB=0.6923828125 maxMergeSizeMB=0.404296875)),segFN=segments_4,generation=4}
   [junit4]   2> 74716 INFO  (coreCloseExecutor-106-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 4
   [junit4]   2> 74716 INFO  (coreCloseExecutor-106-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 74728 INFO  (coreCloseExecutor-106-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 74728 INFO  (coreCloseExecutor-106-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.admin.SegmentsInfoRequestHandlerTest_1B8F3C17723282CC-001/init-core-data-001/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.admin.SegmentsInfoRequestHandlerTest_1B8F3C17723282CC-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 74728 INFO  (coreCloseExecutor-106-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.admin.SegmentsInfoRequestHandlerTest_1B8F3C17723282CC-001/init-core-data-001/index
   [junit4]   2> 74728 INFO  (coreCloseExecutor-106-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.admin.SegmentsInfoRequestHandlerTest_1B8F3C17723282CC-001/init-core-data-001 [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.admin.SegmentsInfoRequestHandlerTest_1B8F3C17723282CC-001/init-core-data-001;done=false>>]
   [junit4]   2> 74728 INFO  (coreCloseExecutor-106-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.admin.SegmentsInfoRequestHandlerTest_1B8F3C17723282CC-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.admin.SegmentsInfoRequestHandlerTest_1B8F3C17723282CC-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene54): {name=FST50, id=FST50}, docValues:{}, sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=de-DE, timezone=Asia/Riyadh87
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.7.0_80 (64-bit)/cpus=4,threads=1,free=92826800,total=348127232
   [junit4]   2> NOTE: All tests run in this JVM: [PrimitiveFieldTypeTest, TestSha256AuthenticationProvider, TestHdfsUpdateLog, BJQParserTest, TestFuzzyAnalyzedSuggestions, RecoveryAfterSoftCommitTest, SimpleFacetsTest, SegmentsInfoRequestHandlerTest]
   [junit4] Completed [26/572 (1!)] on J2 in 0.67s, 2 tests, 1 error <<< FAILURES!

[...truncated 331 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_1B8F3C17723282CC-001/init-core-data-001
   [junit4]   2> 715227 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[1B8F3C17723282CC]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 715227 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[1B8F3C17723282CC]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 715230 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 715231 INFO  (Thread-5101) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 715231 INFO  (Thread-5101) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 715331 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.ZkTestServer start zk server on port:45433
   [junit4]   2> 715331 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 715331 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 715333 INFO  (zkCallback-1191-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@431856ff name:ZooKeeperConnection Watcher:127.0.0.1:45433 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 715333 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 715334 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 715334 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 715335 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 715335 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 715336 INFO  (zkCallback-1192-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@612e3937 name:ZooKeeperConnection Watcher:127.0.0.1:45433/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 715336 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 715336 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 715336 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 715338 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 715338 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 715339 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 715340 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 715340 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 715341 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 715341 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 715343 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 715343 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 715343 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 715344 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 715344 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 715345 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 715345 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 715345 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 715346 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 715346 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 715347 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 715347 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 715348 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 715348 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 715349 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 715349 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 715350 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 715350 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 715409 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_1B8F3C17723282CC-001/control-001/cores/collection1
   [junit4]   2> 715410 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 715411 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@56698d4d{/,null,AVAILABLE}
   [junit4]   2> 715411 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.e.j.s.ServerConnector Started ServerConnector@3d1d4969{HTTP/1.1}{127.0.0.1:44346}
   [junit4]   2> 715411 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.e.j.s.Server Started @717387ms
   [junit4]   2> 715411 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_1B8F3C17723282CC-001/tempDir-001/control/data, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_1B8F3C17723282CC-001/control-001/cores, hostPort=44346, hostContext=/}
   [junit4]   2> 715411 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@7b3cb2c6
   [junit4]   2> 715412 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_1B8F3C17723282CC-001/control-001'
   [junit4]   2> 715412 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 715412 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 715412 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 715413 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 715413 INFO  (zkCallback-1193-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@201085af name:ZooKeeperConnection Watcher:127.0.0.1:45433/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 715413 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 715414 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 715415 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 715415 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_1B8F3C17723282CC-001/control-001/solr.xml
   [junit4]   2> 715424 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_1B8F3C17723282CC-001/control-001/cores
   [junit4]   2> 715424 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.CoreContainer New CoreContainer 1403480335
   [junit4]   2> 715424 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_1B8F3C17723282CC-001/control-001]
   [junit4]   2> 715424 WARN  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_1B8F3C17723282CC-001/control-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_1B8F3C17723282CC-001/control-001/lib
   [junit4]   2> 715424 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 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> 715425 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 715425 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 715425 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 715425 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45433/solr
   [junit4]   2> 715425 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 715425 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 715426 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 715427 INFO  (zkCallback-1196-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@65531b65 name:ZooKeeperConnection Watcher:127.0.0.1:45433 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 715427 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 715427 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 715435 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [n:127.0.0.1:44346_    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@25199dec
   [junit4]   2> 715435 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [n:127.0.0.1:44346_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 715442 INFO  (zkCallback-1197-thread-1-processing-n:127.0.0.1:44346_) [n:127.0.0.1:44346_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7b8ea89f name:ZooKeeperConnection Watcher:127.0.0.1:45433/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 715442 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [n:127.0.0.1:44346_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 715443 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [n:127.0.0.1:44346_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 715444 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [n:127.0.0.1:44346_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 715446 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [n:127.0.0.1:44346_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 715447 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [n:127.0.0.1:44346_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 715448 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [n:127.0.0.1:44346_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 715449 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [n:127.0.0.1:44346_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 715450 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [n:127.0.0.1:44346_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 715451 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [n:127.0.0.1:44346_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 715452 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [n:127.0.0.1:44346_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 715452 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [n:127.0.0.1:44346_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44346_
   [junit4]   2> 715453 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [n:127.0.0.1:44346_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:44346_
   [junit4]   2> 715454 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [n:127.0.0.1:44346_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 715454 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [n:127.0.0.1:44346_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 715455 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [n:127.0.0.1:44346_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 715455 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [n:127.0.0.1:44346_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95806681562808324-127.0.0.1:44346_-n_0000000000
   [junit4]   2> 715456 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [n:127.0.0.1:44346_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44346_
   [junit4]   2> 715456 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [n:127.0.0.1:44346_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 715456 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [n:127.0.0.1:44346_    ] o.a.s.c.Overseer Overseer (id=95806681562808324-127.0.0.1:44346_-n_0000000000) starting
   [junit4]   2> 715457 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [n:127.0.0.1:44346_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 715460 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [n:127.0.0.1:44346_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 715461 INFO  (OverseerCollectionConfigSetProcessor-95806681562808324-127.0.0.1:44346_-n_0000000000) [n:127.0.0.1:44346_    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 715461 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [n:127.0.0.1:44346_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 715461 INFO  (OverseerStateUpdate-95806681562808324-127.0.0.1:44346_-n_0000000000) [n:127.0.0.1:44346_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 715473 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [n:127.0.0.1:44346_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 715473 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [n:127.0.0.1:44346_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 715474 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [n:127.0.0.1:44346_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_1B8F3C17723282CC-001/control-001/cores
   [junit4]   2> 715475 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [n:127.0.0.1:44346_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {dataDir=data/, transient=false, schema=schema.xml, collection=control_collection, loadOnStartup=true, shard=, config=solrconfig.xml, coreNodeName=, configSetProperties=configsetprops.json, name=collection1}
   [junit4]   2> 715475 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [n:127.0.0.1:44346_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_1B8F3C17723282CC-001/control-001/cores/collection1
   [junit4]   2> 715475 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [n:127.0.0.1:44346_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 715475 INFO  (TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C177232

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

   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/testschemaapi/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 4115689 INFO  (TEST-TestManagedSchemaAPI.test-seed#[1B8F3C17723282CC]) [    ] o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestManagedSchemaAPI -Dtests.method=test -Dtests.seed=1B8F3C17723282CC -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/x1/jenkins/lucene-data/enwiki.random.lines.txt -Dtests.locale=he-IL -Dtests.timezone=Africa/Tunis -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   6.34s J2 | TestManagedSchemaAPI.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at http://127.0.0.1:34735/solr/testschemaapi_shard1_replica1: ERROR: [doc=2] unknown field 'myNewField1'
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1B8F3C17723282CC:93DB03CDDCCEEF34]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:632)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:981)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
   [junit4]    > 	at org.apache.solr.schema.TestManagedSchemaAPI.testAddFieldAndDocument(TestManagedSchemaAPI.java:101)
   [junit4]    > 	at org.apache.solr.schema.TestManagedSchemaAPI.test(TestManagedSchemaAPI.java:69)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:34735/solr/testschemaapi_shard1_replica1: ERROR: [doc=2] unknown field 'myNewField1'
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:607)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:604)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    > 	... 1 more
   [junit4]   2> 4115690 INFO  (SUITE-TestManagedSchemaAPI-seed#[1B8F3C17723282CC]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_1B8F3C17723282CC-001
   [junit4]   2> Apr 29, 2016 2:35:44 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=Asserting(Lucene54): {myNewField=Lucene50(blocksize=128), _version_=BlockTreeOrds(blocksize=128), id=Lucene50(blocksize=128)}, docValues:{}, sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=he-IL, timezone=Africa/Tunis
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.7.0_80 (64-bit)/cpus=4,threads=1,free=84238568,total=532152320
   [junit4]   2> NOTE: All tests run in this JVM: [PrimitiveFieldTypeTest, TestSha256AuthenticationProvider, TestHdfsUpdateLog, BJQParserTest, TestFuzzyAnalyzedSuggestions, RecoveryAfterSoftCommitTest, SimpleFacetsTest, SegmentsInfoRequestHandlerTest, SearchHandlerTest, BinaryUpdateRequestHandlerTest, TestStressLiveNodes, CollectionsAPIAsyncDistributedZkTest, TestOverriddenPrefixQueryForCustomFieldType, CoreAdminHandlerTest, TestRawTransformer, TestFreeTextSuggestions, TestDistributedStatsComponentCardinality, TestExclusionRuleCollectionAccess, PluginInfoTest, DocValuesMultiTest, OutOfBoxZkACLAndCredentialsProvidersTest, ExitableDirectoryReaderTest, TestAuthorizationFramework, BasicDistributedZk2Test, DistribCursorPagingTest, CircularListTest, DeleteReplicaTest, DebugComponentTest, TestCryptoKeys, TestStressReorder, TestCloudSchemaless, DistributedQueryComponentOptimizationTest, TestSweetSpotSimilarityFactory, AtomicUpdatesTest, TestTrieFacet, TestIndexingPerformance, CursorMarkTest, SampleTest, HLLSerializationTest, TestFieldSortValues, TestPHPSerializedResponseWriter, SpatialHeatmapFacetsTest, StatelessScriptUpdateProcessorFactoryTest, AutoCommitTest, TestCSVResponseWriter, LeaderElectionTest, DistributedFacetPivotSmallTest, HdfsBasicDistributedZk2Test, TestPostingsSolrHighlighter, HdfsRecoverLeaseTest, OverseerRolesTest, TestIndexSearcher, TestBulkSchemaConcurrent, DistributedQueueTest, TestUtils, DirectUpdateHandlerTest, SuggesterTest, SuggesterWFSTTest, TestAnalyzeInfixSuggestions, TestMiniSolrCloudClusterSSL, TestJettySolrRunner, HdfsLockFactoryTest, TestObjectReleaseTracker, SliceStateTest, TestDefaultSearchFieldResource, DistributedFacetPivotLargeTest, DocValuesMissingTest, RestartWhileUpdatingTest, DataDrivenBlockJoinTest, TestSolr4Spatial2, RecoveryZkTest, HdfsSyncSliceTest, TestBlobHandler, TestPerFieldSimilarity, TestElisionMultitermQuery, TestReversedWildcardFilterFactory, TestFieldCollectionResource, SortSpecParsingTest, TestInfoStreamLogging, TestZkChroot, ConfigSetsAPITest, TestCollapseQParserPlugin, TestCoreDiscovery, TestTolerantSearch, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestFieldTypeResource, TestSolrQueryParser, UnloadDistributedZkTest, TestUseDocValuesAsStored2, TestSolrJ, RegexBoostProcessorTest, TestSolrConfigHandlerConcurrent, OpenCloseCoreStressTest, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestEmbeddedSolrServerConstructors, ActionThrottleTest, AliasIntegrationTest, AssignTest, AsyncCallRequestStatusResponseTest, CleanupOldIndexTest, ConcurrentDeleteAndCreateCollectionTest, DistribDocExpirationUpdateProcessorTest, DistributedVersionInfoTest, LeaderInitiatedRecoveryOnCommitTest, LeaderInitiatedRecoveryOnShardRestartTest, SSLMigrationTest, SaslZkACLProviderTest, ShardSplitTest, TestRequestForwarding, TestRequestStatusCollectionAPI, TestShortCircuitedRequests, VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZkTest, StressHdfsTest, DirectoryFactoryTest, HdfsDirectoryFactoryTest, TestConfigOverlay, TestConfigSetImmutable, TestConfigSetProperties, TestConfigSets, TestImplicitCoreProperties, TestReloadAndDeleteDocs, TestShardHandlerFactory, TestSolrConfigHandler, TestSolrDynamicMBean, TestSolrXml, RequestLoggingTest, TestReplicationHandlerBackup, TestReqParamsAPI, TestSolrConfigHandlerCloud, InfoHandlerTest, DistributedExpandComponentTest, DistributedQueryComponentCustomSortTest, SuggestComponentContextFilterQueryTest, TestPivotHelperCode, TestTrackingShardHandlerFactory, SmileWriterTest, TestChildDocTransformer, TestSolrQueryResponse, TestSortingResponseWriter, TestManagedResource, TestBulkSchemaAPI, TestClassNameShortening, TestCopyFieldCollectionResource, TestManagedSchemaFieldTypeResource, TestRemoveLastDynamicCopyField, TestSchemaNameResource, TestSchemaResource, TestSerializedLuceneMatchVersion, TestUniqueKeyFieldResource, TestManagedStopFilterFactory, TestManagedSynonymFilterFactory, BadCopyFieldTest, ChangedSchemaMergeTest, DateRangeFieldTest, EnumFieldTest, SpatialRPTFieldTypeTest, TestManagedSchemaAPI]
   [junit4] Completed [521/572 (5!)] on J2 in 6.61s, 1 test, 1 error <<< FAILURES!

[...truncated 183 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:757: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:694: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/common-build.xml:534: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1477: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1033: There were test failures: 572 suites (7 ignored), 2293 tests, 4 errors, 1 failure, 34 ignored (18 assumptions) [seed: 1B8F3C17723282CC]

Total time: 192 minutes 39 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-NightlyTests-5.5 - Build # 5 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.5/5/

10 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.CollectionsAPIDistributedZkTest

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([CB98B72D926300F0]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.CollectionsAPIDistributedZkTest

Error Message:
Captured an uncaught exception in thread: Thread[id=5532, name=collection4, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=5532, name=collection4, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:38628, http://127.0.0.1:60704, http://127.0.0.1:44277, http://127.0.0.1:57002, http://127.0.0.1:54905]
	at __randomizedtesting.SeedInfo.seed([CB98B72D926300F0]:0)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:994)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:38628, http://127.0.0.1:60704, http://127.0.0.1:44277, http://127.0.0.1:57002, http://127.0.0.1:54905]
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1575)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1596)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:984)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:57002: KeeperErrorCode = Session expired for /overseer/collection-queue-work/qnr-
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	... 7 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.CollectionsAPIDistributedZkTest

Error Message:
Captured an uncaught exception in thread: Thread[id=5533, name=collection5, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=5533, name=collection5, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:38628, http://127.0.0.1:60704, http://127.0.0.1:44277, http://127.0.0.1:57002, http://127.0.0.1:54905]
	at __randomizedtesting.SeedInfo.seed([CB98B72D926300F0]:0)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:994)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:38628, http://127.0.0.1:60704, http://127.0.0.1:44277, http://127.0.0.1:57002, http://127.0.0.1:54905]
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1575)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1596)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:984)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:57002: KeeperErrorCode = Session expired for /overseer/collection-queue-work/qnr-
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	... 7 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.CollectionsAPIDistributedZkTest

Error Message:
Captured an uncaught exception in thread: Thread[id=5531, name=collection3, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=5531, name=collection3, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:38628, http://127.0.0.1:60704, http://127.0.0.1:44277, http://127.0.0.1:57002, http://127.0.0.1:54905]
	at __randomizedtesting.SeedInfo.seed([CB98B72D926300F0]:0)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:994)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:38628, http://127.0.0.1:60704, http://127.0.0.1:44277, http://127.0.0.1:57002, http://127.0.0.1:54905]
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1575)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1596)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:984)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:57002: KeeperErrorCode = Session expired for /overseer/collection-queue-work/qnr-
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	... 7 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.CollectionsAPIDistributedZkTest

Error Message:
Captured an uncaught exception in thread: Thread[id=5528, name=collection0, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=5528, name=collection0, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:38628, http://127.0.0.1:60704, http://127.0.0.1:44277, http://127.0.0.1:57002, http://127.0.0.1:54905]
	at __randomizedtesting.SeedInfo.seed([CB98B72D926300F0]:0)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:994)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:38628, http://127.0.0.1:60704, http://127.0.0.1:44277, http://127.0.0.1:57002, http://127.0.0.1:54905]
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:991)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:57002: KeeperErrorCode = Session expired for /overseer/collection-queue-work/qnr-
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	... 5 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.CollectionsAPIDistributedZkTest

Error Message:
Captured an uncaught exception in thread: Thread[id=5530, name=collection2, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=5530, name=collection2, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:38628, http://127.0.0.1:60704, http://127.0.0.1:44277, http://127.0.0.1:57002, http://127.0.0.1:54905]
	at __randomizedtesting.SeedInfo.seed([CB98B72D926300F0]:0)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:994)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:38628, http://127.0.0.1:60704, http://127.0.0.1:44277, http://127.0.0.1:57002, http://127.0.0.1:54905]
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1575)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1596)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:984)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:57002: KeeperErrorCode = Session expired for /overseer/collection-queue-work/qnr-
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	... 7 more


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

Error Message:
timeout waiting to see all nodes active

Stack Trace:
java.lang.AssertionError: timeout waiting to see all nodes active
	at __randomizedtesting.SeedInfo.seed([CB98B72D926300F0:43CC88F73C9F6D08]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SyncSliceTest.waitTillAllNodesActive(SyncSliceTest.java:238)
	at org.apache.solr.cloud.SyncSliceTest.test(SyncSliceTest.java:166)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandler

Error Message:
ObjectTracker found 2 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 2 object(s) that were not released!!! [NRTCachingDirectory, NRTCachingDirectory]
	at __randomizedtesting.SeedInfo.seed([CB98B72D926300F0]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:228)
	at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([CB98B72D926300F0]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [HdfsTransactionLog]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [HdfsTransactionLog]
	at __randomizedtesting.SeedInfo.seed([CB98B72D926300F0]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:228)
	at sun.reflect.GeneratedMethodAccessor77.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11536 lines...]
   [junit4] Suite: org.apache.solr.cloud.SyncSliceTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_CB98B72D926300F0-001/init-core-data-001
   [junit4]   2> 1378198 INFO  (SUITE-SyncSliceTest-seed#[CB98B72D926300F0]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1378198 INFO  (SUITE-SyncSliceTest-seed#[CB98B72D926300F0]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /u_/u
   [junit4]   2> 1378208 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1378208 INFO  (Thread-54527) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1378210 INFO  (Thread-54527) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1378310 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.ZkTestServer start zk server on port:55465
   [junit4]   2> 1378310 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1378311 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1378317 INFO  (zkCallback-748-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7d913bb7 name:ZooKeeperConnection Watcher:127.0.0.1:55465 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1378317 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1378318 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1378318 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1378322 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1378323 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1378325 INFO  (zkCallback-749-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5471d5f3 name:ZooKeeperConnection Watcher:127.0.0.1:55465/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1378325 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1378325 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1378325 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 1378328 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 1378329 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 1378329 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 1378330 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1378330 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1378333 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1378333 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 1378335 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1378335 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1378336 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1378336 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1378338 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1378338 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1378339 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1378339 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 1378341 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1378341 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1378343 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1378343 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1378344 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1378344 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1378346 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1378346 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1378347 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1378347 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1378404 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_CB98B72D926300F0-001/control-001/cores/collection1
   [junit4]   2> 1378405 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1378406 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5fdb9f91{/u_/u,null,AVAILABLE}
   [junit4]   2> 1378409 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.e.j.s.ServerConnector Started ServerConnector@7fb9f4c5{HTTP/1.1}{127.0.0.1:43900}
   [junit4]   2> 1378409 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.e.j.s.Server Started @1380341ms
   [junit4]   2> 1378409 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=43900, solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_CB98B72D926300F0-001/tempDir-001/control/data, hostContext=/u_/u, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_CB98B72D926300F0-001/control-001/cores}
   [junit4]   2> 1378409 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@7b3cb2c6
   [junit4]   2> 1378409 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_CB98B72D926300F0-001/control-001'
   [junit4]   2> 1378409 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1378409 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1378410 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1378413 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1378413 INFO  (zkCallback-750-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@54b66878 name:ZooKeeperConnection Watcher:127.0.0.1:55465/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1378413 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1378413 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1378421 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1378421 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_CB98B72D926300F0-001/control-001/solr.xml
   [junit4]   2> 1378432 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_CB98B72D926300F0-001/control-001/cores
   [junit4]   2> 1378432 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.CoreContainer New CoreContainer 1532874741
   [junit4]   2> 1378432 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_CB98B72D926300F0-001/control-001]
   [junit4]   2> 1378432 WARN  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_CB98B72D926300F0-001/control-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_CB98B72D926300F0-001/control-001/lib
   [junit4]   2> 1378432 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] 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> 1378433 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1378434 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1378434 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1378434 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55465/solr
   [junit4]   2> 1378434 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1378434 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1378434 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1378436 INFO  (zkCallback-753-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5548e681 name:ZooKeeperConnection Watcher:127.0.0.1:55465 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1378437 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1378438 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1378442 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@4af07264
   [junit4]   2> 1378442 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1378443 INFO  (zkCallback-754-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@580491d4 name:ZooKeeperConnection Watcher:127.0.0.1:55465/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1378443 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1378444 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1378446 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1378448 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1378449 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1378452 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1378454 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1378455 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1378456 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1378457 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1378458 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43900_u_%2Fu
   [junit4]   2> 1378458 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:43900_u_%2Fu
   [junit4]   2> 1378460 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1378461 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1378462 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1378463 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95800828408627204-127.0.0.1:43900_u_%2Fu-n_0000000000
   [junit4]   2> 1378463 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43900_u_%2Fu
   [junit4]   2> 1378463 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1378464 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.Overseer Overseer (id=95800828408627204-127.0.0.1:43900_u_%2Fu-n_0000000000) starting
   [junit4]   2> 1378466 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1378473 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1378473 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1378475 INFO  (OverseerCollectionConfigSetProcessor-95800828408627204-127.0.0.1:43900_u_%2Fu-n_0000000000) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1378476 INFO  (OverseerStateUpdate-95800828408627204-127.0.0.1:43900_u_%2Fu-n_0000000000) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1378486 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1378486 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1378486 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_CB98B72D926300F0-001/control-001/cores
   [junit4]   2> 1378487 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, dataDir=data/, config=solrconfig.xml, configSetProperties=configsetprops.json, loadOnStartup=true, transient=false, shard=, coreNodeName=, name=collection1, collection=control_collection}
   [junit4]   2> 1378487 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_CB98B72D926300F0-001/control-001/cores/collection1
   [junit4]   2> 1378487 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1378487 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0
   [junit4]   2> 1378488 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1378488 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1378488 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1378490 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection   x:collection1] o.a.s.c.ZkController Collection control_collection not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 1378490 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch [control_collection]
   [junit4]   2> 1378491 INFO  (OverseerStateUpdate-95800828408627204-127.0.0.1:43900_u_%2Fu-n_0000000000) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "state":"down",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:43900/u_/u",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "node_name":"127.0.0.1:43900_u_%2Fu",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":null} current state version: 0
   [junit4]   2> 1378491 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 1378491 INFO  (OverseerStateUpdate-95800828408627204-127.0.0.1:43900_u_%2Fu-n_0000000000) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "state":"down",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:43900/u_/u",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "node_name":"127.0.0.1:43900_u_%2Fu",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":null}
   [junit4]   2> 1378492 INFO  (OverseerStateUpdate-95800828408627204-127.0.0.1:43900_u_%2Fu-n_0000000000) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 1378492 INFO  (OverseerStateUpdate-95800828408627204-127.0.0.1:43900_u_%2Fu-n_0000000000) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1378492 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1378495 INFO  (zkCallback-754-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu    ] 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> 1379493 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1379493 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 1379493 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1379493 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 1379494 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1379494 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_CB98B72D926300F0-001/control-001/cores/collection1'
   [junit4]   2> 1379494 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1379494 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1379495 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1379500 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1379510 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.0
   [junit4]   2> 1379529 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1379534 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1379714 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1379719 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1379721 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1379728 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1379730 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1379732 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1379732 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1379734 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu 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=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0
   [junit4]   2> 1379734 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1379734 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1379734 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_CB98B72D926300F0-001/control-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_CB98B72D926300F0-001/control-001/cores/collection1/data/]
   [junit4]   2> 1379734 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu 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@23cf5b45
   [junit4]   2> 1379735 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_CB98B72D926300F0-001/control-001/cores/collection1/data
   [junit4]   2> 1379735 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_CB98B72D926300F0-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1379735 WARN  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_CB98B72D926300F0-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1379736 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_CB98B72D926300F0-001/control-001/cores/collection1/data/index
   [junit4]   2> 1379736 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu 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=28, maxMergedSegmentMB=48.4873046875, floorSegmentMB=1.498046875, forceMergeDeletesPctAllowed=21.136134229889233, segmentsPerTier=19.0, maxCFSSegmentSizeMB=0.93359375, noCFSRatio=0.36181539462756385
   [junit4]   2> 1379737 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@fc15060 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5c83d6b4),segFN=segments_1,generation=1}
   [junit4]   2> 1379737 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1379739 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1379739 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1379739 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1379739 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1379739 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1379740 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu 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> 1379740 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu 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> 1379740 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu 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> 1379740 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu 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> 1379740 WARN  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 1379742 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1379742 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1379743 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1379744 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1379746 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /schema,/update/json,/admin/threads,/admin/mbeans,/admin/file,/admin/system,/config,/update/json/docs,/admin/plugins,/dump,/update,/admin/segments,/admin/logging,/get,/admin/ping,/replication,standard,/admin/luke,/admin/properties,/update/csv
   [junit4]   2> 1379747 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu 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> 1379747 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:43900_u_%2Fu 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 /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_CB98B72D926300F0-001/control-001/cores/collection1/data/
   [junit4]   2> 1379747 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_CB98B72D926300F0-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1379747 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu 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> 1379749 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu 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> 1379750 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1379750 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1379750 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu 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=48, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=0.8251953125, floorSegmentMB=0.978515625, forceMergeDeletesPctAllowed=9.416446882940775, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1379750 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@fc15060 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5c83d6b4),segFN=segments_1,generation=1}
   [junit4]   2> 1379750 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1379750 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@6286eb0[collection1] main
   [junit4]   2> 1379751 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu 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> 1379751 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu 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> 1379751 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu 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> 1379751 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1379751 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1379751 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu 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> 1379752 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu 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> 1379752 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu 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> 1379752 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1379752 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1379752 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu 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> 1379752 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu 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> 1379752 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu 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> 1379752 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu 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 1532813256150745088
   [junit4]   2> 1379753 INFO  (searcherExecutor-4053-thread-1-processing-r:core_node1 x:collection1 n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6286eb0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1379754 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1532813256150745088
   [junit4]   2> 1379754 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1379755 INFO  (coreLoadExecutor-4052-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1379755 INFO  (coreZkRegister-4046-thread-1-processing-r:core_node1 x:collection1 n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1) [n:127.0.0.1:43900_u_%2Fu 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:43900/u_/u collection:control_collection shard:shard1
   [junit4]   2> 1379756 INFO  (coreZkRegister-4046-thread-1-processing-r:core_node1 x:collection1 n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1) [n:127.0.0.1:43900_u_%2Fu 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> 1379770 INFO  (coreZkRegister-4046-thread-1-processing-r:core_node1 x:collection1 n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1) [n:127.0.0.1:43900_u_%2Fu 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/95800828408627204-core_node1-n_0000000000
   [junit4]   2> 1379772 INFO  (coreZkRegister-4046-thread-1-processing-r:core_node1 x:collection1 n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 1379775 INFO  (coreZkRegister-4046-thread-1-processing-r:core_node1 x:collection1 n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1379775 INFO  (coreZkRegister-4046-thread-1-processing-r:core_node1 x:collection1 n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1) [n:127.0.0.1:43900_u_%2Fu 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> 1379775 INFO  (coreZkRegister-4046-thread-1-processing-r:core_node1 x:collection1 n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:43900/u_/u/collection1/
   [junit4]   2> 1379775 INFO  (coreZkRegister-4046-thread-1-processing-r:core_node1 x:collection1 n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1379775 INFO  (coreZkRegister-4046-thread-1-processing-r:core_node1 x:collection1 n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:43900/u_/u/collection1/ has no replicas
   [junit4]   2> 1379775 INFO  (OverseerStateUpdate-95800828408627204-127.0.0.1:43900_u_%2Fu-n_0000000000) [n:127.0.0.1:43900_u_%2Fu    ] 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> 1379776 INFO  (coreZkRegister-4046-thread-1-processing-r:core_node1 x:collection1 n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1379777 INFO  (coreZkRegister-4046-thread-1-processing-r:core_node1 x:collection1 n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/95800828408627204-core_node1-n_0000000000
   [junit4]   2> 1379779 INFO  (coreZkRegister-4046-thread-1-processing-r:core_node1 x:collection1 n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1) [n:127.0.0.1:43900_u_%2Fu 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:43900/u_/u/collection1/ shard1
   [junit4]   2> 1379780 INFO  (OverseerStateUpdate-95800828408627204-127.0.0.1:43900_u_%2Fu-n_0000000000) [n:127.0.0.1:43900_u_%2Fu    ] 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:43900/u_/u",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 1379882 INFO  (zkCallback-754-thread-1-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu    ] 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> 1379930 INFO  (coreZkRegister-4046-thread-1-processing-r:core_node1 x:collection1 n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:43900/u_/u/collection1/ and leader is http://127.0.0.1:43900/u_/u/collection1/
   [junit4]   2> 1379930 INFO  (coreZkRegister-4046-thread-1-processing-r:core_node1 x:collection1 n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1) [n:127.0.0.1:43900_u_%2Fu 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:43900/u_/u
   [junit4]   2> 1379930 INFO  (coreZkRegister-4046-thread-1-processing-r:core_node1 x:collection1 n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1379930 INFO  (coreZkRegister-4046-thread-1-processing-r:core_node1 x:collection1 n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1) [n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 1379930 INFO  (coreZkRegister-4046-thread-1-processing-r:core_node1 x:collection1 n:127.0.0.1:43900_u_%2Fu c:control_collection s:shard1) [n:127.0.0.1:43900_u_%2Fu 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> 1379934 INFO  (OverseerStateUpdate-95800828408627204-127.0.0.1:43900_u_%2Fu-n_0000000000) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "state":"active",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:43900/u_/u",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "node_name":"127.0.0.1:43900_u_%2Fu",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":"shard1"} current state version: 2
   [junit4]   2> 1379934 INFO  (OverseerStateUpdate-95800828408627204-127.0.0.1:43900_u_%2Fu-n_0000000000) [n:127.0.0.1:43900_u_%2Fu    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "state":"active",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:43900/u_/u",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "node_name":"127.0.0.1:43900_u_%2Fu",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":"shard1"}
   [junit4]   2> 1379989 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1379989 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1379991 INFO  (zkCallback-756-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@79e46e1c name:ZooKeeperConnection Watcher:127.0.0.1:55465/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1379991 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1379991 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1379991 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1380008 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1380036 INFO  (zkCallback-756-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> 1380037 INFO  (zkCallback-754-thread-2-processing-n:127.0.0.1:43900_u_%2Fu) [n:127.0.0.1:43900_u_%2Fu    ] 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> 1380072 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_CB98B72D926300F0-001/shard-1-001/cores/collection1
   [junit4]   2> 1380072 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_CB98B72D926300F0-001/shard-1-001
   [junit4]   2> 1380073 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1380074 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@518d32be{/u_/u,null,AVAILABLE}
   [junit4]   2> 1380075 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.e.j.s.ServerConnector Started ServerConnector@18f9f4d4{HTTP/1.1}{127.0.0.1:58329}
   [junit4]   2> 1380075 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.e.j.s.Server Started @1382007ms
   [junit4]   2> 1380075 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=58329, solrconfig=solrconfig.xml, hostContext=/u_/u, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_CB98B72D926300F0-001/shard-1-001/cores, solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_CB98B72D926300F0-001/tempDir-001/jetty1}
   [junit4]   2> 1380075 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@7b3cb2c6
   [junit4]   2> 1380075 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_CB98B72D926300F0-001/shard-1-001'
   [junit4]   2> 1380075 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1380075 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1380075 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1380076 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1380078 INFO  (zkCallback-757-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7b688c9c name:ZooKeeperConnection Watcher:127.0.0.1:55465/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1380078 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1380078 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1380080 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1380080 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_CB98B72D926300F0-001/shard-1-001/solr.xml
   [junit4]   2> 1380089 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_CB98B72D926300F0-001/shard-1-001/cores
   [junit4]   2> 1380089 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.CoreContainer New CoreContainer 682217042
   [junit4]   2> 1380089 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_CB98B72D926300F0-001/shard-1-001]
   [junit4]   2> 1380089 WARN  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_CB98B72D926300F0-001/shard-1-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest_CB98B72D926300F0-001/shard-1-001/lib
   [junit4]   2> 1380090 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] 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> 1380090 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1380091 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1380091 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1380091 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55465/solr
   [junit4]   2> 1380091 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1380091 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1380091 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1380092 INFO  (zkCallback-760-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@59fea41 name:ZooKeeperConnection Watcher:127.0.0.1:55465 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1380093 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1380094 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1380096 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [n:127.0.0.1:58329_u_%2Fu    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@2d2ba522
   [junit4]   2> 1380096 INFO  (TEST-SyncSliceTest.test-seed#[CB98B72D926300F0]) [n:127.0.0.1:58329_u_%2Fu    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1380098 INFO  (zkCallback-761-thread-1-processing-n:127.0.0.1:58329_u_%2Fu) [n:127.0.0.1:58329_u_%2Fu    ] o.a.s.c.c.ConnectionManager Watcher org.apa

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

ttpSolrClient.java:372)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	... 7 moreThrowable #4: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=5531, name=collection3, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    > Caused by: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:38628, http://127.0.0.1:60704, http://127.0.0.1:44277, http://127.0.0.1:57002, http://127.0.0.1:54905]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CB98B72D926300F0]:0)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:994)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:38628, http://127.0.0.1:60704, http://127.0.0.1:44277, http://127.0.0.1:57002, http://127.0.0.1:54905]
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1575)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1596)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:984)
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:57002: KeeperErrorCode = Session expired for /overseer/collection-queue-work/qnr-
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	... 7 moreThrowable #5: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=5528, name=collection0, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    > Caused by: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:38628, http://127.0.0.1:60704, http://127.0.0.1:44277, http://127.0.0.1:57002, http://127.0.0.1:54905]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CB98B72D926300F0]:0)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:994)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:38628, http://127.0.0.1:60704, http://127.0.0.1:44277, http://127.0.0.1:57002, http://127.0.0.1:54905]
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:991)
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:57002: KeeperErrorCode = Session expired for /overseer/collection-queue-work/qnr-
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	... 5 moreThrowable #6: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=5530, name=collection2, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    > Caused by: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:38628, http://127.0.0.1:60704, http://127.0.0.1:44277, http://127.0.0.1:57002, http://127.0.0.1:54905]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CB98B72D926300F0]:0)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:994)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:38628, http://127.0.0.1:60704, http://127.0.0.1:44277, http://127.0.0.1:57002, http://127.0.0.1:54905]
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1575)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1596)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:984)
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:57002: KeeperErrorCode = Session expired for /overseer/collection-queue-work/qnr-
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	... 7 more
   [junit4] Completed [525/572 (4!)] on J1 in 7223.99s, 1 test, 7 errors <<< FAILURES!

[...truncated 139 lines...]
   [junit4] JVM J1: stdout was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/temp/junit4-J1-20160428_002732_482.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/heapdumps/java_pid26524.hprof ...
   [junit4] Heap dump file created [671897352 bytes in 7.523 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 14 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:757: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:694: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/common-build.xml:534: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1477: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1033: There were test failures: 572 suites (7 ignored), 2290 tests, 8 suite-level errors, 1 error, 1 failure, 147 ignored (17 assumptions) [seed: CB98B72D926300F0]

Total time: 233 minutes 28 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




[JENKINS] Lucene-Solr-NightlyTests-5.5 - Build # 4 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.5/4/

3 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test

Error Message:
Error from server at http://127.0.0.1:51865: Could not load collection from ZK: halfcollectionblocker

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:51865: Could not load collection from ZK: halfcollectionblocker
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.makeRequest(CollectionsAPIDistributedZkTest.java:400)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testErrorHandling(CollectionsAPIDistributedZkTest.java:516)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test(CollectionsAPIDistributedZkTest.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [HdfsTransactionLog]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [HdfsTransactionLog]
	at __randomizedtesting.SeedInfo.seed([65ED4E6690CA05AE]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:228)
	at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.update.DirectUpdateHandlerTest.testExpungeDeletes

Error Message:
expected:<5> but was:<4>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<4>
	at __randomizedtesting.SeedInfo.seed([65ED4E6690CA05AE:49940AE3E573CD0B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.update.DirectUpdateHandlerTest.testExpungeDeletes(DirectUpdateHandlerTest.java:299)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11295 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_65ED4E6690CA05AE-001/init-core-data-001
   [junit4]   2> 665111 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[65ED4E6690CA05AE]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 665111 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[65ED4E6690CA05AE]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 665512 WARN  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[65ED4E6690CA05AE]-worker) [    ] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 665966 WARN  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[65ED4E6690CA05AE]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 666086 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[65ED4E6690CA05AE]-worker) [    ] o.m.log Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
   [junit4]   2> 666093 WARN  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[65ED4E6690CA05AE]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 666151 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[65ED4E6690CA05AE]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 666188 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[65ED4E6690CA05AE]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.6.0-tests.jar!/webapps/hdfs to ./temp/Jetty_localhost_45424_hdfs____ndof7j/webapp
   [junit4]   2> 666318 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[65ED4E6690CA05AE]-worker) [    ] o.m.log NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
   [junit4]   2> 666979 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[65ED4E6690CA05AE]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:45424
   [junit4]   2> 667585 WARN  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[65ED4E6690CA05AE]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 667590 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[65ED4E6690CA05AE]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 667599 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[65ED4E6690CA05AE]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.6.0-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_41083_datanode____.5pug7f/webapp
   [junit4]   2> 667707 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[65ED4E6690CA05AE]-worker) [    ] o.m.log NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
   [junit4]   2> 667945 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[65ED4E6690CA05AE]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:41083
   [junit4]   2> 668059 WARN  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[65ED4E6690CA05AE]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 668060 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[65ED4E6690CA05AE]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 668069 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[65ED4E6690CA05AE]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.6.0-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_45659_datanode____z1fkww/webapp
   [junit4]   2> 668168 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[65ED4E6690CA05AE]-worker) [    ] o.m.log NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
   [junit4]   2> 668469 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[65ED4E6690CA05AE]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:45659
   [junit4]   2> 668773 INFO  (IPC Server handler 7 on 42039) [    ] BlockStateChange BLOCK* processReport: from storage DS-f7d9e805-10ce-4707-93b3-79fcf72f75aa node DatanodeRegistration(127.0.0.1, datanodeUuid=f55062c8-206b-4206-906a-d1dab3ad64dc, infoPort=45659, ipcPort=60229, storageInfo=lv=-56;cid=testClusterID;nsid=1856959388;c=0), blocks: 0, hasStaleStorages: true, processing time: 0 msecs
   [junit4]   2> 668773 INFO  (IPC Server handler 7 on 42039) [    ] BlockStateChange BLOCK* processReport: from storage DS-3713a927-1132-4473-b54e-1b9bd55f75e1 node DatanodeRegistration(127.0.0.1, datanodeUuid=f55062c8-206b-4206-906a-d1dab3ad64dc, infoPort=45659, ipcPort=60229, storageInfo=lv=-56;cid=testClusterID;nsid=1856959388;c=0), blocks: 0, hasStaleStorages: false, processing time: 0 msecs
   [junit4]   2> 668776 INFO  (IPC Server handler 5 on 42039) [    ] BlockStateChange BLOCK* processReport: from storage DS-b8904166-079e-4896-b468-93232dbc15d0 node DatanodeRegistration(127.0.0.1, datanodeUuid=0459d0c8-44a0-4204-ac7d-c27b6691a05e, infoPort=41083, ipcPort=57341, storageInfo=lv=-56;cid=testClusterID;nsid=1856959388;c=0), blocks: 0, hasStaleStorages: true, processing time: 2 msecs
   [junit4]   2> 668777 INFO  (IPC Server handler 5 on 42039) [    ] BlockStateChange BLOCK* processReport: from storage DS-962b23fe-4150-4195-9bc3-7ec495b4eb62 node DatanodeRegistration(127.0.0.1, datanodeUuid=0459d0c8-44a0-4204-ac7d-c27b6691a05e, infoPort=41083, ipcPort=57341, storageInfo=lv=-56;cid=testClusterID;nsid=1856959388;c=0), blocks: 0, hasStaleStorages: false, processing time: 0 msecs
   [junit4]   2> 669081 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 669082 INFO  (Thread-2230) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 669082 INFO  (Thread-2230) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 669182 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.ZkTestServer start zk server on port:37869
   [junit4]   2> 669182 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 669182 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 669189 INFO  (zkCallback-662-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3f98d12f name:ZooKeeperConnection Watcher:127.0.0.1:37869 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 669189 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 669189 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 669189 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 669191 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 669192 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 669194 INFO  (zkCallback-663-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7104284e name:ZooKeeperConnection Watcher:127.0.0.1:37869/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 669194 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 669194 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 669194 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 669196 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 669197 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 669197 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 669198 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 669198 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 669200 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 669200 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 669201 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 669201 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 669202 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 669202 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 669203 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 669203 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 669204 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 669204 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 669205 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 669205 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 669206 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 669206 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 669207 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 669207 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 669208 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 669208 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 669208 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 669209 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 669210 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 0x1545574b72a0001, 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> 669261 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_65ED4E6690CA05AE-001/control-001/cores/collection1
   [junit4]   2> 669262 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 669264 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3d76e4bb{/,null,AVAILABLE}
   [junit4]   2> 669264 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.e.j.s.ServerConnector Started ServerConnector@39276db6{HTTP/1.1}{127.0.0.1:58104}
   [junit4]   2> 669264 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.e.j.s.Server Started @671250ms
   [junit4]   2> 669264 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_65ED4E6690CA05AE-001/control-001/cores, solr.data.dir=hdfs://localhost:42039/hdfs__localhost_42039__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-5.5_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_65ED4E6690CA05AE-001_tempDir-002_control_data, hostPort=58104}
   [junit4]   2> 669264 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4f6de641
   [junit4]   2> 669264 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_65ED4E6690CA05AE-001/control-001'
   [junit4]   2> 669264 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 669264 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 669265 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 669265 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 669266 INFO  (zkCallback-664-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@526b638c name:ZooKeeperConnection Watcher:127.0.0.1:37869/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 669266 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 669267 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 669267 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 669267 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_65ED4E6690CA05AE-001/control-001/solr.xml
   [junit4]   2> 669277 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_65ED4E6690CA05AE-001/control-001/cores
   [junit4]   2> 669278 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.CoreContainer New CoreContainer 60570546
   [junit4]   2> 669278 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_65ED4E6690CA05AE-001/control-001]
   [junit4]   2> 669278 WARN  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_65ED4E6690CA05AE-001/control-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_65ED4E6690CA05AE-001/control-001/lib
   [junit4]   2> 669278 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] 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> 669279 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 669279 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 669279 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 669279 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37869/solr
   [junit4]   2> 669279 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 669279 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 669280 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 669281 INFO  (zkCallback-667-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@769b5d63 name:ZooKeeperConnection Watcher:127.0.0.1:37869 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 669281 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 669281 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 669282 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:58104_    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@27d4653f
   [junit4]   2> 669282 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:58104_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 669284 INFO  (zkCallback-668-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@13e9dc27 name:ZooKeeperConnection Watcher:127.0.0.1:37869/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 669284 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:58104_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 669286 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:58104_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 669289 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:58104_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 669292 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:58104_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 669293 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:58104_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 669293 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:58104_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 669294 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:58104_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 669295 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:58104_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 669295 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:58104_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 669296 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:58104_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 669296 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:58104_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58104_
   [junit4]   2> 669296 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:58104_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:58104_
   [junit4]   2> 669297 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:58104_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 669297 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:58104_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 669298 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:58104_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 669298 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:58104_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95795451859173380-127.0.0.1:58104_-n_0000000000
   [junit4]   2> 669298 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:58104_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:58104_
   [junit4]   2> 669298 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:58104_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 669299 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:58104_    ] o.a.s.c.Overseer Overseer (id=95795451859173380-127.0.0.1:58104_-n_0000000000) starting
   [junit4]   2> 669300 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:58104_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 669302 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:58104_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 669302 INFO  (OverseerCollectionConfigSetProcessor-95795451859173380-127.0.0.1:58104_-n_0000000000) [n:127.0.0.1:58104_    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 669303 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:58104_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 669303 INFO  (OverseerStateUpdate-95795451859173380-127.0.0.1:58104_-n_0000000000) [n:127.0.0.1:58104_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 669314 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:58104_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 669314 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:58104_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 669314 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:58104_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_65ED4E6690CA05AE-001/control-001/cores
   [junit4]   2> 669315 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:58104_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {collection=control_collection, dataDir=data/, loadOnStartup=true, coreNodeName=, schema=schema.xml, configSetProperties=configsetprops.json, name=collection1, shard=, transient=false, config=solrconfig.xml}
   [junit4]   2> 669315 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:58104_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_65ED4E6690CA05AE-001/control-001/cores/collection1
   [junit4]   2> 669315 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:58104_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 669316 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 669316 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 669317 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection control_collection not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 669317 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch [control_collection]
   [junit4]   2> 669318 INFO  (OverseerStateUpdate-95795451859173380-127.0.0.1:58104_-n_0000000000) [n:127.0.0.1:58104_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "shard":null,
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "node_name":"127.0.0.1:58104_",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "state":"down",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "base_url":"http://127.0.0.1:58104"} current state version: 0
   [junit4]   2> 669318 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:58104_    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2
   [junit4]   2> 669318 INFO  (OverseerStateUpdate-95795451859173380-127.0.0.1:58104_-n_0000000000) [n:127.0.0.1:58104_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "shard":null,
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "node_name":"127.0.0.1:58104_",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "state":"down",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "base_url":"http://127.0.0.1:58104"}
   [junit4]   2> 669318 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 669318 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:58104_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 669318 INFO  (OverseerStateUpdate-95795451859173380-127.0.0.1:58104_-n_0000000000) [n:127.0.0.1:58104_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 669319 INFO  (OverseerStateUpdate-95795451859173380-127.0.0.1:58104_-n_0000000000) [n:127.0.0.1:58104_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 669319 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 669320 INFO  (zkCallback-668-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_    ] 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> 670319 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 670319 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 670320 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 670320 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 670320 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 670320 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_65ED4E6690CA05AE-001/control-001/cores/collection1'
   [junit4]   2> 670320 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 670320 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 670322 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 670327 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 670336 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.0
   [junit4]   2> 670375 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 670389 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 670540 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 670541 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 670542 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 670544 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 670556 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ 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=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2
   [junit4]   2> 670556 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 670556 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.HdfsDirectoryFactory
   [junit4]   2> 670562 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:42039/solr_hdfs_home
   [junit4]   2> 670562 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 670562 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_65ED4E6690CA05AE-001/control-001/cores/collection1], dataDir=[hdfs://localhost:42039/solr_hdfs_home/control_collection/core_node1/data/]
   [junit4]   2> 670562 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ 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@111a3ce4
   [junit4]   2> 670562 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:42039/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 670594 WARN  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.h.HdfsDirectory The NameNode is in SafeMode - Solr will wait 5 seconds and try again.
   [junit4]   2> 675756 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for hdfs://localhost:42039/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 675757 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=hdfs://localhost:42039/solr_hdfs_home/control_collection/core_node1/data/index/
   [junit4]   2> 675773 WARN  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'hdfs:/localhost:42039/solr_hdfs_home/control_collection/core_node1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 675774 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:42039/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 675782 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 675782 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 675782 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 675795 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 675795 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for hdfs://localhost:42039/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 675795 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=15, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 676062 INFO  (IPC Server handler 8 on 42039) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:39729 is added to blk_1073741825_1001{blockUCState=COMMITTED, primaryNodeIndex=-1, replicas=[ReplicaUnderConstruction[[DISK]DS-962b23fe-4150-4195-9bc3-7ec495b4eb62:NORMAL:127.0.0.1:39729|RBW], ReplicaUnderConstruction[[DISK]DS-3713a927-1132-4473-b54e-1b9bd55f75e1:NORMAL:127.0.0.1:40379|RBW]]} size 71
   [junit4]   2> 676063 INFO  (IPC Server handler 0 on 42039) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:40379 is added to blk_1073741825_1001 size 71
   [junit4]   2> 676472 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=NRTCachingDirectory(BlockDirectory(HdfsDirectory@hdfs://localhost:42039/solr_hdfs_home/control_collection/core_node1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7ae3cb74); maxCacheMB=192.0 maxMergeSizeMB=16.0),segFN=segments_1,generation=1}
   [junit4]   2> 676472 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 676474 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:58104_ 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 hdfs://localhost:42039/solr_hdfs_home/control_collection/core_node1/data/
   [junit4]   2> 676478 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 676478 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 676478 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 676478 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 676478 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 676478 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ 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> 676478 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ 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> 676478 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ 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> 676478 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ 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> 676478 WARN  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 676480 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 676481 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 676482 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 676483 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 676486 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/ping,/admin/mbeans,/admin/logging,standard,/schema,/admin/segments,/admin/file,/get,/admin/threads,/dump,/admin/plugins,/update/json,/admin/system,/config,/update/csv,/update,/admin/properties,/update/json/docs,/admin/luke,/replication
   [junit4]   2> 676487 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ 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> 676490 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 676490 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 tlogDfsReplication=2
   [junit4]   2> 676508 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 676508 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 676509 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ 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=40, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=20.3798828125, floorSegmentMB=1.7177734375, forceMergeDeletesPctAllowed=8.77114800030406, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.26048406662050977
   [junit4]   2> 676565 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=NRTCachingDirectory(BlockDirectory(HdfsDirectory@hdfs://localhost:42039/solr_hdfs_home/control_collection/core_node1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7ae3cb74); maxCacheMB=192.0 maxMergeSizeMB=16.0),segFN=segments_1,generation=1}
   [junit4]   2> 676565 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 676565 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@34991081[collection1] main
   [junit4]   2> 676565 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ 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> 676566 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ 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> 676566 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ 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> 676566 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 676566 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 676566 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ 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> 676567 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ 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> 676567 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ 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> 676567 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 676568 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 676570 INFO  (searcherExecutor-2252-thread-1-processing-s:shard1 r:core_node1 c:control_collection n:127.0.0.1:58104_ x:collection1) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@34991081[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 676570 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ 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> 676570 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 256 version buckets from index
   [junit4]   2> 676570 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ 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> 676570 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ 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 1532727237595365376
   [junit4]   2> 676570 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 0.0ms to seed version buckets with highest version 1532727237595365376
   [junit4]   2> 676570 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 676571 INFO  (coreLoadExecutor-2251-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 676571 INFO  (coreZkRegister-2245-thread-1-processing-s:shard1 r:core_node1 c:control_collection n:127.0.0.1:58104_ x:collection1) [n:127.0.0.1:58104_ 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:58104 collection:control_collection shard:shard1
   [junit4]   2> 676572 INFO  (coreZkRegister-2245-thread-1-processing-s:shard1 r:core_node1 c:control_collection n:127.0.0.1:58104_ x:collection1) [n:127.0.0.1:58104_ 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> 676575 INFO  (coreZkRegister-2245-thread-1-processing-s:shard1 r:core_node1 c:control_collection n:127.0.0.1:58104_ x:collection1) [n:127.0.0.1:58104_ 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/95795451859173380-core_node1-n_0000000000
   [junit4]   2> 676575 INFO  (coreZkRegister-2245-thread-1-processing-s:shard1 r:core_node1 c:control_collection n:127.0.0.1:58104_ x:collection1) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 676576 INFO  (OverseerStateUpdate-95795451859173380-127.0.0.1:58104_-n_0000000000) [n:127.0.0.1:58104_    ] 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> 676577 INFO  (zkCallback-668-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_    ] 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> 676579 INFO  (coreZkRegister-2245-thread-1-processing-s:shard1 r:core_node1 c:control_collection n:127.0.0.1:58104_ x:collection1) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 676579 INFO  (coreZkRegister-2245-thread-1-processing-s:shard1 r:core_node1 c:control_collection n:127.0.0.1:58104_ x:collection1) [n:127.0.0.1:58104_ 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> 676579 INFO  (coreZkRegister-2245-thread-1-processing-s:shard1 r:core_node1 c:control_collection n:127.0.0.1:58104_ x:collection1) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:58104/collection1/
   [junit4]   2> 676579 INFO  (coreZkRegister-2245-thread-1-processing-s:shard1 r:core_node1 c:control_collection n:127.0.0.1:58104_ x:collection1) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 676579 INFO  (coreZkRegister-2245-thread-1-processing-s:shard1 r:core_node1 c:control_collection n:127.0.0.1:58104_ x:collection1) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:58104/collection1/ has no replicas
   [junit4]   2> 676579 INFO  (coreZkRegister-2245-thread-1-processing-s:shard1 r:core_node1 c:control_collection n:127.0.0.1:58104_ x:collection1) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 676580 INFO  (coreZkRegister-2245-thread-1-processing-s:shard1 r:core_node1 c:control_collection n:127.0.0.1:58104_ x:collection1) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/95795451859173380-core_node1-n_0000000000
   [junit4]   2> 676582 INFO  (OverseerStateUpdate-95795451859173380-127.0.0.1:58104_-n_0000000000) [n:127.0.0.1:58104_    ] 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:58104",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 2
   [junit4]   2> 676583 INFO  (coreZkRegister-2245-thread-1-processing-s:shard1 r:core_node1 c:control_collection n:127.0.0.1:58104_ x:collection1) [n:127.0.0.1:58104_ 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:58104/collection1/ shard1
   [junit4]   2> 676683 INFO  (zkCallback-668-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_    ] 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> 676684 INFO  (coreZkRegister-2245-thread-1-processing-s:shard1 r:core_node1 c:control_collection n:127.0.0.1:58104_ x:collection1) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:58104/collection1/ and leader is http://127.0.0.1:58104/collection1/
   [junit4]   2> 676685 INFO  (coreZkRegister-2245-thread-1-processing-s:shard1 r:core_node1 c:control_collection n:127.0.0.1:58104_ x:collection1) [n:127.0.0.1:58104_ 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:58104
   [junit4]   2> 676685 INFO  (coreZkRegister-2245-thread-1-processing-s:shard1 r:core_node1 c:control_collection n:127.0.0.1:58104_ x:collection1) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 676685 INFO  (coreZkRegister-2245-thread-1-processing-s:shard1 r:core_node1 c:control_collection n:127.0.0.1:58104_ x:collection1) [n:127.0.0.1:58104_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 676685 INFO  (coreZkRegister-2245-thread-1-processing-s:shard1 r:core_node1 c:control_collection n:127.0.0.1:58104_ x:collection1) [n:127.0.0.1:58104_ 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> 676690 INFO  (OverseerStateUpdate-95795451859173380-127.0.0.1:58104_-n_0000000000) [n:127.0.0.1:58104_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "node_name":"127.0.0.1:58104_",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "state":"active",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "base_url":"http://127.0.0.1:58104"} current state version: 3
   [junit4]   2> 676690 INFO  (OverseerStateUpdate-95795451859173380-127.0.0.1:58104_-n_0000000000) [n:127.0.0.1:58104_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "node_name":"127.0.0.1:58104_",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "state":"active",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "base_url":"http://127.0.0.1:58104"}
   [junit4]   2> 676792 INFO  (zkCallback-668-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_    ] 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> 676821 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 676821 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 676823 INFO  (zkCallback-670-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@66359e2f name:ZooKeeperConnection Watcher:127.0.0.1:37869/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 676823 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 676823 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 676824 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 676826 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 676883 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_65ED4E6690CA05AE-001/shard-1-001/cores/collection1
   [junit4]   2> 676883 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_65ED4E6690CA05AE-001/shard-1-001
   [junit4]   2> 676884 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 676890 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6f653c16{/,null,AVAILABLE}
   [junit4]   2> 676891 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.e.j.s.ServerConnector Started ServerConnector@76f5a4c4{HTTP/1.1}{127.0.0.1:38297}
   [junit4]   2> 676891 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.e.j.s.Server Started @678877ms
   [junit4]   2> 676891 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=38297, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_65ED4E6690CA05AE-001/shard-1-001/cores, solr.data.dir=hdfs://localhost:42039/hdfs__localhost_42039__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-5.5_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_65ED4E6690CA05AE-001_tempDir-002_jetty1, solrconfig=solrconfig.xml}
   [junit4]   2> 676891 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4f6de641
   [junit4]   2> 676891 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_65ED4E6690CA05AE-001/shard-1-001'
   [junit4]   2> 676891 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 676891 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 676892 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 676892 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 676893 INFO  (zkCallback-671-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3f9bf9cb name:ZooKeeperConnection Watcher:127.0.0.1:37869/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 676894 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 676894 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 676895 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 676895 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_65ED4E6690CA05AE-001/shard-1-001/solr.xml
   [junit4]   2> 676905 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_65ED4E6690CA05AE-001/shard-1-001/cores
   [junit4]   2> 676905 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.CoreContainer New CoreContainer 582200905
   [junit4]   2> 676905 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_65ED4E6690CA05AE-001/shard-1-001]
   [junit4]   2> 676905 WARN  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_65ED4E6690CA05AE-001/shard-1-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_65ED4E6690CA05AE-001/shard-1-001/lib
   [junit4]   2> 676905 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] 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> 676906 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 676906 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 676906 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 676906 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37869/solr
   [junit4]   2> 676906 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 676906 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 676909 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 676913 INFO  (zkCallback-674-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@781db53a name:ZooKeeperConnection Watcher:127.0.0.1:37869 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 676913 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 676913 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 676914 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:38297_    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$6@6e2a3ac2
   [junit4]   2> 676917 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:38297_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 676923 INFO  (zkCallback-675-thread-1-processing-n:127.0.0.1:38297_) [n:127.0.0.1:38297_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2cfbad8c name:ZooKeeperConnection Watcher:127.0.0.1:37869/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 676923 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:38297_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 676927 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:38297_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 677930 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:38297_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38297_
   [junit4]   2> 677930 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:38297_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:38297_
   [junit4]   2> 677931 INFO  (zkCallback-675-thread-1-processing-n:127.0.0.1:38297_) [n:127.0.0.1:38297_    ] 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> 677931 INFO  (zkCallback-668-thread-1-processing-n:127.0.0.1:58104_) [n:127.0.0.1:58104_    ] 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> 677931 INFO  (zkCallback-670-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 677933 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:38297_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 677933 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:38297_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95795451859173384-127.0.0.1:38297_-n_0000000001
   [junit4]   2> 677933 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:38297_    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95795451859173380-127.0.0.1:58104_-n_0000000000 to know if I could be the leader
   [junit4]   2> 677966 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[65ED4E6690CA05AE]) [n:127.0.0.1:38297_    ] o.a.s.c.CoreContainer Security conf doesn't exist.

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

p/solr.update.DirectUpdateHandlerTest_65ED4E6690CA05AE-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2465c40e),segFN=segments_i,generation=18}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NIOFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_65ED4E6690CA05AE-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2465c40e),segFN=segments_j,generation=19}
   [junit4]   2> 2834329 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 19
   [junit4]   2> 2834330 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[65ED4E6690CA05AE]) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@3fbd4681[collection1] main
   [junit4]   2> 2834331 INFO  (searcherExecutor-10700-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3fbd4681[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(5.5.0):c2) Uninverting(_b(5.5.0):c1)))}
   [junit4]   2> 2834332 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[65ED4E6690CA05AE]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2834332 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[65ED4E6690CA05AE]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 15
   [junit4]   2> 2834333 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[65ED4E6690CA05AE]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=xml&q=id:ZZZ} hits=1 status=0 QTime=0
   [junit4]   2> 2834334 INFO  (TEST-DirectUpdateHandlerTest.testDeleteRollback-seed#[65ED4E6690CA05AE]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDeleteRollback
   [junit4]   2> 2834334 INFO  (SUITE-DirectUpdateHandlerTest-seed#[65ED4E6690CA05AE]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2834334 INFO  (SUITE-DirectUpdateHandlerTest-seed#[65ED4E6690CA05AE]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2104271494
   [junit4]   2> 2834334 INFO  (coreCloseExecutor-10704-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5f931286
   [junit4]   2> 2834334 INFO  (coreCloseExecutor-10704-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=1,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=3,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 2834334 INFO  (coreCloseExecutor-10704-thread-1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 2834334 INFO  (coreCloseExecutor-10704-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2834334 INFO  (coreCloseExecutor-10704-thread-1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2834335 INFO  (coreCloseExecutor-10704-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 2834343 INFO  (coreCloseExecutor-10704-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2834343 INFO  (coreCloseExecutor-10704-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_65ED4E6690CA05AE-001/init-core-data-001/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_65ED4E6690CA05AE-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 2834343 INFO  (coreCloseExecutor-10704-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_65ED4E6690CA05AE-001/init-core-data-001/index
   [junit4]   2> 2834346 INFO  (coreCloseExecutor-10704-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_65ED4E6690CA05AE-001/init-core-data-001 [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_65ED4E6690CA05AE-001/init-core-data-001;done=false>>]
   [junit4]   2> 2834346 INFO  (coreCloseExecutor-10704-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_65ED4E6690CA05AE-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.update.DirectUpdateHandlerTest_65ED4E6690CA05AE-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene54): {id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))}, docValues:{}, sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=lv-LV, timezone=Eire
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.7.0_80 (64-bit)/cpus=4,threads=1,free=96008288,total=533200896
   [junit4]   2> NOTE: All tests run in this JVM: [ConfigSetsAPITest, TestMiniSolrCloudCluster, HardAutoCommitTest, XmlUpdateRequestHandlerTest, TestChildDocTransformer, TestZkChroot, TestMaxScoreQueryParser, TestBulkSchemaAPI, BlockDirectoryTest, SolrTestCaseJ4Test, TestPerFieldSimilarity, TestRequestStatusCollectionAPI, PrimitiveFieldTypeTest, TestCollationField, TestCollapseQParserPlugin, SpatialHeatmapFacetsTest, RecoveryAfterSoftCommitTest, TestDefaultSearchFieldResource, LeaderInitiatedRecoveryOnShardRestartTest, TestIndexSearcher, SuggesterWFSTTest, HttpPartitionTest, CircularListTest, StatelessScriptUpdateProcessorFactoryTest, TestJmxIntegration, TestCoreDiscovery, SolrCoreCheckLockOnStartupTest, CustomCollectionTest, TestXIncludeConfig, TestTrackingShardHandlerFactory, DateMathParserTest, DistributedQueueTest, TestSolrDeletionPolicy1, RegexBoostProcessorTest, TestSearchPerf, ZkStateReaderTest, HdfsChaosMonkeySafeLeaderTest, TestUniqueKeyFieldResource, TestGroupingSearch, TestSchemaResource, DeleteReplicaTest, TestSweetSpotSimilarityFactory, TestCharFilters, CurrencyFieldXmlFileTest, TestWriterPerf, HdfsSyncSliceTest, DataDrivenBlockJoinTest, TestFieldCollectionResource, HdfsWriteToMultipleCollectionsTest, SearchHandlerTest, UnloadDistributedZkTest, TestDistribIDF, HdfsLockFactoryTest, TestNamedUpdateProcessors, TestAnalyzeInfixSuggestions, NoCacheHeaderTest, TestJmxMonitoredMap, TestInfoStreamLogging, TestJettySolrRunner, TestSolr4Spatial2, ShowFileRequestHandlerTest, TestDistributedMissingSort, BitVectorTest, FullSolrCloudDistribCmdsTest, CoreAdminHandlerTest, HdfsBasicDistributedZk2Test, PluginInfoTest, TestCloudSchemaless, TestExclusionRuleCollectionAccess, TestIndexingPerformance, TestReload, SegmentsInfoRequestHandlerTest, RequestHandlersTest, AtomicUpdatesTest, SaslZkACLProviderTest, LukeRequestHandlerTest, RestartWhileUpdatingTest, CursorMarkTest, CoreMergeIndexesAdminHandlerTest, TestMiniSolrCloudClusterSSL, TestStressLiveNodes, RulesTest, TestFieldSortValues, TestClassicSimilarityFactory, TestTrieFacet, TestDistributedStatsComponentCardinality, TestBulkSchemaConcurrent, DistribCursorPagingTest, DistributedFacetPivotSmallTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestLRUStatsCache, TermVectorComponentDistributedTest, TestTolerantSearch, BasicDistributedZk2Test, OverseerTest, RecoveryZkTest, ZkSolrClientTest, AutoCommitTest, TestDistributedGrouping, TestHashPartitioner, TestJoin, SolrCoreTest, SpellCheckComponentTest, SolrCmdDistributorTest, PeerSyncTest, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, TestFunctionQuery, DirectUpdateHandlerTest]
   [junit4] Completed [327/572 (3!)] on J2 in 14.12s, 7 tests, 1 failure <<< FAILURES!

[...truncated 791 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:757: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:694: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/common-build.xml:534: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1477: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1033: There were test failures: 572 suites (7 ignored), 2290 tests, 1 suite-level error, 1 error, 1 failure, 34 ignored (18 assumptions) [seed: 65ED4E6690CA05AE]

Total time: 176 minutes 23 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any