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 2017/05/01 16:28:25 UTC

[JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 337 - Still Unstable

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

2 tests failed.
FAILED:  org.apache.lucene.codecs.simpletext.TestSimpleTextTermVectorsFormat.testRamBytesUsed

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([D8F73D5A98A34F7B]:0)


FAILED:  junit.framework.TestSuite.org.apache.lucene.codecs.simpletext.TestSimpleTextTermVectorsFormat

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

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




Build Log:
[...truncated 6940 lines...]
   [junit4] Suite: org.apache.lucene.codecs.simpletext.TestSimpleTextTermVectorsFormat
   [junit4]   2> may 01, 2017 3:32:17 AM com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
   [junit4]   2> WARNING: Suite execution timed out: org.apache.lucene.codecs.simpletext.TestSimpleTextTermVectorsFormat
   [junit4]   2>    1) Thread[id=3854, name=TEST-TestSimpleTextTermVectorsFormat.testRamBytesUsed-seed#[D8F73D5A98A34F7B], state=RUNNABLE, group=TGRP-TestSimpleTextTermVectorsFormat]
   [junit4]   2>         at org.apache.lucene.store.BufferedChecksumIndexInput.readByte(BufferedChecksumIndexInput.java:41)
   [junit4]   2>         at org.apache.lucene.codecs.simpletext.SimpleTextUtil.readLine(SimpleTextUtil.java:59)
   [junit4]   2>         at org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsReader.readIndex(SimpleTextTermVectorsReader.java:98)
   [junit4]   2>         at org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsReader.<init>(SimpleTextTermVectorsReader.java:81)
   [junit4]   2>         at org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsFormat.vectorsReader(SimpleTextTermVectorsFormat.java:40)
   [junit4]   2>         at org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:128)
   [junit4]   2>         at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:74)
   [junit4]   2>         at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:145)
   [junit4]   2>         at org.apache.lucene.index.ReadersAndUpdates.getReaderForMerge(ReadersAndUpdates.java:617)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4286)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3931)
   [junit4]   2>         at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2083)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.doAfterSegmentFlushed(IndexWriter.java:5005)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriter$MergePendingEvent.process(DocumentsWriter.java:731)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5043)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5034)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1574)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1316)
   [junit4]   2>         at org.apache.lucene.index.BaseIndexFileFormatTestCase.testRamBytesUsed(BaseIndexFileFormatTestCase.java:257)
   [junit4]   2>         at org.apache.lucene.index.BaseTermVectorsFormatTestCase.testRamBytesUsed(BaseTermVectorsFormatTestCase.java:71)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [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:368)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [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:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2>    2) Thread[id=1, name=main, state=WAITING, group=main]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1249)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1323)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:608)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.run(RandomizedRunner.java:457)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:244)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:355)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
   [junit4]   2>    3) Thread[id=9, name=JUnit4-serializer-daemon, state=TIMED_WAITING, group=main]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.events.Serializer$1.run(Serializer.java:50)
   [junit4]   2>    4) Thread[id=3853, name=SUITE-TestSimpleTextTermVectorsFormat-seed#[D8F73D5A98A34F7B], state=RUNNABLE, group=TGRP-TestSimpleTextTermVectorsFormat]
   [junit4]   2>         at java.lang.Thread.getStackTrace(Thread.java:1556)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:696)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:693)
   [junit4]   2>         at java.security.AccessController.doPrivileged(Native Method)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.getStackTrace(ThreadLeakControl.java:693)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.getThreadsWithTraces(ThreadLeakControl.java:709)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.formatThreadStacksFull(ThreadLeakControl.java:689)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.access$1000(ThreadLeakControl.java:65)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:415)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:678)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:140)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:598)
   [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=TestSimpleTextTermVectorsFormat -Dtests.method=testRamBytesUsed -Dtests.seed=D8F73D5A98A34F7B -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/test-data/enwiki.random.lines.txt -Dtests.locale=es-SV -Dtests.timezone=SystemV/HST10 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   7141s J0 | TestSimpleTextTermVectorsFormat.testRamBytesUsed <<<
   [junit4]    > Throwable #1: java.lang.Exception: Test abandoned because suite timeout was reached.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D8F73D5A98A34F7B]:0)
   [junit4]   2> may 01, 2017 3:32:17 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> may 01, 2017 3:32:37 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.lucene.codecs.simpletext.TestSimpleTextTermVectorsFormat: 
   [junit4]   2>    1) Thread[id=3854, name=TEST-TestSimpleTextTermVectorsFormat.testRamBytesUsed-seed#[D8F73D5A98A34F7B], state=RUNNABLE, group=TGRP-TestSimpleTextTermVectorsFormat]
   [junit4]   2>         at org.apache.lucene.codecs.simpletext.SimpleTextUtil.write(SimpleTextUtil.java:48)
   [junit4]   2>         at org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsWriter.write(SimpleTextTermVectorsWriter.java:190)
   [junit4]   2>         at org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsWriter.startField(SimpleTextTermVectorsWriter.java:104)
   [junit4]   2>         at org.apache.lucene.codecs.TermVectorsWriter.addAllDocVectors(TermVectorsWriter.java:286)
   [junit4]   2>         at org.apache.lucene.codecs.TermVectorsWriter.merge(TermVectorsWriter.java:225)
   [junit4]   2>         at org.apache.lucene.index.SegmentMerger.mergeVectors(SegmentMerger.java:210)
   [junit4]   2>         at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:144)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4356)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3931)
   [junit4]   2>         at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2083)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.doAfterSegmentFlushed(IndexWriter.java:5005)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriter$MergePendingEvent.process(DocumentsWriter.java:731)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5043)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5034)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1574)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1316)
   [junit4]   2>         at org.apache.lucene.index.BaseIndexFileFormatTestCase.testRamBytesUsed(BaseIndexFileFormatTestCase.java:257)
   [junit4]   2>         at org.apache.lucene.index.BaseTermVectorsFormatTestCase.testRamBytesUsed(BaseTermVectorsFormatTestCase.java:71)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [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:368)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [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:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> may 01, 2017 3:32:37 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=3854, name=TEST-TestSimpleTextTermVectorsFormat.testRamBytesUsed-seed#[D8F73D5A98A34F7B], state=RUNNABLE, group=TGRP-TestSimpleTextTermVectorsFormat]
   [junit4]   2> may 01, 2017 3:32:40 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=3854, name=TEST-TestSimpleTextTermVectorsFormat.testRamBytesUsed-seed#[D8F73D5A98A34F7B], state=RUNNABLE, group=TGRP-TestSimpleTextTermVectorsFormat]
   [junit4]   2>         at org.apache.lucene.codecs.simpletext.SimpleTextUtil.readLine(SimpleTextUtil.java:70)
   [junit4]   2>         at org.apache.lucene.codecs.simpletext.SimpleTextFieldsReader$SimpleTextTerms.loadTerms(SimpleTextFieldsReader.java:559)
   [junit4]   2>         at org.apache.lucene.codecs.simpletext.SimpleTextFieldsReader$SimpleTextTerms.<init>(SimpleTextFieldsReader.java:540)
   [junit4]   2>         at org.apache.lucene.codecs.simpletext.SimpleTextFieldsReader.terms(SimpleTextFieldsReader.java:689)
   [junit4]   2>         at org.apache.lucene.index.MultiFields.terms(MultiFields.java:210)
   [junit4]   2>         at org.apache.lucene.index.MappedMultiFields.terms(MappedMultiFields.java:43)
   [junit4]   2>         at org.apache.lucene.codecs.simpletext.SimpleTextFieldsWriter.write(SimpleTextFieldsWriter.java:67)
   [junit4]   2>         at org.apache.lucene.codecs.simpletext.SimpleTextFieldsWriter.write(SimpleTextFieldsWriter.java:60)
   [junit4]   2>         at org.apache.lucene.codecs.FieldsConsumer.merge(FieldsConsumer.java:105)
   [junit4]   2>         at org.apache.lucene.index.SegmentMerger.mergeTerms(SegmentMerger.java:216)
   [junit4]   2>         at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:101)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4356)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3931)
   [junit4]   2>         at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2083)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.doAfterSegmentFlushed(IndexWriter.java:5005)
   [junit4]   2>         at org.apache.lucene.index.DocumentsWriter$MergePendingEvent.process(DocumentsWriter.java:731)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5043)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5034)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1574)
   [junit4]   2>         at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1316)
   [junit4]   2>         at org.apache.lucene.index.BaseIndexFileFormatTestCase.testRamBytesUsed(BaseIndexFileFormatTestCase.java:257)
   [junit4]   2>         at org.apache.lucene.index.BaseTermVectorsFormatTestCase.testRamBytesUsed(BaseTermVectorsFormatTestCase.java:71)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [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:368)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [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:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Lucene62, sim=RandomSimilarity(queryNorm=false,coord=no): {vfls=LM Jelinek-Mercer(0.700000), oryj=LM Jelinek-Mercer(0.700000), wior=DFR I(n)L3(800.0), quxzlpmr=IB SPL-L2, gqvjdv=DFR GZ(0.3), lthgwbmd=DFR I(F)BZ(0.3), zajlu=DFI(Saturated), oqnaespzn=DFR I(F)B3(800.0), txcgfs=DFR I(ne)3(800.0), tea=DFR I(n)B3(800.0), ioayaxtzi=DFR I(F)B1, gxovfigu=DFR I(n)B1, ycjad=DFR I(F)BZ(0.3), dbpouohp=DFR I(F)1, wnyviqdc=DFR I(ne)2, rxlhg=IB SPL-LZ(0.3), rbeumjy=IB SPL-D3(800.0), mkkws=IB LL-L3(800.0), teq=DFR I(ne)1, ydieci=DFR I(n)B1, glh=DFR I(ne)2, glk=DFR I(ne)B2, ktr=DFR I(ne)L1, gptpkkdi=DFR I(F)LZ(0.3), muvpuv=IB LL-L3(800.0), qfsxgtphqe=DFR G2, cdr=DFR I(F)1, kjsw=IB LL-L2, rdzexpbzqj=DFR I(ne)3(800.0), pxsmgsmf=DFR I(ne)3(800.0), gmc=DFR I(n)LZ(0.3), xnr=DFR I(ne)2, kisdxswi=IB LL-L2, sggpzd=DFR I(ne)B3(800.0), bzgnwx=IB LL-D2, xndtunus=DFR I(n)L3(800.0), f_POSITIONS_AND_OFFSETS_AND_PAYLOADS=DFR G3(800.0), beobs=DFR GB3(800.0), yrjjgj=DFR I(ne)BZ(0.3), gmu=DFR I(n)3(800.0), mywsasdocm=DFR G3(800.0), valorjyoen=DFR I(ne)L1, a=DFR I(ne)2, b=DFR I(F)B1, c=DFR I(F)L1, d=DFR I(ne)B2, phbykjziv=IB SPL-L2, gnk=DFR I(ne)B3(800.0), rptpeizcq=DFR I(F)3(800.0), dglwgim=DFR I(n)B3(800.0), g=IB LL-D3(800.0), zpvtw=DFR GB3(800.0), h=LM Jelinek-Mercer(0.700000), nlpeolllq=DFR I(F)LZ(0.3), ahuekackz=DFR I(F)2, vwrefg=DFR I(n)Z(0.3), hvhxy=DFR GZ(0.3), kvx=DFR I(ne)2, bnyxnkvqj=DFR I(n)2, m=DFR I(F)2, ojmev=DFR GLZ(0.3), o=DFR I(n)L1, q=LM Jelinek-Mercer(0.100000), r=BM25(k1=1.2,b=0.75), ryboa=DFR GL2, witwaiicwr=DFI(ChiSquared), s=DFR I(n)LZ(0.3), pidr=DFR G1, t=DFR I(ne)L1, v=DFR I(n)B3(800.0), w=DFR G1, jtxzxqvd=IB SPL-L1, x=DFI(Standardized), y=DFR I(F)LZ(0.3), tjcll=DFR GL1, tho=DFI(Saturated), nxhf=IB SPL-L3(800.0), rdgecch=DFR I(F)2, qsnzzn=DFI(Standardized), goh=ClassicSimilarity, wmhpiqlcfy=DFR I(F)2, gom=DFR GB2, f_POSITIONS_AND_PAYLOADS=DFR I(ne)Z(0.3), dlocxqeuso=DFR I(F)L3(800.0), litr=DFR I(F)L2, qbjclribbg=DFR I(F)2, emcvbprvb=DFR I(n)1, zsunumxw=DFR I(ne)B3(800.0), vbhu=IB LL-D1, tqmzpdo=IB SPL-L1, bzxrliyxx=DFR I(ne)Z(0.3), xrzcrmicvk=DFR I(F)2, pxmheyxn=DFR I(n)L1, tuifae=DFR G2, qpru=IB LL-DZ(0.3), qsgnb=DFR I(n)B3(800.0), mefxrczatv=DFR I(F)L2, gexlcjk=DFR I(F)B2, qyjfwg=IB LL-D1, fuvlm=IB SPL-L1, xqv=DFR I(F)3(800.0), majwt=DFR I(F)B2, kxn=DFR GL1, nqcspy=DFR I(ne)L2, izsnn=DFR I(n)3(800.0), chj=DFR I(ne)1, aeeycbxzi=DFR I(F)LZ(0.3), tthsi=DFR GB3(800.0), unoocft=IB SPL-LZ(0.3), tunmoygmgh=DFI(ChiSquared), ucucyjq=DFR I(F)LZ(0.3), eeqyebjmj=IB LL-DZ(0.3), kxmqc=ClassicSimilarity, yhzzkfr=DFR GL3(800.0), thyj=DFR I(F)B3(800.0), leummkmxn=DFR I(F)L1, aknrlkxqw=DFI(Saturated), pbh=DFR I(F)LZ(0.3), otway=DFR I(F)L1, tjt=IB SPL-L3(800.0), iduj=DFR I(ne)Z(0.3), wwbxiyhwv=DFR I(F)3(800.0), pbt=IB LL-D2, valiiqrly=DFR I(F)B3(800.0), sqdqnr=DFR GBZ(0.3), upfoihwhz=IB LL-L2, eakulpp=DFR I(F)BZ(0.3), jltcispzvp=DFR GLZ(0.3), qujntdnsi=DFR I(n)B1, pcg=DFR I(F)BZ(0.3), mmzvrdn=DFR I(ne)Z(0.3), mihalmobp=DFR I(F)1, kwaaqsytus=LM Jelinek-Mercer(0.700000), hpxfl=DFR I(F)B3(800.0), xsnpf=DFR GB3(800.0), taddzo=BM25(k1=1.2,b=0.75), fxwdt=IB SPL-D1, aqfamsof=DFR I(ne)L2, xta=DFR I(ne)BZ(0.3), grp=IB LL-D2, qygqkqpca=DFR I(F)3(800.0), ehkdkbioe=IB LL-L2, amtmg=IB LL-DZ(0.3), flimhix=IB SPL-L3(800.0), kjeskf=DFR GBZ(0.3), zrfumbqbjt=IB SPL-L1, hexqdw=IB LL-LZ(0.3), tutt=DFR I(F)Z(0.3), syzngcem=DFR I(ne)L1, bjzktk=DFR I(F)Z(0.3), ofiq=DFR I(n)B1, sgvpaaru=DFI(Saturated), tmh=DFR GBZ(0.3), pmydfcg=IB SPL-DZ(0.3), kdssztxys=DFR I(n)LZ(0.3), zkezevfa=DFR I(ne)2, fldoeitukm=BM25(k1=1.2,b=0.75), tms=DFR I(F)L2, hjep=DFR I(F)B3(800.0), mgqcfhkn=DFR I(n)B3(800.0), pgjwu=DFR I(ne)BZ(0.3), hrilttt=DFR I(F)3(800.0), djgbnstgm=DFR I(ne)L2, bhsj=DFR I(F)BZ(0.3), bwhmxndikz=LM Jelinek-Mercer(0.700000), tmfp=DFR GL3(800.0), vqxfmsnwn=IB LL-D3(800.0), yctlrqza=DFR I(F)3(800.0), muutv=IB SPL-D3(800.0), xvx=DFR I(n)2, pvmbcoe=DFR I(F)L2, pfr=DFR I(F)B1, ogngcac=IB SPL-L1, vabpmyvmvn=IB LL-D3(800.0), dauevfjda=DFR I(F)B1, ipewvzbbq=DFR I(F)Z(0.3), gut=IB SPL-DZ(0.3), fwkkp=IB SPL-L1, crsjee=DFR I(F)B1, pga=DFI(Standardized), bckyqpq=DFR I(n)2, snnaglf=DFR I(F)L3(800.0), uyvxvmjt=IB LL-D3(800.0), fucs=DFR I(ne)1, ctxzwiofe=IB SPL-LZ(0.3), vjuwijzzkb=DFR I(ne)L1, pgwvxtms=DFR I(F)L2, jvvit=DFR I(F)L1, tizcj=DFR I(ne)L3(800.0), cpjgiekjwo=DFR I(ne)B2, qghut=DFR I(ne)L2, effhutssk=DFI(Saturated), ymgrbku=DFR I(F)B3(800.0), wboazj=DFR I(n)L1, mhzqruqheb=DFR I(n)BZ(0.3), vjebamu=IB LL-L2, puvmlpz=IB SPL-D1, ztxwyrat=DFR I(F)2, fzeqmwtfsg=DFR GL2, bntlcmn=IB LL-LZ(0.3), fgcyryjpt=DFR I(ne)2, uczkkuve=IB LL-L1, htbdrmh=DFR I(F)Z(0.3), pkahkl=DFR I(n)2, tpt=IB SPL-D2, ylhrsorywv=DFR G2, beavpnf=BM25(k1=1.2,b=0.75), qewzfarvl=DFR G1, xyd=DFR I(n)3(800.0), oawndfxu=DFR I(ne)B3(800.0), qwtgjd=IB LL-D3(800.0), tckvcz=DFR I(n)B3(800.0), kinyqlym=DFR GL3(800.0), arfmdygpd=DFR I(ne)Z(0.3), exgzs=DFR I(n)BZ(0.3), nmtbzt=DFR GL3(800.0), tcodug=IB SPL-L3(800.0), ebjqnkgnrm=LM Jelinek-Mercer(0.700000), cpa=DFR I(F)L3(800.0), pio=DFR GL3(800.0), jvvkx=DFR I(n)B1, hpgqsgkmy=DFR I(ne)B3(800.0), pucda=DFR I(n)2, vobek=DFR I(n)3(800.0), prrxhvu=DFR GL1, cpm=DFR GL1, lneseifnn=DFR I(ne)LZ(0.3), ytahek=IB LL-DZ(0.3), dxnujznam=DFR I(n)3(800.0), mrraujhwbu=IB LL-D1, fzbmhb=DFR I(F)2, ruyyfa=DFI(Saturated), cpz=DFR I(n)Z(0.3), ydtiws=DFR I(n)LZ(0.3), ngrwjtdrb=DFR GB1, jqlptekayl=IB LL-L1, wjaus=DFR I(F)2, tnnfbq=DFR I(ne)LZ(0.3), sjlixa=DFR I(ne)L1, pocsfwev=DFR I(n)LZ(0.3), mooxmhxg=IB SPL-D2, uctukqbr=DFR GBZ(0.3), tzgq=ClassicSimilarity, gxnyhcil=DFI(Saturated), nmcfflmt=DFR I(F)B2, pkfbva=DFR I(n)L2, ywhvswkm=DFR I(n)L2, tfesacv=DFR I(F)L2, wbmrvrrd=DFR I(n)3(800.0), bkfmjbd=LM Jelinek-Mercer(0.700000), fvpxvlz=DFR GZ(0.3), lzaaj=DFR GL3(800.0), esscyoww=DFR I(F)L2, fupqmyhosl=DFR I(ne)L2, pfewxjzibc=IB LL-L2, lofmsynrra=DFR G2, qstle=DFR I(n)2, ttf=DFR I(n)2, dewnp=DFR I(ne)L2, qpcrjchawi=DFR I(F)B3(800.0), dsvsxbep=DFR I(ne)B2, gtap=IB SPL-D3(800.0), ytlg=DFR G1, csa=DFI(ChiSquared), ttr=DFR I(F)BZ(0.3), zbej=DFR I(F)BZ(0.3), ttt=IB LL-L2, csf=DFR I(F)Z(0.3), rgnlpsggsx=DFR I(ne)3(800.0), nsveo=IB SPL-D3(800.0), jzvbm=DFR I(ne)B3(800.0), dvgwws=DFR I(F)Z(0.3), kaxoamhnf=LM Jelinek-Mercer(0.100000), lapy=IB LL-L2, tihn=DFR G3(800.0), jptl=DFR I(n)L2, nowdpkff=DFR I(F)L1, dekqq=DFR I(n)Z(0.3), nmgchhoh=DFR I(n)B1, ycmg=DFR G2, vkxaibw=DFR GBZ(0.3), osxxqzg=DFR I(F)LZ(0.3), cnlnjkk=IB SPL-DZ(0.3), tvb=IB LL-D2, kdzermvitr=DFR I(n)B1, okyfjmjein=DFR I(n)L3(800.0), lwxytyto=DFR I(n)1, nxvlzsiwhf=IB SPL-LZ(0.3), dqjkm=DFR I(F)L3(800.0), jkdmu=DFR I(n)2, lnhh=DFR I(ne)L3(800.0), pbrlibiuk=IB LL-L1, xvpaqbzlmu=IB SPL-L1, nmswx=DFR I(ne)B1, zrlsmsd=DFR I(F)B1, sanyme=IB LL-L2, vfrrtzvp=DFR GZ(0.3), docfkgzd=IB SPL-L1, hwfe=DFR I(ne)L2, yxwks=IB SPL-L3(800.0), qpxlgh=DFR I(n)BZ(0.3), dgqza=IB SPL-L2, hvzlt=DFR I(ne)3(800.0), bcily=DFR I(F)LZ(0.3), wnemeix=DFR I(ne)L3(800.0), vwailzumq=DFR I(ne)L2, rvrhq=DFR GLZ(0.3), aiuzeab=DFR I(F)B1, fhhnpredqh=IB SPL-DZ(0.3), gxaekgqnaf=IB LL-D1, znthf=DFR I(F)1, nizkrmvexa=DFR I(n)L2, kyhfwjrxhg=DFR I(n)L3(800.0), xtcarvezc=DFR I(n)Z(0.3), ukthsbx=DFR I(F)B1, jgmlv=DFR I(n)B2, ihjzu=DFR I(F)B1, phdme=DFR GB2, jqjip=DFR GL2, ppb=DFR I(n)2, qlwaqnlwsh=IB LL-D3(800.0), momepa=DFR I(F)BZ(0.3), ffwqpyar=DFR I(F)B2, negubte=DFR I(n)B1, vrepyj=DFR I(n)B3(800.0), xmec=DFI(Saturated), wnjm=DFR I(n)3(800.0), ncox=DFR GZ(0.3), qdjkvcjf=BM25(k1=1.2,b=0.75), xuuo=DFR I(F)B1, cwb=DFR GL1, ojze=DFR I(n)B3(800.0), fcrhfsjvca=ClassicSimilarity, uyeo=DFR I(F)Z(0.3), atzhytk=DFR I(F)B2, abmltomx=DFR GB2, aplumt=DFR I(F)L1, tlufwrf=DFR I(ne)L2, stcctf=DFR I(n)3(800.0), iqzhmurjpi=IB LL-L2, uubrpdk=DFR I(n)3(800.0), fqkddx=DFI(Standardized), hbaz=IB LL-D3(800.0), ssknofuly=IB LL-D1, ngrid=DFR I(n)2, glrprs=DFR I(F)2, yovjptq=DFR I(F)LZ(0.3), gcfl=IB SPL-L3(800.0), zsfbvzouam=DFR GB3(800.0), iilp=DFR I(n)2, faqzuasuc=IB LL-L3(800.0), tnzgdmi=DFR GL1, suzmeo=DFR I(ne)L3(800.0), cxp=DFR I(n)L3(800.0), liw=DFR I(n)B1, ycg=DFR I(n)BZ(0.3), yci=DFR I(ne)L2, qaoamg=DFR I(n)1, rvcswu=ClassicSimilarity, rphauht=DFR I(ne)BZ(0.3), nwttyve=IB LL-DZ(0.3), xsgegni=DFR G1, cyf=DFR I(F)1, xmgzwsf=DFI(Standardized), aldgompf=DFR I(F)B3(800.0), czolghzqc=IB SPL-L2, iwydfr=DFR I(n)L1, ijlux=DFR G2, rztiimr=LM Jelinek-Mercer(0.100000), qqklsyccx=IB LL-D3(800.0), roqngmb=DFR I(F)1, bmhm=IB LL-D2, jaonhd=DFR G1, qexwplsmm=BM25(k1=1.2,b=0.75), erreomtc=DFR I(n)L3(800.0), ilnyadx=LM Jelinek-Mercer(0.100000), zwxm=IB SPL-D2, zfvs=DFR I(ne)L1, epmmovsjv=DFR I(ne)BZ(0.3), ddepjvnsdn=DFI(Standardized), xojugfz=DFR I(ne)LZ(0.3), qjqjc=DFR G1, bxtdbfo=IB SPL-L2, nqalyq=DFR I(F)B2, cpnt=DFR I(F)B3(800.0), vzqafgep=DFR I(F)3(800.0), lshlc=DFR I(n)L2, qdlj=DFR I(ne)L2, nkwqxgg=DFR I(ne)B1, vpsojeoe=DFR I(F)Z(0.3), ihwoi=IB LL-D1, qjehgoezn=DFR I(n)L2, exwsvn=DFR I(F)Z(0.3), ikxhc=IB LL-D1, rlvdpd=DFR I(F)B3(800.0), zndaxlkio=DFR I(F)BZ(0.3), llo=IB SPL-D2, vkjx=IB SPL-D1, ptyqqbjuzl=DFR I(F)L1, tinbxgwjth=IB LL-L1, jhhu=IB LL-LZ(0.3), vptxtszr=DFR I(F)B2, giqyk=DFR I(n)BZ(0.3), jvdsm=DFI(ChiSquared), fqfj=DFR GL3(800.0), nxkmp=IB SPL-D1, yxphvj=DFR GB1, xidm=IB LL-DZ(0.3), kbdfxpaf=DFR I(F)Z(0.3), klnelcsyb=DFR GBZ(0.3), hrqaqae=DFR I(ne)1, wlgpo=DFI(Standardized), iznxj=DFR G1, gmurt=DFR G1, xtvczncsas=LM Jelinek-Mercer(0.700000), gnykerfagc=IB LL-L2, ovkedqa=DFR I(ne)B3(800.0), uqzziw=IB SPL-L1, ewemn=IB SPL-D3(800.0), ygc=DFR I(F)2, dfzs=IB SPL-D3(800.0), xzeq=IB SPL-L2, sotpv=DFR GL3(800.0), ifdvbxmx=DFR I(ne)B1, hykjid=IB SPL-DZ(0.3), pgmymfbifl=IB SPL-LZ(0.3), rpfyktuj=DFR I(ne)3(800.0), ulkrouucm=IB LL-D2, bzes=DFR I(ne)1, isdrrikqv=IB SPL-L2, ylfe=DFR I(ne)BZ(0.3), etrcgtvg=DFR GB2, tuvunhoak=IB LL-L3(800.0), glpeznhbr=DFR GLZ(0.3), pvy=IB LL-L3(800.0), fmvqwms=DFR I(F)1, bzovdwn=IB SPL-L3(800.0), pwd=BM25(k1=1.2,b=0.75), zaqunj=IB SPL-D1, yhl=IB LL-D2, rkcwsod=DFR I(n)B3(800.0), fikrhlj=DFR I(ne)2, xesatm=DFR GB1, zkstaw=ClassicSimilarity, hqxhwgomze=DFR I(F)B2, hwqt=IB SPL-L3(800.0), wbjvo=IB LL-D3(800.0), pwl=IB LL-LZ(0.3), oyjmynnu=IB LL-DZ(0.3), domi=DFR I(F)2, ytyo=LM Jelinek-Mercer(0.700000), qnqas=DFI(ChiSquared), joddnbdvn=DFR I(F)B2, chby=DFR I(F)BZ(0.3), peoihvp=IB LL-D2, slfmedq=DFR I(n)LZ(0.3), enht=DFR GL2, yim=DFR I(ne)3(800.0), arifvljk=IB SPL-L1, mabvogkfrg=BM25(k1=1.2,b=0.75), nqqtiegtul=DFR I(F)B2, rhjslvmrmi=DFR G2, exvckqq=DFI(Standardized), wkqhf=DFR GL1, yddjn=DFR I(F)L2, uat=DFR I(F)L1, khsbi=DFR I(F)L3(800.0), qycrnnj=DFR I(ne)B1, iknrirg=IB SPL-D1, rfyzbtsdlt=DFR I(ne)B3(800.0), aqiatbpgcp=LM Jelinek-Mercer(0.100000), xqzgzdm=IB SPL-DZ(0.3), myisdscw=DFR I(ne)B3(800.0), hxoxtv=DFR I(ne)L1, rovkx=DFR G1, ezvbqhjttn=DFR I(F)BZ(0.3), fwkmts=DFR I(F)L1, bkgjcoo=DFR GL3(800.0), wwsbgh=DFR I(n)Z(0.3), qdsp=DFR I(F)B3(800.0), ossty=DFR GB2, yqluhboq=DFR I(ne)L1, ueaxot=ClassicSimilarity, dagqhtbcn=DFR I(n)Z(0.3), mesheanrfk=BM25(k1=1.2,b=0.75), ktrxekecgm=DFR GB2, lqo=DFR I(n)B2, uifkb=DFR I(F)3(800.0), csfrvr=ClassicSimilarity, iccrd=DFR I(ne)3(800.0), him=IB LL-D3(800.0), lqt=DFR I(n)L1, zueiqudq=DFR I(n)1, nwyph=IB LL-L2, nivozppv=DFR G2, dam=DFR GLZ(0.3), dfvxd=DFR I(n)2, mapkju=IB SPL-D3(800.0), rywcuwbt=DFR GL1, yghhvrr=DFR I(n)LZ(0.3), qlrpuwkbk=DFR GZ(0.3), egndny=DFR I(ne)LZ(0.3), kymelrmlex=DFR I(n)B1, fmek=DFR I(F)1, kjifusgsej=LM Jelinek-Mercer(0.700000), hjc=DFR I(ne)BZ(0.3), uco=DFR GLZ(0.3), vqjpmyi=DFR I(ne)B1, fstxb=DFR I(n)LZ(0.3), plrhdibb=DFR GLZ(0.3), pzvia=DFR I(F)1, ystvuh=DFI(Saturated), rojdhl=DFI(Saturated), pijhihjd=DFR I(n)3(800.0), ajgzcf=IB LL-DZ(0.3), ectdfjr=IB SPL-D3(800.0), cconv=IB SPL-DZ(0.3), yln=DFR I(n)3(800.0), jnqvxfev=DFR I(ne)3(800.0), mgbenbrc=DFR I(F)B1, locugwrj=DFR G1, tbrrdsh=DFR I(ne)1, apqee=IB SPL-L1, sjaidp=IB LL-D1, cikaxfu=DFR I(ne)3(800.0), htnues=DFR I(F)L3(800.0), hkv=DFR I(n)L1, gemrotyk=DFR GB1, lsy=DFR I(ne)Z(0.3), mkxnx=DFR I(ne)L2, okvxgvd=DFR I(ne)BZ(0.3), ymm=DFR I(ne)B2, makljpxnld=IB LL-DZ(0.3), fqmayskaxs=IB SPL-D1, wjnr=DFR I(n)2, tdltkppupz=DFR I(n)3(800.0), kxmu=DFR G3(800.0), ddwhgxx=DFR GB2, zpqlkqocw=IB LL-D1, zbhwb=DFR GB2, yshkdonuq=DFR G3(800.0), ynh=DFR I(ne)LZ(0.3), zdoqhxviiv=DFR I(F)1, nxcmwn=DFR I(F)B2, rqleyskz=DFR I(n)B2, yno=DFR I(ne)L3(800.0), jkenom=DFR I(n)L1, khpaipro=DFR GZ(0.3), ysklpiefzo=DFR G2, byskpfosrt=DFR GL1, tdpbhokoml=IB SPL-D1, dee=DFR I(F)L3(800.0), saqixsqa=IB SPL-L3(800.0), jmnnywzxp=DFR G2, ucrijuovwk=DFR I(F)B3(800.0), sjpvxh=DFI(Saturated), khcxsu=IB LL-L1, kheliasnx=DFR I(F)Z(0.3), goxuixoway=DFR I(F)BZ(0.3), pqtkezwca=DFR GB1, iunjslf=DFR I(ne)B2, yok=IB SPL-LZ(0.3), kyrsqash=DFR I(n)B2, okjo=DFI(ChiSquared), dqesom=ClassicSimilarity, dew=DFR G3(800.0), irguyzguao=DFR GL2, sauuwuol=IB SPL-L3(800.0), hwblc=DFI(Saturated), maxuocnp=DFR GZ(0.3), lvm=IB LL-L1, zqcuowftao=IB LL-L1, dtgsuk=LM Jelinek-Mercer(0.700000), zayyehc=DFR I(F)B3(800.0), jbpalvnjc=DFR GL1, xiky=DFR G2, rpkk=DFR I(n)L1, cgsoiopw=DFR I(F)B2, qqph=IB SPL-L2, gwronwyi=IB SPL-L3(800.0), uhf=LM Jelinek-Mercer(0.700000), czkgtemy=DFR I(F)2, esbttuy=DFR I(n)B1, uhj=IB SPL-D2, gcfdjn=IB SPL-D1, ohqyatzs=DFR I(n)2, wagpgsmg=DFR I(ne)1, gkdmscwzy=DFR I(ne)B2, ypw=DFR I(n)L3(800.0), kahknt=DFI(Standardized), agpgduzt=DFI(Saturated), jvghfyunze=DFR GL3(800.0), enpn=DFI(Standardized), gxjzia=DFR GB1, dhsucu=DFI(ChiSquared), dgo=DFR I(n)BZ(0.3), yjxgkrsop=DFR I(ne)B2, rdmcm=DFR I(F)Z(0.3), prdtaq=DFR I(ne)B1, dgz=IB LL-D1, tuwrj=DFI(Saturated), uim=DFR I(n)L2, uajjivr=DFR I(F)3(800.0), zaiexxybw=BM25(k1=1.2,b=0.75), qap=IB SPL-L1, idoycxunml=DFR I(ne)2, poskketzb=IB LL-D2, xeet=DFR I(F)B3(800.0), gtyzfcom=LM Jelinek-Mercer(0.700000), lxp=DFR I(ne)LZ(0.3), dsfoj=IB LL-DZ(0.3), cubu=DFR I(n)LZ(0.3), rqbfz=IB LL-D1, ncmswvcp=DFR I(n)B2, exsvxnoxl=IB SPL-L3(800.0), ttwmajhop=DFR GB1, okkp=DFR I(ne)B1, fbrdkqo=DFR I(F)L2, ljmrpsh=DFR I(n)L3(800.0), qdaonf=DFR I(ne)L2, jkxbkf=ClassicSimilarity, xzpnrug=DFR GBZ(0.3), ueksyv=LM Jelinek-Mercer(0.100000), hqi=IB LL-D1, ggopevqkrb=DFR I(F)B1, lisbnla=DFR GL1, acylrs=IB LL-DZ(0.3), ruhuirmd=DFR GL2, cuez=DFR I(n)L2, djwyxlpisc=DFR I(F)L1, jaygbhrrfu=DFI(Standardized), aukhkha=DFR I(n)B3(800.0), gsmsfbgic=IB LL-L1, ipnhkmlka=DFR I(ne)2, acvbqxlemu=DFR G2, crjwqvwyh=IB SPL-L2, iehmd=DFR I(F)B3(800.0), ukj=IB LL-LZ(0.3), cucamfhbtj=DFI(Standardized), qck=IB SPL-D1, xwmrewto=DFR I(ne)B2, ihqegwhr=DFR I(n)BZ(0.3), djb=DFR GL2, bkrxdyalcn=DFR I(F)B1, whoot=DFR I(n)L2, mzzjthqjl=DFR I(n)BZ(0.3), pbkijldin=DFR I(F)2, erzzm=DFR I(ne)B3(800.0), zxfy=DFR I(F)1, tvzpi=DFR I(F)Z(0.3), ula=IB SPL-DZ(0.3), hmhwyzner=IB LL-L1, iashoy=DFR I(F)B3(800.0), dcnlywwl=IB SPL-L2, lbbaixaq=DFR I(F)2, gpof=DFR GL2, njewij=DFR I(n)Z(0.3), ejiw=DFR G2, yrmiyo=DFR GB2, xihaw=DFR I(F)B2, enqgvzxm=DFR I(n)Z(0.3), lymvzwi=BM25(k1=1.2,b=0.75), aoagzp=DFR I(F)L3(800.0), djuvsxqh=DFR GLZ(0.3), qgzxlffyqp=IB SPL-LZ(0.3), mtwljgpd=IB LL-L1, rlppttt=IB SPL-L2, oooafbuzr=IB SPL-L2, ecuurqvhhy=DFR I(F)B2, thvkmncod=ClassicSimilarity, qzxdeaf=DFR I(ne)Z(0.3), fvkrp=DFR I(ne)1, ulwmy=DFR I(F)B3(800.0), flsthz=DFI(ChiSquared), gpri=DFR I(F)2, qjqgqjcguw=DFR I(F)B1, gilzdne=DFR I(ne)B3(800.0), hzsawzadl=IB LL-LZ(0.3), bbplckuw=DFR I(F)B1, dky=DFR I(n)BZ(0.3), fiha=DFR I(F)L3(800.0), xkpevrl=DFR I(F)LZ(0.3), rxcxyd=DFR I(ne)B3(800.0), vkuxgomm=DFR GZ(0.3), ruenpvgany=DFR GB3(800.0), cgvkr=IB SPL-LZ(0.3), mybiclqosb=DFR I(ne)2, rhdjbhhoo=DFR I(ne)L2, dgix=DFR I(F)L3(800.0), iumspsffu=IB LL-D3(800.0), umz=DFR I(F)L3(800.0), tezqwzf=DFR I(ne)Z(0.3), rlenfirg=DFR I(F)L3(800.0), svhbiuku=DFR GL2, kbbbvfpg=DFR I(F)LZ(0.3), safdt=DFI(Saturated), yasud=DFR I(n)B2, jummanv=DFR GL1, gphmotsse=DFR I(ne)L1, xaae=DFR G3(800.0), emgeowt=IB LL-L1, trnq=DFR I(ne)LZ(0.3), acsssh=DFR I(n)B2, melqhbt=DFR GB3(800.0), qfr=DFR I(F)BZ(0.3), xkfrfim=DFR GLZ(0.3), dkfabwawei=DFR I(F)L2, lunrqn=IB SPL-DZ(0.3), oruzlridyn=DFI(ChiSquared), zynjgrmvb=DFR I(F)L1, lrnrjhn=IB LL-D1, eqtczgmgf=IB SPL-D1, twisoayuni=DFR I(ne)3(800.0), woxcghooh=IB LL-L3(800.0), dfgancwojg=DFR I(F)3(800.0), f_OFFSETS=IB SPL-D3(800.0), bgorn=DFR I(ne)B3(800.0), ybtecftn=DFR I(F)BZ(0.3), dnc=DFR I(F)3(800.0), xyspguss=DFR GBZ(0.3), vnwlzrt=DFR I(n)2, bemz=IB LL-L1, yuryxjbiqv=DFR I(n)L2, patshjsx=IB LL-DZ(0.3), honw=IB LL-D3(800.0), whxmb=DFR GLZ(0.3), fuhnl=DFR I(n)3(800.0), cosoef=DFR I(n)B2, aecdgioro=IB LL-D1, hvy=DFR I(ne)B2, wumjxcas=DFR I(n)L2, rhck=LM Jelinek-Mercer(0.700000), samlahqkt=IB SPL-L1, vmsehhx=DFR I(n)B3(800.0), bbffzegnfs=IB LL-L3(800.0), choj=DFR I(F)LZ(0.3), rfmtzuz=DFR I(
   [junit4]   2> F)BZ(0.3), okrq=DFR I(ne)LZ(0.3), xbhem=IB SPL-L3(800.0), otvdp=IB LL-LZ(0.3), yxfxflaf=DFR I(n)L3(800.0), zoylgsmh=DFR I(F)1, eeptlu=IB SPL-L3(800.0), rprx=DFR GB3(800.0), dnz=DFI(Saturated), norxiw=DFR I(ne)Z(0.3), beme=DFR G1, dob=IB LL-L2, drdubyfzbm=DFR I(ne)3(800.0), mpgqulfx=IB SPL-D3(800.0), genlmkrm=DFR I(n)B2, skex=IB SPL-D1, ooiuagvdsq=IB LL-L2, hwo=LM Jelinek-Mercer(0.100000), ddawbqij=DFR I(n)Z(0.3), ykfdridwsx=IB SPL-DZ(0.3), tppkensp=DFR I(ne)L1, sjmgrksq=IB LL-D2, pnkcknp=DFR I(n)Z(0.3), ywctouo=DFR GB1, apovh=DFR I(F)2, jmgo=DFR I(n)Z(0.3), pfha=DFR I(n)3(800.0), gqcrrvgwmt=DFR GL2, jjfdhq=DFR I(n)L1, nzhaivecp=DFR I(F)B1, ure=BM25(k1=1.2,b=0.75), wrlxy=IB SPL-LZ(0.3), hjrkkdf=DFR I(n)Z(0.3), kcoy=DFR I(ne)2, rohrigke=IB SPL-L2, jhkxtzb=DFR GB1, ryfg=DFR I(F)L3(800.0), gxjmxr=DFR I(F)BZ(0.3), lynxmkih=DFR GZ(0.3), dxdow=DFR I(F)B3(800.0), qjjepaxqnr=DFR G3(800.0), unvldah=IB LL-L2, nttwqrf=IB LL-DZ(0.3), kfyodjemjp=DFR I(ne)LZ(0.3), jtfenc=DFR I(ne)BZ(0.3), zcfs=DFR GZ(0.3), fmun=DFR I(F)L1, xrcoehs=DFR I(F)BZ(0.3), efkg=DFR I(F)B2, tknuynp=DFR I(F)B1, roczqpied=IB SPL-D2, fblncwbd=IB LL-L1, huwaqrv=DFI(ChiSquared), mvmyxquxtr=IB LL-DZ(0.3), usv=DFR I(n)Z(0.3), qkt=IB SPL-LZ(0.3), ftzztskkd=DFR GBZ(0.3), lgobux=IB SPL-D1, dpaf=IB LL-DZ(0.3), nndchybufg=DFR I(n)LZ(0.3), xkwdi=IB SPL-DZ(0.3), drr=IB LL-L3(800.0), f_POSITIONS_AND_OFFSETS=IB SPL-DZ(0.3), ute=DFR I(ne)2, scioavmp=IB LL-D2, ufxatavqyj=DFR I(F)L2, dsc=DFR I(ne)B1, fanqq=IB SPL-LZ(0.3), dsl=DFR I(F)L3(800.0), oulsqjj=IB LL-DZ(0.3), qadmdssuln=DFR I(ne)Z(0.3), lsydv=DFR I(F)B1, qframsvm=DFI(Standardized), uhjxype=DFR GL3(800.0), xqueasf=DFR GL1, zhutphg=DFR GLZ(0.3), gcyphmku=DFR I(ne)2, jwtfy=IB SPL-D2, cbrjtiyvdl=DFR I(ne)BZ(0.3), tdaitgixh=DFR GL3(800.0), molngbwidq=DFI(ChiSquared), jtychol=ClassicSimilarity, fewpcajz=IB LL-D3(800.0), baowkdgoq=DFR I(ne)L1, twcodisbfy=LM Jelinek-Mercer(0.700000), gaqllo=IB LL-L1, qns=DFR I(F)2, vslsrnhgvt=DFR G2, nznvkkezx=IB LL-DZ(0.3), agewvsqqas=DFR I(ne)2, qnx=BM25(k1=1.2,b=0.75), mrullv=DFR I(n)BZ(0.3), asqo=DFR I(ne)L1, hhqfcah=DFR GL3(800.0), qkykjo=DFR G2, ehqugutbzf=DFR GB1, llvsvdm=DFR I(n)B2, uwf=DFR I(F)B3(800.0), wvxlv=IB LL-DZ(0.3), tccwllm=DFI(ChiSquared), tatvg=DFR G2, uwm=DFR G2, qoh=IB SPL-L1, guft=DFR I(ne)L1, lngngb=BM25(k1=1.2,b=0.75), ktyo=IB LL-DZ(0.3), pqzbawfq=DFR I(n)L3(800.0), zeufe=IB SPL-D2, dve=LM Jelinek-Mercer(0.700000), oklfvw=DFR GB1, aejsoui=DFR I(F)B3(800.0), ieice=DFR I(ne)L2, dmjkcnkffv=DFR I(F)B2, xhtmdhfa=DFR I(n)B2, mrnv=DFR GLZ(0.3), ibpyy=DFR I(n)L2, jqgewalzr=DFR I(ne)LZ(0.3), wojd=DFR I(n)Z(0.3), peswx=DFI(Standardized), xgaql=IB LL-D2, kwywz=DFR I(n)LZ(0.3), yhbts=DFR I(ne)L1, yncdou=DFR I(F)3(800.0), tvgnos=DFR GZ(0.3), qmxu=DFR G3(800.0), mhh=IB LL-D1, tqpurrl=DFR I(ne)2, qpo=DFR G1, ojxkvn=DFR I(F)LZ(0.3), csmgi=IB SPL-D2, qpu=IB SPL-D3(800.0), jysnkgr=DFR I(F)B1, frvptptew=IB LL-L2, eyastyk=DFR I(F)BZ(0.3), pikpnew=DFR I(n)B3(800.0), cysykzyys=DFR I(F)BZ(0.3), dwv=IB SPL-DZ(0.3), zpssdmd=DFR I(F)2, cdpcrwecnr=DFR GB2, lpbdu=DFR I(n)Z(0.3), mvnof=DFR G3(800.0), tnxunpp=DFR I(ne)2, aonb=DFR GB3(800.0), nutlwkknn=DFR I(n)2, vprf=DFR I(F)1, yxqfux=BM25(k1=1.2,b=0.75), tmphzhop=DFR G1, uzm=DFR I(F)2, ibc=DFR I(n)L2, cswsrji=DFR I(F)Z(0.3), rggrztfd=IB LL-L1, hyvlpkube=DFR I(F)L1, xomor=DFR I(ne)Z(0.3), cgyftn=IB LL-D3(800.0), gkwgumky=DFR GBZ(0.3), stipmnoa=IB SPL-D2, vkxrpnomye=DFR I(n)LZ(0.3), oxgjjwrq=DFR I(F)B3(800.0), qrldey=DFR I(n)B2, zdj=DFR GL2, yuijcillz=DFR GL1, bhocm=IB LL-LZ(0.3), xsqhk=IB LL-L2, qsl=IB SPL-D1, yyzknm=IB SPL-D3(800.0), tpwvytuowa=DFR GBZ(0.3), aboqn=IB LL-D3(800.0), edggjmcqsq=IB SPL-D1, cgcuukd=IB LL-D2, uzjj=DFR I(n)L3(800.0), pitddnsb=DFR I(F)2, skvfvfjv=IB SPL-L1, uerygc=DFR I(F)2, zed=DFR I(F)2, qwvddsflwu=DFR GB3(800.0), pelfqpv=DFR GB2, mgwppcz=DFR I(n)B2, jshzvwhyot=DFR I(F)L3(800.0), cpreub=ClassicSimilarity, ulrssh=DFR I(F)L2, pwsc=DFR GB1, mxcctucfs=DFR GBZ(0.3), ionhuwr=DFR I(ne)B1, ida=DFR I(F)3(800.0), ckvbsftao=IB LL-L3(800.0), unlzyt=DFR I(F)BZ(0.3), qqociztfk=DFR I(ne)B1, ghcykadvvi=DFR G3(800.0), lnrxkde=ClassicSimilarity, fidpfrj=DFR I(ne)B2, nunpkm=DFR GL3(800.0), iqvrnvo=LM Jelinek-Mercer(0.100000), slpgvnl=IB LL-D2, ajborhw=DFR I(n)BZ(0.3), hbosdzfg=DFR I(n)2, yycwbizs=IB LL-D3(800.0), eyagqpo=DFR I(F)Z(0.3), djlyuq=IB LL-D2, ftdccffhz=DFR I(ne)B3(800.0), ief=DFI(ChiSquared), mqgtp=DFR I(ne)L2, xvjmhdyav=DFR I(F)LZ(0.3), dlidutrdo=IB LL-L3(800.0), ptbvbyg=IB LL-LZ(0.3), rfjky=DFR I(F)B1, rlzg=DFR I(F)2, apijofrjjo=IB SPL-D2, vamlfpc=DFR I(n)Z(0.3), mrtw=DFR I(n)BZ(0.3), ifpgk=DFR I(ne)L3(800.0), kppgllr=DFR I(ne)3(800.0), alilro=DFR GL1, devjebxt=DFI(Saturated), alcemfbtds=DFR I(ne)LZ(0.3), cadhw=DFR I(n)3(800.0), qvy=DFR GL1, vsxqifjs=IB SPL-D1, vvtotfthqk=DFR I(n)1, fqpats=DFR I(ne)B1, rmrnpel=DFR I(F)3(800.0), ruemgnje=DFR I(ne)2, hhlaze=DFR I(ne)2, usvrpdijy=IB LL-D1, knxqubjw=DFR I(n)L2, olef=DFR I(F)1, upzvlkc=DFR GBZ(0.3), ajkepm=DFR I(ne)1, hwzsrqo=DFR I(n)LZ(0.3), ldqdtzp=IB LL-D1, ofyens=IB LL-L2, kulcbjg=DFR I(F)L1, mbovvfqukv=DFR G1, qxc=DFR G1, zip=DFR I(F)BZ(0.3), zio=DFR G2, pbmq=DFR I(ne)L1, izksic=DFR GL2, bxsdqux=ClassicSimilarity, vas=DFR I(F)B2, ubzkq=DFR GLZ(0.3), kajclkjwun=DFR I(F)BZ(0.3), skvd=IB LL-L1, cakiqa=DFR GL2, jitpvlebvv=IB LL-L3(800.0), iscd=DFR I(n)L2, tjqg=DFR GZ(0.3), vodcrunwy=DFR I(F)2, cdvglekkhd=BM25(k1=1.2,b=0.75), wgucnpkmkz=DFR G2, lcfrqhwbi=DFR GL2, azmdf=DFR G2, fhmdrzxnd=DFI(ChiSquared), mjohzgnd=DFR I(F)B1, gepfzgxa=DFR I(F)B2, mqo=IB SPL-L1, wsyuoi=DFR GB1, zkc=DFR GBZ(0.3), zvsneuxn=IB LL-LZ(0.3), akaghinuir=IB SPL-DZ(0.3), kxjfht=DFR I(F)B1, ffgtmeb=DFR I(F)1, kecdieszjk=DFR I(F)L1, lxdvhbpail=BM25(k1=1.2,b=0.75), scih=DFR I(n)L3(800.0), dwjljrfee=DFR I(F)B3(800.0), zcqcjegypb=DFR I(ne)BZ(0.3), hlwkae=DFR I(ne)3(800.0), jvik=DFR I(ne)B1, qhdyixxowc=DFR I(F)L2, vpjeeo=DFR I(F)B3(800.0), tupqrrtkx=DFI(Saturated), vujyh=IB LL-D3(800.0), ijt=DFR I(ne)L1, hpba=DFR GL1, mrlciblf=IB LL-D2, pjerl=DFR GB2, dcosefbhk=DFR I(n)L3(800.0), wotd=DFR I(ne)3(800.0), vdo=DFR I(ne)B3(800.0), gwooomq=DFI(ChiSquared), spzub=DFR I(F)L2, vltr=DFR I(n)B1, jmcdgrd=DFR I(n)LZ(0.3), vmvotxaycj=DFR I(F)L3(800.0), ignrlshwhz=DFR GBZ(0.3), szsmiqq=DFR I(n)L2, arvudjk=DFR I(n)L3(800.0), lxkfsu=DFR I(n)1, jaixokfzex=DFR I(n)LZ(0.3), zmj=ClassicSimilarity, kfdtsnpwyu=DFR I(F)L1, lanoof=DFR GB3(800.0), yzfe=IB LL-L1, drvwpxekk=IB LL-DZ(0.3), pjwlooolod=IB LL-L3(800.0), exyabt=DFR GLZ(0.3), gahzmld=DFR G2, tjuq=DFR GZ(0.3), hpbcm=IB SPL-D1, nutacghh=IB SPL-L1, sjygyayij=DFR I(F)LZ(0.3), infve=LM Jelinek-Mercer(0.100000), mtt=DFR I(ne)B2, dqzmcwu=DFR I(ne)1, ddlonhq=DFR I(ne)B3(800.0), ultypt=DFR I(ne)Z(0.3), gzqily=DFR I(ne)BZ(0.3), evthskmp=DFR I(F)L3(800.0), mua=IB LL-L3(800.0), laoyolrbc=IB SPL-DZ(0.3), fdfzte=DFR I(ne)BZ(0.3), hropsth=DFR I(n)1, muf=IB SPL-D3(800.0), hsmsqmk=DFR I(F)B1, oqbenautel=DFR I(n)B2, qeiyzrviv=DFR I(n)B2, pytpabev=IB LL-DZ(0.3), wvcek=DFR I(ne)BZ(0.3), vga=DFR I(n)Z(0.3), pqhlyxcr=DFR GB1, pinrdi=IB LL-LZ(0.3), yoxybxys=IB SPL-L3(800.0), hpgi=DFR I(n)LZ(0.3), hvspwc=IB LL-D2, dhxvunjs=DFI(Saturated), idhxuh=DFR I(n)3(800.0), omjqcsm=DFR I(F)L2, vgy=DFR I(n)LZ(0.3), kecuzfjdgl=DFR I(ne)Z(0.3), egcsvdcdh=LM Jelinek-Mercer(0.100000), tjnudjzsf=DFR G3(800.0), efm=DFR I(ne)B1, icgzlywrc=DFR I(ne)B3(800.0), vkjsqsji=DFR I(n)L3(800.0), tskhkzrj=DFR I(ne)2, mltbcwu=DFR I(ne)B3(800.0), phbnzwau=DFR I(ne)2, yuxhwdv=DFR GB1, ozysftumn=DFR I(n)BZ(0.3), rlhvdp=ClassicSimilarity, rnvzowsyk=DFR I(ne)LZ(0.3), zpv=IB LL-DZ(0.3), egd=DFR I(ne)BZ(0.3), gegsns=IB LL-D3(800.0), ltey=IB LL-LZ(0.3), aglh=IB LL-LZ(0.3), oqwjkdvqm=DFR I(ne)L3(800.0), yslpoka=IB LL-D1, wlkotcqya=DFR I(n)LZ(0.3), pnjszz=DFR I(ne)1, xqemqg=IB SPL-D2, pkednqfaoz=DFR GBZ(0.3), xfdrtnb=IB SPL-L1, bwwltm=DFR GL3(800.0), gbyknpu=IB LL-D2, tdejxhtwnh=DFR I(ne)3(800.0), xrshcwlnm=DFR GB1, jmevpda=DFR I(n)L1, sydcye=DFR I(n)BZ(0.3), rzlax=IB SPL-L1, wzziejpe=DFR I(n)2, zomgp=BM25(k1=1.2,b=0.75), qnoqrfeip=DFR G3(800.0), ehn=DFR I(n)B1, tqnkr=DFR I(ne)L1, rba=IB LL-D1, xchxfjioz=DFR I(ne)3(800.0), jswkv=IB LL-L1, tfqa=DFR GB1, xuyjovcouh=DFR GL3(800.0), zrp=IB LL-L3(800.0), ragax=DFR I(F)B2, uhzfhtnw=IB LL-L1, luuhp=DFR GZ(0.3), mixvi=IB SPL-DZ(0.3), pegymeg=IB LL-L2, hdlegf=DFR I(ne)L2, uyevilp=DFR GBZ(0.3), ziesdfj=DFR I(n)Z(0.3), mysghon=DFR G1, nkmzpzdedo=DFR I(F)Z(0.3), ynezwlfj=ClassicSimilarity, ktkvq=IB LL-D2, zlnl=DFR GL2, rwkgu=DFR G3(800.0), cyfzrk=DFR I(ne)BZ(0.3), ufzwatqwe=DFR G2, rtlfic=IB LL-L3(800.0), uzyo=DFR I(n)L2, wrgols=BM25(k1=1.2,b=0.75), jkayxdo=DFR I(F)LZ(0.3), usyhaiv=DFR I(F)L3(800.0), ozaisqjcg=DFR GL2, clrqga=DFR GZ(0.3), rci=DFR GL3(800.0), uedkhmqlm=DFR I(n)L1, wpzzgdai=DFR G2, ltfo=DFR I(F)BZ(0.3), mrbujjcey=DFR I(n)Z(0.3), gfruyj=DFR I(ne)L2, aqrrrfxd=DFR GL2, skrrvciiv=IB LL-D3(800.0), jrhv=DFR I(n)Z(0.3), gexgi=DFR I(ne)B1, czbyao=DFR I(n)L1, enqvv=DFR I(n)2, bdaxelgblj=DFR GL1, lkur=IB LL-DZ(0.3), iry=BM25(k1=1.2,b=0.75), rbyhrycg=DFR I(ne)BZ(0.3), gcrhitjuij=DFR GZ(0.3), hmtlfy=DFR GZ(0.3), ntbbmwtfh=DFR I(ne)3(800.0), nkedwgmk=DFR I(ne)Z(0.3), vvqnxf=DFR I(ne)Z(0.3), wresannliu=DFR I(n)B3(800.0), szkylpj=DFR I(ne)2, uyubohyvzn=DFR I(F)3(800.0), pwrjsund=DFR I(F)B2, jtiwoqd=DFR GL3(800.0), kqzxuatw=DFR GZ(0.3), tspl=DFR I(F)Z(0.3), vme=DFR I(ne)2, itb=IB LL-L2, ostfbkgzo=IB LL-D1, aoimqib=IB LL-D1, dssrpatbc=DFR GB2, chykobxb=DFR I(F)BZ(0.3), honalsco=DFR I(F)BZ(0.3), zsdfd=DFR I(n)L2, oeoovvywd=DFR I(ne)L1, fgfwv=DFR GB2, kcwmglv=DFR I(n)LZ(0.3), zxbdyts=DFR I(n)L3(800.0), urji=DFR I(ne)L2, caagobpv=IB SPL-D3(800.0), tnrxbjsw=DFR I(ne)L2, itu=DFR I(F)2, eumvskp=DFR I(ne)3(800.0), sfogph=IB LL-D2, rszmcfvse=IB LL-L2, elv=DFR GL2, tweqlwpabk=IB SPL-L2, lqspoimhj=LM Jelinek-Mercer(0.700000), rfd=IB SPL-L3(800.0), milas=DFR I(F)2, scrd=LM Jelinek-Mercer(0.700000), rfj=IB LL-L1, mntvplkv=DFR GB3(800.0), mxnzswdmbt=IB LL-L2, iisve=IB LL-L1, hldl=DFR I(n)L2, iui=IB LL-L3(800.0), aociysd=DFR GB3(800.0), cbyhngjwzb=IB LL-D3(800.0), twzn=DFR G2, bbpio=IB LL-LZ(0.3), dlifz=DFR I(F)LZ(0.3), ovkdhur=IB SPL-L2, xsyfc=IB SPL-L2, adpevoql=DFR GLZ(0.3), vwvklujiyl=DFI(ChiSquared), fjgml=DFR I(F)B1, rzsqcpmf=DFR I(n)B2, vwblcslcs=DFI(Standardized), qkbvyzcw=IB LL-LZ(0.3), zwp=DFR I(ne)L3(800.0), tpfwoceh=DFR I(ne)L3(800.0), wpbj=IB LL-LZ(0.3), zpzr=DFR I(ne)B1, nvik=DFR GB1, jfeeul=DFR I(ne)Z(0.3), shaet=DFR GB3(800.0), aocwta=DFR GB2, qwao=BM25(k1=1.2,b=0.75), ohziv=DFR I(F)L2, wakbwsuwam=DFR I(ne)L1, blduk=DFR I(ne)B3(800.0), hkrkrwhkl=DFR I(F)3(800.0), jwrwnbbslw=IB LL-D2, ctorrioay=IB LL-D1, fjhd=DFR I(F)L3(800.0), rjvfp=DFR I(n)B2, gbahglbwy=DFR I(F)L3(800.0), avhltmi=DFR I(n)L3(800.0), tinxcgt=IB SPL-D1, paqdlir=DFI(Standardized), lchu=DFR I(n)3(800.0), vpr=DFR I(ne)L2, ibuipu=IB LL-D2, uzixzztpqk=DFI(ChiSquared), yzwawqf=IB SPL-D2, azknk=DFR GZ(0.3), iymgvy=DFR GB2, rhz=DFR I(ne)BZ(0.3), eoxzr=DFI(ChiSquared), vshjxyjorn=IB SPL-L3(800.0), wpaig=DFR I(F)3(800.0), srqrolb=IB LL-D3(800.0), zdvcf=IB LL-L2, agq=DFR GLZ(0.3), xegzd=DFR I(F)L3(800.0), vhoeisff=DFR I(ne)3(800.0), fwautvnpf=DFR GLZ(0.3), touqwzxuz=DFR I(F)LZ(0.3), vrhyzstj=DFI(ChiSquared), pwore=IB SPL-DZ(0.3), dnfud=ClassicSimilarity, cptwvv=DFR I(n)B1, vybetbivvw=DFR I(F)B1, mpcwlujt=DFR I(ne)L2, ceiq=IB SPL-L2, axuf=DFR I(ne)Z(0.3), xdvffxuj=DFR I(n)L1, ockzcgvzs=DFR I(ne)L1, uumxqpwper=DFR GB1, ikcy=DFR I(n)B1, kidkvzqjwe=IB LL-D3(800.0), yhphnl=DFR I(ne)L2, voyvt=DFR I(ne)LZ(0.3), lgsu=IB LL-D2, poaxkzb=DFR I(n)B1, ydbxj=DFR I(n)3(800.0), oymh=DFR I(F)2, ahz=DFR I(ne)L3(800.0), fkjpf=DFR GB1, povz=IB LL-L3(800.0), eowixkca=DFR G1, zjbcfubpzt=DFR I(ne)L2, hrkinkkwyd=DFR I(n)B2, dddx=DFR I(ne)BZ(0.3), aii=DFR I(n)L3(800.0), tyvbuenql=DFR I(ne)Z(0.3), vjimjs=IB SPL-L2, xogmclfoi=DFI(ChiSquared), jvze=DFR I(n)L1, asrozb=DFR I(ne)B3(800.0), flzim=DFR I(ne)1, esjicl=DFR I(F)B2, gfrupm=DFR I(ne)L3(800.0), gbazd=DFI(Saturated), kyamfbfywy=DFR I(F)2, oupiwafuq=DFR GL1, rnfasmkfw=IB LL-D3(800.0), yvlx=DFR I(ne)B2, bbjd=DFR I(n)B1, rvjpchltf=IB SPL-L1, gqkhwhnm=IB LL-L2, erc=DFR GL1, jnokhtetns=IB LL-L1, jyndgh=LM Jelinek-Mercer(0.100000), rkr=DFI(Saturated), fxvbuxu=DFR I(F)L1, erh=DFR I(F)L1, pejwegtou=IB LL-L1, dtjesgqg=DFR I(n)L1, eri=DFR I(ne)B2, rkz=DFR I(ne)B3(800.0), yejv=DFR I(ne)B2, ptxqymrcy=DFR I(F)BZ(0.3), cvtpbs=DFR GL2, qbdftshmfo=IB LL-D1, pievpetm=LM Jelinek-Mercer(0.700000), dmoafcsyd=DFR I(n)LZ(0.3), ndb=DFR I(F)B3(800.0), ajw=DFR GB3(800.0), wdoht=DFR G1, xdlrujj=DFR I(ne)B2, vtv=DFR G1, aizzq=IB SPL-DZ(0.3), mavbkxdof=DFR I(F)L3(800.0), f_POSITIONS=DFR I(F)Z(0.3), slekwm=DFR I(n)L3(800.0), plsuxg=DFI(Standardized), mvjiwdzjl=DFR I(n)LZ(0.3), uxtiml=DFR GB2, zhggmjdcew=DFR GB1, pnjnazcf=DFR I(n)B2, zommm=DFR I(ne)L2, alb=DFI(Saturated), iaygmqe=DFR G1, ixnyb=IB SPL-L1, vux=IB SPL-L1, xppvtjj=DFR I(ne)BZ(0.3), eted=DFR I(ne)3(800.0), wimpq=DFR I(F)3(800.0), atqg=DFR I(F)1, ynybuinihq=DFR I(ne)L1, guvmqkr=DFR I(F)B2, rnd=DFR I(ne)B3(800.0), xzgzgxnmw=DFR I(F)B2, qnvw=IB LL-L1, osyfrgg=DFR G3(800.0), alx=DFR I(ne)2, yvnf=DFR I(ne)B1, bynxm=DFR I(ne)L1, cxtyqmp=DFR I(n)L1, uhfqbbfub=IB LL-L3(800.0), lkmyzd=IB LL-D2, musbgtgzf=DFR G3(800.0), goxoves=DFR I(n)B1, ihqhwiqbdq=DFR I(ne)L2, vwd=DFR I(n)LZ(0.3), jgdili=DFR I(F)BZ(0.3), rob=LM Jelinek-Mercer(0.700000), czwunr=DFR I(ne)L2, lrygt=DFR I(ne)LZ(0.3), geklaoh=DFR GB2, ohnicklpm=DFR I(ne)L2, vjiqhufu=DFI(ChiSquared), pmzgix=DFR I(ne)L1, kuxn=DFR I(F)L2, cejrd=DFR GB1, cfeevjf=DFR I(F)B2, ceqc=DFR I(n)L1, ybtofso=IB LL-D2, iuzwj=DFR I(ne)B2, eces=DFR I(n)B3(800.0), zhra=IB LL-L3(800.0), icsskmi=DFR I(ne)2, nvklshvl=DFR GLZ(0.3), udhyoewyx=LM Jelinek-Mercer(0.700000), sllpdeen=DFI(ChiSquared), qhglhy=LM Jelinek-Mercer(0.100000), jsmuqx=DFR I(F)Z(0.3), hcdpok=DFR I(n)BZ(0.3), uezw=BM25(k1=1.2,b=0.75), omlnmtxwj=LM Jelinek-Mercer(0.100000), tupugbmj=DFI(Standardized), ixlgasq=LM Jelinek-Mercer(0.100000), dlhhamdyj=IB SPL-LZ(0.3), nqdlr=DFR GB1, vyj=ClassicSimilarity, wzgmbwr=DFR I(F)L1, aot=IB SPL-D1, qvksvwpjn=DFR I(ne)2, aov=DFR I(ne)L2, llfe=LM Jelinek-Mercer(0.100000), exb=IB SPL-L1, lgggn=IB LL-D2, wsxqfvfax=DFR I(n)1, nbuzh=DFR I(n)L1, qfsdgsujib=DFR I(ne)BZ(0.3), ysbccgcffr=DFR G1, nio=DFR GB3(800.0), tfytavtrdv=IB LL-DZ(0.3), yovqugrjow=IB LL-D1, qkrkzsnqq=DFR I(F)B1, cndyaktf=IB LL-DZ(0.3), kuza=IB LL-D2, fwlq=IB SPL-L2, viqjxioson=DFR I(n)1, eteyxakem=DFR I(n)2, dyvi=IB LL-D3(800.0), gocqvkdmd=DFR I(n)B2, effqoo=DFR I(ne)L1, rrk=DFR GZ(0.3), gmvj=DFR I(ne)Z(0.3), afgbadfhh=IB LL-D2, donwacswcf=DFR GL1, nelncmwouj=IB LL-D2, cqupvjfp=DFR GB2, njw=IB SPL-DZ(0.3), drajvgqgs=DFR I(F)3(800.0), lwdgkw=DFR I(F)B2, etzyfonh=BM25(k1=1.2,b=0.75), hvpsbbr=DFR I(F)L3(800.0), tusjhnlbv=IB SPL-LZ(0.3), wgahyrf=DFR I(n)B2, fpzuy=ClassicSimilarity, aqz=DFR I(F)B3(800.0), adlkv=DFR GZ(0.3), alktxfx=DFR I(n)BZ(0.3), jco=IB LL-D3(800.0), ixhd=DFR I(ne)L3(800.0), vidhbt=DFR I(n)2, heryso=DFR GL2, flrqr=DFR I(F)3(800.0), vhoeyg=IB LL-L2, urye=IB LL-L3(800.0), ktcdrl=DFR I(ne)L1, zsctoz=DFR I(n)Z(0.3), zvdkdwv=IB SPL-D2, xisjobqa=DFR I(n)Z(0.3), vpiedqkm=IB LL-L3(800.0), ysjac=DFR GL1, lgrsymhptj=DFR I(ne)L2, asm=LM Jelinek-Mercer(0.100000), kxxzsdhj=DFR I(ne)2, whdzdof=DFR I(n)Z(0.3), dmcc=DFR I(n)1, dvlhqlvrob=DFR I(n)3(800.0), ltzm=IB SPL-D1, sqzulbtw=DFR GB3(800.0), wxloocjkea=ClassicSimilarity, unsu=DFR I(ne)LZ(0.3), ptrll=IB LL-D3(800.0), ckysde=DFR G2, ppfa=IB LL-D2, zarhwzbitj=DFR I(n)BZ(0.3), efowkajwep=DFR I(n)2, ate=DFR I(F)B2, wfgvf=DFR I(n)B1, lybz=DFR GB3(800.0), iihvyufgip=BM25(k1=1.2,b=0.75), jasinmskmi=DFR I(n)Z(0.3), qbgd=DFR I(n)L1, icuotwu=DFR I(n)Z(0.3), rjimxcc=DFR G3(800.0), clkyhneb=IB SPL-L3(800.0), rqzekllj=DFR G2, dmmfvqdw=DFR GBZ(0.3), aokazux=IB SPL-D1, ptlx=DFR I(n)L1, tokyircuv=IB SPL-L1, maoerydxl=DFR I(F)BZ(0.3), rfgjuo=DFR I(ne)LZ(0.3), fnsjlarrh=DFR G1, dazsfijgl=IB SPL-L1, jfe=DFR I(n)LZ(0.3), xtcaae=IB SPL-D1, rvl=IB LL-D2, kafbxduds=DFR GBZ(0.3), ebvuwdbnn=DFI(Saturated), pagyjgunb=DFI(Standardized), yseuu=DFR I(F)B3(800.0), zuqd=DFR I(ne)L2, alzbjb=DFR GBZ(0.3), lsfpahpg=DFR I(n)2, wixzoge=IB SPL-L1, kqxfeyhr=DFR I(n)B2, djwxybrhdn=IB SPL-L2, yonpp=IB SPL-L3(800.0), ppgy=DFR I(ne)L3(800.0), karllves=DFR I(n)L3(800.0), wvbzni=DFR I(ne)B1, mxkdjktt=DFR I(n)B2, cfkjeic=IB SPL-L2, tzizgjam=DFR I(ne)B3(800.0), bkfoixwi=DFR I(F)L1, jgw=DFR I(F)Z(0.3), xomy=IB SPL-LZ(0.3), eushtfojmi=DFR I(n)L3(800.0), vabcqors=IB SPL-D3(800.0), uynjyiflga=DFR I(ne)B2, twxnvgbs=IB SPL-L2, tzcij=IB SPL-DZ(0.3), dqlg=DFR I(ne)L
   [junit4]   2> Z(0.3), xcoawrg=DFR I(F)1, xrgmcz=DFR I(F)3(800.0), wcoseo=DFR I(n)1, zvyuzjmqbz=DFI(ChiSquared), ddrr=IB LL-D1, ejmlqta=DFR GZ(0.3), tyvyujn=DFR I(F)B1, ucrxehg=IB LL-D3(800.0), nngyjszyc=DFR I(n)2, yhgigpy=IB LL-L2, hojkuupzyb=DFR I(F)B2, tvoozhltbn=DFR I(ne)LZ(0.3), nhhlbte=LM Jelinek-Mercer(0.700000), wowgl=DFR G2, lnckhozno=IB SPL-L3(800.0), mdblskd=DFR I(n)LZ(0.3), anuum=DFR I(F)L1, oqog=DFR G2, zuvd=DFI(Saturated), jjoq=IB SPL-L3(800.0), lfdsjrd=DFR I(ne)Z(0.3), dgouak=LM Jelinek-Mercer(0.100000), fau=DFI(Standardized), wci=DFR I(F)B1, vywgdwkz=DFR I(F)L2, givf=DFR GB3(800.0), rocnsrcd=DFR I(F)LZ(0.3), fbb=DFR I(ne)BZ(0.3), jjf=DFI(Saturated), oqzxrvyjy=DFR I(n)BZ(0.3), hccqa=DFR I(ne)L3(800.0), fbl=DFR I(n)L2, jnvt=DFR I(ne)BZ(0.3), lycqy=DFR GB1, sndorod=IB SPL-LZ(0.3), raddcrwb=DFR I(ne)BZ(0.3), xtbfxwyyfo=DFR I(n)L2, cpdhojj=IB LL-LZ(0.3), xxfytaycy=BM25(k1=1.2,b=0.75), jki=DFR GL3(800.0), azc=DFR I(ne)B2, rrmylsxhh=DFR I(n)B1, wucgafjf=DFR I(F)B2, qgomfjnd=DFR I(F)B2, vmtv=IB LL-D3(800.0), ahhd=IB SPL-LZ(0.3), nsv=DFR I(n)2, kawvrvn=LM Jelinek-Mercer(0.100000), czffwg=IB LL-D3(800.0), thptqubpn=BM25(k1=1.2,b=0.75), xagtf=DFR GB2, eotpcpken=LM Jelinek-Mercer(0.100000), vizazjvks=IB LL-D1, fbng=IB LL-D2, jnzc=IB SPL-DZ(0.3), upysiwur=DFR I(F)LZ(0.3), lpbwtvs=DFR I(F)L3(800.0), jlf=DFR I(F)L3(800.0), gepi=IB SPL-L2, nvxmqkfgcg=IB SPL-D1, crbdeovahh=DFR G3(800.0), lgurlslx=DFR I(ne)BZ(0.3), mixpo=DFR I(ne)Z(0.3), hggysa=IB SPL-D2, bsjtetygbw=DFR I(n)B2, fbtafwuqm=IB LL-D1, ahrski=DFR I(F)B2, achsxg=DFR I(ne)L2, ovejp=DFR I(F)3(800.0), ekbxdrticp=IB SPL-D2, hzaadcead=IB LL-LZ(0.3), nvktgobgb=IB LL-L3(800.0), srocuoujx=DFR I(ne)L2, mmrswflpl=IB SPL-L3(800.0), kgaaf=DFR GL3(800.0), kxtmkhdt=IB LL-D2, ohdwx=IB LL-L1, tzvdssjh=LM Jelinek-Mercer(0.100000), wtryoeq=IB LL-LZ(0.3), jyxuvn=DFR I(F)1, ppirwaxqan=DFR I(ne)BZ(0.3), etvl=DFR I(ne)L2, qjvhubrh=DFR G2, uloufrue=LM Jelinek-Mercer(0.100000), iuaxu=DFR I(ne)Z(0.3), bxfs=DFR G3(800.0), klxtmfpngd=DFI(Saturated), hkbtm=IB SPL-L2, eyvnnyqyiq=DFR I(F)L3(800.0), qhtbnxkh=DFR I(n)B1, kuaawqijx=DFR I(ne)3(800.0), tjugslof=IB SPL-L2, yfidhh=DFR I(ne)B3(800.0), dhmdgc=DFR G3(800.0), ydybjs=DFR G2, nykbamous=DFR I(ne)B2, jnn=IB SPL-L1, xiojl=IB SPL-L1, zqnchq=DFR I(ne)B2, ofipjdi=DFR I(n)LZ(0.3), wbqewwy=DFR I(ne)B1, riwei=DFR I(ne)2, kkmoe=DFR I(ne)2, ulmzcbqeeu=DFR I(n)2, ffy=DFR I(F)L3(800.0), wonsx=DFR GBZ(0.3), dsagb=DFR I(F)B2, wpxj=DFR G2, uvcxba=DFR I(n)3(800.0), srgmzk=DFR I(n)2, nhwthtlx=DFR I(n)BZ(0.3), prpvfz=DFR I(n)3(800.0), crzs=DFR I(ne)B2, ftvigzjxcm=DFR I(F)BZ(0.3), gblxeq=DFI(Saturated), lsooiz=DFR I(F)B2, kkyjtcgzmn=DFR I(n)B1, nxajybofk=DFR G1, bcbifl=IB LL-DZ(0.3), ivmjt=DFR I(F)L1, hbkrqbnmid=DFR I(ne)L3(800.0), vynuuz=DFR GL2, gnfg=DFR I(ne)B1, ujqubzevv=IB LL-L3(800.0), deekpyulg=DFR I(ne)L1, lgyciniz=IB SPL-L2, fhi=LM Jelinek-Mercer(0.700000), ffsfvwtjko=DFR I(n)3(800.0), xliwkuumi=DFR I(n)B1, megnnjpci=ClassicSimilarity, jrfuvge=DFR I(n)3(800.0), qcsnsnhb=DFR I(F)L3(800.0), nxy=DFR I(n)L3(800.0), lqdjzr=LM Jelinek-Mercer(0.100000), wegdbglibj=DFR GL3(800.0), sdnc=DFR I(F)B2, fknryehh=DFR I(n)L3(800.0), xvphrqjoy=BM25(k1=1.2,b=0.75), xwlzxa=IB LL-D3(800.0), iwplu=DFR GB3(800.0), itkg=IB SPL-L2, wjj=DFR I(n)L1, qtyigf=DFR I(F)L2, zetfkqrga=IB LL-L1, fig=DFR I(F)L2, inomiugdx=DFR G2, sbw=DFR I(n)BZ(0.3), hlrsue=IB SPL-DZ(0.3), wyoj=IB LL-D1, fim=DFR I(n)Z(0.3), lrglmjbzo=DFR I(F)L2, cxmhw=IB SPL-DZ(0.3), ovdxyrfvbx=DFR I(ne)1, fghcdcteoo=DFR I(F)LZ(0.3), ztheshln=IB LL-D3(800.0), nebtlxocr=DFR I(n)3(800.0), lmjyuuj=DFR GL1, khcynrezpk=DFR I(ne)LZ(0.3), jsakhj=DFR I(F)LZ(0.3), uehgh=DFR I(F)L2, f_NONE=DFR I(n)L1, scl=DFR G2, kviazcvp=IB SPL-L3(800.0), aa=IB SPL-L1, nzn=DFR I(n)L2, ae=DFR I(ne)L2, af=IB LL-D2, rolqgv=DFR I(F)Z(0.3), qvmklnyvgi=IB SPL-L3(800.0), ai=IB SPL-DZ(0.3), bbi=DFR GL3(800.0), zmmm=DFR G3(800.0), scz=DFR I(F)2, am=DFR I(F)L2, rzwwy=DFR I(n)1, wyvoammic=DFR I(n)LZ(0.3), as=DFR I(n)Z(0.3), mowv=DFR G1, sssjvvpdf=DFR I(n)LZ(0.3), bozdohmpzt=DFR GL1, lxhruoqt=IB SPL-L2, xeskc=DFR I(F)B1, av=DFR GL1, vmzhfo=ClassicSimilarity, wrquzl=DFR I(ne)L2, xrugz=DFR G3(800.0), gros=DFR I(ne)L1, ztacei=DFR G2, bb=DFR GB3(800.0), edgjamasc=DFR I(ne)B1, bd=DFR I(ne)Z(0.3), dwpkdbe=IB SPL-LZ(0.3), bg=DFR I(ne)3(800.0), otvyickv=IB SPL-DZ(0.3), jfwockum=DFR I(n)3(800.0), ydqxyafx=DFR I(n)BZ(0.3), bk=BM25(k1=1.2,b=0.75), nckhbjmzu=DFR I(ne)B3(800.0), mwvkigif=DFR I(n)Z(0.3), lwgfphjbs=DFR I(ne)B2, bo=DFR I(n)B3(800.0), tlkivefum=DFR I(ne)B2, njzvpvjjix=DFI(ChiSquared), bq=IB LL-L3(800.0), gqakgyu=DFR I(ne)LZ(0.3), fopfhree=IB SPL-L3(800.0), ttvsh=DFR I(ne)L3(800.0), wmm=DFR GB1, by=DFI(Standardized), irpxv=DFR I(n)LZ(0.3), xomzzzw=IB LL-L2, ca=IB LL-DZ(0.3), cb=DFR I(ne)B1, jzyewtqjhg=DFR I(ne)LZ(0.3), ntaavvmayk=DFR I(F)LZ(0.3), cd=DFR I(n)BZ(0.3), mhmawou=BM25(k1=1.2,b=0.75), wlvt=DFR GL2, bkrr=IB LL-L2, cj=DFR I(F)B2, sez=DFR I(ne)B2, ydalh=DFR I(n)Z(0.3), co=IB LL-D2, bqeibht=IB LL-L3(800.0), nfdwmnp=IB SPL-L3(800.0), pkssg=BM25(k1=1.2,b=0.75), fmjmsy=DFR G3(800.0), icms=IB SPL-D3(800.0), bdu=DFI(Standardized), xxju=DFI(Standardized), pycz=DFR I(n)2, cw=IB LL-D1, kcowffkyxd=IB SPL-D1, hnzywkqfc=IB LL-D1, pxknhdwfob=LM Jelinek-Mercer(0.700000), gwtnqd=DFR GB2, uxxon=ClassicSimilarity, dc=DFR I(F)1, nmumz=DFR I(n)L3(800.0), dg=DFR I(F)2, xcdv=DFR G2, ronidxfbr=IB LL-L1, bej=IB LL-L1, idvybjr=DFI(ChiSquared), dk=DFR I(ne)2, dm=DFR I(ne)Z(0.3), befhimml=DFR I(ne)L3(800.0), dn=DFR I(ne)L1, ucwmxkun=DFR I(n)L1, dq=DFR I(n)L1, xecukav=ClassicSimilarity, nnxu=DFR I(F)Z(0.3), dt=BM25(k1=1.2,b=0.75), xusgukjyv=DFR I(F)L1, fbsylytiqu=DFR I(F)B2, duuqljz=DFR GLZ(0.3), vcauwdvfbt=DFR I(F)Z(0.3), qpgwj=DFR I(ne)B2, chjbgezef=IB LL-L1, dgwgry=DFR GL2, eb=ClassicSimilarity, crasbhoxb=DFR I(n)L1, qmzvntn=DFR I(ne)2, mgdjvdp=IB SPL-LZ(0.3), huqlytwe=DFR I(ne)B2, eqpuynn=DFR I(F)B2, jhzghle=DFR I(ne)B1, sakoaha=DFR I(ne)3(800.0), dzla=DFR I(F)L1, ei=DFR I(ne)1, odmrxcpew=DFR I(n)B2, jmyhjpva=DFI(Standardized), eo=DFR I(ne)L2, ybfoxnz=DFI(ChiSquared), eq=IB SPL-L3(800.0), es=DFR I(F)B2, efnbotpaah=IB SPL-DZ(0.3), ev=DFR GL2, ew=DFR I(F)L2, ex=IB LL-D1, nebibvrcmu=IB LL-DZ(0.3), ez=DFR GB1, luuelkpr=DFR I(ne)L2, rxmmh=DFR I(F)L1, fb=DFR G2, jwi=IB LL-D2, fc=DFR I(F)BZ(0.3), fd=IB SPL-DZ(0.3), nnwd=DFR GB2, tlzivr=DFR I(F)BZ(0.3), fe=DFR I(n)1, sovllwxvbn=DFI(ChiSquared), zeamemikq=IB SPL-L2, fj=DFR GZ(0.3), fl=DFR I(F)1, fm=IB SPL-L2, qdqgkfh=DFR I(n)L1, ubgke=IB SPL-L3(800.0), eedbji=DFR GB2, qgcg=DFR I(F)B2, swtdxamf=DFR I(ne)BZ(0.3), sxmpmjm=DFR G1, qrvlu=DFR I(ne)BZ(0.3), utrrlx=DFR I(F)L1, jwwn=DFR GB1, sdrgnicf=DFR GL2, vzfnaruo=DFR GL2, jxi=IB SPL-D3(800.0), ga=DFR GL3(800.0), gc=DFR G1, ltmqcpyf=DFR G2, mbifsj=DFR I(F)2, gg=DFR I(F)3(800.0), epwx=IB SPL-L2, pbljkm=IB SPL-LZ(0.3), pwvxo=DFR I(ne)BZ(0.3), ityilucxmc=DFR GZ(0.3), jxu=LM Jelinek-Mercer(0.100000), mjchxfft=IB SPL-LZ(0.3), kyvam=DFI(Saturated), lwxmrj=DFR G2, fdluqtxelc=LM Jelinek-Mercer(0.700000), vxrfnx=DFR I(ne)B3(800.0), wrj=DFR I(n)1, wywmb=DFR G2, gw=DFR I(n)L3(800.0), gzoynsjglv=DFR I(F)B1, ysvezjh=DFR I(ne)L2, dqnrkhc=DFI(ChiSquared), hc=DFR G2, sjt=DFR I(n)Z(0.3), jyl=DFR I(F)B3(800.0), rpzybmpc=DFR I(n)2, osfsahwa=DFR I(n)B1, wysy=DFR I(ne)B3(800.0), hynogwsusx=IB LL-D1, povgnbavi=DFI(Saturated), xlxfn=IB LL-DZ(0.3), obv=DFR I(n)L3(800.0), hm=DFR I(F)L3(800.0), bik=IB SPL-D2, hn=DFR I(n)BZ(0.3), epzv=IB LL-D3(800.0), cupot=IB LL-D1, kndy=DFR I(ne)L3(800.0), ddqhr=DFR I(ne)Z(0.3), gwlsnnh=IB LL-L2, hs=DFR I(F)BZ(0.3), hu=IB LL-L2, hv=DFI(Saturated), jsrh=DFR I(ne)1, irltfje=DFR I(n)B3(800.0), tshsgwfi=DFR I(n)B3(800.0), hw=DFR GL2, ia=DFR I(F)Z(0.3), huuqwt=IB SPL-DZ(0.3), rvgqll=DFR I(F)B3(800.0), elsb=IB SPL-LZ(0.3), ic=IB LL-D3(800.0), isyfcgiwjp=IB LL-D3(800.0), if=IB SPL-L2, fsowraxa=DFR I(F)Z(0.3), lnjjqzea=IB LL-D3(800.0), rfazxufe=DFR I(F)L2, hnusqbjgf=DFR I(F)Z(0.3), ih=DFR I(ne)B2, kqpauhqle=IB SPL-L1, fro=IB SPL-L1, bjl=IB LL-L1, blwqgdohju=IB SPL-D1, tifczvypv=DFR GL2, ip=IB SPL-D2, iq=IB SPL-D3(800.0), oeoduo=DFR I(F)L2, omvu=DFR I(F)3(800.0), is=DFR G1, it=IB LL-L3(800.0), smyywz=IB SPL-DZ(0.3), fbxep=DFR I(ne)BZ(0.3), wtl=DFR I(n)2, nbcl=DFR I(n)L2, suzq=DFR I(F)L1, jcwvfabsoz=IB SPL-D2, fjeolmof=IB SPL-D1, bjz=DFR I(ne)B3(800.0), zklgnrr=DFI(ChiSquared), knvcs=DFR I(F)B2, ydaztuqq=DFR G1, eiigqxqeuw=DFR I(F)B2, ja=DFR GB2, kburgaog=DFR GBZ(0.3), icte=DFR G3(800.0), hinucqfhny=DFR GL2, hzigx=DFR I(ne)LZ(0.3), uabfukqt=DFR GL1, gnot=DFR I(ne)B1, fyblfd=DFR I(n)L2, dvzca=IB SPL-DZ(0.3), ji=DFR I(ne)BZ(0.3), jj=DFR I(n)3(800.0), lgjlcio=DFR I(F)3(800.0), odx=IB LL-L1, jl=DFR I(F)B3(800.0), tzfxjhyri=DFR I(n)Z(0.3), jn=DFR GBZ(0.3), ezjsrop=DFR I(ne)L1, bsuybquj=DFI(Saturated), zrfavp=DFR GB3(800.0), lqrsxb=IB LL-D1, js=DFR I(n)L2, bwfbpvn=DFR I(ne)1, smf=DFR G3(800.0), mxug=DFR I(ne)L2, jy=DFR I(ne)L2, jz=IB LL-D1, teadulgzk=DFR I(F)BZ(0.3), vqfypmrye=DFR I(F)B2, pliqksnifh=IB SPL-L2, xwokdmkbe=BM25(k1=1.2,b=0.75), ka=DFR GL2, kb=DFR I(F)L2, dyala=IB LL-L3(800.0), irmjiehv=LM Jelinek-Mercer(0.700000), abitvisv=DFR I(ne)B1, zhijztgvcq=DFR GL1, mzhdpapt=IB SPL-D2, sqiwxf=IB SPL-L1, ttlijbbdqe=DFR I(n)L3(800.0), lwcwyuejyx=DFR I(n)B3(800.0), kn=DFR I(ne)2, ko=IB SPL-L2, kr=DFR I(F)Z(0.3), zompzwayi=DFR I(n)L2, bls=DFR I(n)BZ(0.3), ziop=DFR I(F)BZ(0.3), zagcuiudn=DFR I(F)B3(800.0), kw=DFR I(F)B1, raxa=DFR I(ne)B3(800.0), ozahwihfe=DFR I(ne)L2, kx=DFR I(F)L1, kz=DFR I(F)2, la=DFR I(ne)Z(0.3), kdffztcsa=IB SPL-L3(800.0), oft=DFR G1, qbehmn=IB LL-D2, jkbp=DFR I(n)LZ(0.3), lj=DFR GB2, ykghvmd=DFR I(ne)BZ(0.3), lk=DFR GL3(800.0), fozb=IB LL-DZ(0.3), uoqtlj=IB LL-D3(800.0), vuymat=DFR I(ne)L2, lq=DFR I(F)3(800.0), qgpoop=DFR I(n)2, bcmt=DFR I(F)L1, lr=DFR I(ne)BZ(0.3), ecaqhldjn=DFR I(n)B3(800.0), jqnsbfv=DFI(ChiSquared), lw=DFR I(F)L3(800.0), lx=IB SPL-D1, yfwohcmuhi=DFR I(F)1, cxuzcmfoq=DFR I(F)LZ(0.3), mc=DFR I(ne)L2, hmaoxx=IB LL-L3(800.0), md=IB LL-D2, me=DFR G2, mf=DFR I(F)BZ(0.3), blkxe=IB SPL-LZ(0.3), esgthtkj=DFR I(ne)3(800.0), mi=DFI(Saturated), mk=DFR I(F)L2, kaoe=IB SPL-D1, hytkdd=DFR G2, mm=DFR GZ(0.3), ddmxdqg=DFR I(F)LZ(0.3), nshw=DFR I(ne)3(800.0), wrnzq=DFR I(F)B1, mu=IB LL-D3(800.0), mv=DFI(ChiSquared), vftkyw=DFR I(ne)B2, mw=DFR I(ne)2, yzeqjar=DFI(Standardized), mx=DFR I(F)B1, rnssyamz=DFR I(F)Z(0.3), duaivi=DFR GLZ(0.3), nltnypl=DFR I(ne)B2, spo=DFR I(F)3(800.0), na=DFR I(n)B2, nf=DFR G1, ng=IB LL-L3(800.0), janursbnyt=IB LL-L3(800.0), ni=BM25(k1=1.2,b=0.75), fjbmlfvxf=DFR GL3(800.0), aiuxifqplk=IB SPL-L1, nn=ClassicSimilarity, np=DFR I(F)LZ(0.3), dgevkuhk=DFR I(n)LZ(0.3), nr=DFR I(n)LZ(0.3), axdrrhbmr=DFR GL3(800.0), qvaxaj=DFR I(n)L3(800.0), csld=DFR I(ne)Z(0.3), fww=DFR GL1, rmuoeg=DFR G2, lyqlpfk=DFR I(F)Z(0.3), wdtb=DFR I(n)L1, wgfjgfhd=DFR I(F)L3(800.0), oii=IB LL-LZ(0.3), kovhkcvlhf=DFR I(F)Z(0.3), oc=DFR I(n)2, tqutxxv=DFR I(F)Z(0.3), kal=DFR I(ne)BZ(0.3), smuzsgt=IB LL-DZ(0.3), amvlrkl=DFR I(ne)1, tnlvz=IB SPL-L2, dqahnmdesb=DFR I(ne)Z(0.3), oo=DFR I(F)BZ(0.3), op=IB SPL-DZ(0.3), thasvzoe=DFR I(F)B1, ot=DFR I(F)L2, ow=IB SPL-LZ(0.3), bpv=DFR I(F)3(800.0), ishyibkvjo=IB SPL-LZ(0.3), oy=IB SPL-L2, njyu=DFR I(F)BZ(0.3), mlubpdz=IB SPL-D1, jraufdrra=DFR I(F)LZ(0.3), ymerahpzd=DFR I(ne)L3(800.0), milhqtgq=BM25(k1=1.2,b=0.75), yzqpljem=IB LL-L2, pb=DFR I(F)B1, sigw=DFR I(ne)3(800.0), nwjvjhp=DFR I(n)L1, pf=DFR I(n)B1, ph=LM Jelinek-Mercer(0.700000), shuvs=IB SPL-L3(800.0), gkarrilrl=IB SPL-L3(800.0), avyzjqznuh=IB LL-L2, pn=DFR I(ne)3(800.0), kucopyv=DFR I(n)B1, aoarev=DFR GB2, nduqlgc=DFR G3(800.0), vbihaol=DFR I(ne)2, pr=DFR GBZ(0.3), bihfgs=DFR I(F)1, iafwefhyf=IB SPL-D1, oka=DFI(Standardized), pt=DFR I(F)3(800.0), prcbpe=DFR I(n)Z(0.3), qljglad=ClassicSimilarity, jxcl=IB LL-DZ(0.3), snjmciq=DFR I(n)LZ(0.3), ykvoxcbpqk=DFR I(n)L3(800.0), tlnip=IB LL-LZ(0.3), zovdiiymm=DFR GL1, vrtr=IB LL-DZ(0.3), qc=IB LL-L2, ntuel=IB LL-L3(800.0), nthla=DFR I(F)B3(800.0), jvivq=DFR I(n)B1, qh=DFR I(n)L2, bxfjsffeb=DFR I(n)L2, qj=IB SPL-DZ(0.3), wrfyclq=DFR I(F)B3(800.0), lkniy=LM Jelinek-Mercer(0.700000), qo=IB LL-D1, qp=DFR G2, qv=DFR GLZ(0.3), ldkxjqntxn=IB SPL-LZ(0.3), bocpctlss=DFR I(n)L1, mhcupurrev=DFR I(n)2, wvzemvw=DFR I(n)1, rb=LM Jelinek-Mercer(0.700000), cpgtop=DFR I(ne)3(800.0), hgdnykl=IB SPL-LZ(0.3), jpzibbdcur=IB SPL-D1, rg=DFR I(F)2, bsh=DFR I(n)BZ(0.3), gpyfckeww=DFI(ChiSquared), mxzndh=DFR I(n)BZ(0.3), rj=IB LL-L3(800.0), ifkhtvf=DFR I(F)B2, rm=DFR I(n)LZ(0.3), rn=DFR I(ne)L1, kfaaphuv=DFR GL1, rs=DFR I(F)LZ(0.3), lmeqhuzys=DFR I(F)L3(800.0), zrpafnl=IB LL-L3(800.0), wpuawsdfbc=DFR GL2, bwnrig=DFR I(F)2, jrwjsapij=DFI(Saturated), bamcnb=DFR GBZ(0.3), gdkclo=IB SPL-DZ(0.3), lzcq=DFR I(n)B1, sb=IB LL-DZ(0.3), aeibnbj=DFR GL2, vkjcjfpnka=DFR I(F)L1, sh=DFR I(n)3(800.0), qgoe=DFR GB1, eyvx=DFR GL3(800.0), sm=DFI(Saturated), bsfjkovdgo=DFR I(ne)3(800.0), btut=DFR GLZ(0.3), tuai=IB LL-DZ(0.3), ss=IB SPL-DZ(0.3), rfblxonzm=IB SPL-L1, su=DFR I(ne)B3(800.0), mqjlqpk=DFR I(F)B2, sx=IB LL-D1, drje=DFR I(ne)B2, sy=DFR G2, rhfnrpd=DFR I(F)L3(800.0), yluoig=DFR I(F)L3(800.0), zlobg=DFR I(F)B1, aeetqf=DFR I(ne)L1, tc=IB SPL-LZ(0.3), hrkkktiqj=LM Jelinek-Mercer(0.100000), tg=IB SPL-D2, cqggqqz=DFR I(n)2, ti=DFR I(n)B1, bjgvnn=BM25(k1=1.2,b=0.75), tl=DFR GB3(800.0), tm=DFR I(n)B2, qecbebcz=DFR I(F)2, liztbrh=IB LL-LZ(0.3), jewgvavoh=IB SPL-L1, tp=DFR I(F)2, tr=DFR I(n)L1, pdkb=IB SPL-DZ(0.3), tw=DFR GB2, kgb=DFR I(ne)3(800.0), aevvn=DFR I(ne)B1, ue=DFR GBZ(0.3), uf=IB SPL-D1, ug=DFR I(n)2, swv=IB LL-D1, wxhtwy=IB SPL-D1, swy=IB SPL-L1, uk=IB LL-DZ(0.3), jwhuu=DFR I(F)B1, lzrcstmcaw=DFR I(F)L2, olobavgz=LM Jelinek-Mercer(0.700000), um=DFR I(F)L3(800.0), cvrdzuzem=DFR I(n)B1, jgjargvb=IB LL-D3(800.0), kgt=DFR I(ne)B1, ooz=DFR I(F)B3(800.0), up=DFR I(ne)L2, ur=IB SPL-L3(800.0), vaczyqpq=DFR I(F)3(800.0), ut=DFR I(F)B2, mftztjnnhw=DFR I(n)L1, bvw=IB LL-L3(800.0), lsvcx=ClassicSimilarity, ux=DFR I(F)L2, fchv=DFR I(ne)3(800.0), fpbo=DFR I(F)BZ(0.3), sxk=IB SPL-L2, yqnuzi=IB LL-L3(800.0), xakagosios=DFR I(F)LZ(0.3), va=DFR GLZ(0.3), okblwtza=IB SPL-L3(800.0), vb=IB LL-D1, xifphjd=DFR I(F)BZ(0.3), zrki=DFR GLZ(0.3), zmjhtuza=LM Jelinek-Mercer(0.700000), vg=DFR I(n)Z(0.3), hdmacfzd=DFR I(n)2, vh=DFR I(ne)B2, ipkgzq=DFR I(ne)BZ(0.3), mbtzwxrvh=DFR I(F)L3(800.0), vl=IB SPL-LZ(0.3), vm=DFR I(F)1, bwm=DFR I(n)3(800.0), vo=DFR I(F)L1, jrxcci=DFR GB2, ghyzhwr=DFR I(n)B1, iykh=DFR I(n)B3(800.0), syc=LM Jelinek-Mercer(0.100000), vu=DFR I(ne)2, cwhvswhhmq=IB LL-LZ(0.3), whuahlyiya=IB LL-L2, ehyc=DFR G1, ywiweqag=DFR I(n)BZ(0.3), kid=IB LL-D3(800.0), jmgrp=DFR I(ne)Z(0.3), wb=DFR GL3(800.0), oyhiavewth=DFR I(n)2, vunzfk=DFR I(F)2, qxsxujd=DFR GBZ(0.3), zzapjlt=LM Jelinek-Mercer(0.100000), wj=DFR I(ne)L3(800.0), zpsvgnq=IB SPL-D2, zqhnjhxcw=IB SPL-L3(800.0), ftme=DFR I(n)B3(800.0), ctwodm=DFR G2, tues=DFR G1, jookbl=ClassicSimilarity, wr=DFR I(n)3(800.0), dmllnioev=IB LL-D2, gflfxm=IB LL-D3(800.0), wu=DFR I(ne)B1, kglrm=DFR GL3(800.0), mtkejs=DFR I(F)2, gadwcrng=IB SPL-L1, ord=DFR I(F)B3(800.0), nvnmqecyjn=IB LL-D3(800.0), uhoocsqkc=DFI(Saturated), dbunvwksr=DFR I(n)B1, wy=DFR I(ne)L2, szj=IB SPL-LZ(0.3), wz=IB LL-D2, dqgbx=LM Jelinek-Mercer(0.100000), hhggozzq=DFR I(n)B2, ukni=DFR I(F)L2, nzewm=IB SPL-L2, xc=IB LL-D1, vcghyxaoru=IB LL-DZ(0.3), tiusgtzkn=IB LL-L1, xd=DFR I(n)L2, xg=IB LL-L2, xh=DFR I(ne)B3(800.0), kjr=DFR I(F)L2, pajzzecz=IB SPL-LZ(0.3), xvaasxfso=DFR GB3(800.0), bym=DFR GB2, omfcr=DFR I(n)B2, hipx=IB SPL-D3(800.0), zqwedvngsw=DFR I(F)L2, xr=DFR I(F)Z(0.3), fpqkprd=DFR G1, xs=DFR I(n)B1, xv=DFR I(F)1, xw=IB SPL-L2, aoxsawud=DFR GL2, xtpgza=DFR I(F)1, nsjbgxiyf=IB SPL-D1, yc=DFR I(n)B1, ye=IB SPL-LZ(0.3), flyhkhbc=IB LL-LZ(0.3), wkjwyix=DFR GBZ(0.3), yj=DFR I(F)2, ercajazbs=DFR I(F)L2, qmekuwrvc=IB LL-L3(800.0), hzmvysmq=DFR I(n)LZ(0.3), yo=DFR I(F)B1, yp=DFR I(F)L1, yr=IB SPL-D3(800.0), qaewcxvl=DFR GBZ(0.3), ampu=IB SPL-L2, yv=DFR GB3(800.0), etmvfghvm=DFR I(ne)1, yz=DFR GL3(800.0), itopezud=IB SPL-L2, klc=IB SPL-D3(800.0), iiiinquf=DFR I(ne)L1, mpmntrle=IB LL-L1, za=DFR I(n)LZ(0.3), mdlds=IB SPL-L2, gdg=IB LL-D3(800.0), goxsv=DFR I(ne)BZ(0.3), zf=DFI(Standardized), zg=DFR I(F)LZ(0.3), lctyntgfdh=LM Jelinek-Mercer(0.700000), zj=IB LL-L1, yynmlrfnx=DFR GL3(800.0), ongl=LM Jelinek-Mercer(0.100000), mdkzdvxvzd=LM Jelinek-Mercer(0.700000), xcwx=DFR GZ(0.3), zn=DFR I(ne)B1, zq=DFR I(n)2, fsiepcogh=DFR I(F)B1, zr=DFR I(ne)L2, zv=DFR I(F)B2, dvzpgloeh=DFR I(n)2, etvuu=DFR I(F)L3(800.0), myfabtbl=DFR I(n)BZ(0.3), tyrk=DFR I(ne)3(800.0
   [junit4]   2> ), dtgmnzw=DFR I(F)BZ(0.3), wiis=IB SPL-D1, ujrqcm=DFR I(ne)BZ(0.3), uksx=IB SPL-L2, ogojaivgll=DFR GBZ(0.3), gknxcc=DFR GB1, vczjibb=DFR I(F)B3(800.0), zapv=DFR I(F)1, ajdqisbhc=DFR I(n)LZ(0.3), lazgi=DFR I(ne)L1, tmkmeg=IB SPL-D1, xgj=IB LL-DZ(0.3), ranmuo=DFR GL2, gaxwyr=IB SPL-D2, olzrjjmsr=DFR I(F)B2, angfiobd=DFR I(F)2, wihh=DFI(ChiSquared), jijgpr=DFR GB2, nhgmoadtm=IB SPL-LZ(0.3), yinhft=DFR I(F)BZ(0.3), emtvzp=IB SPL-D1, goijuulxh=DFR I(n)L3(800.0), hdchdji=DFR GZ(0.3), soydjc=IB SPL-DZ(0.3), gfq=DFI(ChiSquared), szuo=DFR GB3(800.0), ubiheoj=DFR I(F)Z(0.3), xuivna=IB LL-L3(800.0), xydtoe=IB SPL-D3(800.0), pwtnagyota=DFI(Standardized), tmgbjeoiuc=DFR I(ne)L1, xgkhdneztf=IB SPL-LZ(0.3), bpiofofvpz=LM Jelinek-Mercer(0.700000), jovielirdd=DFR I(F)L3(800.0), fwwcksbjj=DFI(Standardized), bjjbnyv=DFR I(ne)BZ(0.3), qlblyd=DFR I(ne)L1, xrvjzuj=DFR G3(800.0), twhjyfaaj=IB SPL-DZ(0.3), ixptpcbh=DFR I(F)B2, dxectyxsxj=DFR I(F)LZ(0.3), tbqpp=DFR I(F)LZ(0.3), uqadwkz=DFR I(ne)B3(800.0), zezr=DFR I(ne)3(800.0), ukug=DFR I(F)B3(800.0), wqzerym=DFR I(ne)Z(0.3), senp=DFR GB2, kpg=IB LL-D3(800.0), bjfdx=IB SPL-L1, skvgfauixf=DFR I(F)L3(800.0), oievhgx=DFR I(F)L3(800.0), vggtkzkk=DFR GL3(800.0), rnuncadm=DFR I(ne)Z(0.3), bxuteuh=DFR I(ne)2, kpu=IB SPL-D3(800.0), tlatr=DFR I(n)L2, ght=IB SPL-L2, kaxouwfaza=DFR I(n)LZ(0.3), euxb=DFI(ChiSquared), rbvljpex=DFR G3(800.0), xjm=IB SPL-DZ(0.3), oyd=DFR I(ne)BZ(0.3), xaynmx=IB SPL-LZ(0.3), xxfipmias=DFR G1, hqsxjtwjjw=IB SPL-D2, ciphdvnzkg=DFI(Standardized), kdlca=DFR G2, krjtmdenc=DFR I(ne)L3(800.0), nkld=DFR GB2, nknvtbkjj=DFR I(F)1, oaegbf=IB SPL-L1, eknwzjgxd=DFR I(ne)LZ(0.3), ahdyhxtp=IB LL-L3(800.0), jullfydwtj=IB SPL-D2, qaxkjvom=DFR I(ne)LZ(0.3), sfquynkqbx=LM Jelinek-Mercer(0.100000), yvobzkn=DFI(ChiSquared), vwkl=DFR I(n)LZ(0.3), xonzutboaq=DFR I(F)L2, wgvzy=DFR GB1, hrsdfim=DFR I(F)2, vdibsz=IB LL-DZ(0.3), cvtaj=IB SPL-D2, pflpt=DFR I(n)2, rbmo=IB LL-D1, ozt=IB SPL-D2, jdgyfbaik=IB SPL-L3(800.0), yqjzuv=DFR GLZ(0.3), xhyvupjweu=DFI(Saturated), nfayts=DFR I(F)Z(0.3), gjq=IB LL-D2, gyvcpc=DFR GLZ(0.3), cbs=DFR I(n)L2, tvgdn=DFR I(ne)BZ(0.3), areqgdvh=DFR GL2, tgynqrpc=DFR I(F)1, ykvgxc=DFR I(F)1, pqgwvwej=IB LL-D3(800.0), vyxmysf=DFR I(ne)LZ(0.3), ksg=IB SPL-D3(800.0), cgcp=DFR I(F)LZ(0.3)}, locale=es-SV, timezone=SystemV/HST10
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=4,threads=2,free=178947640,total=479199232
   [junit4]   2> NOTE: All tests run in this JVM: [TestSimpleTextNormsFormat, TestDirectDocValuesFormat, TestSimpleTextTermVectorsFormat]
   [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=TestSimpleTextTermVectorsFormat -Dtests.seed=D8F73D5A98A34F7B -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/test-data/enwiki.random.lines.txt -Dtests.locale=es-SV -Dtests.timezone=SystemV/HST10 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestSimpleTextTermVectorsFormat (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D8F73D5A98A34F7B]:0)
   [junit4] Completed [20/20 (1!)] on J0 in 7223.21s, 13 tests, 2 errors <<< FAILURES!

[...truncated 50488 lines...]

[JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 346 - Still Unstable

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

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

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

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=4107, name=Thread-942, state=RUNNABLE, group=TGRP-FullSolrCloudDistribCmdsTest]
Caused by: org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at http://127.0.0.1:55985/b_/collection2_shard3_replica1: Exception writing document id thread2_9_3 to the index; possible analysis error.
	at __randomizedtesting.SeedInfo.seed([A2FEA6BF206E2B5A]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:819)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1263)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1134)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1073)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:177)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest$1IndexThread.run(FullSolrCloudDistribCmdsTest.java:641)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:55985/b_/collection2_shard3_replica1: Exception writing document id thread2_9_3 to the index; possible analysis error.
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:610)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:447)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:388)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:796)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
expected:<[{indexVersion=1494516003384,generation=2,filelist=[_bk.fdt, _bk.fdx, _bk.fnm, _bk.nvd, _bk.nvm, _bk.si, _bk_MockRandom_0.doc, _bk_MockRandom_0.sd, _bk_MockRandom_0.tfp, _bl.fdt, _bl.fdx, _bl.fnm, _bl.nvd, _bl.nvm, _bl.si, _bl_MockRandom_0.doc, _bl_MockRandom_0.sd, _bl_MockRandom_0.tio, _bl_MockRandom_0.tipo, _bm.fdt, _bm.fdx, _bm.fnm, _bm.nvd, _bm.nvm, _bm.si, _bm_MockRandom_0.doc, _bm_MockRandom_0.sd, _bm_MockRandom_0.tbk, _bm_MockRandom_0.tix, _bn.fdt, _bn.fdx, _bn.fnm, _bn.nvd, _bn.nvm, _bn.si, _bn_MockRandom_0.doc, _bn_MockRandom_0.sd, _bn_MockRandom_0.tib, _bn_MockRandom_0.tii, _bo.fdt, _bo.fdx, _bo.fnm, _bo.nvd, _bo.nvm, _bo.si, _bo_MockRandom_0.doc, _bo_MockRandom_0.sd, _bo_MockRandom_0.tio, _bo_MockRandom_0.tipo, _bp.fdt, _bp.fdx, _bp.fnm, _bp.nvd, _bp.nvm, _bp.si, _bp_MockRandom_0.doc, _bp_MockRandom_0.sd, _bp_MockRandom_0.tio, _bp_MockRandom_0.tipo, _bq.fdt, _bq.fdx, _bq.fnm, _bq.nvd, _bq.nvm, _bq.si, _bq_MockRandom_0.doc, _bq_MockRandom_0.sd, _bq_MockRandom_0.tib, _bq_MockRandom_0.tiv, _br.fdt, _br.fdx, _br.fnm, _br.nvd, _br.nvm, _br.si, _br_MockRandom_0.doc, _br_MockRandom_0.sd, _br_MockRandom_0.tim, _br_MockRandom_0.tip, _bs.fdt, _bs.fdx, _bs.fnm, _bs.nvd, _bs.nvm, _bs.si, _bs_MockRandom_0.doc, _bs_MockRandom_0.sd, _bs_MockRandom_0.tfp, _bt.fdt, _bt.fdx, _bt.fnm, _bt.nvd, _bt.nvm, _bt.si, _bt_MockRandom_0.doc, _bt_MockRandom_0.sd, _bt_MockRandom_0.tio, _bt_MockRandom_0.tipo, _bu.fdt, _bu.fdx, _bu.fnm, _bu.nvd, _bu.nvm, _bu.si, _bu_MockRandom_0.doc, _bu_MockRandom_0.sd, _bu_MockRandom_0.tim, _bu_MockRandom_0.tip, _bv.fdt, _bv.fdx, _bv.fnm, _bv.nvd, _bv.nvm, _bv.si, _bv_MockRandom_0.doc, _bv_MockRandom_0.sd, _bv_MockRandom_0.tim, _bv_MockRandom_0.tip, _bw.fdt, _bw.fdx, _bw.fnm, _bw.nvd, _bw.nvm, _bw.si, _bw_MockRandom_0.doc, _bw_MockRandom_0.sd, _bw_MockRandom_0.tib, _bw_MockRandom_0.tiv, _bx.fdt, _bx.fdx, _bx.fnm, _bx.nvd, _bx.nvm, _bx.si, _bx_MockRandom_0.doc, _bx_MockRandom_0.sd, _bx_MockRandom_0.tib, _bx_MockRandom_0.tiv, _by.fdt, _by.fdx, _by.fnm, _by.nvd, _by.nvm, _by.si, _by_MockRandom_0.doc, _by_MockRandom_0.sd, _by_MockRandom_0.tib, _by_MockRandom_0.tii, _bz.fdt, _bz.fdx, _bz.fnm, _bz.nvd, _bz.nvm, _bz.si, _bz_MockRandom_0.doc, _bz_MockRandom_0.sd, _bz_MockRandom_0.tbk, _bz_MockRandom_0.tix, _c0.fdt, _c0.fdx, _c0.fnm, _c0.nvd, _c0.nvm, _c0.si, _c0_MockRandom_0.doc, _c0_MockRandom_0.sd, _c0_MockRandom_0.tib, _c0_MockRandom_0.tii, _c1.fdt, _c1.fdx, _c1.fnm, _c1.nvd, _c1.nvm, _c1.si, _c1_MockRandom_0.doc, _c1_MockRandom_0.sd, _c1_MockRandom_0.tbk, _c1_MockRandom_0.tix, _c2.fdt, _c2.fdx, _c2.fnm, _c2.nvd, _c2.nvm, _c2.si, _c2_MockRandom_0.doc, _c2_MockRandom_0.sd, _c2_MockRandom_0.tbk, _c2_MockRandom_0.tix, _c3.fdt, _c3.fdx, _c3.fnm, _c3.nvd, _c3.nvm, _c3.si, _c3_MockRandom_0.doc, _c3_MockRandom_0.sd, _c3_MockRandom_0.tfp, _c4.fdt, _c4.fdx, _c4.fnm, _c4.nvd, _c4.nvm, _c4.si, _c4_MockRandom_0.doc, _c4_MockRandom_0.sd, _c4_MockRandom_0.tib, _c4_MockRandom_0.tii, _c5.fdt, _c5.fdx, _c5.fnm, _c5.nvd, _c5.nvm, _c5.si, _c5_MockRandom_0.doc, _c5_MockRandom_0.sd, _c5_MockRandom_0.tio, _c5_MockRandom_0.tipo, _c6.fdt, _c6.fdx, _c6.fnm, _c6.nvd, _c6.nvm, _c6.si, _c6_MockRandom_0.doc, _c6_MockRandom_0.sd, _c6_MockRandom_0.tbk, _c6_MockRandom_0.tix, _c7.fdt, _c7.fdx, _c7.fnm, _c7.nvd, _c7.nvm, _c7.si, _c7_MockRandom_0.doc, _c7_MockRandom_0.sd, _c7_MockRandom_0.tio, _c7_MockRandom_0.tipo, _c8.fdt, _c8.fdx, _c8.fnm, _c8.nvd, _c8.nvm, _c8.si, _c8_MockRandom_0.doc, _c8_MockRandom_0.sd, _c8_MockRandom_0.tim, _c8_MockRandom_0.tip, _c9.fdt, _c9.fdx, _c9.fnm, _c9.nvd, _c9.nvm, _c9.si, _c9_MockRandom_0.doc, _c9_MockRandom_0.sd, _c9_MockRandom_0.tfp, _ca.fdt, _ca.fdx, _ca.fnm, _ca.nvd, _ca.nvm, _ca.si, _ca_MockRandom_0.doc, _ca_MockRandom_0.sd, _ca_MockRandom_0.tim, _ca_MockRandom_0.tip, _cb.fdt, _cb.fdx, _cb.fnm, _cb.nvd, _cb.nvm, _cb.si, _cb_MockRandom_0.doc, _cb_MockRandom_0.sd, _cb_MockRandom_0.tfp, _cc.fdt, _cc.fdx, _cc.fnm, _cc.nvd, _cc.nvm, _cc.si, _cc_MockRandom_0.doc, _cc_MockRandom_0.sd, _cc_MockRandom_0.tfp, _cd.fdt, _cd.fdx, _cd.fnm, _cd.nvd, _cd.nvm, _cd.si, _cd_MockRandom_0.doc, _cd_MockRandom_0.sd, _cd_MockRandom_0.tbk, _cd_MockRandom_0.tix, _ce.fdt, _ce.fdx, _ce.fnm, _ce.nvd, _ce.nvm, _ce.si, _ce_MockRandom_0.doc, _ce_MockRandom_0.sd, _ce_MockRandom_0.tib, _ce_MockRandom_0.tiv, _cf.fdt, _cf.fdx, _cf.fnm, _cf.nvd, _cf.nvm, _cf.si, _cf_MockRandom_0.doc, _cf_MockRandom_0.sd, _cf_MockRandom_0.tbk, _cf_MockRandom_0.tix, segments_2]}]> but was:<[{indexVersion=1494516003384,generation=2,filelist=[_bk.fdt, _bk.fdx, _bk.fnm, _bk.nvd, _bk.nvm, _bk.si, _bk_MockRandom_0.doc, _bk_MockRandom_0.sd, _bk_MockRandom_0.tfp, _bl.fdt, _bl.fdx, _bl.fnm, _bl.nvd, _bl.nvm, _bl.si, _bl_MockRandom_0.doc, _bl_MockRandom_0.sd, _bl_MockRandom_0.tio, _bl_MockRandom_0.tipo, _bm.fdt, _bm.fdx, _bm.fnm, _bm.nvd, _bm.nvm, _bm.si, _bm_MockRandom_0.doc, _bm_MockRandom_0.sd, _bm_MockRandom_0.tbk, _bm_MockRandom_0.tix, _bn.fdt, _bn.fdx, _bn.fnm, _bn.nvd, _bn.nvm, _bn.si, _bn_MockRandom_0.doc, _bn_MockRandom_0.sd, _bn_MockRandom_0.tib, _bn_MockRandom_0.tii, _bo.fdt, _bo.fdx, _bo.fnm, _bo.nvd, _bo.nvm, _bo.si, _bo_MockRandom_0.doc, _bo_MockRandom_0.sd, _bo_MockRandom_0.tio, _bo_MockRandom_0.tipo, _bp.fdt, _bp.fdx, _bp.fnm, _bp.nvd, _bp.nvm, _bp.si, _bp_MockRandom_0.doc, _bp_MockRandom_0.sd, _bp_MockRandom_0.tio, _bp_MockRandom_0.tipo, _bq.fdt, _bq.fdx, _bq.fnm, _bq.nvd, _bq.nvm, _bq.si, _bq_MockRandom_0.doc, _bq_MockRandom_0.sd, _bq_MockRandom_0.tib, _bq_MockRandom_0.tiv, _br.fdt, _br.fdx, _br.fnm, _br.nvd, _br.nvm, _br.si, _br_MockRandom_0.doc, _br_MockRandom_0.sd, _br_MockRandom_0.tim, _br_MockRandom_0.tip, _bs.fdt, _bs.fdx, _bs.fnm, _bs.nvd, _bs.nvm, _bs.si, _bs_MockRandom_0.doc, _bs_MockRandom_0.sd, _bs_MockRandom_0.tfp, _bt.fdt, _bt.fdx, _bt.fnm, _bt.nvd, _bt.nvm, _bt.si, _bt_MockRandom_0.doc, _bt_MockRandom_0.sd, _bt_MockRandom_0.tio, _bt_MockRandom_0.tipo, _bu.fdt, _bu.fdx, _bu.fnm, _bu.nvd, _bu.nvm, _bu.si, _bu_MockRandom_0.doc, _bu_MockRandom_0.sd, _bu_MockRandom_0.tim, _bu_MockRandom_0.tip, _bv.fdt, _bv.fdx, _bv.fnm, _bv.nvd, _bv.nvm, _bv.si, _bv_MockRandom_0.doc, _bv_MockRandom_0.sd, _bv_MockRandom_0.tim, _bv_MockRandom_0.tip, _bw.fdt, _bw.fdx, _bw.fnm, _bw.nvd, _bw.nvm, _bw.si, _bw_MockRandom_0.doc, _bw_MockRandom_0.sd, _bw_MockRandom_0.tib, _bw_MockRandom_0.tiv, _bx.fdt, _bx.fdx, _bx.fnm, _bx.nvd, _bx.nvm, _bx.si, _bx_MockRandom_0.doc, _bx_MockRandom_0.sd, _bx_MockRandom_0.tib, _bx_MockRandom_0.tiv, _by.fdt, _by.fdx, _by.fnm, _by.nvd, _by.nvm, _by.si, _by_MockRandom_0.doc, _by_MockRandom_0.sd, _by_MockRandom_0.tib, _by_MockRandom_0.tii, _bz.fdt, _bz.fdx, _bz.fnm, _bz.nvd, _bz.nvm, _bz.si, _bz_MockRandom_0.doc, _bz_MockRandom_0.sd, _bz_MockRandom_0.tbk, _bz_MockRandom_0.tix, _c0.fdt, _c0.fdx, _c0.fnm, _c0.nvd, _c0.nvm, _c0.si, _c0_MockRandom_0.doc, _c0_MockRandom_0.sd, _c0_MockRandom_0.tib, _c0_MockRandom_0.tii, _c1.fdt, _c1.fdx, _c1.fnm, _c1.nvd, _c1.nvm, _c1.si, _c1_MockRandom_0.doc, _c1_MockRandom_0.sd, _c1_MockRandom_0.tbk, _c1_MockRandom_0.tix, _c2.fdt, _c2.fdx, _c2.fnm, _c2.nvd, _c2.nvm, _c2.si, _c2_MockRandom_0.doc, _c2_MockRandom_0.sd, _c2_MockRandom_0.tbk, _c2_MockRandom_0.tix, _c3.fdt, _c3.fdx, _c3.fnm, _c3.nvd, _c3.nvm, _c3.si, _c3_MockRandom_0.doc, _c3_MockRandom_0.sd, _c3_MockRandom_0.tfp, _c4.fdt, _c4.fdx, _c4.fnm, _c4.nvd, _c4.nvm, _c4.si, _c4_MockRandom_0.doc, _c4_MockRandom_0.sd, _c4_MockRandom_0.tib, _c4_MockRandom_0.tii, _c5.fdt, _c5.fdx, _c5.fnm, _c5.nvd, _c5.nvm, _c5.si, _c5_MockRandom_0.doc, _c5_MockRandom_0.sd, _c5_MockRandom_0.tio, _c5_MockRandom_0.tipo, _c6.fdt, _c6.fdx, _c6.fnm, _c6.nvd, _c6.nvm, _c6.si, _c6_MockRandom_0.doc, _c6_MockRandom_0.sd, _c6_MockRandom_0.tbk, _c6_MockRandom_0.tix, _c7.fdt, _c7.fdx, _c7.fnm, _c7.nvd, _c7.nvm, _c7.si, _c7_MockRandom_0.doc, _c7_MockRandom_0.sd, _c7_MockRandom_0.tio, _c7_MockRandom_0.tipo, _c8.fdt, _c8.fdx, _c8.fnm, _c8.nvd, _c8.nvm, _c8.si, _c8_MockRandom_0.doc, _c8_MockRandom_0.sd, _c8_MockRandom_0.tim, _c8_MockRandom_0.tip, _c9.fdt, _c9.fdx, _c9.fnm, _c9.nvd, _c9.nvm, _c9.si, _c9_MockRandom_0.doc, _c9_MockRandom_0.sd, _c9_MockRandom_0.tfp, _ca.fdt, _ca.fdx, _ca.fnm, _ca.nvd, _ca.nvm, _ca.si, _ca_MockRandom_0.doc, _ca_MockRandom_0.sd, _ca_MockRandom_0.tim, _ca_MockRandom_0.tip, _cb.fdt, _cb.fdx, _cb.fnm, _cb.nvd, _cb.nvm, _cb.si, _cb_MockRandom_0.doc, _cb_MockRandom_0.sd, _cb_MockRandom_0.tfp, _cc.fdt, _cc.fdx, _cc.fnm, _cc.nvd, _cc.nvm, _cc.si, _cc_MockRandom_0.doc, _cc_MockRandom_0.sd, _cc_MockRandom_0.tfp, _cd.fdt, _cd.fdx, _cd.fnm, _cd.nvd, _cd.nvm, _cd.si, _cd_MockRandom_0.doc, _cd_MockRandom_0.sd, _cd_MockRandom_0.tbk, _cd_MockRandom_0.tix, _ce.fdt, _ce.fdx, _ce.fnm, _ce.nvd, _ce.nvm, _ce.si, _ce_MockRandom_0.doc, _ce_MockRandom_0.sd, _ce_MockRandom_0.tib, _ce_MockRandom_0.tiv, _cf.fdt, _cf.fdx, _cf.fnm, _cf.nvd, _cf.nvm, _cf.si, _cf_MockRandom_0.doc, _cf_MockRandom_0.sd, _cf_MockRandom_0.tbk, _cf_MockRandom_0.tix, segments_2]}, {indexVersion=1494516003384,generation=3,filelist=[_cg.fdt, _cg.fdx, _cg.fnm, _cg.nvd, _cg.nvm, _cg.si, _cg_MockRandom_0.doc, _cg_MockRandom_0.sd, _cg_MockRandom_0.tio, _cg_MockRandom_0.tipo, segments_3]}]>

Stack Trace:
java.lang.AssertionError: expected:<[{indexVersion=1494516003384,generation=2,filelist=[_bk.fdt, _bk.fdx, _bk.fnm, _bk.nvd, _bk.nvm, _bk.si, _bk_MockRandom_0.doc, _bk_MockRandom_0.sd, _bk_MockRandom_0.tfp, _bl.fdt, _bl.fdx, _bl.fnm, _bl.nvd, _bl.nvm, _bl.si, _bl_MockRandom_0.doc, _bl_MockRandom_0.sd, _bl_MockRandom_0.tio, _bl_MockRandom_0.tipo, _bm.fdt, _bm.fdx, _bm.fnm, _bm.nvd, _bm.nvm, _bm.si, _bm_MockRandom_0.doc, _bm_MockRandom_0.sd, _bm_MockRandom_0.tbk, _bm_MockRandom_0.tix, _bn.fdt, _bn.fdx, _bn.fnm, _bn.nvd, _bn.nvm, _bn.si, _bn_MockRandom_0.doc, _bn_MockRandom_0.sd, _bn_MockRandom_0.tib, _bn_MockRandom_0.tii, _bo.fdt, _bo.fdx, _bo.fnm, _bo.nvd, _bo.nvm, _bo.si, _bo_MockRandom_0.doc, _bo_MockRandom_0.sd, _bo_MockRandom_0.tio, _bo_MockRandom_0.tipo, _bp.fdt, _bp.fdx, _bp.fnm, _bp.nvd, _bp.nvm, _bp.si, _bp_MockRandom_0.doc, _bp_MockRandom_0.sd, _bp_MockRandom_0.tio, _bp_MockRandom_0.tipo, _bq.fdt, _bq.fdx, _bq.fnm, _bq.nvd, _bq.nvm, _bq.si, _bq_MockRandom_0.doc, _bq_MockRandom_0.sd, _bq_MockRandom_0.tib, _bq_MockRandom_0.tiv, _br.fdt, _br.fdx, _br.fnm, _br.nvd, _br.nvm, _br.si, _br_MockRandom_0.doc, _br_MockRandom_0.sd, _br_MockRandom_0.tim, _br_MockRandom_0.tip, _bs.fdt, _bs.fdx, _bs.fnm, _bs.nvd, _bs.nvm, _bs.si, _bs_MockRandom_0.doc, _bs_MockRandom_0.sd, _bs_MockRandom_0.tfp, _bt.fdt, _bt.fdx, _bt.fnm, _bt.nvd, _bt.nvm, _bt.si, _bt_MockRandom_0.doc, _bt_MockRandom_0.sd, _bt_MockRandom_0.tio, _bt_MockRandom_0.tipo, _bu.fdt, _bu.fdx, _bu.fnm, _bu.nvd, _bu.nvm, _bu.si, _bu_MockRandom_0.doc, _bu_MockRandom_0.sd, _bu_MockRandom_0.tim, _bu_MockRandom_0.tip, _bv.fdt, _bv.fdx, _bv.fnm, _bv.nvd, _bv.nvm, _bv.si, _bv_MockRandom_0.doc, _bv_MockRandom_0.sd, _bv_MockRandom_0.tim, _bv_MockRandom_0.tip, _bw.fdt, _bw.fdx, _bw.fnm, _bw.nvd, _bw.nvm, _bw.si, _bw_MockRandom_0.doc, _bw_MockRandom_0.sd, _bw_MockRandom_0.tib, _bw_MockRandom_0.tiv, _bx.fdt, _bx.fdx, _bx.fnm, _bx.nvd, _bx.nvm, _bx.si, _bx_MockRandom_0.doc, _bx_MockRandom_0.sd, _bx_MockRandom_0.tib, _bx_MockRandom_0.tiv, _by.fdt, _by.fdx, _by.fnm, _by.nvd, _by.nvm, _by.si, _by_MockRandom_0.doc, _by_MockRandom_0.sd, _by_MockRandom_0.tib, _by_MockRandom_0.tii, _bz.fdt, _bz.fdx, _bz.fnm, _bz.nvd, _bz.nvm, _bz.si, _bz_MockRandom_0.doc, _bz_MockRandom_0.sd, _bz_MockRandom_0.tbk, _bz_MockRandom_0.tix, _c0.fdt, _c0.fdx, _c0.fnm, _c0.nvd, _c0.nvm, _c0.si, _c0_MockRandom_0.doc, _c0_MockRandom_0.sd, _c0_MockRandom_0.tib, _c0_MockRandom_0.tii, _c1.fdt, _c1.fdx, _c1.fnm, _c1.nvd, _c1.nvm, _c1.si, _c1_MockRandom_0.doc, _c1_MockRandom_0.sd, _c1_MockRandom_0.tbk, _c1_MockRandom_0.tix, _c2.fdt, _c2.fdx, _c2.fnm, _c2.nvd, _c2.nvm, _c2.si, _c2_MockRandom_0.doc, _c2_MockRandom_0.sd, _c2_MockRandom_0.tbk, _c2_MockRandom_0.tix, _c3.fdt, _c3.fdx, _c3.fnm, _c3.nvd, _c3.nvm, _c3.si, _c3_MockRandom_0.doc, _c3_MockRandom_0.sd, _c3_MockRandom_0.tfp, _c4.fdt, _c4.fdx, _c4.fnm, _c4.nvd, _c4.nvm, _c4.si, _c4_MockRandom_0.doc, _c4_MockRandom_0.sd, _c4_MockRandom_0.tib, _c4_MockRandom_0.tii, _c5.fdt, _c5.fdx, _c5.fnm, _c5.nvd, _c5.nvm, _c5.si, _c5_MockRandom_0.doc, _c5_MockRandom_0.sd, _c5_MockRandom_0.tio, _c5_MockRandom_0.tipo, _c6.fdt, _c6.fdx, _c6.fnm, _c6.nvd, _c6.nvm, _c6.si, _c6_MockRandom_0.doc, _c6_MockRandom_0.sd, _c6_MockRandom_0.tbk, _c6_MockRandom_0.tix, _c7.fdt, _c7.fdx, _c7.fnm, _c7.nvd, _c7.nvm, _c7.si, _c7_MockRandom_0.doc, _c7_MockRandom_0.sd, _c7_MockRandom_0.tio, _c7_MockRandom_0.tipo, _c8.fdt, _c8.fdx, _c8.fnm, _c8.nvd, _c8.nvm, _c8.si, _c8_MockRandom_0.doc, _c8_MockRandom_0.sd, _c8_MockRandom_0.tim, _c8_MockRandom_0.tip, _c9.fdt, _c9.fdx, _c9.fnm, _c9.nvd, _c9.nvm, _c9.si, _c9_MockRandom_0.doc, _c9_MockRandom_0.sd, _c9_MockRandom_0.tfp, _ca.fdt, _ca.fdx, _ca.fnm, _ca.nvd, _ca.nvm, _ca.si, _ca_MockRandom_0.doc, _ca_MockRandom_0.sd, _ca_MockRandom_0.tim, _ca_MockRandom_0.tip, _cb.fdt, _cb.fdx, _cb.fnm, _cb.nvd, _cb.nvm, _cb.si, _cb_MockRandom_0.doc, _cb_MockRandom_0.sd, _cb_MockRandom_0.tfp, _cc.fdt, _cc.fdx, _cc.fnm, _cc.nvd, _cc.nvm, _cc.si, _cc_MockRandom_0.doc, _cc_MockRandom_0.sd, _cc_MockRandom_0.tfp, _cd.fdt, _cd.fdx, _cd.fnm, _cd.nvd, _cd.nvm, _cd.si, _cd_MockRandom_0.doc, _cd_MockRandom_0.sd, _cd_MockRandom_0.tbk, _cd_MockRandom_0.tix, _ce.fdt, _ce.fdx, _ce.fnm, _ce.nvd, _ce.nvm, _ce.si, _ce_MockRandom_0.doc, _ce_MockRandom_0.sd, _ce_MockRandom_0.tib, _ce_MockRandom_0.tiv, _cf.fdt, _cf.fdx, _cf.fnm, _cf.nvd, _cf.nvm, _cf.si, _cf_MockRandom_0.doc, _cf_MockRandom_0.sd, _cf_MockRandom_0.tbk, _cf_MockRandom_0.tix, segments_2]}]> but was:<[{indexVersion=1494516003384,generation=2,filelist=[_bk.fdt, _bk.fdx, _bk.fnm, _bk.nvd, _bk.nvm, _bk.si, _bk_MockRandom_0.doc, _bk_MockRandom_0.sd, _bk_MockRandom_0.tfp, _bl.fdt, _bl.fdx, _bl.fnm, _bl.nvd, _bl.nvm, _bl.si, _bl_MockRandom_0.doc, _bl_MockRandom_0.sd, _bl_MockRandom_0.tio, _bl_MockRandom_0.tipo, _bm.fdt, _bm.fdx, _bm.fnm, _bm.nvd, _bm.nvm, _bm.si, _bm_MockRandom_0.doc, _bm_MockRandom_0.sd, _bm_MockRandom_0.tbk, _bm_MockRandom_0.tix, _bn.fdt, _bn.fdx, _bn.fnm, _bn.nvd, _bn.nvm, _bn.si, _bn_MockRandom_0.doc, _bn_MockRandom_0.sd, _bn_MockRandom_0.tib, _bn_MockRandom_0.tii, _bo.fdt, _bo.fdx, _bo.fnm, _bo.nvd, _bo.nvm, _bo.si, _bo_MockRandom_0.doc, _bo_MockRandom_0.sd, _bo_MockRandom_0.tio, _bo_MockRandom_0.tipo, _bp.fdt, _bp.fdx, _bp.fnm, _bp.nvd, _bp.nvm, _bp.si, _bp_MockRandom_0.doc, _bp_MockRandom_0.sd, _bp_MockRandom_0.tio, _bp_MockRandom_0.tipo, _bq.fdt, _bq.fdx, _bq.fnm, _bq.nvd, _bq.nvm, _bq.si, _bq_MockRandom_0.doc, _bq_MockRandom_0.sd, _bq_MockRandom_0.tib, _bq_MockRandom_0.tiv, _br.fdt, _br.fdx, _br.fnm, _br.nvd, _br.nvm, _br.si, _br_MockRandom_0.doc, _br_MockRandom_0.sd, _br_MockRandom_0.tim, _br_MockRandom_0.tip, _bs.fdt, _bs.fdx, _bs.fnm, _bs.nvd, _bs.nvm, _bs.si, _bs_MockRandom_0.doc, _bs_MockRandom_0.sd, _bs_MockRandom_0.tfp, _bt.fdt, _bt.fdx, _bt.fnm, _bt.nvd, _bt.nvm, _bt.si, _bt_MockRandom_0.doc, _bt_MockRandom_0.sd, _bt_MockRandom_0.tio, _bt_MockRandom_0.tipo, _bu.fdt, _bu.fdx, _bu.fnm, _bu.nvd, _bu.nvm, _bu.si, _bu_MockRandom_0.doc, _bu_MockRandom_0.sd, _bu_MockRandom_0.tim, _bu_MockRandom_0.tip, _bv.fdt, _bv.fdx, _bv.fnm, _bv.nvd, _bv.nvm, _bv.si, _bv_MockRandom_0.doc, _bv_MockRandom_0.sd, _bv_MockRandom_0.tim, _bv_MockRandom_0.tip, _bw.fdt, _bw.fdx, _bw.fnm, _bw.nvd, _bw.nvm, _bw.si, _bw_MockRandom_0.doc, _bw_MockRandom_0.sd, _bw_MockRandom_0.tib, _bw_MockRandom_0.tiv, _bx.fdt, _bx.fdx, _bx.fnm, _bx.nvd, _bx.nvm, _bx.si, _bx_MockRandom_0.doc, _bx_MockRandom_0.sd, _bx_MockRandom_0.tib, _bx_MockRandom_0.tiv, _by.fdt, _by.fdx, _by.fnm, _by.nvd, _by.nvm, _by.si, _by_MockRandom_0.doc, _by_MockRandom_0.sd, _by_MockRandom_0.tib, _by_MockRandom_0.tii, _bz.fdt, _bz.fdx, _bz.fnm, _bz.nvd, _bz.nvm, _bz.si, _bz_MockRandom_0.doc, _bz_MockRandom_0.sd, _bz_MockRandom_0.tbk, _bz_MockRandom_0.tix, _c0.fdt, _c0.fdx, _c0.fnm, _c0.nvd, _c0.nvm, _c0.si, _c0_MockRandom_0.doc, _c0_MockRandom_0.sd, _c0_MockRandom_0.tib, _c0_MockRandom_0.tii, _c1.fdt, _c1.fdx, _c1.fnm, _c1.nvd, _c1.nvm, _c1.si, _c1_MockRandom_0.doc, _c1_MockRandom_0.sd, _c1_MockRandom_0.tbk, _c1_MockRandom_0.tix, _c2.fdt, _c2.fdx, _c2.fnm, _c2.nvd, _c2.nvm, _c2.si, _c2_MockRandom_0.doc, _c2_MockRandom_0.sd, _c2_MockRandom_0.tbk, _c2_MockRandom_0.tix, _c3.fdt, _c3.fdx, _c3.fnm, _c3.nvd, _c3.nvm, _c3.si, _c3_MockRandom_0.doc, _c3_MockRandom_0.sd, _c3_MockRandom_0.tfp, _c4.fdt, _c4.fdx, _c4.fnm, _c4.nvd, _c4.nvm, _c4.si, _c4_MockRandom_0.doc, _c4_MockRandom_0.sd, _c4_MockRandom_0.tib, _c4_MockRandom_0.tii, _c5.fdt, _c5.fdx, _c5.fnm, _c5.nvd, _c5.nvm, _c5.si, _c5_MockRandom_0.doc, _c5_MockRandom_0.sd, _c5_MockRandom_0.tio, _c5_MockRandom_0.tipo, _c6.fdt, _c6.fdx, _c6.fnm, _c6.nvd, _c6.nvm, _c6.si, _c6_MockRandom_0.doc, _c6_MockRandom_0.sd, _c6_MockRandom_0.tbk, _c6_MockRandom_0.tix, _c7.fdt, _c7.fdx, _c7.fnm, _c7.nvd, _c7.nvm, _c7.si, _c7_MockRandom_0.doc, _c7_MockRandom_0.sd, _c7_MockRandom_0.tio, _c7_MockRandom_0.tipo, _c8.fdt, _c8.fdx, _c8.fnm, _c8.nvd, _c8.nvm, _c8.si, _c8_MockRandom_0.doc, _c8_MockRandom_0.sd, _c8_MockRandom_0.tim, _c8_MockRandom_0.tip, _c9.fdt, _c9.fdx, _c9.fnm, _c9.nvd, _c9.nvm, _c9.si, _c9_MockRandom_0.doc, _c9_MockRandom_0.sd, _c9_MockRandom_0.tfp, _ca.fdt, _ca.fdx, _ca.fnm, _ca.nvd, _ca.nvm, _ca.si, _ca_MockRandom_0.doc, _ca_MockRandom_0.sd, _ca_MockRandom_0.tim, _ca_MockRandom_0.tip, _cb.fdt, _cb.fdx, _cb.fnm, _cb.nvd, _cb.nvm, _cb.si, _cb_MockRandom_0.doc, _cb_MockRandom_0.sd, _cb_MockRandom_0.tfp, _cc.fdt, _cc.fdx, _cc.fnm, _cc.nvd, _cc.nvm, _cc.si, _cc_MockRandom_0.doc, _cc_MockRandom_0.sd, _cc_MockRandom_0.tfp, _cd.fdt, _cd.fdx, _cd.fnm, _cd.nvd, _cd.nvm, _cd.si, _cd_MockRandom_0.doc, _cd_MockRandom_0.sd, _cd_MockRandom_0.tbk, _cd_MockRandom_0.tix, _ce.fdt, _ce.fdx, _ce.fnm, _ce.nvd, _ce.nvm, _ce.si, _ce_MockRandom_0.doc, _ce_MockRandom_0.sd, _ce_MockRandom_0.tib, _ce_MockRandom_0.tiv, _cf.fdt, _cf.fdx, _cf.fnm, _cf.nvd, _cf.nvm, _cf.si, _cf_MockRandom_0.doc, _cf_MockRandom_0.sd, _cf_MockRandom_0.tbk, _cf_MockRandom_0.tix, segments_2]}, {indexVersion=1494516003384,generation=3,filelist=[_cg.fdt, _cg.fdx, _cg.fnm, _cg.nvd, _cg.nvm, _cg.si, _cg_MockRandom_0.doc, _cg_MockRandom_0.sd, _cg_MockRandom_0.tio, _cg_MockRandom_0.tipo, segments_3]}]>
	at __randomizedtesting.SeedInfo.seed([A2FEA6BF206E2B5A:8729BD8F50262559]: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.handler.TestReplicationHandler.doTestReplicateAfterCoreReload(TestReplicationHandler.java:1281)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.update.TestInPlaceUpdatesDistrib.test

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:37160/g_i/g/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:37160/g_i/g/collection1
	at __randomizedtesting.SeedInfo.seed([A2FEA6BF206E2B5A:2AAA99658E9246A2]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:621)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:447)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:388)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1383)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1134)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1073)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:484)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:463)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.commit(AbstractFullDistribZkTestBase.java:1530)
	at org.apache.solr.update.TestInPlaceUpdatesDistrib.docValuesUpdateTest(TestInPlaceUpdatesDistrib.java:361)
	at org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:154)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	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:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:515)
	... 54 more




Build Log:
[...truncated 11961 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/init-core-data-001
   [junit4]   2> 291773 WARN  (SUITE-FullSolrCloudDistribCmdsTest-seed#[A2FEA6BF206E2B5A]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=40 numCloses=40
   [junit4]   2> 291773 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[A2FEA6BF206E2B5A]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 291775 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[A2FEA6BF206E2B5A]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 291775 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[A2FEA6BF206E2B5A]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /b_/
   [junit4]   2> 291778 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 291778 INFO  (Thread-856) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 291778 INFO  (Thread-856) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 291780 ERROR (Thread-856) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 291878 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.ZkTestServer start zk server on port:53172
   [junit4]   2> 291893 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 291901 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 291902 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 291904 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 291906 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 291907 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 291909 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 291910 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 291912 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 291913 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 291915 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 292039 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/control-001/cores/collection1
   [junit4]   2> 292041 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 292042 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@94311c6{/b_,null,AVAILABLE}
   [junit4]   2> 292043 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@b1796fe{HTTP/1.1,[http/1.1]}{127.0.0.1:51421}
   [junit4]   2> 292043 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.e.j.s.Server Started @295135ms
   [junit4]   2> 292044 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/tempDir-001/control/data, hostContext=/b_, hostPort=51421, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/control-001/cores}
   [junit4]   2> 292044 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 292044 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 292044 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 292044 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 292044 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-11T15:06:43.166Z
   [junit4]   2> 292051 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 292051 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/control-001/solr.xml
   [junit4]   2> 292060 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 292061 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53172/solr
   [junit4]   2> 292087 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:51421_b_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 292087 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:51421_b_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:51421_b_
   [junit4]   2> 292088 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:51421_b_    ] o.a.s.c.Overseer Overseer (id=97944548337319940-127.0.0.1:51421_b_-n_0000000000) starting
   [junit4]   2> 292097 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:51421_b_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51421_b_
   [junit4]   2> 292107 INFO  (zkCallback-1072-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 292241 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:51421_b_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/control-001/cores
   [junit4]   2> 292242 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:51421_b_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 292242 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 292253 INFO  (OverseerStateUpdate-97944548337319940-127.0.0.1:51421_b_-n_0000000000) [n:127.0.0.1:51421_b_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 293271 WARN  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 293272 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 293285 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 293369 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 293388 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 293389 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 293389 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/control-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/control-001/cores/collection1/data/]
   [junit4]   2> 293389 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@628bb473
   [junit4]   2> 293390 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=83.0029296875, floorSegmentMB=2.0283203125, forceMergeDeletesPctAllowed=2.5927208682817717, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5633674816476807
   [junit4]   2> 293398 WARN  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 293457 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 293457 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 293458 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 293458 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 293458 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   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=1.0]
   [junit4]   2> 293459 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2e8e9a35[collection1] main]
   [junit4]   2> 293461 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 293461 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 293461 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 293462 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1567112775161872384
   [junit4]   2> 293466 INFO  (searcherExecutor-890-thread-1-processing-n:127.0.0.1:51421_b_ x:collection1 c:control_collection) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2e8e9a35[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 293478 INFO  (coreZkRegister-882-thread-1-processing-n:127.0.0.1:51421_b_ x:collection1 c:control_collection) [n:127.0.0.1:51421_b_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 293478 INFO  (coreZkRegister-882-thread-1-processing-n:127.0.0.1:51421_b_ x:collection1 c:control_collection) [n:127.0.0.1:51421_b_ 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> 293478 INFO  (coreZkRegister-882-thread-1-processing-n:127.0.0.1:51421_b_ x:collection1 c:control_collection) [n:127.0.0.1:51421_b_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:51421/b_/collection1/
   [junit4]   2> 293478 INFO  (coreZkRegister-882-thread-1-processing-n:127.0.0.1:51421_b_ x:collection1 c:control_collection) [n:127.0.0.1:51421_b_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 293478 INFO  (coreZkRegister-882-thread-1-processing-n:127.0.0.1:51421_b_ x:collection1 c:control_collection) [n:127.0.0.1:51421_b_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:51421/b_/collection1/ has no replicas
   [junit4]   2> 293478 INFO  (coreZkRegister-882-thread-1-processing-n:127.0.0.1:51421_b_ x:collection1 c:control_collection) [n:127.0.0.1:51421_b_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 293482 INFO  (coreZkRegister-882-thread-1-processing-n:127.0.0.1:51421_b_ x:collection1 c:control_collection) [n:127.0.0.1:51421_b_ 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:51421/b_/collection1/ shard1
   [junit4]   2> 293633 INFO  (coreZkRegister-882-thread-1-processing-n:127.0.0.1:51421_b_ x:collection1 c:control_collection) [n:127.0.0.1:51421_b_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 293754 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 293755 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53172/solr ready
   [junit4]   2> 293755 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 293755 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 293760 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 0x15bf80c3b550006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 293880 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/shard-1-001/cores/collection1
   [junit4]   2> 293881 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/shard-1-001
   [junit4]   2> 293881 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 293883 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@76577477{/b_,null,AVAILABLE}
   [junit4]   2> 293884 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5f1ed243{HTTP/1.1,[http/1.1]}{127.0.0.1:52034}
   [junit4]   2> 293884 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.e.j.s.Server Started @296976ms
   [junit4]   2> 293884 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/b_, hostPort=52034, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/shard-1-001/cores}
   [junit4]   2> 293885 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 293885 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 293885 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 293885 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 293885 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-11T15:06:45.007Z
   [junit4]   2> 293888 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 293888 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/shard-1-001/solr.xml
   [junit4]   2> 293896 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 293896 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53172/solr
   [junit4]   2> 293916 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:52034_b_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 293919 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:52034_b_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 293922 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:52034_b_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52034_b_
   [junit4]   2> 293923 INFO  (zkCallback-1072-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 293925 INFO  (zkCallback-1076-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 293926 INFO  (zkCallback-1082-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 293993 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:52034_b_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/shard-1-001/cores
   [junit4]   2> 293994 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:52034_b_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 293995 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 293996 INFO  (OverseerStateUpdate-97944548337319940-127.0.0.1:51421_b_-n_0000000000) [n:127.0.0.1:51421_b_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 294099 INFO  (zkCallback-1082-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_    ] 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> 295016 WARN  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 295017 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 295031 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 295110 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 295128 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 295129 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 295129 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/shard-1-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 295133 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@628bb473
   [junit4]   2> 295134 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=83.0029296875, floorSegmentMB=2.0283203125, forceMergeDeletesPctAllowed=2.5927208682817717, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5633674816476807
   [junit4]   2> 295145 WARN  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 295193 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 295193 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 295194 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 295194 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 295195 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   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=1.0]
   [junit4]   2> 295196 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5055408b[collection1] main]
   [junit4]   2> 295197 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 295198 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 295198 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 295199 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1567112776983248896
   [junit4]   2> 295210 INFO  (searcherExecutor-901-thread-1-processing-n:127.0.0.1:52034_b_ x:collection1 c:collection1) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5055408b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 295216 INFO  (coreZkRegister-895-thread-1-processing-n:127.0.0.1:52034_b_ x:collection1 c:collection1) [n:127.0.0.1:52034_b_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 295216 INFO  (coreZkRegister-895-thread-1-processing-n:127.0.0.1:52034_b_ x:collection1 c:collection1) [n:127.0.0.1:52034_b_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 295216 INFO  (coreZkRegister-895-thread-1-processing-n:127.0.0.1:52034_b_ x:collection1 c:collection1) [n:127.0.0.1:52034_b_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:52034/b_/collection1/
   [junit4]   2> 295216 INFO  (coreZkRegister-895-thread-1-processing-n:127.0.0.1:52034_b_ x:collection1 c:collection1) [n:127.0.0.1:52034_b_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 295216 INFO  (coreZkRegister-895-thread-1-processing-n:127.0.0.1:52034_b_ x:collection1 c:collection1) [n:127.0.0.1:52034_b_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:52034/b_/collection1/ has no replicas
   [junit4]   2> 295216 INFO  (coreZkRegister-895-thread-1-processing-n:127.0.0.1:52034_b_ x:collection1 c:collection1) [n:127.0.0.1:52034_b_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 295224 INFO  (coreZkRegister-895-thread-1-processing-n:127.0.0.1:52034_b_ x:collection1 c:collection1) [n:127.0.0.1:52034_b_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:52034/b_/collection1/ shard2
   [junit4]   2> 295325 INFO  (zkCallback-1082-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_    ] 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> 295375 INFO  (coreZkRegister-895-thread-1-processing-n:127.0.0.1:52034_b_ x:collection1 c:collection1) [n:127.0.0.1:52034_b_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 295479 INFO  (zkCallback-1082-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_    ] 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> 295618 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/shard-2-001/cores/collection1
   [junit4]   2> 295619 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/shard-2-001
   [junit4]   2> 295619 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 295621 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@682333c1{/b_,null,AVAILABLE}
   [junit4]   2> 295622 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7fc904a9{HTTP/1.1,[http/1.1]}{127.0.0.1:37145}
   [junit4]   2> 295622 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.e.j.s.Server Started @298714ms
   [junit4]   2> 295622 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/b_, hostPort=37145, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/shard-2-001/cores}
   [junit4]   2> 295623 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 295624 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 295624 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 295624 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 295624 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-11T15:06:46.746Z
   [junit4]   2> 295627 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 295627 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/shard-2-001/solr.xml
   [junit4]   2> 295634 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 295635 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53172/solr
   [junit4]   2> 295648 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:37145_b_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 295651 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:37145_b_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 295653 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:37145_b_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37145_b_
   [junit4]   2> 295655 INFO  (zkCallback-1076-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 295655 INFO  (zkCallback-1082-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 295656 INFO  (zkCallback-1072-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 295656 INFO  (zkCallback-1088-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 295756 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:37145_b_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/shard-2-001/cores
   [junit4]   2> 295756 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:37145_b_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 295757 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 295758 INFO  (OverseerStateUpdate-97944548337319940-127.0.0.1:51421_b_-n_0000000000) [n:127.0.0.1:51421_b_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard3
   [junit4]   2> 295861 INFO  (zkCallback-1088-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_    ] 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: [3])
   [junit4]   2> 295861 INFO  (zkCallback-1082-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_    ] 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: [3])
   [junit4]   2> 296775 WARN  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 296776 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 296789 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 296870 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 296888 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 296888 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 296888 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/shard-2-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 296889 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@628bb473
   [junit4]   2> 296890 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=83.0029296875, floorSegmentMB=2.0283203125, forceMergeDeletesPctAllowed=2.5927208682817717, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5633674816476807
   [junit4]   2> 296897 WARN  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 296943 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 296943 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 296944 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 296944 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 296945 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   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=1.0]
   [junit4]   2> 296946 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@440b1b81[collection1] main]
   [junit4]   2> 296947 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 296947 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 296947 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 296949 INFO  (searcherExecutor-912-thread-1-processing-n:127.0.0.1:37145_b_ x:collection1 c:collection1) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@440b1b81[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 296949 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1567112778818256896
   [junit4]   2> 296956 INFO  (coreZkRegister-906-thread-1-processing-n:127.0.0.1:37145_b_ x:collection1 c:collection1) [n:127.0.0.1:37145_b_ c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 296956 INFO  (coreZkRegister-906-thread-1-processing-n:127.0.0.1:37145_b_ x:collection1 c:collection1) [n:127.0.0.1:37145_b_ c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 296956 INFO  (coreZkRegister-906-thread-1-processing-n:127.0.0.1:37145_b_ x:collection1 c:collection1) [n:127.0.0.1:37145_b_ c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:37145/b_/collection1/
   [junit4]   2> 296956 INFO  (coreZkRegister-906-thread-1-processing-n:127.0.0.1:37145_b_ x:collection1 c:collection1) [n:127.0.0.1:37145_b_ c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 296956 INFO  (coreZkRegister-906-thread-1-processing-n:127.0.0.1:37145_b_ x:collection1 c:collection1) [n:127.0.0.1:37145_b_ c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:37145/b_/collection1/ has no replicas
   [junit4]   2> 296956 INFO  (coreZkRegister-906-thread-1-processing-n:127.0.0.1:37145_b_ x:collection1 c:collection1) [n:127.0.0.1:37145_b_ c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 296961 INFO  (coreZkRegister-906-thread-1-processing-n:127.0.0.1:37145_b_ x:collection1 c:collection1) [n:127.0.0.1:37145_b_ c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:37145/b_/collection1/ shard3
   [junit4]   2> 297063 INFO  (zkCallback-1082-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_    ] 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: [3])
   [junit4]   2> 297063 INFO  (zkCallback-1088-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_    ] 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: [3])
   [junit4]   2> 297112 INFO  (coreZkRegister-906-thread-1-processing-n:127.0.0.1:37145_b_ x:collection1 c:collection1) [n:127.0.0.1:37145_b_ c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 297216 INFO  (zkCallback-1082-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_    ] 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: [3])
   [junit4]   2> 297216 INFO  (zkCallback-1088-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_    ] 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: [3])
   [junit4]   2> 297384 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/shard-3-001/cores/collection1
   [junit4]   2> 297385 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/shard-3-001
   [junit4]   2> 297386 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 297388 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@b23ff0a{/b_,null,AVAILABLE}
   [junit4]   2> 297388 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3bc98a78{HTTP/1.1,[http/1.1]}{127.0.0.1:51951}
   [junit4]   2> 297388 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.e.j.s.Server Started @300480ms
   [junit4]   2> 297388 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/b_, hostPort=51951, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/shard-3-001/cores}
   [junit4]   2> 297389 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 297389 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 297390 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 297390 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 297390 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-11T15:06:48.512Z
   [junit4]   2> 297394 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 297401 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/shard-3-001/solr.xml
   [junit4]   2> 297408 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 297409 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53172/solr
   [junit4]   2> 297421 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:51951_b_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 297424 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:51951_b_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 297427 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:51951_b_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51951_b_
   [junit4]   2> 297429 INFO  (zkCallback-1076-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 297429 INFO  (zkCallback-1072-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 297430 INFO  (zkCallback-1082-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 297430 INFO  (zkCallback-1088-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 297431 INFO  (zkCallback-1094-thread-1-processing-n:127.0.0.1:51951_b_) [n:127.0.0.1:51951_b_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 297580 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-s

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

sageParser.parse(AbstractMessageParser.java:261)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:515)
   [junit4]    > 	... 54 more
   [junit4]   2> 4737739 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[A2FEA6BF206E2B5A]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 4737739 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[A2FEA6BF206E2B5A]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1248537383
   [junit4]   2> 4737739 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[A2FEA6BF206E2B5A]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 4737740 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[A2FEA6BF206E2B5A]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 4737742 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[A2FEA6BF206E2B5A]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 4737743 INFO  (coreCloseExecutor-10790-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7678df19
   [junit4]   2> 4737759 INFO  (coreCloseExecutor-10790-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_A2FEA6BF206E2B5A-001
   [junit4]   2> May 11, 2017 4:20:48 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(Lucene62): {title_s=FSTOrd50, id=PostingsFormat(name=Asserting), id_field_copy_that_does_not_support_in_place_update_s=FSTOrd50}, docValues:{inplace_updatable_float=DocValuesFormat(name=Direct), id_i=DocValuesFormat(name=Lucene54), _version_=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Asserting), inplace_updatable_int_with_default=DocValuesFormat(name=Direct), inplace_updatable_float_with_default=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=381, maxMBSortInHeap=5.484827748650903, sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=mt-MT, timezone=Asia/Kamchatka
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=4,threads=1,free=168511552,total=523239424
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrCloudWithDelegationTokens, WordBreakSolrSpellCheckerTest, TestDistributedStatsComponentCardinality, TestSystemIdResolver, DistanceFunctionTest, TestFuzzyAnalyzedSuggestions, TestHashPartitioner, SchemaVersionSpecificBehaviorTest, TestSQLHandlerNonCloud, SimplePostToolTest, ChaosMonkeySafeLeaderTest, CoreSorterTest, SolrCmdDistributorTest, CdcrBootstrapTest, TestTrie, SpatialRPTFieldTypeTest, TestXmlQParser, DocumentBuilderTest, CleanupOldIndexTest, DateMathParserTest, JsonValidatorTest, ForceLeaderTest, TestCollectionAPIs, TestHalfAndHalfDocValues, SpellCheckComponentTest, TestSearcherReuse, TestBulkSchemaAPI, URLClassifyProcessorTest, TestSubQueryTransformer, TestDeleteCollectionOnDownNodes, TestSystemCollAutoCreate, TestExactSharedStatsCache, TestElisionMultitermQuery, HLLUtilTest, HdfsWriteToMultipleCollectionsTest, TestStandardQParsers, SimpleMLTQParserTest, TestLockTree, SolrMetricsIntegrationTest, CopyFieldTest, TestSchemalessBufferedUpdates, TestRequestForwarding, CdcrRequestHandlerTest, TestQueryTypes, TermVectorComponentTest, TestConfigSetsAPIExclusivity, TestStressCloudBlindAtomicUpdates, DeleteInactiveReplicaTest, SearchHandlerTest, TestSurroundQueryParser, TestFieldResource, MultiTermTest, TestSha256AuthenticationProvider, SegmentsInfoRequestHandlerTest, ClassificationUpdateProcessorTest, OverseerTaskQueueTest, TestFieldCacheSanityChecker, TestManagedSynonymFilterFactory, ConnectionManagerTest, TermsComponentTest, DistributedIntervalFacetingTest, DistributedMLTComponentTest, TestQueryUtils, TestWordDelimiterFilterFactory, DistributedDebugComponentTest, RAMDirectoryFactoryTest, TestCSVResponseWriter, BufferStoreTest, TestExclusionRuleCollectionAccess, SharedFSAutoReplicaFailoverUtilsTest, TestStressVersions, TestLeaderElectionZkExpiry, HdfsDirectoryFactoryTest, HdfsBasicDistributedZkTest, TestBM25SimilarityFactory, TestHashQParserPlugin, TestBlendedInfixSuggestions, TestDynamicLoading, FileUtilsTest, TestSimpleTrackingShardHandler, SolrIndexSplitterTest, TestMiniSolrCloudClusterSSL, TestCloudNestedDocsSort, TestSchemaNameResource, SaslZkACLProviderTest, TolerantUpdateProcessorTest, RestartWhileUpdatingTest, CSVRequestHandlerTest, SuggesterFSTTest, TestLMDirichletSimilarityFactory, TriLevelCompositeIdRoutingTest, TestJavabinTupleStreamParser, SampleTest, TestDocTermOrds, TestScoreJoinQPScore, ExplicitHLLTest, TestQuerySenderListener, InfixSuggestersTest, TestManagedResource, TestCloudPivotFacet, UpdateRequestProcessorFactoryTest, TestDynamicFieldCollectionResource, TestQueryWrapperFilter, IndexSchemaRuntimeFieldTest, ZkSolrClientTest, CollectionStateFormat2Test, DataDrivenBlockJoinTest, TestCoreContainer, DirectSolrSpellCheckerTest, SliceStateTest, TestUnifiedSolrHighlighter, CollectionsAPISolrJTest, SystemInfoHandlerTest, TestRTGBase, TestSolrIndexConfig, TestSolrCloudWithHadoopAuthPlugin, RuleEngineTest, TestSolr4Spatial, StatsComponentTest, TestGroupingSearch, QueryElevationComponentTest, PeerSyncTest, BadIndexSchemaTest, ConvertedLegacyTest, TestFiltering, BasicFunctionalityTest, TestLazyCores, HighlighterTest, SoftAutoCommitTest, SuggesterTSTTest, SpatialFilterTest, SolrCoreCheckLockOnStartupTest, TestUpdate, TestAtomicUpdateErrorCases, SortByFunctionTest, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, IndexBasedSpellCheckerTest, TestReversedWildcardFilterFactory, TestOmitPositions, RequestHandlersTest, FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, RegexBoostProcessorTest, TestJmxIntegration, MBeansHandlerTest, JsonLoaderTest, TestBinaryResponseWriter, HighlighterConfigTest, SOLR749Test, UpdateParamsTest, AlternateDirectoryTest, SolrIndexConfigTest, BadComponentTest, TestMergePolicyConfig, TestSearchPerf, ExternalFileFieldSortTest, NotRequiredUniqueKeyTest, SpellPossibilityIteratorTest, TestCharFilters, TestXIncludeConfig, EchoParamsTest, TestLMJelinekMercerSimilarityFactory, TestJmxMonitoredMap, TestSuggestSpellingConverter, ClusterStateTest, TestLRUCache, TestCursorMarkWithoutUniqueKey, ConnectionReuseTest, CollectionReloadTest, CollectionsAPIAsyncDistributedZkTest, DistributedQueueTest, DocValuesNotIndexedTest, LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnShardRestartTest, MigrateRouteKeyTest, OverseerRolesTest, RollingRestartTest, TestMiniSolrCloudCluster, TestRebalanceLeaders, TestShortCircuitedRequests, TestSizeLimitedDistributedMap, TestTolerantUpdateProcessorCloud, TlogReplayBufferedWhileIndexingTest, HdfsUnloadDistributedZkTest, StressHdfsTest, ConfigureRecoveryStrategyTest, DirectoryFactoryTest, TestBackupRepositoryFactory, TestConfigOverlay, TestConfigSets, TestCorePropertiesReload, TestImplicitCoreProperties, TestInfoStreamLogging, TestInitParams, TestNRTOpen, TestShardHandlerFactory, TestSolrConfigHandler, TestSolrCoreSnapshots, TestConfigReload, V2ApiIntegrationTest, CoreAdminRequestStatusTest, CoreMergeIndexesAdminHandlerTest, MetricsHandlerTest, PropertiesRequestHandlerTest, SecurityConfHandlerTest, StatsReloadRaceTest, DistributedExpandComponentTest, DistributedFacetExistsSmallTest, DistributedFacetPivotLargeTest, DistributedQueryComponentCustomSortTest, TestExpandComponent, TestPivotHelperCode, TestTrackingShardHandlerFactory, SolrCoreMetricManagerTest, SolrGraphiteReporterTest, SolrJmxReporterTest, SmileWriterTest, SubstringBytesRefFilterTest, TestMacroExpander, JSONWriterTest, SmileWriterTest, TestBinaryResponseWriter, TestExportWriter, TestGeoJSONResponseWriter, TestGraphMLResponseWriter, TestSolrQueryResponse, TestSubQueryTransformerCrossCore, TestSubQueryTransformerDistrib, PreAnalyzedFieldManagedSchemaCloudTest, TestCollationFieldDocValues, TestManagedSchema, TestPointFields, TestReRankQParserPlugin, TestReloadDeadlock, TestMinMaxOnMultiValuedField, TestOrdValues, TestSortByMinMaxFunction, BlockJoinFacetRandomTest, BlockJoinFacetSimpleTest, GraphQueryTest, TestScoreJoinQPNoScore, TestDFISimilarityFactory, TestNonDefinedSimilarityFactory, TestPerFieldSimilarityWithDefaultOverride, TestDefaultStatsCache, TestLRUStatsCache, BasicAuthStandaloneTest, TestAuthorizationFramework, TestFieldCacheWithThreads, TestInPlaceUpdatesDistrib]
   [junit4] Completed [711/711 (3!)] on J1 in 653.38s, 1 test, 1 error <<< FAILURES!

[...truncated 43414 lines...]

[JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 345 - Still Unstable

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

2 tests failed.
FAILED:  org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv

Error Message:
java.lang.RuntimeException: Error from server at http://127.0.0.1:38858/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:57777/solr/test_col_shard1_replica1: Server Error    request: http://127.0.0.1:57777/solr/test_col_shard1_replica1/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A38858%2Fsolr%2Ftest_col_shard2_replica2%2F&wt=javabin&version=2 Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:46265/solr/test_col_shard1_replica2/ update: org.apache.solr.client.solrj.request.UpdateRequest@4f046945

Stack Trace:
java.util.concurrent.ExecutionException: java.lang.RuntimeException: Error from server at http://127.0.0.1:38858/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:57777/solr/test_col_shard1_replica1: Server Error



request: http://127.0.0.1:57777/solr/test_col_shard1_replica1/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A38858%2Fsolr%2Ftest_col_shard2_replica2%2F&wt=javabin&version=2
Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:46265/solr/test_col_shard1_replica2/ update: org.apache.solr.client.solrj.request.UpdateRequest@4f046945
	at __randomizedtesting.SeedInfo.seed([14D79D4EC8D64DB9:22C3FF08428B77A8]:0)
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:281)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv(TestStressCloudBlindAtomicUpdates.java:193)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: Error from server at http://127.0.0.1:38858/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:57777/solr/test_col_shard1_replica1: Server Error



request: http://127.0.0.1:57777/solr/test_col_shard1_replica1/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A38858%2Fsolr%2Ftest_col_shard2_replica2%2F&wt=javabin&version=2
Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:46265/solr/test_col_shard1_replica2/ update: org.apache.solr.client.solrj.request.UpdateRequest@4f046945
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:409)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:38858/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:57777/solr/test_col_shard1_replica1: Server Error



request: http://127.0.0.1:57777/solr/test_col_shard1_replica1/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A38858%2Fsolr%2Ftest_col_shard2_replica2%2F&wt=javabin&version=2
Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:46265/solr/test_col_shard1_replica2/ update: org.apache.solr.client.solrj.request.UpdateRequest@4f046945
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:610)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:177)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.doRandomAtomicUpdate(TestStressCloudBlindAtomicUpdates.java:368)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:397)
	... 6 more


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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:53926
	at __randomizedtesting.SeedInfo.seed([14D79D4EC8D64DB9:9C83A294662A2041]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:621)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:447)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:388)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1383)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1134)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1073)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.hdfs.StressHdfsTest.createAndDeleteCollection(StressHdfsTest.java:220)
	at org.apache.solr.cloud.hdfs.StressHdfsTest.test(StressHdfsTest.java:103)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	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:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:515)
	... 51 more




Build Log:
[...truncated 12342 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.StressHdfsTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/init-core-data-001
   [junit4]   2> 1850752 WARN  (SUITE-StressHdfsTest-seed#[14D79D4EC8D64DB9]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=17 numCloses=17
   [junit4]   2> 1850753 INFO  (SUITE-StressHdfsTest-seed#[14D79D4EC8D64DB9]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 1850754 INFO  (SUITE-StressHdfsTest-seed#[14D79D4EC8D64DB9]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 1850754 INFO  (SUITE-StressHdfsTest-seed#[14D79D4EC8D64DB9]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 1850819 WARN  (SUITE-StressHdfsTest-seed#[14D79D4EC8D64DB9]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 1850841 WARN  (SUITE-StressHdfsTest-seed#[14D79D4EC8D64DB9]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1850846 INFO  (SUITE-StressHdfsTest-seed#[14D79D4EC8D64DB9]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1850877 INFO  (SUITE-StressHdfsTest-seed#[14D79D4EC8D64DB9]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/hdfs to ./temp/Jetty_localhost_49953_hdfs____.phz5no/webapp
   [junit4]   2> 1851214 INFO  (SUITE-StressHdfsTest-seed#[14D79D4EC8D64DB9]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:49953
   [junit4]   2> 1851271 WARN  (SUITE-StressHdfsTest-seed#[14D79D4EC8D64DB9]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1851276 INFO  (SUITE-StressHdfsTest-seed#[14D79D4EC8D64DB9]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1851293 INFO  (SUITE-StressHdfsTest-seed#[14D79D4EC8D64DB9]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_58962_datanode____.9kh4h3/webapp
   [junit4]   2> 1851667 INFO  (SUITE-StressHdfsTest-seed#[14D79D4EC8D64DB9]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:58962
   [junit4]   2> 1851722 WARN  (SUITE-StressHdfsTest-seed#[14D79D4EC8D64DB9]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1851724 INFO  (SUITE-StressHdfsTest-seed#[14D79D4EC8D64DB9]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1851736 INFO  (SUITE-StressHdfsTest-seed#[14D79D4EC8D64DB9]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_41655_datanode____h6w6jk/webapp
   [junit4]   2> 1851766 INFO  (IPC Server handler 2 on 59770) [    ] BlockStateChange BLOCK* processReport: from storage DS-ac539bd4-ae85-4de6-8fdf-754114b347e5 node DatanodeRegistration(127.0.0.1:51713, datanodeUuid=c4ca2f55-08d7-437a-97d1-20955c8b26bd, infoPort=57912, infoSecurePort=0, ipcPort=44712, storageInfo=lv=-56;cid=testClusterID;nsid=527817052;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 1851766 INFO  (IPC Server handler 2 on 59770) [    ] BlockStateChange BLOCK* processReport: from storage DS-8bb34c81-d392-437f-b071-43d377d56082 node DatanodeRegistration(127.0.0.1:51713, datanodeUuid=c4ca2f55-08d7-437a-97d1-20955c8b26bd, infoPort=57912, infoSecurePort=0, ipcPort=44712, storageInfo=lv=-56;cid=testClusterID;nsid=527817052;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 1852105 INFO  (SUITE-StressHdfsTest-seed#[14D79D4EC8D64DB9]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:41655
   [junit4]   2> 1852203 INFO  (IPC Server handler 8 on 59770) [    ] BlockStateChange BLOCK* processReport: from storage DS-325916dc-507f-471b-91b4-b63d28c137af node DatanodeRegistration(127.0.0.1:52552, datanodeUuid=c5f4ce09-5d9c-4664-b8a4-500576f62dd1, infoPort=44649, infoSecurePort=0, ipcPort=36048, storageInfo=lv=-56;cid=testClusterID;nsid=527817052;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 1852203 INFO  (IPC Server handler 8 on 59770) [    ] BlockStateChange BLOCK* processReport: from storage DS-6d1f8695-b9e6-48fa-b38b-4d07c59aae0f node DatanodeRegistration(127.0.0.1:52552, datanodeUuid=c5f4ce09-5d9c-4664-b8a4-500576f62dd1, infoPort=44649, infoSecurePort=0, ipcPort=36048, storageInfo=lv=-56;cid=testClusterID;nsid=527817052;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 1852258 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1852259 INFO  (Thread-10285) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1852259 INFO  (Thread-10285) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1852262 ERROR (Thread-10285) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1852359 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.ZkTestServer start zk server on port:40645
   [junit4]   2> 1852373 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1852375 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1852378 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1852379 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1852381 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1852382 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1852383 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1852385 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1852386 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1852387 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1852389 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1852498 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/control-001/cores/collection1
   [junit4]   2> 1852500 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1852502 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@600ad72{/,null,AVAILABLE}
   [junit4]   2> 1852502 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@20df7d62{HTTP/1.1,[http/1.1]}{127.0.0.1:46342}
   [junit4]   2> 1852502 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.e.j.s.Server Started @1855472ms
   [junit4]   2> 1852502 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:59770/hdfs__localhost_59770__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001_tempDir-002_control_data, hostContext=/, hostPort=46342, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/control-001/cores}
   [junit4]   2> 1852502 ERROR (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1852503 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 1852503 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1852503 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1852503 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-10T16:09:30.058Z
   [junit4]   2> 1852510 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1852510 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/control-001/solr.xml
   [junit4]   2> 1852517 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1852518 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40645/solr
   [junit4]   2> 1852552 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:46342_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1852553 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:46342_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46342_
   [junit4]   2> 1852554 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:46342_    ] o.a.s.c.Overseer Overseer (id=97939132895395844-127.0.0.1:46342_-n_0000000000) starting
   [junit4]   2> 1852559 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:46342_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46342_
   [junit4]   2> 1852560 INFO  (zkCallback-1481-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1852661 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:46342_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/control-001/cores
   [junit4]   2> 1852661 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:46342_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1852662 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1852665 INFO  (OverseerStateUpdate-97939132895395844-127.0.0.1:46342_-n_0000000000) [n:127.0.0.1:46342_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1852693 WARN  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1852694 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1852722 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1852847 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1852862 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 1852862 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:59770/solr_hdfs_home
   [junit4]   2> 1852862 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 1852863 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1852863 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/control-001/cores/collection1], dataDir=[hdfs://localhost:59770/solr_hdfs_home/control_collection/core_node1/data/]
   [junit4]   2> 1852863 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b311032
   [junit4]   2> 1852863 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:59770/solr_hdfs_home/control_collection/core_node1/data/snapshot_metadata
   [junit4]   2> 1852874 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1852874 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   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> 1852874 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 1852885 WARN  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.s.h.HdfsDirectory The NameNode is in SafeMode - Solr will wait 5 seconds and try again.
   [junit4]   2> 1857888 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1857893 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:59770/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 1857926 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:59770/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 1857933 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1857933 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   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> 1857934 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 1857944 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1857947 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=19.7509765625, floorSegmentMB=0.53125, forceMergeDeletesPctAllowed=13.028405312788948, segmentsPerTier=4.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1858073 INFO  (IPC Server handler 4 on 59770) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:51713 is added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-6d1f8695-b9e6-48fa-b38b-4d07c59aae0f:NORMAL:127.0.0.1:52552|RBW], ReplicaUC[[DISK]DS-8bb34c81-d392-437f-b071-43d377d56082:NORMAL:127.0.0.1:51713|RBW]]} size 0
   [junit4]   2> 1858074 INFO  (IPC Server handler 5 on 59770) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:52552 is added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-6d1f8695-b9e6-48fa-b38b-4d07c59aae0f:NORMAL:127.0.0.1:52552|RBW], ReplicaUC[[DISK]DS-8bb34c81-d392-437f-b071-43d377d56082:NORMAL:127.0.0.1:51713|RBW]]} size 0
   [junit4]   2> 1858085 WARN  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1858217 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 1858218 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1858218 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 1858239 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1858239 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1858240 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@7d87fa7a
   [junit4]   2> 1858267 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@9046204[collection1] main]
   [junit4]   2> 1858268 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1858268 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1858268 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1858270 INFO  (searcherExecutor-3376-thread-1-processing-n:127.0.0.1:46342_ x:collection1 c:control_collection) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@9046204[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1858274 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1567026132632469504
   [junit4]   2> 1858288 INFO  (coreZkRegister-3368-thread-1-processing-n:127.0.0.1:46342_ x:collection1 c:control_collection) [n:127.0.0.1:46342_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1858288 INFO  (coreZkRegister-3368-thread-1-processing-n:127.0.0.1:46342_ x:collection1 c:control_collection) [n:127.0.0.1:46342_ 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> 1858288 INFO  (coreZkRegister-3368-thread-1-processing-n:127.0.0.1:46342_ x:collection1 c:control_collection) [n:127.0.0.1:46342_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:46342/collection1/
   [junit4]   2> 1858288 INFO  (coreZkRegister-3368-thread-1-processing-n:127.0.0.1:46342_ x:collection1 c:control_collection) [n:127.0.0.1:46342_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1858288 INFO  (coreZkRegister-3368-thread-1-processing-n:127.0.0.1:46342_ x:collection1 c:control_collection) [n:127.0.0.1:46342_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:46342/collection1/ has no replicas
   [junit4]   2> 1858288 INFO  (coreZkRegister-3368-thread-1-processing-n:127.0.0.1:46342_ x:collection1 c:control_collection) [n:127.0.0.1:46342_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1858293 INFO  (coreZkRegister-3368-thread-1-processing-n:127.0.0.1:46342_ x:collection1 c:control_collection) [n:127.0.0.1:46342_ 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:46342/collection1/ shard1
   [junit4]   2> 1858448 INFO  (coreZkRegister-3368-thread-1-processing-n:127.0.0.1:46342_ x:collection1 c:control_collection) [n:127.0.0.1:46342_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1858673 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1858674 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40645/solr ready
   [junit4]   2> 1858674 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1858674 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 1858807 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/shard-1-001/cores/collection1
   [junit4]   2> 1858807 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/shard-1-001
   [junit4]   2> 1858808 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1858810 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6b1d9ee6{/,null,AVAILABLE}
   [junit4]   2> 1858811 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@22756867{HTTP/1.1,[http/1.1]}{127.0.0.1:53926}
   [junit4]   2> 1858811 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.e.j.s.Server Started @1861781ms
   [junit4]   2> 1858811 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:59770/hdfs__localhost_59770__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001_tempDir-002_jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=53926, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/shard-1-001/cores}
   [junit4]   2> 1858811 ERROR (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1858817 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 1858817 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1858817 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1858817 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-10T16:09:36.372Z
   [junit4]   2> 1858840 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1858840 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/shard-1-001/solr.xml
   [junit4]   2> 1858851 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1858853 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40645/solr
   [junit4]   2> 1858892 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:53926_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1858894 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:53926_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1858896 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:53926_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53926_
   [junit4]   2> 1858897 INFO  (zkCallback-1485-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1858897 INFO  (zkCallback-1481-thread-2-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1858899 INFO  (zkCallback-1491-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1858997 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:53926_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/shard-1-001/cores
   [junit4]   2> 1858997 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:53926_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1859011 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1859014 INFO  (OverseerStateUpdate-97939132895395844-127.0.0.1:46342_-n_0000000000) [n:127.0.0.1:46342_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1859119 INFO  (zkCallback-1491-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_    ] 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> 1860034 WARN  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1860038 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1860061 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1860301 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1860325 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 1860325 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:59770/solr_hdfs_home
   [junit4]   2> 1860326 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 1860326 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1860326 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/shard-1-001/cores/collection1], dataDir=[hdfs://localhost:59770/solr_hdfs_home/collection1/core_node1/data/]
   [junit4]   2> 1860328 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b311032
   [junit4]   2> 1860329 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:59770/solr_hdfs_home/collection1/core_node1/data/snapshot_metadata
   [junit4]   2> 1860344 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1860344 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   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> 1860344 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 1860359 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1860360 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:59770/solr_hdfs_home/collection1/core_node1/data
   [junit4]   2> 1860395 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:59770/solr_hdfs_home/collection1/core_node1/data/index
   [junit4]   2> 1860402 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1860402 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   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> 1860402 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 1860416 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1860417 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=19.7509765625, floorSegmentMB=0.53125, forceMergeDeletesPctAllowed=13.028405312788948, segmentsPerTier=4.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1860458 INFO  (IPC Server handler 3 on 59770) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:51713 is added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-6d1f8695-b9e6-48fa-b38b-4d07c59aae0f:NORMAL:127.0.0.1:52552|RBW], ReplicaUC[[DISK]DS-ac539bd4-ae85-4de6-8fdf-754114b347e5:NORMAL:127.0.0.1:51713|FINALIZED]]} size 0
   [junit4]   2> 1860459 INFO  (IPC Server handler 2 on 59770) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:52552 is added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-ac539bd4-ae85-4de6-8fdf-754114b347e5:NORMAL:127.0.0.1:51713|FINALIZED], ReplicaUC[[DISK]DS-325916dc-507f-471b-91b4-b63d28c137af:NORMAL:127.0.0.1:52552|FINALIZED]]} size 0
   [junit4]   2> 1860529 WARN  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1860616 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 1860616 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1860616 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 1860641 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1860641 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1860643 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@2560e1be
   [junit4]   2> 1860651 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@e4be1f0[collection1] main]
   [junit4]   2> 1860652 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1860652 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1860652 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1860657 INFO  (searcherExecutor-3387-thread-1-processing-n:127.0.0.1:53926_ x:collection1 c:collection1) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@e4be1f0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1860661 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1567026135135420416
   [junit4]   2> 1860668 INFO  (coreZkRegister-3381-thread-1-processing-n:127.0.0.1:53926_ x:collection1 c:collection1) [n:127.0.0.1:53926_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1860669 INFO  (coreZkRegister-3381-thread-1-processing-n:127.0.0.1:53926_ x:collection1 c:collection1) [n:127.0.0.1:53926_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1860675 INFO  (coreZkRegister-3381-thread-1-processing-n:127.0.0.1:53926_ x:collection1 c:collection1) [n:127.0.0.1:53926_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53926/collection1/
   [junit4]   2> 1860675 INFO  (coreZkRegister-3381-thread-1-processing-n:127.0.0.1:53926_ x:collection1 c:collection1) [n:127.0.0.1:53926_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1860675 INFO  (coreZkRegister-3381-thread-1-processing-n:127.0.0.1:53926_ x:collection1 c:collection1) [n:127.0.0.1:53926_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:53926/collection1/ has no replicas
   [junit4]   2> 1860675 INFO  (coreZkRegister-3381-thread-1-processing-n:127.0.0.1:53926_ x:collection1 c:collection1) [n:127.0.0.1:53926_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1860684 INFO  (coreZkRegister-3381-thread-1-processing-n:127.0.0.1:53926_ x:collection1 c:collection1) [n:127.0.0.1:53926_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:53926/collection1/ shard1
   [junit4]   2> 1860787 INFO  (zkCallback-1491-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_    ] 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> 1860835 INFO  (coreZkRegister-3381-thread-1-processing-n:127.0.0.1:53926_ x:collection1 c:collection1) [n:127.0.0.1:53926_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1860940 INFO  (zkCallback-1491-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_    ] 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> 1861172 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/shard-2-001/cores/collection1
   [junit4]   2> 1861172 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/shard-2-001
   [junit4]   2> 1861173 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1861184 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@aae577f{/,null,AVAILABLE}
   [junit4]   2> 1861184 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@49a4fabe{HTTP/1.1,[http/1.1]}{127.0.0.1:36816}
   [junit4]   2> 1861184 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.e.j.s.Server Started @1864155ms
   [junit4]   2> 1861184 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:59770/hdfs__localhost_59770__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001_tempDir-002_jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=36816, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/shard-2-001/cores}
   [junit4]   2> 1861185 ERROR (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1861191 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 1861191 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1861191 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1861191 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-10T16:09:38.746Z
   [junit4]   2> 1861226 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1861226 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/shard-2-001/solr.xml
   [junit4]   2> 1861233 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1861235 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40645/solr
   [junit4]   2> 1861261 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:36816_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1861266 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:36816_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1861269 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:36816_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36816_
   [junit4]   2> 1861271 INFO  (zkCallback-1491-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1861272 INFO  (zkCallback-1485-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1861272 INFO  (zkCallback-1481-thread-2-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1861280 INFO  (zkCallback-1497-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1861367 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:36816_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/shard-2-001/cores
   [junit4]   2> 1861367 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:36816_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1861369 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1861375 INFO  (OverseerStateUpdate-97939132895395844-127.0.0.1:46342_-n_0000000000) [n:127.0.0.1:46342_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1861480 INFO  (zkCallback-1497-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_    ] 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: [3])
   [junit4]   2> 1861480 INFO  (zkCallback-1491-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_    ] 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: [3])
   [junit4]   2> 1862403 WARN  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1862404 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1862425 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1862612 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1862633 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 1862634 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:59770/solr_hdfs_home
   [junit4]   2> 1862634 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 1862634 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1862634 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/shard-2-001/cores/collection1], dataDir=[hdfs://localhost:59770/solr_hdfs_home/collection1/core_node2/data/]
   [junit4]   2> 1862634 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b311032
   [junit4]   2> 1862634 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:59770/solr_hdfs_home/collection1/core_node2/data/snapshot_metadata
   [junit4]   2> 1862653 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1862653 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   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> 1862653 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 1862673 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1862674 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:59770/solr_hdfs_home/collection1/core_node2/data
   [junit4]   2> 1862736 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:59770/solr_hdfs_home/collection1/core_node2/data/index
   [junit4]   2> 1862761 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1862762 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   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> 1862762 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 1862789 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1862789 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=19.7509765625, floorSegmentMB=0.53125, forceMergeDeletesPctAllowed=13.028405312788948, segmentsPerTier=4.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1862810 INFO  (IPC Server handler 2 on 59770) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:51713 is added to blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-6d1f8695-b9e6-48fa-b38b-4d07c59aae0f:NORMAL:127.0.0.1:52552|RBW], ReplicaUC[[DISK]DS-8bb34c81-d392-437f-b071-43d377d56082:NORMAL:127.0.0.1:51713|FINALIZED]]} size 0
   [junit4]   2> 1862813 INFO  (IPC Server handler 5 on 59770) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:52552 is added to blk_1073741827_1003 size 71
   [junit4]   2> 1862833 WARN  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1862920 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 1862920 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1862920 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 1862931 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1862931 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1862934 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@6eb932f1
   [junit4]   2> 1862944 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@d837c11[collection1] main]
   [junit4]   2> 1862950 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1862952 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1862952 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1862956 INFO  (searcherExecutor-3398-thread-1-processing-n:127.0.0.1:36816_ x:collection1 c:collection1) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@d837c11[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1862974 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1567026137560776704
   [junit4]   2> 1862998 INFO  (coreZkRegister-3392-thread-1-processing-n:127.0.0.1:36816_ x:collection1 c:collection1) [n:127.0.0.1:36816_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 1862999 INFO  (updateExecutor-1494-thread-1-processing-n:127.0.0.1:36816_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:36816_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1862999 INFO  (recoveryExecutor-1495-thread-1-processing-n:127.0.0.1:36816_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:36816_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1863000 INFO  (recoveryExecutor-1495-thread-1-processing-n:127.0.0.1:36816_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:36816_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1863000 INFO  (recoveryExecutor-1495-thread-1-processing-n:127.0.0.1:36816_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:36816_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 1863000 INFO  (recoveryExecutor-1495-thread-1-processing-n:127.0.0.1:36816_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:36816_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates. HDFSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1863002 INFO  (recoveryExecutor-1495-thread-1-processing-n:127.0.0.1:36816_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:36816_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, leader is [http://127.0.0.1:53926/collection1/] and I am [http://127.0.0.1:36816/collection1/]
   [junit4]   2> 1863012 INFO  (recoveryExecutor-1495-thread-1-processing-n:127.0.0.1:36816_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:36816_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:53926]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:36816_&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1863016 INFO  (qtp1181403562-16681) [n:127.0.0.1:53926_    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1863019 INFO  (qtp1181403562-16681) [n:127.0.0.1:53926_    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard1 of collection1) have state: recovering
   [junit4]   2> 1863019 INFO  (qtp1181403562-16681) [n:127.0.0.1:53926_    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:36816_, coreNodeName=core_node2, onlyIfActiveCheckResult=false, nodeProps: core_node2:{"core":"collection1","base_url":"http://127.0.0.1:36816","node_name":"127.0.0.1:36816_","state":"down"}
   [junit4]   2> 1863107 INFO  (zkCallback-1491-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_    ] 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: [3])
   [junit4]   2> 1863107 INFO  (zkCallback-1497-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_    ] 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: [3])
   [junit4]   2> 1863493 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/shard-3-001/cores/collection1
   [junit4]   2> 1863493 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/shard-3-001
   [junit4]   2> 1863494 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1863502 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6aede4db{/,null,AVAILABLE}
   [junit4]   2> 1863503 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@76fc3fad{HTTP/1.1,[http/1.1]}{127.0.0.1:54941}
   [junit4]   2> 1863503 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.e.j.s.Server Started @1866473ms
   [junit4]   2> 1863503 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:59770/hdfs__localhost_59770__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001_tempDir-002_jetty3, solrconfig=solrconfig.xml, hostContext=/, hostPort=54941, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/shard-3-001/cores}
   [junit4]   2> 1863503 ERROR (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1863512 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 1863512 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1863512 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1863512 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-10T16:09:41.067Z
   [junit4]   2> 1863537 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1863537 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/shard-3-001/solr.xml
   [junit4]   2> 1863580 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1863581 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40645/solr
   [junit4]   2> 1863596 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:54941_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1863598 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:54941_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1863600 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:54941_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54941_
   [junit4]   2> 1863602 INFO  (zkCallback-1481-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1863610 INFO  (zkCallback-1497-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1863612 INFO  (zkCallback-1485-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1863612 INFO  (zkCallback-1491-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1863613 INFO  (zkCallback-1504-thread-1-processing-n:127.0.0.1:54941_) [n:127.0.0.1:54941_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1863740 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:54941_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/shard-3-001/cores
   [junit4]   2> 1863740 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:54941_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1863744 INFO  (coreLoadExecutor-3408-thread-1-processing-n:127.0.0.1:54941_) [n:127.0.0.1:54941_ c:collection1   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1863746 INFO  (OverseerStateUpdate-97939132895395844-127.0.0.1:46342_-n_0000000000) [n:127.0.0.1:46342_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1863850 INFO  (zkCallback-1491-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_    ] 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: [4])
   [junit4]   2> 1863850 INFO  (zkCallback-1497-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_    ] 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: [4])
   [junit4]   2> 1863850 INFO  (zkCallback-1504-thread-1-processing-n:127.0.0.1:54941_) [n:127.0.0.1:54941_    ] 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: [4])
   [junit4]   2> 1864019 INFO  (qtp1181403562-16681) [n:127.0.0.1:53926_    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1, leaderDoesNot

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

solr.core.test_col.shard5.replica2
   [junit4]   2> 3067189 INFO  (jetty-closer-1762-thread-5) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7ef3237c{/solr,null,UNAVAILABLE}
   [junit4]   2> 3067193 INFO  (zkCallback-1784-thread-4-processing-n:127.0.0.1:37093_solr) [n:127.0.0.1:37093_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 3067193 INFO  (zkCallback-1808-thread-2-processing-n:127.0.0.1:38356_solr) [n:127.0.0.1:38356_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 3067193 INFO  (zkCallback-1809-thread-3-processing-n:127.0.0.1:44328_solr) [n:127.0.0.1:44328_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 3067198 INFO  (coreCloseExecutor-4944-thread-1) [n:127.0.0.1:44328_solr c:test_col s:shard5 r:core_node5 x:test_col_shard5_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.test_col.shard5.replica1
   [junit4]   2> 3067200 INFO  (zkCallback-1784-thread-4-processing-n:127.0.0.1:37093_solr) [n:127.0.0.1:37093_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 3067200 INFO  (zkCallback-1808-thread-2-processing-n:127.0.0.1:38356_solr) [n:127.0.0.1:38356_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 3067205 INFO  (coreCloseExecutor-4947-thread-1) [n:127.0.0.1:38356_solr c:test_col s:shard4 r:core_node8 x:test_col_shard4_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.test_col.shard4.replica1
   [junit4]   2> 3067208 INFO  (zkCallback-1784-thread-4-processing-n:127.0.0.1:37093_solr) [n:127.0.0.1:37093_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 3067250 INFO  (jetty-closer-1762-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@360ab41{/solr,null,UNAVAILABLE}
   [junit4]   2> 3068425 WARN  (zkCallback-1785-thread-3-processing-n:127.0.0.1:49535_solr) [n:127.0.0.1:49535_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 3068426 INFO  (jetty-closer-1762-thread-7) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5e4a6d32{/solr,null,UNAVAILABLE}
   [junit4]   2> 3068592 WARN  (zkCallback-1789-thread-5-processing-n:127.0.0.1:36026_solr) [n:127.0.0.1:36026_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 3068593 INFO  (jetty-closer-1762-thread-6) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@cb285ce{/solr,null,UNAVAILABLE}
   [junit4]   2> 3068679 WARN  (zkCallback-1821-thread-2-processing-n:127.0.0.1:57777_solr) [n:127.0.0.1:57777_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 3068680 INFO  (jetty-closer-1762-thread-8) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@246929dd{/solr,null,UNAVAILABLE}
   [junit4]   2> 3068692 WARN  (zkCallback-1818-thread-2-processing-n:127.0.0.1:45163_solr) [n:127.0.0.1:45163_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 3068693 INFO  (jetty-closer-1762-thread-10) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7bf455a7{/solr,null,UNAVAILABLE}
   [junit4]   2> 3068700 WARN  (zkCallback-1809-thread-3-processing-n:127.0.0.1:44328_solr) [n:127.0.0.1:44328_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 3068701 INFO  (jetty-closer-1762-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6e023497{/solr,null,UNAVAILABLE}
   [junit4]   2> 3068708 WARN  (zkCallback-1808-thread-2-processing-n:127.0.0.1:38356_solr) [n:127.0.0.1:38356_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 3068708 INFO  (jetty-closer-1762-thread-9) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1d9f46e9{/solr,null,UNAVAILABLE}
   [junit4]   2> 3068709 ERROR (SUITE-TestStressCloudBlindAtomicUpdates-seed#[14D79D4EC8D64DB9]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 3068709 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[14D79D4EC8D64DB9]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:58486 58486
   [junit4]   2> 3068810 INFO  (Thread-135902) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:58486 58486
   [junit4]   2> 3068812 WARN  (Thread-135902) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/aliases.json
   [junit4]   2> 	11	/solr/clusterprops.json
   [junit4]   2> 	10	/solr/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 	10	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/clusterstate.json
   [junit4]   2> 	10	/solr/collections/test_col/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/97939205595660313-127.0.0.1:44328_solr-n_0000000004
   [junit4]   2> 	2	/solr/overseer_elect/election/97939205595660315-127.0.0.1:52325_solr-n_0000000005
   [junit4]   2> 	2	/solr/overseer_elect/election/97939205595660303-127.0.0.1:37093_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/live_nodes
   [junit4]   2> 	11	/solr/collections
   [junit4]   2> 
   [junit4]   2> 3068812 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[14D79D4EC8D64DB9]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_14D79D4EC8D64DB9-001
   [junit4]   2> May 10, 2017 4:29:46 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=Lucene62, sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=sq, timezone=Europe/Luxembourg
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=4,threads=1,free=87216960,total=531103744
   [junit4]   2> NOTE: All tests run in this JVM: [TestLeaderElectionZkExpiry, DistributedQueueTest, TestRequestForwarding, TestScoreJoinQPScore, HdfsDirectoryFactoryTest, TestConfigReload, SegmentsInfoRequestHandlerTest, RemoteQueryErrorTest, TestSegmentSorting, TestWordDelimiterFilterFactory, TestReqParamsAPI, SampleTest, SolrJmxReporterTest, SharedFSAutoReplicaFailoverUtilsTest, TestSolrDynamicMBean, DistributedDebugComponentTest, SpellCheckComponentTest, DateMathParserTest, JsonValidatorTest, TestBlendedInfixSuggestions, TestElisionMultitermQuery, TermVectorComponentTest, BasicFunctionalityTest, TestStressVersions, CoreAdminRequestStatusTest, TestLockTree, TestDistributedStatsComponentCardinality, BufferStoreTest, HdfsCollectionsAPIDistributedZkTest, TestUpdate, HdfsThreadLeakTest, AnalyticsMergeStrategyTest, IndexSchemaTest, TestRawTransformer, TestQueryTypes, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestJavabinTupleStreamParser, TestSchemaNameResource, IndexBasedSpellCheckerTest, TestFieldResource, CoreSorterTest, CdcrBootstrapTest, FileUtilsTest, LoggingHandlerTest, SpatialHeatmapFacetsTest, TestCoreContainer, SortSpecParsingTest, SimpleMLTQParserTest, ChangedSchemaMergeTest, CleanupOldIndexTest, DocumentBuilderTest, TestTrie, TestCloudDeleteByQuery, ZkControllerTest, HdfsBasicDistributedZkTest, TestManagedSynonymFilterFactory, TestFuzzyAnalyzedSuggestions, HdfsWriteToMultipleCollectionsTest, BlockJoinFacetRandomTest, CollectionStateFormat2Test, TestCursorMarkWithoutUniqueKey, SolrInfoMBeanTest, TestConfigOverlay, MoveReplicaTest, ClusterStateUpdateTest, HdfsRecoveryZkTest, TestManagedSchemaThreadSafety, TestClusterProperties, VersionInfoTest, TermsComponentTest, RuleEngineTest, TestCollectionAPIs, OpenCloseCoreStressTest, ClassificationUpdateProcessorTest, TestSolrCLIRunExample, SpellCheckCollatorTest, TestXmlQParser, CollectionsAPIDistributedZkTest, MoreLikeThisHandlerTest, DirectSolrConnectionTest, TestEmbeddedSolrServerConstructors, IndexSchemaRuntimeFieldTest, EchoParamsTest, DistributedIntervalFacetingTest, SpellingQueryConverterTest, SaslZkACLProviderTest, TestNumericTerms32, TestTolerantUpdateProcessorCloud, TestBulkSchemaAPI, ShardRoutingTest, TestQueryWrapperFilter, DistributedFacetPivotLargeTest, TestComplexPhraseLeadingWildcard, SolrIndexConfigTest, SimplePostToolTest, DistribCursorPagingTest, TestFieldCacheVsDocValues, SolrCloudExampleTest, OutOfBoxZkACLAndCredentialsProvidersTest, CdcrRequestHandlerTest, TestCharFilters, DataDrivenBlockJoinTest, HLLUtilTest, CSVRequestHandlerTest, TestExactSharedStatsCache, TestSearchPerf, SortByFunctionTest, TestUnifiedSolrHighlighter, TestDynamicFieldCollectionResource, TestReRankQParserPlugin, TestFieldSortValues, TestFiltering, SystemInfoHandlerTest, TriLevelCompositeIdRoutingTest, AddBlockUpdateTest, TestInPlaceUpdatesDistrib, TestStressCloudBlindAtomicUpdates]
   [junit4] Completed [500/711 (2!)] on J1 in 108.05s, 5 tests, 1 error <<< FAILURES!

[...truncated 44092 lines...]

[JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 344 - Still Unstable

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

7 tests failed.
FAILED:  org.apache.lucene.search.TestSearcherManager.testConcurrentIndexCloseSearchAndRefresh

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([F70A69FB1A02E070]:0)


FAILED:  junit.framework.TestSuite.org.apache.lucene.search.TestSearcherManager

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

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


FAILED:  junit.framework.TestSuite.org.apache.lucene.search.TestSearcherManager

Error Message:
Captured an uncaught exception in thread: Thread[id=7461, name=Thread-6579, state=RUNNABLE, group=TGRP-TestSearcherManager]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=7461, name=Thread-6579, state=RUNNABLE, group=TGRP-TestSearcherManager]
Caused by: java.lang.RuntimeException: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001/tempDir-001/_c0_Asserting_0.dvm: Too many open files
	at __randomizedtesting.SeedInfo.seed([F70A69FB1A02E070]:0)
	at org.apache.lucene.search.TestSearcherManager$11.run(TestSearcherManager.java:661)
Caused by: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001/tempDir-001/_c0_Asserting_0.dvm: Too many open files
	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
	at org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:197)
	at org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
	at java.nio.channels.FileChannel.open(FileChannel.java:287)
	at java.nio.channels.FileChannel.open(FileChannel.java:335)
	at org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:81)
	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2741)
	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:749)
	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:137)
	at org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1072)
	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesProducer.<init>(Lucene54DocValuesProducer.java:113)
	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesFormat.fieldsProducer(Lucene54DocValuesFormat.java:113)
	at org.apache.lucene.codecs.asserting.AssertingDocValuesFormat.fieldsProducer(AssertingDocValuesFormat.java:66)
	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsReader.<init>(PerFieldDocValuesFormat.java:294)
	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat.fieldsProducer(PerFieldDocValuesFormat.java:383)
	at org.apache.lucene.index.SegmentDocValues.newDocValuesProducer(SegmentDocValues.java:51)
	at org.apache.lucene.index.SegmentDocValues.getDocValuesProducer(SegmentDocValues.java:67)
	at org.apache.lucene.index.SegmentReader.initDocValuesProducer(SegmentReader.java:164)
	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:90)
	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:145)
	at org.apache.lucene.index.ReadersAndUpdates.getReadOnlyClone(ReadersAndUpdates.java:197)
	at org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:103)
	at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:467)
	at org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:103)
	at org.apache.lucene.search.SearcherManager.<init>(SearcherManager.java:108)
	at org.apache.lucene.search.SearcherManager.<init>(SearcherManager.java:76)
	at org.apache.lucene.search.TestSearcherManager$11.run(TestSearcherManager.java:649)


FAILED:  junit.framework.TestSuite.org.apache.lucene.search.TestSearcherManager

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

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=7486, name=Lucene Merge Thread #2, state=RUNNABLE, group=TGRP-TestSearcherManager]
Caused by: org.apache.lucene.index.MergePolicy$MergeException: java.lang.IllegalStateException: this writer hit an unrecoverable error; cannot merge
	at __randomizedtesting.SeedInfo.seed([F70A69FB1A02E070]:0)
	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:703)
	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:683)
Caused by: java.lang.IllegalStateException: this writer hit an unrecoverable error; cannot merge
	at org.apache.lucene.index.IndexWriter._mergeInit(IndexWriter.java:4088)
	at org.apache.lucene.index.IndexWriter.mergeInit(IndexWriter.java:4068)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3922)
	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:624)
	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:661)
Caused by: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001/tempDir-001/_c9_Lucene54_0.dvm: Too many open files
	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
	at org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:197)
	at org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
	at java.nio.channels.FileChannel.open(FileChannel.java:287)
	at java.nio.channels.FileChannel.open(FileChannel.java:335)
	at org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:81)
	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2741)
	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:749)
	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:137)
	at org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1072)
	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesProducer.<init>(Lucene54DocValuesProducer.java:113)
	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesFormat.fieldsProducer(Lucene54DocValuesFormat.java:113)
	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsReader.<init>(PerFieldDocValuesFormat.java:294)
	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat.fieldsProducer(PerFieldDocValuesFormat.java:383)
	at org.apache.lucene.index.SegmentDocValues.newDocValuesProducer(SegmentDocValues.java:51)
	at org.apache.lucene.index.SegmentDocValues.getDocValuesProducer(SegmentDocValues.java:67)
	at org.apache.lucene.index.SegmentReader.initDocValuesProducer(SegmentReader.java:164)
	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:90)
	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:145)
	at org.apache.lucene.index.ReadersAndUpdates.getReaderForMerge(ReadersAndUpdates.java:617)
	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4286)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3931)
	... 2 more


FAILED:  junit.framework.TestSuite.org.apache.lucene.search.TestSearcherManager

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

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=7484, name=Lucene Merge Thread #0, state=RUNNABLE, group=TGRP-TestSearcherManager]
Caused by: org.apache.lucene.index.MergePolicy$MergeException: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001/tempDir-001/_c9_Lucene54_0.dvm: Too many open files
	at __randomizedtesting.SeedInfo.seed([F70A69FB1A02E070]:0)
	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:703)
	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:683)
Caused by: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001/tempDir-001/_c9_Lucene54_0.dvm: Too many open files
	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
	at org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:197)
	at org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
	at java.nio.channels.FileChannel.open(FileChannel.java:287)
	at java.nio.channels.FileChannel.open(FileChannel.java:335)
	at org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:81)
	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2741)
	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:749)
	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:137)
	at org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1072)
	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesProducer.<init>(Lucene54DocValuesProducer.java:113)
	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesFormat.fieldsProducer(Lucene54DocValuesFormat.java:113)
	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsReader.<init>(PerFieldDocValuesFormat.java:294)
	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat.fieldsProducer(PerFieldDocValuesFormat.java:383)
	at org.apache.lucene.index.SegmentDocValues.newDocValuesProducer(SegmentDocValues.java:51)
	at org.apache.lucene.index.SegmentDocValues.getDocValuesProducer(SegmentDocValues.java:67)
	at org.apache.lucene.index.SegmentReader.initDocValuesProducer(SegmentReader.java:164)
	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:90)
	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:145)
	at org.apache.lucene.index.ReadersAndUpdates.getReaderForMerge(ReadersAndUpdates.java:617)
	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4286)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3931)
	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:624)
	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:661)


FAILED:  junit.framework.TestSuite.org.apache.lucene.search.TestSearcherManager

Error Message:
Captured an uncaught exception in thread: Thread[id=7458, name=Thread-6576, state=RUNNABLE, group=TGRP-TestSearcherManager]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=7458, name=Thread-6576, state=RUNNABLE, group=TGRP-TestSearcherManager]
Caused by: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
	at __randomizedtesting.SeedInfo.seed([F70A69FB1A02E070]:0)
	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:749)
	at org.apache.lucene.index.IndexWriter.numDeletedDocs(IndexWriter.java:726)
	at org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4582)
	at org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4572)
	at org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4559)
	at org.apache.lucene.index.ConcurrentMergeScheduler.merge(ConcurrentMergeScheduler.java:517)
	at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2083)
	at org.apache.lucene.index.IndexWriter.doAfterSegmentFlushed(IndexWriter.java:5005)
	at org.apache.lucene.index.DocumentsWriter$MergePendingEvent.process(DocumentsWriter.java:731)
	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5043)
	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5034)
	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1574)
	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1316)
	at org.apache.lucene.search.TestSearcherManager$8.run(TestSearcherManager.java:559)
Caused by: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001/tempDir-001/_c9_Lucene54_0.dvm: Too many open files
	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
	at org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:197)
	at org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
	at java.nio.channels.FileChannel.open(FileChannel.java:287)
	at java.nio.channels.FileChannel.open(FileChannel.java:335)
	at org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:81)
	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2741)
	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:749)
	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:137)
	at org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1072)
	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesProducer.<init>(Lucene54DocValuesProducer.java:113)
	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesFormat.fieldsProducer(Lucene54DocValuesFormat.java:113)
	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsReader.<init>(PerFieldDocValuesFormat.java:294)
	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat.fieldsProducer(PerFieldDocValuesFormat.java:383)
	at org.apache.lucene.index.SegmentDocValues.newDocValuesProducer(SegmentDocValues.java:51)
	at org.apache.lucene.index.SegmentDocValues.getDocValuesProducer(SegmentDocValues.java:67)
	at org.apache.lucene.index.SegmentReader.initDocValuesProducer(SegmentReader.java:164)
	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:90)
	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:145)
	at org.apache.lucene.index.ReadersAndUpdates.getReaderForMerge(ReadersAndUpdates.java:617)
	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4286)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3931)
	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:624)
	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:661)


FAILED:  org.apache.solr.cloud.TestCloudRecovery.leaderRecoverFromLogOnStartupTest

Error Message:
Timeout waiting for all live and active

Stack Trace:
java.lang.AssertionError: Timeout waiting for all live and active
	at __randomizedtesting.SeedInfo.seed([3A47B4CBBFB61A9B:4EB7558EFB925D14]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.TestCloudRecovery.leaderRecoverFromLogOnStartupTest(TestCloudRecovery.java:105)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 1884 lines...]
   [junit4] Suite: org.apache.lucene.search.TestSearcherManager
   [junit4]   2> Beal 08, 2017 9:18:38 A.M. com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Thread-6579,5,TGRP-TestSearcherManager]
   [junit4]   2> java.lang.RuntimeException: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001/tempDir-001/_c0_Asserting_0.dvm: Too many open files
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([F70A69FB1A02E070]:0)
   [junit4]   2> 	at org.apache.lucene.search.TestSearcherManager$11.run(TestSearcherManager.java:661)
   [junit4]   2> Caused by: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001/tempDir-001/_c0_Asserting_0.dvm: Too many open files
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:197)
   [junit4]   2> 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
   [junit4]   2> 	at java.nio.channels.FileChannel.open(FileChannel.java:287)
   [junit4]   2> 	at java.nio.channels.FileChannel.open(FileChannel.java:335)
   [junit4]   2> 	at org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:81)
   [junit4]   2> 	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2741)
   [junit4]   2> 	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:749)
   [junit4]   2> 	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:137)
   [junit4]   2> 	at org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1072)
   [junit4]   2> 	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesProducer.<init>(Lucene54DocValuesProducer.java:113)
   [junit4]   2> 	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesFormat.fieldsProducer(Lucene54DocValuesFormat.java:113)
   [junit4]   2> 	at org.apache.lucene.codecs.asserting.AssertingDocValuesFormat.fieldsProducer(AssertingDocValuesFormat.java:66)
   [junit4]   2> 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsReader.<init>(PerFieldDocValuesFormat.java:294)
   [junit4]   2> 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat.fieldsProducer(PerFieldDocValuesFormat.java:383)
   [junit4]   2> 	at org.apache.lucene.index.SegmentDocValues.newDocValuesProducer(SegmentDocValues.java:51)
   [junit4]   2> 	at org.apache.lucene.index.SegmentDocValues.getDocValuesProducer(SegmentDocValues.java:67)
   [junit4]   2> 	at org.apache.lucene.index.SegmentReader.initDocValuesProducer(SegmentReader.java:164)
   [junit4]   2> 	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:90)
   [junit4]   2> 	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:145)
   [junit4]   2> 	at org.apache.lucene.index.ReadersAndUpdates.getReadOnlyClone(ReadersAndUpdates.java:197)
   [junit4]   2> 	at org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:103)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:467)
   [junit4]   2> 	at org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:103)
   [junit4]   2> 	at org.apache.lucene.search.SearcherManager.<init>(SearcherManager.java:108)
   [junit4]   2> 	at org.apache.lucene.search.SearcherManager.<init>(SearcherManager.java:76)
   [junit4]   2> 	at org.apache.lucene.search.TestSearcherManager$11.run(TestSearcherManager.java:649)
   [junit4]   2> 
   [junit4]   2> Beal 08, 2017 9:18:38 A.M. com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Lucene Merge Thread #2,5,TGRP-TestSearcherManager]
   [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([F70A69FB1A02E070]:0)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:703)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:683)
   [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:4088)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.mergeInit(IndexWriter.java:4068)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3922)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:624)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:661)
   [junit4]   2> Caused by: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001/tempDir-001/_c9_Lucene54_0.dvm: Too many open files
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:197)
   [junit4]   2> 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
   [junit4]   2> 	at java.nio.channels.FileChannel.open(FileChannel.java:287)
   [junit4]   2> 	at java.nio.channels.FileChannel.open(FileChannel.java:335)
   [junit4]   2> 	at org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:81)
   [junit4]   2> 	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2741)
   [junit4]   2> 	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:749)
   [junit4]   2> 	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:137)
   [junit4]   2> 	at org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1072)
   [junit4]   2> 	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesProducer.<init>(Lucene54DocValuesProducer.java:113)
   [junit4]   2> 	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesFormat.fieldsProducer(Lucene54DocValuesFormat.java:113)
   [junit4]   2> 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsReader.<init>(PerFieldDocValuesFormat.java:294)
   [junit4]   2> 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat.fieldsProducer(PerFieldDocValuesFormat.java:383)
   [junit4]   2> 	at org.apache.lucene.index.SegmentDocValues.newDocValuesProducer(SegmentDocValues.java:51)
   [junit4]   2> 	at org.apache.lucene.index.SegmentDocValues.getDocValuesProducer(SegmentDocValues.java:67)
   [junit4]   2> 	at org.apache.lucene.index.SegmentReader.initDocValuesProducer(SegmentReader.java:164)
   [junit4]   2> 	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:90)
   [junit4]   2> 	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:145)
   [junit4]   2> 	at org.apache.lucene.index.ReadersAndUpdates.getReaderForMerge(ReadersAndUpdates.java:617)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4286)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3931)
   [junit4]   2> 	... 2 more
   [junit4]   2> 
   [junit4]   2> Beal 08, 2017 9:18:38 A.M. com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Lucene Merge Thread #0,5,TGRP-TestSearcherManager]
   [junit4]   2> org.apache.lucene.index.MergePolicy$MergeException: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001/tempDir-001/_c9_Lucene54_0.dvm: Too many open files
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([F70A69FB1A02E070]:0)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:703)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:683)
   [junit4]   2> Caused by: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001/tempDir-001/_c9_Lucene54_0.dvm: Too many open files
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:197)
   [junit4]   2> 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
   [junit4]   2> 	at java.nio.channels.FileChannel.open(FileChannel.java:287)
   [junit4]   2> 	at java.nio.channels.FileChannel.open(FileChannel.java:335)
   [junit4]   2> 	at org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:81)
   [junit4]   2> 	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2741)
   [junit4]   2> 	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:749)
   [junit4]   2> 	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:137)
   [junit4]   2> 	at org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1072)
   [junit4]   2> 	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesProducer.<init>(Lucene54DocValuesProducer.java:113)
   [junit4]   2> 	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesFormat.fieldsProducer(Lucene54DocValuesFormat.java:113)
   [junit4]   2> 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsReader.<init>(PerFieldDocValuesFormat.java:294)
   [junit4]   2> 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat.fieldsProducer(PerFieldDocValuesFormat.java:383)
   [junit4]   2> 	at org.apache.lucene.index.SegmentDocValues.newDocValuesProducer(SegmentDocValues.java:51)
   [junit4]   2> 	at org.apache.lucene.index.SegmentDocValues.getDocValuesProducer(SegmentDocValues.java:67)
   [junit4]   2> 	at org.apache.lucene.index.SegmentReader.initDocValuesProducer(SegmentReader.java:164)
   [junit4]   2> 	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:90)
   [junit4]   2> 	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:145)
   [junit4]   2> 	at org.apache.lucene.index.ReadersAndUpdates.getReaderForMerge(ReadersAndUpdates.java:617)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4286)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3931)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:624)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:661)
   [junit4]   2> 
   [junit4]   2> Beal 08, 2017 9:18:38 A.M. com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Thread-6576,5,TGRP-TestSearcherManager]
   [junit4]   2> org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([F70A69FB1A02E070]:0)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:749)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.numDeletedDocs(IndexWriter.java:726)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4582)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4572)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4559)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.merge(ConcurrentMergeScheduler.java:517)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2083)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.doAfterSegmentFlushed(IndexWriter.java:5005)
   [junit4]   2> 	at org.apache.lucene.index.DocumentsWriter$MergePendingEvent.process(DocumentsWriter.java:731)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5043)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5034)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1574)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1316)
   [junit4]   2> 	at org.apache.lucene.search.TestSearcherManager$8.run(TestSearcherManager.java:559)
   [junit4]   2> Caused by: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001/tempDir-001/_c9_Lucene54_0.dvm: Too many open files
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:197)
   [junit4]   2> 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
   [junit4]   2> 	at java.nio.channels.FileChannel.open(FileChannel.java:287)
   [junit4]   2> 	at java.nio.channels.FileChannel.open(FileChannel.java:335)
   [junit4]   2> 	at org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:81)
   [junit4]   2> 	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2741)
   [junit4]   2> 	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:749)
   [junit4]   2> 	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:137)
   [junit4]   2> 	at org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1072)
   [junit4]   2> 	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesProducer.<init>(Lucene54DocValuesProducer.java:113)
   [junit4]   2> 	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesFormat.fieldsProducer(Lucene54DocValuesFormat.java:113)
   [junit4]   2> 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsReader.<init>(PerFieldDocValuesFormat.java:294)
   [junit4]   2> 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat.fieldsProducer(PerFieldDocValuesFormat.java:383)
   [junit4]   2> 	at org.apache.lucene.index.SegmentDocValues.newDocValuesProducer(SegmentDocValues.java:51)
   [junit4]   2> 	at org.apache.lucene.index.SegmentDocValues.getDocValuesProducer(SegmentDocValues.java:67)
   [junit4]   2> 	at org.apache.lucene.index.SegmentReader.initDocValuesProducer(SegmentReader.java:164)
   [junit4]   2> 	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:90)
   [junit4]   2> 	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:145)
   [junit4]   2> 	at org.apache.lucene.index.ReadersAndUpdates.getReaderForMerge(ReadersAndUpdates.java:617)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4286)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3931)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:624)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:661)
   [junit4]   2> 
   [junit4]   2> Beal 08, 2017 11:12:26 A.M. com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
   [junit4]   2> WARNING: Suite execution timed out: org.apache.lucene.search.TestSearcherManager
   [junit4]   2>    1) Thread[id=6426, name=TEST-TestSearcherManager.testConcurrentIndexCloseSearchAndRefresh-seed#[F70A69FB1A02E070], state=WAITING, group=TGRP-TestSearcherManager]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1249)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1323)
   [junit4]   2>         at org.apache.lucene.search.TestSearcherManager.testConcurrentIndexCloseSearchAndRefresh(TestSearcherManager.java:672)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [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:368)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [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:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2>    2) Thread[id=7460, name=Thread-6578, state=RUNNABLE, group=TGRP-TestSearcherManager]
   [junit4]   2>         at java.lang.Throwable.fillInStackTrace(Native Method)
   [junit4]   2>         at java.lang.Throwable.fillInStackTrace(Throwable.java:783)
   [junit4]   2>         at java.lang.Throwable.<init>(Throwable.java:265)
   [junit4]   2>         at java.lang.Exception.<init>(Exception.java:66)
   [junit4]   2>         at java.lang.RuntimeException.<init>(RuntimeException.java:62)
   [junit4]   2>         at java.lang.IllegalStateException.<init>(IllegalStateException.java:55)
   [junit4]   2>         at org.apache.lucene.store.AlreadyClosedException.<init>(AlreadyClosedException.java:26)
   [junit4]   2>         at org.apache.lucene.search.ReferenceManager.ensureOpen(ReferenceManager.java:54)
   [junit4]   2>         at org.apache.lucene.search.ReferenceManager.maybeRefreshBlocking(ReferenceManager.java:248)
   [junit4]   2>         at org.apache.lucene.search.TestSearcherManager$10.run(TestSearcherManager.java:619)
   [junit4]   2>    3) Thread[id=1, name=main, state=WAITING, group=main]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1249)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1323)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:608)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.run(RandomizedRunner.java:457)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:244)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:355)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
   [junit4]   2>    4) Thread[id=9, name=JUnit4-serializer-daemon, state=TIMED_WAITING, group=main]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.events.Serializer$1.run(Serializer.java:50)
   [junit4]   2>    5) Thread[id=7459, name=Thread-6577, state=RUNNABLE, group=TGRP-TestSearcherManager]
   [junit4]   2>         at java.lang.Throwable.fillInStackTrace(Native Method)
   [junit4]   2>         at java.lang.Throwable.fillInStackTrace(Throwable.java:783)
   [junit4]   2>         at java.lang.Throwable.<init>(Throwable.java:265)
   [junit4]   2>         at java.lang.Exception.<init>(Exception.java:66)
   [junit4]   2>         at java.lang.RuntimeException.<init>(RuntimeException.java:62)
   [junit4]   2>         at java.lang.IllegalStateException.<init>(IllegalStateException.java:55)
   [junit4]   2>         at org.apache.lucene.store.AlreadyClosedException.<init>(AlreadyClosedException.java:26)
   [junit4]   2>         at org.apache.lucene.search.ReferenceManager.acquire(ReferenceManager.java:98)
   [junit4]   2>         at org.apache.lucene.search.TestSearcherManager$9.run(TestSearcherManager.java:590)
   [junit4]   2>    6) Thread[id=6425, name=SUITE-TestSearcherManager-seed#[F70A69FB1A02E070], state=RUNNABLE, group=TGRP-TestSearcherManager]
   [junit4]   2>         at java.lang.Thread.getStackTrace(Thread.java:1556)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:696)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:693)
   [junit4]   2>         at java.security.AccessController.doPrivileged(Native Method)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.getStackTrace(ThreadLeakControl.java:693)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.getThreadsWithTraces(ThreadLeakControl.java:709)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.formatThreadStacksFull(ThreadLeakControl.java:689)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.access$1000(ThreadLeakControl.java:65)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:415)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:678)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:140)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:598)
   [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=TestSearcherManager -Dtests.method=testConcurrentIndexCloseSearchAndRefresh -Dtests.seed=F70A69FB1A02E070 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/test-data/enwiki.random.lines.txt -Dtests.locale=ga-IE -Dtests.timezone=Asia/Muscat -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   6866s J2 | TestSearcherManager.testConcurrentIndexCloseSearchAndRefresh <<<
   [junit4]    > Throwable #1: java.lang.Exception: Test abandoned because suite timeout was reached.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F70A69FB1A02E070]:0)
   [junit4]   2> Beal 08, 2017 11:12:26 A.M. com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 3 leaked thread(s).
   [junit4]   2> Beal 08, 2017 11:12:46 A.M. com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 3 threads leaked from SUITE scope at org.apache.lucene.search.TestSearcherManager: 
   [junit4]   2>    1) Thread[id=6426, name=TEST-TestSearcherManager.testConcurrentIndexCloseSearchAndRefresh-seed#[F70A69FB1A02E070], state=WAITING, group=TGRP-TestSearcherManager]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1249)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1323)
   [junit4]   2>         at org.apache.lucene.search.TestSearcherManager.testConcurrentIndexCloseSearchAndRefresh(TestSearcherManager.java:672)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [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:368)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [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:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2>    2) Thread[id=7460, name=Thread-6578, state=RUNNABLE, group=TGRP-TestSearcherManager]
   [junit4]   2>         at java.lang.Throwable.fillInStackTrace(Native Method)
   [junit4]   2>         at java.lang.Throwable.fillInStackTrace(Throwable.java:783)
   [junit4]   2>         at java.lang.Throwable.<init>(Throwable.java:265)
   [junit4]   2>         at java.lang.Exception.<init>(Exception.java:66)
   [junit4]   2>         at java.lang.RuntimeException.<init>(RuntimeException.java:62)
   [junit4]   2>         at java.lang.IllegalStateException.<init>(IllegalStateException.java:55)
   [junit4]   2>         at org.apache.lucene.store.AlreadyClosedException.<init>(AlreadyClosedException.java:26)
   [junit4]   2>         at org.apache.lucene.search.ReferenceManager.ensureOpen(ReferenceManager.java:54)
   [junit4]   2>         at org.apache.lucene.search.ReferenceManager.maybeRefreshBlocking(ReferenceManager.java:248)
   [junit4]   2>         at org.apache.lucene.search.TestSearcherManager$10.run(TestSearcherManager.java:619)
   [junit4]   2>    3) Thread[id=7459, name=Thread-6577, state=RUNNABLE, group=TGRP-TestSearcherManager]
   [junit4]   2>         at java.lang.Throwable.fillInStackTrace(Native Method)
   [junit4]   2>         at java.lang.Throwable.fillInStackTrace(Throwable.java:783)
   [junit4]   2>         at java.lang.Throwable.<init>(Throwable.java:265)
   [junit4]   2>         at java.lang.Exception.<init>(Exception.java:66)
   [junit4]   2>         at java.lang.RuntimeException.<init>(RuntimeException.java:62)
   [junit4]   2>         at java.lang.IllegalStateException.<init>(IllegalStateException.java:55)
   [junit4]   2>         at org.apache.lucene.store.AlreadyClosedException.<init>(AlreadyClosedException.java:26)
   [junit4]   2>         at org.apache.lucene.search.ReferenceManager.acquire(ReferenceManager.java:98)
   [junit4]   2>         at org.apache.lucene.search.TestSearcherManager$9.run(TestSearcherManager.java:590)
   [junit4]   2> Beal 08, 2017 11:12:46 A.M. com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=6426, name=TEST-TestSearcherManager.testConcurrentIndexCloseSearchAndRefresh-seed#[F70A69FB1A02E070], state=WAITING, group=TGRP-TestSearcherManager]
   [junit4]   2>    2) Thread[id=7460, name=Thread-6578, state=RUNNABLE, group=TGRP-TestSearcherManager]
   [junit4]   2>    3) Thread[id=7459, name=Thread-6577, state=RUNNABLE, group=TGRP-TestSearcherManager]
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001
   [junit4]   2> May 08, 2017 7:12:49 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=7460, name=Thread-6578, state=RUNNABLE, group=TGRP-TestSearcherManager]
   [junit4]   2>         at java.lang.Throwable.fillInStackTrace(Native Method)
   [junit4]   2>         at java.lang.Throwable.fillInStackTrace(Throwable.java:783)
   [junit4]   2>         at java.lang.Throwable.<init>(Throwable.java:265)
   [junit4]   2>         at java.lang.Exception.<init>(Exception.java:66)
   [junit4]   2>         at java.lang.RuntimeException.<init>(RuntimeException.java:62)
   [junit4]   2>         at java.lang.IllegalStateException.<init>(IllegalStateException.java:55)
   [junit4]   2>         at org.apache.lucene.store.AlreadyClosedException.<init>(AlreadyClosedException.java:26)
   [junit4]   2>         at org.apache.lucene.search.ReferenceManager.ensureOpen(ReferenceManager.java:54)
   [junit4]   2>         at org.apache.lucene.search.ReferenceManager.maybeRefreshBlocking(ReferenceManager.java:248)
   [junit4]   2>         at org.apache.lucene.search.TestSearcherManager$10.run(TestSearcherManager.java:619)
   [junit4]   2>    2) Thread[id=7459, name=Thread-6577, state=RUNNABLE, group=TGRP-TestSearcherManager]
   [junit4]   2>         at java.lang.Throwable.fillInStackTrace(Native Method)
   [junit4]   2>         at java.lang.Throwable.fillInStackTrace(Throwable.java:783)
   [junit4]   2>         at java.lang.Throwable.<init>(Throwable.java:265)
   [junit4]   2>         at java.lang.Exception.<init>(Exception.java:66)
   [junit4]   2>         at java.lang.RuntimeException.<init>(RuntimeException.java:62)
   [junit4]   2>         at java.lang.IllegalStateException.<init>(IllegalStateException.java:55)
   [junit4]   2>         at org.apache.lucene.store.AlreadyClosedException.<init>(AlreadyClosedException.java:26)
   [junit4]   2>         at org.apache.lucene.search.ReferenceManager.acquire(ReferenceManager.java:98)
   [junit4]   2>         at org.apache.lucene.search.TestSearcherManager$9.run(TestSearcherManager.java:590)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {date=BlockTreeOrds(blocksize=128), extra35=BlockTreeOrds(blocksize=128), extra13=BlockTreeOrds(blocksize=128), extra36=PostingsFormat(name=LuceneVarGapFixedInterval), extra14=PostingsFormat(name=LuceneVarGapFixedInterval), extra33=PostingsFormat(name=LuceneVarGapDocFreqInterval), extra11=PostingsFormat(name=LuceneVarGapDocFreqInterval), extra8=PostingsFormat(name=LuceneVarGapDocFreqInterval), extra12=PostingsFormat(name=LuceneFixedGap), extra9=PostingsFormat(name=LuceneFixedGap), extra34=PostingsFormat(name=LuceneFixedGap), extra39=BlockTreeOrds(blocksize=128), extra17=BlockTreeOrds(blocksize=128), extra18=PostingsFormat(name=LuceneVarGapFixedInterval), extra15=PostingsFormat(name=LuceneVarGapDocFreqInterval), extra37=PostingsFormat(name=LuceneVarGapDocFreqInterval), extra38=PostingsFormat(name=LuceneFixedGap), extra16=PostingsFormat(name=LuceneFixedGap), extra2=BlockTreeOrds(blocksize=128), extra3=PostingsFormat(name=LuceneVarGapFixedInterval), titleTokenized=PostingsFormat(name=LuceneVarGapFixedInterval), extra0=PostingsFormat(name=LuceneVarGapDocFreqInterval), extra19=PostingsFormat(name=LuceneVarGapDocFreqInterval), extra1=PostingsFormat(name=LuceneFixedGap), body=BlockTreeOrds(blocksize=128), title=PostingsFormat(name=LuceneVarGapDocFreqInterval), extra6=BlockTreeOrds(blocksize=128), extra7=PostingsFormat(name=LuceneVarGapFixedInterval), extra4=PostingsFormat(name=LuceneVarGapDocFreqInterval), extra5=PostingsFormat(name=LuceneFixedGap), packID=PostingsFormat(name=LuceneVarGapDocFreqInterval), extra31=BlockTreeOrds(blocksize=128), extra32=PostingsFormat(name=LuceneVarGapFixedInterval), extra10=PostingsFormat(name=LuceneVarGapFixedInterval), extra30=PostingsFormat(name=LuceneFixedGap), extra24=BlockTreeOrds(blocksize=128), extra25=PostingsFormat(name=LuceneVarGapFixedInterval), extra22=PostingsFormat(name=LuceneVarGapDocFreqInterval), extra23=PostingsFormat(name=LuceneFixedGap), extra28=BlockTreeOrds(blocksize=128), extra29=PostingsFormat(name=LuceneVarGapFixedInterval), docid=PostingsFormat(name=LuceneFixedGap), extra26=PostingsFormat(name=LuceneVarGapDocFreqInterval), extra27=PostingsFormat(name=LuceneFixedGap), extra20=BlockTreeOrds(blocksize=128), extra21=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{date=DocValuesFormat(name=Lucene54), extra13=DocValuesFormat(name=Lucene54), extra14=DocValuesFormat(name=Lucene54), extra11=DocValuesFormat(name=Lucene54), extra8=DocValuesFormat(name=Lucene54), extra12=DocValuesFormat(name=Asserting), extra9=DocValuesFormat(name=Lucene54), extra17=DocValuesFormat(name=Asserting), extra18=DocValuesFormat(name=Lucene54), extra15=DocValuesFormat(name=Lucene54), extra16=DocValuesFormat(name=Lucene54), extra2=DocValuesFormat(name=Lucene54), extra3=DocValuesFormat(name=Asserting), titleTokenized=DocValuesFormat(name=Lucene54), extra0=DocValuesFormat(name=Asserting), extra19=DocValuesFormat(name=Asserting), extra1=DocValuesFormat(name=Lucene54), body=DocValuesFormat(name=Asserting), extra6=DocValuesFormat(name=Lucene54), extra7=DocValuesFormat(name=Lucene54), extra4=DocValuesFormat(name=Lucene54), extra5=DocValuesFormat(name=Asserting), extra10=DocValuesFormat(name=Lucene54), extra35=DocValuesFormat(name=Asserting), extra36=DocValuesFormat(name=Lucene54), docid_int=DocValuesFormat(name=Lucene54), extra33=DocValuesFormat(name=Lucene54), extra34=DocValuesFormat(name=Lucene54), extra39=DocValuesFormat(name=Lucene54), extra37=DocValuesFormat(name=Asserting), extra38=DocValuesFormat(name=Lucene54), title=DocValuesFormat(name=Lucene54), packID=DocValuesFormat(name=Lucene54), docid_intDV=DocValuesFormat(name=Lucene54), extra31=DocValuesFormat(name=Lucene54), extra32=DocValuesFormat(name=Asserting), extra30=DocValuesFormat(name=Lucene54), extra24=DocValuesFormat(name=Lucene54), extra25=DocValuesFormat(name=Lucene54), extra22=DocValuesFormat(name=Lucene54), extra23=DocValuesFormat(name=Asserting), extra28=DocValuesFormat(name=Asserting), extra29=DocValuesFormat(name=Lucene54), docid=DocValuesFormat(name=Asserting), extra26=DocValuesFormat(name=Lucene54), extra27=DocValuesFormat(name=Lucene54), extra20=DocValuesFormat(name=Asserting), extra21=DocValuesFormat(name=Lucene54), titleDV=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1762, maxMBSortInHeap=7.4180958464928235, sim=RandomSimilarity(queryNorm=true,coord=no): {extra35=DFR I(n)L1, extra13=DFR I(F)1, extra36=DFR I(ne)BZ(0.3), extra14=IB LL-LZ(0.3), extra33=DFR G3(800.0), extra11=DFI(Saturated), extra8=DFR I(ne)2, extra12=IB SPL-L3(800.0), extra9=DFR I(ne)L3(800.0), extra34=IB SPL-D2, extra39=DFR I(ne)1, extra17=DFR I(ne)B1, extra18=DFR I(F)L3(800.0), extra15=DFR I(F)L2, extra37=IB SPL-L1, extra38=DFR I(F)1, extra16=IB SPL-D3(800.0), extra2=IB SPL-DZ(0.3), extra3=DFR I(ne)Z(0.3), titleTokenized=DFR G2, extra0=IB LL-DZ(0.3), extra19=DFR I(ne)BZ(0.3), extra1=LM Jelinek-Mercer(0.700000), body=IB SPL-D3(800.0), extra6=DFI(Standardized), extra7=DFR I(n)B2, extra4=IB SPL-LZ(0.3), extra5=DFR I(n)1, extra31=DFR I(F)L3(800.0), extra32=DFR I(F)L2, extra10=IB LL-L3(800.0), extra30=DFR I(F)Z(0.3), extra24=DFR I(F)2, extra25=IB LL-L2, extra22=DFR I(n)B3(800.0), extra23=DFR I(n)3(800.0), extra28=DFR I(n)B1, extra29=DFR GBZ(0.3), extra26=IB LL-D1, extra27=DFR I(ne)B3(800.0), extra20=DFR I(n)Z(0.3), extra21=DFI(ChiSquared)}, locale=ga-IE, timezone=Asia/Muscat
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=4,threads=3,free=116099416,total=354942976
   [junit4]   2> NOTE: All tests run in this JVM: [Test2BPoints, TestStringMSBRadixSorter, TestFrequencyTrackingRingBuffer, TestLevenshteinAutomata, MultiCollectorTest, TestDocInverterPerFieldErrorInfo, TestStressIndexing, TestSameTokenSamePosition, TestSpanMultiTermQueryWrapper, TestForUtil, TestRamUsageEstimator, TestSpansEnum, TestBoolean2, TestRoaringDocIdSet, TestTrackingDirectoryWrapper, TestTermVectorsWriter, TestSimilarity, TestFieldsReader, TestWildcardRandom, TestLucene53NormsFormat, TestBlendedTermQuery, TestGrowableByteArrayDataOutput, TestReqExclBulkScorer, TestAllFilesCheckIndexHeader, TestUTF32ToUTF8, TestSpanSearchEquivalence, TestSegmentTermEnum, TestBooleanQuery, TestControlledRealTimeReopenThread, TestVersion, TestTopFieldCollector, TestMergedIterator, TestSwappedIndexFiles, TestGeoUtils, TestBooleanMinShouldMatch, TestClassicSimilarity, TestMultiCollector, TestIndexWriterOnJRECrash, TestIndexWriterFromReader, TestSpanNotQuery, TestBytesStore, TestSnapshotDeletionPolicy, TestByteBlockPool, TestIndexWriterReader, TestIndexWriterMerging, TestDeterminizeLexicon, TestCodecs, TestIndexWriterDelete, TestPrefixInBooleanQuery, TestRecyclingIntBlockAllocator, TestPayloadsOnVectors, TestOperations, TestSloppyPhraseQuery2, TestNumericRangeQuery32, TestNativeFSLockFactory, TestBytesRefHash, TestBooleanScorer, TestCachingTokenFilter, TestSegmentReader, TestSetOnce, TestTermdocPerf, TestTragicIndexWriterDeadlock, TestPackedTokenAttributeImpl, TestFileSwitchDirectory, TestCompiledAutomaton, TestSmallFloat, TestSimpleExplanationsOfNonMatches, TestCollectionUtil, TestNeedsScores, FiniteStringsIteratorTest, TestFilterCodecReader, TestComplexExplanations, TestSegmentInfos, TestExceedMaxTermLength, TestAllFilesHaveCodecHeader, TestSearchWithThreads, TestIndexWriterWithThreads, TestGraphTokenizers, TestAddIndexes, TestShardSearching, TestMultiMMap, TestSearcherManager]
   [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=TestSearcherManager -Dtests.seed=F70A69FB1A02E070 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/test-data/enwiki.random.lines.txt -Dtests.locale=ga-IE -Dtests.timezone=Asia/Muscat -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J2 | TestSearcherManager (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F70A69FB1A02E070]:0)Throwable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=7461, name=Thread-6579, state=RUNNABLE, group=TGRP-TestSearcherManager]
   [junit4]    > Caused by: java.lang.RuntimeException: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001/tempDir-001/_c0_Asserting_0.dvm: Too many open files
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F70A69FB1A02E070]:0)
   [junit4]    > 	at org.apache.lucene.search.TestSearcherManager$11.run(TestSearcherManager.java:661)
   [junit4]    > Caused by: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001/tempDir-001/_c0_Asserting_0.dvm: Too many open files
   [junit4]    > 	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
   [junit4]    > 	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
   [junit4]    > 	at org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:197)
   [junit4]    > 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
   [junit4]    > 	at java.nio.channels.FileChannel.open(FileChannel.java:287)
   [junit4]    > 	at java.nio.channels.FileChannel.open(FileChannel.java:335)
   [junit4]    > 	at org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:81)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2741)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:749)
   [junit4]    > 	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:137)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1072)
   [junit4]    > 	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesProducer.<init>(Lucene54DocValuesProducer.java:113)
   [junit4]    > 	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesFormat.fieldsProducer(Lucene54DocValuesFormat.java:113)
   [junit4]    > 	at org.apache.lucene.codecs.asserting.AssertingDocValuesFormat.fieldsProducer(AssertingDocValuesFormat.java:66)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsReader.<init>(PerFieldDocValuesFormat.java:294)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat.fieldsProducer(PerFieldDocValuesFormat.java:383)
   [junit4]    > 	at org.apache.lucene.index.SegmentDocValues.newDocValuesProducer(SegmentDocValues.java:51)
   [junit4]    > 	at org.apache.lucene.index.SegmentDocValues.getDocValuesProducer(SegmentDocValues.java:67)
   [junit4]    > 	at org.apache.lucene.index.SegmentReader.initDocValuesProducer(SegmentReader.java:164)
   [junit4]    > 	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:90)
   [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:145)
   [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.getReadOnlyClone(ReadersAndUpdates.java:197)
   [junit4]    > 	at org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:103)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:467)
   [junit4]    > 	at org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:103)
   [junit4]    > 	at org.apache.lucene.search.SearcherManager.<init>(SearcherManager.java:108)
   [junit4]    > 	at org.apache.lucene.search.SearcherManager.<init>(SearcherManager.java:76)
   [junit4]    > 	at org.apache.lucene.search.TestSearcherManager$11.run(TestSearcherManager.java:649)Throwable #3: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=7486, name=Lucene Merge Thread #2, state=RUNNABLE, group=TGRP-TestSearcherManager]
   [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([F70A69FB1A02E070]:0)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:703)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:683)
   [junit4]    > Caused by: java.lang.IllegalStateException: this writer hit an unrecoverable error; cannot merge
   [junit4]    > 	at org.apache.lucene.index.IndexWriter._mergeInit(IndexWriter.java:4088)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeInit(IndexWriter.java:4068)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3922)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:624)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:661)
   [junit4]    > Caused by: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001/tempDir-001/_c9_Lucene54_0.dvm: Too many open files
   [junit4]    > 	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
   [junit4]    > 	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
   [junit4]    > 	at org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:197)
   [junit4]    > 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
   [junit4]    > 	at java.nio.channels.FileChannel.open(FileChannel.java:287)
   [junit4]    > 	at java.nio.channels.FileChannel.open(FileChannel.java:335)
   [junit4]    > 	at org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:81)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2741)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:749)
   [junit4]    > 	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:137)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1072)
   [junit4]    > 	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesProducer.<init>(Lucene54DocValuesProducer.java:113)
   [junit4]    > 	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesFormat.fieldsProducer(Lucene54DocValuesFormat.java:113)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsReader.<init>(PerFieldDocValuesFormat.java:294)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat.fieldsProducer(PerFieldDocValuesFormat.java:383)
   [junit4]    > 	at org.apache.lucene.index.SegmentDocValues.newDocValuesProducer(SegmentDocValues.java:51)
   [junit4]    > 	at org.apache.lucene.index.SegmentDocValues.getDocValuesProducer(SegmentDocValues.java:67)
   [junit4]    > 	at org.apache.lucene.index.SegmentReader.initDocValuesProducer(SegmentReader.java:164)
   [junit4]    > 	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:90)
   [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:145)
   [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.getReaderForMerge(ReadersAndUpdates.java:617)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4286)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3931)
   [junit4]    > 	... 2 moreThrowable #4: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=7484, name=Lucene Merge Thread #0, state=RUNNABLE, group=TGRP-TestSearcherManager]
   [junit4]    > Caused by: org.apache.lucene.index.MergePolicy$MergeException: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001/tempDir-001/_c9_Lucene54_0.dvm: Too many open files
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F70A69FB1A02E070]:0)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:703)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:683)
   [junit4]    > Caused by: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001/tempDir-001/_c9_Lucene54_0.dvm: Too many open files
   [junit4]    > 	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
   [junit4]    > 	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
   [junit4]    > 	at org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:197)
   [junit4]    > 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
   [junit4]    > 	at java.nio.channels.FileChannel.open(FileChannel.java:287)
   [junit4]    > 	at java.nio.channels.FileChannel.open(FileChannel.java:335)
   [junit4]    > 	at org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:81)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2741)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:749)
   [junit4]    > 	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:137)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1072)
   [junit4]    > 	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesProducer.<init>(Lucene54DocValuesProducer.java:113)
   [junit4]    > 	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesFormat.fieldsProducer(Lucene54DocValuesFormat.java:113)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsReader.<init>(PerFieldDocValuesFormat.java:294)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat.fieldsProducer(PerFieldDocValuesFormat.java:383)
   [junit4]    > 	at org.apache.lucene.index.SegmentDocValues.newDocValuesProducer(SegmentDocValues.java:51)
   [junit4]    > 	at org.apache.lucene.index.SegmentDocValues.getDocValuesProducer(SegmentDocValues.java:67)
   [junit4]    > 	at org.apache.lucene.index.SegmentReader.initDocValuesProducer(SegmentReader.java:164)
   [junit4]    > 	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:90)
   [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:145)
   [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.getReaderForMerge(ReadersAndUpdates.java:617)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4286)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3931)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:624)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:661)Throwable #5: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=7458, name=Thread-6576, state=RUNNABLE, group=TGRP-TestSearcherManager]
   [junit4]    > Caused by: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F70A69FB1A02E070]:0)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:749)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.numDeletedDocs(IndexWriter.java:726)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4582)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4572)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4559)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.merge(ConcurrentMergeScheduler.java:517)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2083)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.doAfterSegmentFlushed(IndexWriter.java:5005)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter$MergePendingEvent.process(DocumentsWriter.java:731)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5043)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5034)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1574)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1316)
   [junit4]    > 	at org.apache.lucene.search.TestSearcherManager$8.run(TestSearcherManager.java:559)
   [junit4]    > Caused by: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001/tempDir-001/_c9_Lucene54_0.dvm: Too many open files
   [junit4]    > 	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
   [junit4]    > 	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
   [junit4]    > 	at org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:197)
   [junit4]    > 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
   [junit4]    > 	at java.nio.channels.FileChannel.open(FileChannel.java:287)
   [junit4]    > 	at java.nio.channels.FileChannel.open(FileChannel.java:335)
   [junit4]    > 	at org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:81)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2741)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:749)
   [junit4]    > 	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:137)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1072)
   [junit4]    > 	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesProducer.<init>(Lucene54DocValuesProducer.java:113)
   [junit4]    > 	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesFormat.fieldsProducer(Lucene54DocValuesFormat.java:113)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsReader.<init>(PerFieldDocValuesFormat.java:294)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat.fieldsProducer(PerFieldDocValuesFormat.java:383)
   [junit4]    > 	at org.apache.lucene.index.SegmentDocValues.newDocValuesProducer(SegmentDocValues.java:51)
   [junit4]    > 	at org.apache.lucene.index.SegmentDocValues.getDocValuesProducer(SegmentDocValues.java:67)
   [junit4]    > 	at org.apache.lucene.index.SegmentReader.initDocValuesProducer(SegmentReader.java:164)
   [junit4]    > 	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:90)
   [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:145)
   [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.getReaderForMerge(ReadersAndUpdates.java:617)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4286)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3931)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:624)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:661)
   [junit4] Completed [456/456 (1!)] on J2 in 7223.23s, 3 tests, 6 errors <<< FAILURES!

[...truncated 10408 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_3A47B4CBBFB61A9B-001/init-core-data-001
   [junit4]   2> 771062 WARN  (SUITE-TestCloudRecovery-seed#[3A47B4CBBFB61A9B]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 771062 INFO  (SUITE-TestCloudRecovery-seed#[3A47B4CBBFB61A9B]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 771064 INFO  (SUITE-TestCloudRecovery-seed#[3A47B4CBBFB61A9B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 771065 INFO  (SUITE-TestCloudRecovery-seed#[3A47B4CBBFB61A9B]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_3A47B4CBBFB61A9B-001/tempDir-001
   [junit4]   2> 771065 INFO  (SUITE-TestCloudRecovery-seed#[3A47B4CBBFB61A9B]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 771066 INFO  (Thread-2960) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 771066 INFO  (Thread-2960) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 771075 ERROR (Thread-2960) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 771166 INFO  (SUITE-TestCloudRecovery-seed#[3A47B4CBBFB61A9B]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:47460
   [junit4]   2> 771183 INFO  (jetty-launcher-31445-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 771189 INFO  (jetty-launcher-31445-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 771192 INFO  (jetty-launcher-31445-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@670aecae{/solr,null,AVAILABLE}
   [junit4]   2> 771201 INFO  (jetty-launcher-31445-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1959aef3{SSL,[ssl, http/1.1]}{127.0.0.1:47682}
   [junit4]   2> 771201 INFO  (jetty-launcher-31445-thread-1) [    ] o.e.j.s.Server Started @774558ms
   [junit4]   2> 771201 INFO  (jetty-launcher-31445-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=47682}
   [junit4]   2> 771201 ERROR (jetty-launcher-31445-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 771201 INFO  (jetty-launcher-31445-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 771201 INFO  (jetty-launcher-31445-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 771201 INFO  (jetty-launcher-31445-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 771202 INFO  (jetty-launcher-31445-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-08T09:45:39.298Z
   [junit4]   2> 771203 INFO  (jetty-launcher-31445-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4120162e{/solr,null,AVAILABLE}
   [junit4]   2> 771205 INFO  (jetty-launcher-31445-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3729b5bc{SSL,[ssl, http/1.1]}{127.0.0.1:41494}
   [junit4]   2> 771205 INFO  (jetty-launcher-31445-thread-2) [    ] o.e.j.s.Server Started @774562ms
   [junit4]   2> 771205 INFO  (jetty-launcher-31445-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41494}
   [junit4]   2> 771205 ERROR (jetty-launcher-31445-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 771205 INFO  (jetty-launcher-31445-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 771205 INFO  (jetty-launcher-31445-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 771205 INFO  (jetty-launcher-31445-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 771205 INFO  (jetty-launcher-31445-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-08T09:45:39.301Z
   [junit4]   2> 771215 INFO  (jetty-launcher-31445-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 771225 INFO  (jetty-launcher-31445-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 771227 INFO  (jetty-launcher-31445-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 771228 INFO  (jetty-launcher-31445-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:47460/solr
   [junit4]   2> 771232 INFO  (jetty-launcher-31445-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 771236 INFO  (jetty-launcher-31445-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:47460/solr
   [junit4]   2> 771254 INFO  (jetty-launcher-31445-thread-1) [n:127.0.0.1:47682_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 771258 INFO  (jetty-launcher-31445-thread-1) [n:127.0.0.1:47682_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:47682_solr
   [junit4]   2> 771259 INFO  (jetty-launcher-31445-thread-1) [n:127.0.0.1:47682_solr    ] o.a.s.c.Overseer Overseer (id=97926298937786372-127.0.0.1:47682_solr-n_0000000000) starting
   [junit4]   2> 771262 INFO  (jetty-launcher-31445-thread-2) [n:127.0.0.1:41494_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 771263 INFO  (jetty-launcher-31445-thread-2) [n:127.0.0.1:41494_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41494_solr
   [junit4]   2> 771267 INFO  (zkCallback-31453-thread-1-processing-n:127.0.0.1:47682_solr) [n:127.0.0.1:47682_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 771279 INFO  (jetty-launcher-31445-thread-1) [n:127.0.0.1:47682_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47682_solr
   [junit4]   2> 771280 INFO  (zkCallback-31458-thread-1-processing-n:127.0.0.1:41494_solr) [n:127.0.0.1:41494_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 771284 INFO  (zkCallback-31453-thread-1-processing-n:127.0.0.1:47682_solr) [n:127.0.0.1:47682_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 771291 INFO  (zkCallback-31458-thread-1-processing-n:127.0.0.1:41494_solr) [n:127.0.0.1:41494_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 771343 INFO  (jetty-launcher-31445-thread-2) [n:127.0.0.1:41494_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_3A47B4CBBFB61A9B-001/tempDir-001/node2/.
   [junit4]   2> 771352 INFO  (jetty-launcher-31445-thread-1) [n:127.0.0.1:47682_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_3A47B4CBBFB61A9B-001/tempDir-001/node1/.
   [junit4]   2> 771642 INFO  (SUITE-TestCloudRecovery-seed#[3A47B4CBBFB61A9B]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]  

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

41494_solr x:collection1_shard2_replica2 s:shard2 c:collection1 r:core_node2) [n:127.0.0.1:41494_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@56b698b1
   [junit4]   2> 902947 INFO  (recoveryExecutor-6988-thread-1-processing-n:127.0.0.1:41494_solr x:collection1_shard2_replica2 s:shard2 c:collection1 r:core_node2) [n:127.0.0.1:41494_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@27f46dae[collection1_shard2_replica2] main]
   [junit4]   2> 902948 INFO  (recoveryExecutor-6988-thread-1-processing-n:127.0.0.1:41494_solr x:collection1_shard2_replica2 s:shard2 c:collection1 r:core_node2) [n:127.0.0.1:41494_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 902948 INFO  (searcherExecutor-6981-thread-1-processing-n:127.0.0.1:41494_solr x:collection1_shard2_replica2 s:shard2 c:collection1 r:core_node2) [n:127.0.0.1:41494_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.c.SolrCore [collection1_shard2_replica2] Registered new searcher Searcher@27f46dae[collection1_shard2_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.6.0):C2)))}
   [junit4]   2> 902948 INFO  (recoveryExecutor-6988-thread-1-processing-n:127.0.0.1:41494_solr x:collection1_shard2_replica2 s:shard2 c:collection1 r:core_node2) [n:127.0.0.1:41494_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2] {add=[2 (1566820847685992448), 3 (1566820847693332480)]} 0 56
   [junit4]   2> 902948 WARN  (recoveryExecutor-6988-thread-1-processing-n:127.0.0.1:41494_solr x:collection1_shard2_replica2 s:shard2 c:collection1 r:core_node2) [n:127.0.0.1:41494_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.u.UpdateLog Log replay finished. recoveryInfo=RecoveryInfo{adds=2 deletes=0 deleteByQuery=0 errors=0 positionOfStart=0}
   [junit4]   2> 902948 INFO  (coreZkRegister-6973-thread-2-processing-n:127.0.0.1:41494_solr x:collection1_shard2_replica2 s:shard2 c:collection1 r:core_node2) [n:127.0.0.1:41494_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 903053 INFO  (zkCallback-31492-thread-1-processing-n:127.0.0.1:41494_solr) [n:127.0.0.1:41494_solr    ] 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: [1])
   [junit4]   2> 1012812 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[3A47B4CBBFB61A9B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending leaderRecoverFromLogOnStartupTest
   [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=TestCloudRecovery -Dtests.method=leaderRecoverFromLogOnStartupTest -Dtests.seed=3A47B4CBBFB61A9B -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/test-data/enwiki.random.lines.txt -Dtests.locale=ro-RO -Dtests.timezone=Asia/Tel_Aviv -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE  180s J0 | TestCloudRecovery.leaderRecoverFromLogOnStartupTest <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Timeout waiting for all live and active
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3A47B4CBBFB61A9B:4EB7558EFB925D14]:0)
   [junit4]    > 	at org.apache.solr.cloud.TestCloudRecovery.leaderRecoverFromLogOnStartupTest(TestCloudRecovery.java:105)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1012817 INFO  (jetty-closer-31446-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@6c9e80b9{SSL,[ssl, http/1.1]}{127.0.0.1:41494}
   [junit4]   2> 1012818 INFO  (jetty-closer-31446-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1598054702
   [junit4]   2> 1012821 INFO  (coreCloseExecutor-6991-thread-1) [n:127.0.0.1:41494_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica2] o.a.s.c.SolrCore [collection1_shard1_replica2]  CLOSING SolrCore org.apache.solr.core.SolrCore@2c9f576b
   [junit4]   2> 1012821 INFO  (coreCloseExecutor-6991-thread-2) [n:127.0.0.1:41494_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.c.SolrCore [collection1_shard2_replica2]  CLOSING SolrCore org.apache.solr.core.SolrCore@7b3a43b2
   [junit4]   2> 1012824 INFO  (zkCallback-31492-thread-2-processing-n:127.0.0.1:41494_solr) [n:127.0.0.1:41494_solr    ] 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: [1])
   [junit4]   2> 1012825 INFO  (coreCloseExecutor-6991-thread-1) [n:127.0.0.1:41494_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica2] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1.shard1.replica2
   [junit4]   2> 1012826 INFO  (coreCloseExecutor-6991-thread-2) [n:127.0.0.1:41494_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1.shard2.replica2
   [junit4]   2> 1012831 INFO  (jetty-closer-31446-thread-2) [    ] o.a.s.c.Overseer Overseer (id=97926298937786385-127.0.0.1:41494_solr-n_0000000004) closing
   [junit4]   2> 1012832 INFO  (OverseerStateUpdate-97926298937786385-127.0.0.1:41494_solr-n_0000000004) [n:127.0.0.1:41494_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:41494_solr
   [junit4]   2> 1014337 WARN  (zkCallback-31492-thread-2-processing-n:127.0.0.1:41494_solr) [n:127.0.0.1:41494_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1014337 INFO  (jetty-closer-31446-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1014337 INFO  (jetty-closer-31446-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@726f8116{/solr,null,UNAVAILABLE}
   [junit4]   2> 1014338 ERROR (SUITE-TestCloudRecovery-seed#[3A47B4CBBFB61A9B]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1014338 INFO  (SUITE-TestCloudRecovery-seed#[3A47B4CBBFB61A9B]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:47460 47460
   [junit4]   2> 1014524 INFO  (Thread-2960) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:47460 47460
   [junit4]   2> 1014525 WARN  (Thread-2960) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/configs/config
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	4	/solr/overseer/queue
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1014525 INFO  (SUITE-TestCloudRecovery-seed#[3A47B4CBBFB61A9B]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_3A47B4CBBFB61A9B-001
   [junit4]   2> May 08, 2017 9:49:42 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(Lucene62): {_version_=BlockTreeOrds(blocksize=128), id=PostingsFormat(name=LuceneFixedGap)}, docValues:{}, maxPointsInLeafNode=747, maxMBSortInHeap=5.582613842313201, sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=ro-RO, timezone=Asia/Tel_Aviv
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=4,threads=1,free=305770280,total=517996544
   [junit4]   2> NOTE: All tests run in this JVM: [HighlighterMaxOffsetTest, DistributedFacetPivotSmallAdvancedTest, HdfsSyncSliceTest, LeaderElectionContextKeyTest, TestInfoStreamLogging, TestBadConfig, SmileWriterTest, DistributedQueryComponentCustomSortTest, SSLMigrationTest, TestSolrCoreProperties, TestDFISimilarityFactory, TestStressRecovery, TestQuerySenderNoQuery, SyncSliceTest, TestStressLiveNodes, TestAuthenticationFramework, TestSolrCloudWithSecureImpersonation, HdfsUnloadDistributedZkTest, SolrCLIZkUtilsTest, JvmMetricsTest, TestSizeLimitedDistributedMap, TestFieldCollectionResource, UUIDFieldTest, TestRandomFaceting, TestHighlightDedupGrouping, CoreAdminCreateDiscoverTest, TestSolrCloudSnapshots, TestRealTimeGet, SolrIndexMetricsTest, TestSolr4Spatial, ConfigureRecoveryStrategyTest, ZkNodePropsTest, TestRemoteStreaming, TestRangeQuery, UtilsToolTest, PeerSyncTest, TestRestManager, AtomicUpdateProcessorFactoryTest, TestCloudRecovery]
   [junit4] Completed [170/711 (1!)] on J0 in 243.98s, 2 tests, 1 failure <<< FAILURES!

[...truncated 45150 lines...]

[JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 343 - Still Unstable

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

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

Error Message:
Error from server at http://127.0.0.1:54905/sf: Error CREATEing SolrCore 'test_unload_shard_and_collection_1': Unable to create core [test_unload_shard_and_collection_1] Caused by: Direct buffer memory

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:54905/sf: Error CREATEing SolrCore 'test_unload_shard_and_collection_1': Unable to create core [test_unload_shard_and_collection_1] Caused by: Direct buffer memory
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:610)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:125)
	at org.apache.solr.cloud.UnloadDistributedZkTest.test(UnloadDistributedZkTest.java:70)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 13338 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsUnloadDistributedZkTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/init-core-data-001
   [junit4]   2> 4020960 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2B948F8DD7019AE4]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 4020962 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2B948F8DD7019AE4]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 4020962 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2B948F8DD7019AE4]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /sf/
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 4020991 WARN  (SUITE-HdfsUnloadDistributedZkTest-seed#[2B948F8DD7019AE4]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 4020996 WARN  (SUITE-HdfsUnloadDistributedZkTest-seed#[2B948F8DD7019AE4]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 4020997 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2B948F8DD7019AE4]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 4021011 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2B948F8DD7019AE4]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/hdfs to ./temp/Jetty_localhost_59710_hdfs____.aau678/webapp
   [junit4]   2> 4021384 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2B948F8DD7019AE4]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:59710
   [junit4]   2> 4021441 WARN  (SUITE-HdfsUnloadDistributedZkTest-seed#[2B948F8DD7019AE4]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 4021442 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2B948F8DD7019AE4]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 4021455 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2B948F8DD7019AE4]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_52052_datanode____.wvimmh/webapp
   [junit4]   2> 4021785 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2B948F8DD7019AE4]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:52052
   [junit4]   2> 4021824 WARN  (SUITE-HdfsUnloadDistributedZkTest-seed#[2B948F8DD7019AE4]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 4021825 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2B948F8DD7019AE4]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 4021843 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2B948F8DD7019AE4]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_44056_datanode____.kisbbc/webapp
   [junit4]   2> 4021897 INFO  (IPC Server handler 3 on 46888) [    ] BlockStateChange BLOCK* processReport: from storage DS-3e9939ee-b69f-4150-944d-ccb895ce4240 node DatanodeRegistration(127.0.0.1:45652, datanodeUuid=8f3770ad-28d9-46ad-9aa6-c235613cf005, infoPort=43490, infoSecurePort=0, ipcPort=51544, storageInfo=lv=-56;cid=testClusterID;nsid=172923919;c=0), blocks: 0, hasStaleStorage: true, processing time: 1 msecs
   [junit4]   2> 4021897 INFO  (IPC Server handler 3 on 46888) [    ] BlockStateChange BLOCK* processReport: from storage DS-4ad435f4-8bf2-4668-bb77-1d6f392e4395 node DatanodeRegistration(127.0.0.1:45652, datanodeUuid=8f3770ad-28d9-46ad-9aa6-c235613cf005, infoPort=43490, infoSecurePort=0, ipcPort=51544, storageInfo=lv=-56;cid=testClusterID;nsid=172923919;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 4022253 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2B948F8DD7019AE4]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:44056
   [junit4]   2> 4022359 INFO  (IPC Server handler 8 on 46888) [    ] BlockStateChange BLOCK* processReport: from storage DS-6948a08e-3c09-433f-9a7d-50fb02074596 node DatanodeRegistration(127.0.0.1:55000, datanodeUuid=64cfd6a6-f7ca-4e3f-a47c-601972595dad, infoPort=53244, infoSecurePort=0, ipcPort=58197, storageInfo=lv=-56;cid=testClusterID;nsid=172923919;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 4022359 INFO  (IPC Server handler 8 on 46888) [    ] BlockStateChange BLOCK* processReport: from storage DS-066cbffa-d2c8-4fd1-84b0-116dd18195db node DatanodeRegistration(127.0.0.1:55000, datanodeUuid=64cfd6a6-f7ca-4e3f-a47c-601972595dad, infoPort=53244, infoSecurePort=0, ipcPort=58197, storageInfo=lv=-56;cid=testClusterID;nsid=172923919;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 4022427 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4022427 INFO  (Thread-33173) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4022427 INFO  (Thread-33173) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 4022429 ERROR (Thread-33173) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 4022527 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.ZkTestServer start zk server on port:39317
   [junit4]   2> 4022540 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 4022543 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 4022545 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4022555 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 4022557 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 4022558 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 4022560 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 4022561 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4022562 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4022564 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 4022565 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 4022682 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/control-001/cores/collection1
   [junit4]   2> 4022683 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 4022685 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3d0a05a0{/sf,null,AVAILABLE}
   [junit4]   2> 4022686 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@79fd98db{HTTP/1.1,[http/1.1]}{127.0.0.1:57794}
   [junit4]   2> 4022696 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.e.j.s.Server Started @4025893ms
   [junit4]   2> 4022696 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:46888/hdfs__localhost_46888__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001_tempDir-002_control_data, hostContext=/sf, hostPort=57794, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/control-001/cores}
   [junit4]   2> 4022697 ERROR (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4022697 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 4022697 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4022697 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4022697 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-07T09:21:52.966Z
   [junit4]   2> 4022700 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 4022700 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/control-001/solr.xml
   [junit4]   2> 4022707 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4022708 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39317/solr
   [junit4]   2> 4022730 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:57794_sf    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4022730 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:57794_sf    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57794_sf
   [junit4]   2> 4022732 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:57794_sf    ] o.a.s.c.Overseer Overseer (id=97920543142510596-127.0.0.1:57794_sf-n_0000000000) starting
   [junit4]   2> 4022740 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:57794_sf    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57794_sf
   [junit4]   2> 4022742 INFO  (zkCallback-3362-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4022810 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:57794_sf    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/control-001/cores
   [junit4]   2> 4022810 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:57794_sf    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 4022811 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 4022813 INFO  (OverseerStateUpdate-97920543142510596-127.0.0.1:57794_sf-n_0000000000) [n:127.0.0.1:57794_sf    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 4023837 WARN  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 4023839 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 4023856 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 4023984 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 4023998 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 4023998 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:46888/solr_hdfs_home
   [junit4]   2> 4023998 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 4023998 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 4023999 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/control-001/cores/collection1], dataDir=[hdfs://localhost:46888/solr_hdfs_home/control_collection/core_node1/data/]
   [junit4]   2> 4023999 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@945f9ff
   [junit4]   2> 4023999 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:46888/solr_hdfs_home/control_collection/core_node1/data/snapshot_metadata
   [junit4]   2> 4024007 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 4024007 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   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> 4024007 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 4024015 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 4024015 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:46888/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 4024031 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:46888/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 4024037 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 4024037 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   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> 4024037 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 4024043 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 4024043 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@7e11e0b3
   [junit4]   2> 4024055 INFO  (IPC Server handler 3 on 46888) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45652 is added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-6948a08e-3c09-433f-9a7d-50fb02074596:NORMAL:127.0.0.1:55000|RBW], ReplicaUC[[DISK]DS-4ad435f4-8bf2-4668-bb77-1d6f392e4395:NORMAL:127.0.0.1:45652|RBW]]} size 0
   [junit4]   2> 4024056 INFO  (IPC Server handler 4 on 46888) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:55000 is added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-4ad435f4-8bf2-4668-bb77-1d6f392e4395:NORMAL:127.0.0.1:45652|RBW], ReplicaUC[[DISK]DS-066cbffa-d2c8-4fd1-84b0-116dd18195db:NORMAL:127.0.0.1:55000|FINALIZED]]} size 0
   [junit4]   2> 4024076 WARN  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 4024121 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 4024121 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4024121 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 4024132 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4024132 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4024133 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=27, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.27114887591318865]
   [junit4]   2> 4024138 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@59067670[collection1] main]
   [junit4]   2> 4024139 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4024139 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4024139 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 4024141 INFO  (searcherExecutor-7470-thread-1-processing-n:127.0.0.1:57794_sf x:collection1 c:control_collection) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@59067670[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4024142 WARN  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.s.h.HdfsLocalityReporter Could not retrieve locality information for hdfs://localhost:47236/solr3 due to exception: java.net.ConnectException: Call From lucene1-us-west/10.41.0.5 to localhost:47236 failed on connection exception: java.net.ConnectException: Connection refused; For more details see:  http://wiki.apache.org/hadoop/ConnectionRefused
   [junit4]   2> 4024143 WARN  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.s.h.HdfsLocalityReporter Could not retrieve locality information for hdfs://localhost:47236/solr3 due to exception: java.net.ConnectException: Call From lucene1-us-west/10.41.0.5 to localhost:47236 failed on connection exception: java.net.ConnectException: Connection refused; For more details see:  http://wiki.apache.org/hadoop/ConnectionRefused
   [junit4]   2> 4024143 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566728692078477312
   [junit4]   2> 4024150 INFO  (coreZkRegister-7462-thread-1-processing-n:127.0.0.1:57794_sf x:collection1 c:control_collection) [n:127.0.0.1:57794_sf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4024150 INFO  (coreZkRegister-7462-thread-1-processing-n:127.0.0.1:57794_sf x:collection1 c:control_collection) [n:127.0.0.1:57794_sf 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> 4024150 INFO  (coreZkRegister-7462-thread-1-processing-n:127.0.0.1:57794_sf x:collection1 c:control_collection) [n:127.0.0.1:57794_sf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57794/sf/collection1/
   [junit4]   2> 4024150 INFO  (coreZkRegister-7462-thread-1-processing-n:127.0.0.1:57794_sf x:collection1 c:control_collection) [n:127.0.0.1:57794_sf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 4024150 INFO  (coreZkRegister-7462-thread-1-processing-n:127.0.0.1:57794_sf x:collection1 c:control_collection) [n:127.0.0.1:57794_sf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:57794/sf/collection1/ has no replicas
   [junit4]   2> 4024151 INFO  (coreZkRegister-7462-thread-1-processing-n:127.0.0.1:57794_sf x:collection1 c:control_collection) [n:127.0.0.1:57794_sf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 4024157 INFO  (coreZkRegister-7462-thread-1-processing-n:127.0.0.1:57794_sf x:collection1 c:control_collection) [n:127.0.0.1:57794_sf 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:57794/sf/collection1/ shard1
   [junit4]   2> 4024308 INFO  (coreZkRegister-7462-thread-1-processing-n:127.0.0.1:57794_sf x:collection1 c:control_collection) [n:127.0.0.1:57794_sf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 4024519 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4024520 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39317/solr ready
   [junit4]   2> 4024520 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 4024520 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 4024642 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/shard-1-001/cores/collection1
   [junit4]   2> 4024642 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/shard-1-001
   [junit4]   2> 4024643 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 4024647 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@695e493b{/sf,null,AVAILABLE}
   [junit4]   2> 4024648 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7f4f7934{HTTP/1.1,[http/1.1]}{127.0.0.1:54905}
   [junit4]   2> 4024649 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.e.j.s.Server Started @4027845ms
   [junit4]   2> 4024649 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:46888/hdfs__localhost_46888__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001_tempDir-002_jetty1, solrconfig=solrconfig.xml, hostContext=/sf, hostPort=54905, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/shard-1-001/cores}
   [junit4]   2> 4024649 ERROR (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4024649 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 4024649 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4024649 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4024649 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-07T09:21:54.918Z
   [junit4]   2> 4024652 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 4024652 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/shard-1-001/solr.xml
   [junit4]   2> 4024660 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4024661 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39317/solr
   [junit4]   2> 4024670 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:54905_sf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4024672 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:54905_sf    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4024674 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:54905_sf    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54905_sf
   [junit4]   2> 4024675 INFO  (zkCallback-3362-thread-2-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4024676 INFO  (zkCallback-3366-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4024677 INFO  (zkCallback-3372-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4024755 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:54905_sf    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/shard-1-001/cores
   [junit4]   2> 4024755 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:54905_sf    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 4024757 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 4024758 INFO  (OverseerStateUpdate-97920543142510596-127.0.0.1:57794_sf-n_0000000000) [n:127.0.0.1:57794_sf    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 4024862 INFO  (zkCallback-3372-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf    ] 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> 4025772 WARN  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 4025773 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 4025788 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 4025909 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 4025921 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 4025922 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:46888/solr_hdfs_home
   [junit4]   2> 4025922 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 4025922 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 4025922 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/shard-1-001/cores/collection1], dataDir=[hdfs://localhost:46888/solr_hdfs_home/collection1/core_node1/data/]
   [junit4]   2> 4025922 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@945f9ff
   [junit4]   2> 4025922 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:46888/solr_hdfs_home/collection1/core_node1/data/snapshot_metadata
   [junit4]   2> 4025930 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 4025930 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   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> 4025930 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 4025934 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 4025935 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:46888/solr_hdfs_home/collection1/core_node1/data
   [junit4]   2> 4025950 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:46888/solr_hdfs_home/collection1/core_node1/data/index
   [junit4]   2> 4025956 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 4025956 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   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> 4025956 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 4025960 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 4025961 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@33745f8c
   [junit4]   2> 4025972 INFO  (IPC Server handler 1 on 46888) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:55000 is added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-4ad435f4-8bf2-4668-bb77-1d6f392e4395:NORMAL:127.0.0.1:45652|RBW], ReplicaUC[[DISK]DS-6948a08e-3c09-433f-9a7d-50fb02074596:NORMAL:127.0.0.1:55000|FINALIZED]]} size 0
   [junit4]   2> 4025973 INFO  (IPC Server handler 2 on 46888) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45652 is added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-6948a08e-3c09-433f-9a7d-50fb02074596:NORMAL:127.0.0.1:55000|FINALIZED], ReplicaUC[[DISK]DS-3e9939ee-b69f-4150-944d-ccb895ce4240:NORMAL:127.0.0.1:45652|FINALIZED]]} size 0
   [junit4]   2> 4025981 WARN  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 4026037 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 4026037 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4026037 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 4026049 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4026049 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4026050 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=27, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.27114887591318865]
   [junit4]   2> 4026054 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@dd3a35[collection1] main]
   [junit4]   2> 4026055 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4026056 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4026056 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 4026058 INFO  (searcherExecutor-7481-thread-1-processing-n:127.0.0.1:54905_sf x:collection1 c:collection1) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@dd3a35[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4026061 WARN  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.s.h.HdfsLocalityReporter Could not retrieve locality information for hdfs://localhost:47236/solr3 due to exception: java.net.ConnectException: Call From lucene1-us-west/10.41.0.5 to localhost:47236 failed on connection exception: java.net.ConnectException: Connection refused; For more details see:  http://wiki.apache.org/hadoop/ConnectionRefused
   [junit4]   2> 4026061 WARN  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.s.h.HdfsLocalityReporter Could not retrieve locality information for hdfs://localhost:47236/solr3 due to exception: java.net.ConnectException: Call From lucene1-us-west/10.41.0.5 to localhost:47236 failed on connection exception: java.net.ConnectException: Connection refused; For more details see:  http://wiki.apache.org/hadoop/ConnectionRefused
   [junit4]   2> 4026062 WARN  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.s.h.HdfsLocalityReporter Could not retrieve locality information for hdfs://localhost:47236/solr3 due to exception: java.net.ConnectException: Call From lucene1-us-west/10.41.0.5 to localhost:47236 failed on connection exception: java.net.ConnectException: Connection refused; For more details see:  http://wiki.apache.org/hadoop/ConnectionRefused
   [junit4]   2> 4026062 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566728694090694656
   [junit4]   2> 4026069 INFO  (coreZkRegister-7475-thread-1-processing-n:127.0.0.1:54905_sf x:collection1 c:collection1) [n:127.0.0.1:54905_sf c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4026069 INFO  (coreZkRegister-7475-thread-1-processing-n:127.0.0.1:54905_sf x:collection1 c:collection1) [n:127.0.0.1:54905_sf c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 4026069 INFO  (coreZkRegister-7475-thread-1-processing-n:127.0.0.1:54905_sf x:collection1 c:collection1) [n:127.0.0.1:54905_sf c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:54905/sf/collection1/
   [junit4]   2> 4026069 INFO  (coreZkRegister-7475-thread-1-processing-n:127.0.0.1:54905_sf x:collection1 c:collection1) [n:127.0.0.1:54905_sf c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 4026069 INFO  (coreZkRegister-7475-thread-1-processing-n:127.0.0.1:54905_sf x:collection1 c:collection1) [n:127.0.0.1:54905_sf c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:54905/sf/collection1/ has no replicas
   [junit4]   2> 4026069 INFO  (coreZkRegister-7475-thread-1-processing-n:127.0.0.1:54905_sf x:collection1 c:collection1) [n:127.0.0.1:54905_sf c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 4026074 INFO  (coreZkRegister-7475-thread-1-processing-n:127.0.0.1:54905_sf x:collection1 c:collection1) [n:127.0.0.1:54905_sf c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:54905/sf/collection1/ shard2
   [junit4]   2> 4026176 INFO  (zkCallback-3372-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf    ] 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> 4026226 INFO  (coreZkRegister-7475-thread-1-processing-n:127.0.0.1:54905_sf x:collection1 c:collection1) [n:127.0.0.1:54905_sf c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 4026330 INFO  (zkCallback-3372-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf    ] 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> 4026544 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/shard-2-001/cores/collection1
   [junit4]   2> 4026545 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/shard-2-001
   [junit4]   2> 4026546 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 4026547 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@447d2de3{/sf,null,AVAILABLE}
   [junit4]   2> 4026547 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7285cdb4{HTTP/1.1,[http/1.1]}{127.0.0.1:46273}
   [junit4]   2> 4026548 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.e.j.s.Server Started @4029745ms
   [junit4]   2> 4026549 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:46888/hdfs__localhost_46888__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001_tempDir-002_jetty2, solrconfig=solrconfig.xml, hostContext=/sf, hostPort=46273, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/shard-2-001/cores}
   [junit4]   2> 4026549 ERROR (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4026549 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 4026549 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4026549 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4026549 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-07T09:21:56.818Z
   [junit4]   2> 4026552 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 4026552 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/shard-2-001/solr.xml
   [junit4]   2> 4026559 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4026560 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39317/solr
   [junit4]   2> 4026573 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:46273_sf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4026575 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:46273_sf    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4026577 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:46273_sf    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46273_sf
   [junit4]   2> 4026578 INFO  (zkCallback-3372-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4026578 INFO  (zkCallback-3366-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4026578 INFO  (zkCallback-3362-thread-2-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4026583 INFO  (zkCallback-3378-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4026668 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:46273_sf    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/shard-2-001/cores
   [junit4]   2> 4026668 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:46273_sf    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 4026682 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 4026683 INFO  (OverseerStateUpdate-97920543142510596-127.0.0.1:57794_sf-n_0000000000) [n:127.0.0.1:57794_sf    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 4026786 INFO  (zkCallback-3372-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf    ] 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: [3])
   [junit4]   2> 4026786 INFO  (zkCallback-3378-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf    ] 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: [3])
   [junit4]   2> 4027696 WARN  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 4027697 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 4027712 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 4027834 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 4027849 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 4027849 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:46888/solr_hdfs_home
   [junit4]   2> 4027850 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 4027850 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 4027850 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/shard-2-001/cores/collection1], dataDir=[hdfs://localhost:46888/solr_hdfs_home/collection1/core_node2/data/]
   [junit4]   2> 4027850 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@945f9ff
   [junit4]   2> 4027850 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:46888/solr_hdfs_home/collection1/core_node2/data/snapshot_metadata
   [junit4]   2> 4027858 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 4027858 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   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> 4027858 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 4027862 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 4027863 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:46888/solr_hdfs_home/collection1/core_node2/data
   [junit4]   2> 4027878 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:46888/solr_hdfs_home/collection1/core_node2/data/index
   [junit4]   2> 4027885 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 4027885 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   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> 4027885 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 4027889 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 4027889 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@1301e839
   [junit4]   2> 4027898 INFO  (IPC Server handler 2 on 46888) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:55000 is added to blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-4ad435f4-8bf2-4668-bb77-1d6f392e4395:NORMAL:127.0.0.1:45652|RBW], ReplicaUC[[DISK]DS-066cbffa-d2c8-4fd1-84b0-116dd18195db:NORMAL:127.0.0.1:55000|RBW]]} size 0
   [junit4]   2> 4027898 INFO  (IPC Server handler 3 on 46888) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45652 is added to blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-4ad435f4-8bf2-4668-bb77-1d6f392e4395:NORMAL:127.0.0.1:45652|RBW], ReplicaUC[[DISK]DS-066cbffa-d2c8-4fd1-84b0-116dd18195db:NORMAL:127.0.0.1:55000|RBW]]} size 0
   [junit4]   2> 4027907 WARN  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 4027954 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 4027954 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4027954 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 4027965 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4027965 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4027966 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=27, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.27114887591318865]
   [junit4]   2> 4027970 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3242c7fd[collection1] main]
   [junit4]   2> 4027971 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4027971 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4027971 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 4027973 INFO  (searcherExecutor-7492-thread-1-processing-n:127.0.0.1:46273_sf x:collection1 c:collection1) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3242c7fd[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4027975 WARN  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.s.h.HdfsLocalityReporter Could not retrieve locality information for hdfs://localhost:47236/solr3 due to exception: java.net.ConnectException: Call From lucene1-us-west/10.41.0.5 to localhost:47236 failed on connection exception: java.net.ConnectException: Connection refused; For more details see:  http://wiki.apache.org/hadoop/ConnectionRefused
   [junit4]   2> 4027975 WARN  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.s.h.HdfsLocalityReporter Could not retrieve locality information for hdfs://localhost:47236/solr3 due to exception: java.net.ConnectException: Call From lucene1-us-west/10.41.0.5 to localhost:47236 failed on connection exception: java.net.ConnectException: Connection refused; For more details see:  http://wiki.apache.org/hadoop/ConnectionRefused
   [junit4]   2> 4027976 WARN  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.s.h.HdfsLocalityReporter Could not retrieve locality information for hdfs://localhost:47236/solr3 due to exception: java.net.ConnectException: Call From lucene1-us-west/10.41.0.5 to localhost:47236 failed on connection exception: java.net.ConnectException: Connection refused; For more details see:  http://wiki.apache.org/hadoop/ConnectionRefused
   [junit4]   2> 4027976 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566728696097669120
   [junit4]   2> 4027982 INFO  (coreZkRegister-7486-thread-1-processing-n:127.0.0.1:46273_sf x:collection1 c:collection1) [n:127.0.0.1:46273_sf c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4027982 INFO  (coreZkRegister-7486-thread-1-processing-n:127.0.0.1:46273_sf x:collection1 c:collection1) [n:127.0.0.1:46273_sf c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 4027982 INFO  (coreZkRegister-7486-thread-1-processing-n:127.0.0.1:46273_sf x:collection1 c:collection1) [n:127.0.0.1:46273_sf c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:46273/sf/collection1/
   [junit4]   2> 4027982 INFO  (coreZkRegister-7486-thread-1-processing-n:127.0.0.1:46273_sf x:collection1 c:collection1) [n:127.0.0.1:46273_sf c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 4027983 INFO  (coreZkRegister-7486-thread-1-processing-n:127.0.0.1:46273_sf x:collection1 c:collection1) [n:127.0.0.1:46273_sf c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:46273/sf/collection1/ has no replicas
   [junit4]   2> 4027983 INFO  (coreZkRegister-7486-thread-1-processing-n:127.0.0.1:46273_sf x:collection1 c:collection1) [n:127.0.0.1:46273_sf c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 4027986 INFO  (coreZkRegister-7486-thread-1-processing-n:127.0.0.1:46273_sf x:collection1 c:collection1) [n:127.0.0.1:46273_sf c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:46273/sf/collection1/ shard1
   [junit4]   2> 4028089 INFO  (zkCallback-3372-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf    ] 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: [3])
   [junit4]   2> 4028089 INFO  (zkCallback-3378-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf    ] 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: [3])
   [junit4]   2> 4028137 INFO  (coreZkRegister-7486-thread-1-processing-n:127.0.0.1:46273_sf x:collection1 c:collection1) [n:127.0.0.1:46273_sf c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 4028241 INFO  (zkCallback-3372-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf    ] 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: [3])
   [junit4]   2> 4028241 INFO  (zkCallback-3378-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf    ] 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: [3])
   [junit4]   2> 4028461 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/shard-3-001/cores/collection1
   [junit4]   2> 4028461 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/shard-3-001
   [junit4]   2> 4028462 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 4028464 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@404e840f{/sf,null,AVAILABLE}
   [junit4]   2> 4028465 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@486bc2a3{HTTP/1.1,[http/1.1]}{127.0.0.1:35086}
   [junit4]   2> 4028465 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.e.j.s.Server Started @4031661ms
   [junit4]   2> 4028465 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:46888/hdfs__localhost_46888__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001_tempDir-002_jetty3, solrconfig=solrconfig.xml, hostContext=/sf, hostPort=35086, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/shard-3-001/cores}
   [junit4]   2> 4028466 ERROR (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4028466 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 4028466 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4028466 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4028466 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-07T09:21:58.735Z
   [junit4]   2> 4028470 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 4028470 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/shard-3-001/solr.xml
   [junit4]   2> 4028477 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4028478 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39317/solr
   [junit4]   2> 4028490 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:35086_sf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 4028493 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:35086_sf    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4028497 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:35086_sf    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35086_sf
   [junit4]   2> 4028499 INFO  (zkCallback-3366-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4028499 INFO  (zkCallback-3378-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4028500 INFO  (zkCallback-3372-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4028500 INFO  (zkCallback-3384-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4028501 INFO  (zkCallback-3362-thread-2-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4028567 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:35086_sf    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/shard-3-001/cores
   [junit4]   2> 4028567 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:35086_sf    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 4028569 INFO  (coreLoadExecutor-7502-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf c:collection1   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 4028575 INFO  (OverseerStateUpdate-97920543142510596-127.0.0.1:57794_sf-n_0000000000) [n:127.0.0.1:57794_sf    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 4028678 INFO  (zkCallback-3372-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf    ] 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: [4])
   [junit4]   2> 4028678 INFO  (zkCallback-3384-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf    ] 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: [4])
   [junit4]   2> 4028678 INFO  (zkCallback-3378-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf    ] 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: [4])
   [junit4]   2> 4029589 WARN  (coreLoadExecutor-7502-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 4029590 INFO  (coreLoadExecutor-7502-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 4029606 INFO  (coreLoadExecutor-7502-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 4029735 INFO  (coreLoadExecutor-7502-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 4029755 INFO  (coreLoadExecutor-7502-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 4029755 INFO  (coreLoadExecutor-7502-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:46888/solr_hdfs_home
   [junit4]   2> 4029755 INFO  (coreLoadExecutor-7502-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 4029755 INFO  (coreLoadExecutor-7502-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 4029755 INFO  (coreLoadExecutor-7502-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/shard-3-001/cores/collection1], dataDir=[hdfs://localhost:46888/solr_hdfs_home/collection1/core_node3/data/]
   [junit4]   2> 4029755 INFO  (coreLoadExecutor-7502-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@945f9ff
   [junit4]   2> 4029756 INFO  (coreLoadExecutor-7502-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:46888/solr_hdfs_home/collection1/core_node3/data/snapshot_metadata
   [junit4]   2> 4029763 INFO  (coreLoadExecutor-7502-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 4029763 INFO  (coreLoadExecutor-7502-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf c:collection1   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> 4029764 INFO  (coreLoadExecutor-7502-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 4029768 INFO  (coreLoadExecutor-7502-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf c:collection1   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 4029768 INFO  (coreLoadExecutor-7502-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:46888/solr_hdfs_home/collection1/core_node3/data
   [junit4]   2> 4029785 INFO  (coreLoadExecutor-7502-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory f

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

NameNode.java:872)
   [junit4]   2> 	at org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1726)
   [junit4]   2> 	at org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1705)
   [junit4]   2> 	at org.apache.solr.cloud.hdfs.HdfsTestUtil.teardownClass(HdfsTestUtil.java:203)
   [junit4]   2> 	at org.apache.solr.cloud.hdfs.HdfsUnloadDistributedZkTest.teardownClass(HdfsUnloadDistributedZkTest.java:46)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
   [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:368)
   [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:203)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.getTotalBlocks(BlockManager.java:3370)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlocksTotal(FSNamesystem.java:5729)
   [junit4]   2> 	... 53 more
   [junit4]   2> 4095995 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2B948F8DD7019AE4]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001
   [junit4]   2> May 07, 2017 9:23:06 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 34 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {other_tl1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), range_facet_l_dv=PostingsFormat(name=Memory doPackFST= false), multiDefault=BlockTreeOrds(blocksize=128), a_t=BlockTreeOrds(blocksize=128), intDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), a_i1=BlockTreeOrds(blocksize=128), id=PostingsFormat(name=Memory doPackFST= false), range_facet_i_dv=BlockTreeOrds(blocksize=128), text=FSTOrd50, range_facet_l=BlockTreeOrds(blocksize=128), timestamp=BlockTreeOrds(blocksize=128)}, docValues:{other_tl1=DocValuesFormat(name=Lucene54), range_facet_l_dv=DocValuesFormat(name=Lucene54), multiDefault=DocValuesFormat(name=Asserting), intDefault=DocValuesFormat(name=Lucene54), a_i1=DocValuesFormat(name=Asserting), range_facet_l=DocValuesFormat(name=Asserting), _version_=DocValuesFormat(name=Lucene54), a_t=DocValuesFormat(name=Asserting), range_facet_i_dv=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Lucene54), text=DocValuesFormat(name=Memory), intDvoDefault=DocValuesFormat(name=Lucene54), timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=881, maxMBSortInHeap=7.445702934436504, sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=sq-AL, timezone=America/Thunder_Bay
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=4,threads=2,free=310471024,total=535298048
   [junit4]   2> NOTE: All tests run in this JVM: [ZkControllerTest, BasicFunctionalityTest, LargeFieldTest, TestReqParamsAPI, SearchHandlerTest, HLLUtilTest, TestExportWriter, TestSegmentSorting, TestFastOutputStream, TestFieldSortValues, TestRTGBase, SolrCloudExampleTest, TestDynamicFieldCollectionResource, TestMissingGroups, SystemInfoHandlerTest, ShardRoutingTest, SolrIndexConfigTest, TestHighFrequencyDictionaryFactory, DirectSolrConnectionTest, HdfsDirectoryFactoryTest, DistributedQueueTest, SmileWriterTest, TestBlendedInfixSuggestions, HdfsWriteToMultipleCollectionsTest, BlockJoinFacetRandomTest, IndexBasedSpellCheckerTest, TestMacroExpander, MoreLikeThisHandlerTest, TestJsonFacets, TestDistributedGrouping, SolrMetricsIntegrationTest, TestManagedResource, WordBreakSolrSpellCheckerTest, SliceStateTest, TestCharFilters, HdfsRecoveryZkTest, RAMDirectoryFactoryTest, TestCSVResponseWriter, CoreAdminRequestStatusTest, AssignTest, TestUpdate, SubstringBytesRefFilterTest, TermVectorComponentTest, TestCollectionAPIs, TestSolrCoreSnapshots, TestQueryTypes, TestInPlaceUpdatesDistrib, TermsComponentTest, TestSha256AuthenticationProvider, TestEmbeddedSolrServerConstructors, ClassificationUpdateProcessorTest, TestSuggestSpellingConverter, SampleTest, TestFuzzyAnalyzedSuggestions, IndexSchemaTest, TestSchemalessBufferedUpdates, TestCursorMarkWithoutUniqueKey, MoveReplicaTest, TestHashQParserPlugin, TestRawTransformer, SpatialFilterTest, DirectSolrSpellCheckerTest, TestPartialUpdateDeduplication, TestFiltering, TestComplexPhraseLeadingWildcard, TestNonDefinedSimilarityFactory, MetricsHandlerTest, ZkCLITest, TestConfigSets, ForceLeaderTest, TestSystemCollAutoCreate, TestStressCloudBlindAtomicUpdates, DateMathParserTest, TestSystemIdResolver, SuggesterFSTTest, TestReRankQParserPlugin, TestSolrCloudWithHadoopAuthPlugin, TestSurroundQueryParser, AddBlockUpdateTest, OverseerTaskQueueTest, AtomicUpdatesTest, SharedFSAutoReplicaFailoverUtilsTest, TestDocBasedVersionConstraints, OpenCloseCoreStressTest, IndexSchemaRuntimeFieldTest, SpellingQueryConverterTest, TestSolr4Spatial2, TestSolrQueryParserResource, TestFieldResource, SimpleMLTQParserTest, TestDocTermOrds, DeleteInactiveReplicaTest, BufferStoreTest, DocumentBuilderTest, URLClassifyProcessorTest, OverseerModifyCollectionTest, TestClusterProperties, HighlighterTest, TestConfigOverlay, EnumFieldTest, ConvertedLegacyTest, TestExclusionRuleCollectionAccess, TestSQLHandlerNonCloud, TestManagedSynonymFilterFactory, TestSchemaVersionResource, TestDynamicLoading, SpellCheckComponentTest, TestLockTree, DistributedFacetPivotLargeTest, SolrIndexSplitterTest, TestSolrIndexConfig, TestBulkSchemaAPI, UpdateRequestProcessorFactoryTest, DeleteReplicaTest, DistributedIntervalFacetingTest, HdfsCollectionsAPIDistributedZkTest, ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest, SyncSliceTest, LeaderElectionIntegrationTest, ClusterStateUpdateTest, TestRandomFaceting, ShardRoutingCustomTest, AutoCommitTest, TestHashPartitioner, TermVectorComponentDistributedTest, TestStressVersions, DistributedTermsComponentTest, TestCoreContainer, TestSolr4Spatial, QueryElevationComponentTest, TestFunctionQuery, SoftAutoCommitTest, TestWordDelimiterFilterFactory, SortByFunctionTest, TestRemoteStreaming, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, TestWriterPerf, RequestHandlersTest, PathHierarchyTokenizerFactoryTest, RegexBoostProcessorTest, QueryParsingTest, JsonLoaderTest, TestPHPSerializedResponseWriter, TestComponentsName, TestLFUCache, DOMUtilTest, TestSolrJ, TestLRUCache, UUIDFieldTest, FileUtilsTest, CircularListTest, DistributedMLTComponentTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestDistributedMissingSort, TestEmbeddedSolrServerSchemaAPI, ConnectionReuseTest, CdcrBootstrapTest, CdcrRequestHandlerTest, CollectionStateFormat2Test, CollectionsAPIAsyncDistributedZkTest, ConnectionManagerTest, CreateCollectionCleanupTest, DeleteStatusTest, DistribCursorPagingTest, DocValuesNotIndexedTest, HttpPartitionTest, LeaderInitiatedRecoveryOnCommitTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, PeerSyncReplicationTest, RecoveryAfterSoftCommitTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest, TestCryptoKeys, TestHdfsCloudBackupRestore, TestRandomFlRTGCloud, HdfsNNFailoverTest, HdfsSyncSliceTest, HdfsThreadLeakTest, HdfsUnloadDistributedZkTest]
   [junit4] Completed [540/711 (1!)] on J1 in 85.00s, 1 test, 1 error <<< FAILURES!

[...truncated 43942 lines...]

[JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 342 - Still Unstable

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

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.schema.BadIndexSchemaTest

Error Message:
ObjectTracker found 6 object(s) that were not released!!! [MockDirectoryWrapper, SolrCore, MockDirectoryWrapper, SolrIndexSearcher, MDCAwareThreadPoolExecutor, MockDirectoryWrapper] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:91)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:728)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:919)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)  at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)  at java.lang.Thread.run(Thread.java:745)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1010)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)  at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)  at java.lang.Thread.run(Thread.java:745)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)  at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:482)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:913)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)  at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)  at java.lang.Thread.run(Thread.java:745)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:323)  at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2008)  at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2160)  at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1062)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:945)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)  at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)  at java.lang.Thread.run(Thread.java:745)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:859)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)  at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)  at java.lang.Thread.run(Thread.java:745)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:353)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:696)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:919)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)  at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)  at java.lang.Thread.run(Thread.java:745)  

Stack Trace:
java.lang.AssertionError: ObjectTracker found 6 object(s) that were not released!!! [MockDirectoryWrapper, SolrCore, MockDirectoryWrapper, SolrIndexSearcher, MDCAwareThreadPoolExecutor, MockDirectoryWrapper]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:91)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:728)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:919)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
	at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1010)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
	at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:482)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:913)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
	at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:323)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2008)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2160)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1062)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:945)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
	at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:859)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
	at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:353)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:696)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:919)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
	at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)


	at __randomizedtesting.SeedInfo.seed([9BC5ADC86C03A75D]: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.teardownTestCases(SolrTestCaseJ4.java:302)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.schema.BadIndexSchemaTest

Error Message:
4 threads leaked from SUITE scope at org.apache.solr.schema.BadIndexSchemaTest:     1) Thread[id=11816, name=solr-idle-connections-evictor, state=TIMED_WAITING, group=TGRP-BadIndexSchemaTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.solr.update.UpdateShardHandler$IdleConnectionsEvictor$1.run(UpdateShardHandler.java:266)         at java.lang.Thread.run(Thread.java:745)    2) Thread[id=11815, name=solr-idle-connections-evictor, state=TIMED_WAITING, group=TGRP-BadIndexSchemaTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.solr.update.UpdateShardHandler$IdleConnectionsEvictor$1.run(UpdateShardHandler.java:266)         at java.lang.Thread.run(Thread.java:745)    3) Thread[id=11820, name=searcherExecutor-3459-thread-1, state=WAITING, group=TGRP-BadIndexSchemaTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)    4) Thread[id=11818, name=Thread-4784, state=WAITING, group=TGRP-BadIndexSchemaTest]         at java.lang.Object.wait(Native Method)         at java.lang.Object.wait(Object.java:502)         at org.apache.solr.core.CloserThread.run(CoreContainer.java:1496)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 4 threads leaked from SUITE scope at org.apache.solr.schema.BadIndexSchemaTest: 
   1) Thread[id=11816, name=solr-idle-connections-evictor, state=TIMED_WAITING, group=TGRP-BadIndexSchemaTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.solr.update.UpdateShardHandler$IdleConnectionsEvictor$1.run(UpdateShardHandler.java:266)
        at java.lang.Thread.run(Thread.java:745)
   2) Thread[id=11815, name=solr-idle-connections-evictor, state=TIMED_WAITING, group=TGRP-BadIndexSchemaTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.solr.update.UpdateShardHandler$IdleConnectionsEvictor$1.run(UpdateShardHandler.java:266)
        at java.lang.Thread.run(Thread.java:745)
   3) Thread[id=11820, name=searcherExecutor-3459-thread-1, state=WAITING, group=TGRP-BadIndexSchemaTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
   4) Thread[id=11818, name=Thread-4784, state=WAITING, group=TGRP-BadIndexSchemaTest]
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:502)
        at org.apache.solr.core.CloserThread.run(CoreContainer.java:1496)
	at __randomizedtesting.SeedInfo.seed([9BC5ADC86C03A75D]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.schema.BadIndexSchemaTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=11820, name=searcherExecutor-3459-thread-1, state=WAITING, group=TGRP-BadIndexSchemaTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)    2) Thread[id=11818, name=Thread-4784, state=WAITING, group=TGRP-BadIndexSchemaTest]         at java.lang.Object.wait(Native Method)         at java.lang.Object.wait(Object.java:502)         at org.apache.solr.core.CloserThread.run(CoreContainer.java:1496)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=11820, name=searcherExecutor-3459-thread-1, state=WAITING, group=TGRP-BadIndexSchemaTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
   2) Thread[id=11818, name=Thread-4784, state=WAITING, group=TGRP-BadIndexSchemaTest]
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:502)
        at org.apache.solr.core.CloserThread.run(CoreContainer.java:1496)
	at __randomizedtesting.SeedInfo.seed([9BC5ADC86C03A75D]:0)




Build Log:
[...truncated 12097 lines...]
   [junit4] Suite: org.apache.solr.schema.BadIndexSchemaTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.schema.BadIndexSchemaTest_9BC5ADC86C03A75D-001/init-core-data-001
   [junit4]   2> 1327936 WARN  (SUITE-BadIndexSchemaTest-seed#[9BC5ADC86C03A75D]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 1327937 INFO  (SUITE-BadIndexSchemaTest-seed#[9BC5ADC86C03A75D]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 1327939 INFO  (SUITE-BadIndexSchemaTest-seed#[9BC5ADC86C03A75D]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1327941 INFO  (TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSchemaWithDefaultSearchField
   [junit4]   2> 1327942 INFO  (TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1327942 INFO  (TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1327968 WARN  (TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1327969 INFO  (TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1327978 INFO  (TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-defaultsearchfield
   [junit4]   2> 1327980 WARN  (TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema 'defaultSearchField' is deprecated, please use 'df' on request instead.
   [junit4]   2> 1327980 ERROR (TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema defaultSearchField has been deprecated and is incompatible with configs with luceneMatchVersion >= 6.6.0.  Use 'df' on requests instead.
   [junit4]   2> 1327980 INFO  (TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1327980 INFO  (TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSchemaWithDefaultSearchField
   [junit4]   2> 1327983 INFO  (TEST-BadIndexSchemaTest.testDocValuesUnsupported-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDocValuesUnsupported
   [junit4]   2> 1327984 INFO  (TEST-BadIndexSchemaTest.testDocValuesUnsupported-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1327984 INFO  (TEST-BadIndexSchemaTest.testDocValuesUnsupported-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328007 WARN  (TEST-BadIndexSchemaTest.testDocValuesUnsupported-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328007 INFO  (TEST-BadIndexSchemaTest.testDocValuesUnsupported-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328015 INFO  (TEST-BadIndexSchemaTest.testDocValuesUnsupported-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-docValues-unsupported
   [junit4]   2> 1328020 INFO  (TEST-BadIndexSchemaTest.testDocValuesUnsupported-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328021 INFO  (TEST-BadIndexSchemaTest.testDocValuesUnsupported-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDocValuesUnsupported
   [junit4]   2> 1328023 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSevereErrorsForUnexpectedAnalyzer
   [junit4]   2> 1328023 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328024 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328069 WARN  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328070 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328078 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-nontext-analyzer
   [junit4]   2> 1328080 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328080 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328081 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328103 WARN  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328104 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328114 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-analyzer-class-and-nested
   [junit4]   2> 1328116 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328117 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSevereErrorsForUnexpectedAnalyzer
   [junit4]   2> 1328119 INFO  (TEST-BadIndexSchemaTest.testBadExternalFileField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBadExternalFileField
   [junit4]   2> 1328119 INFO  (TEST-BadIndexSchemaTest.testBadExternalFileField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328119 INFO  (TEST-BadIndexSchemaTest.testBadExternalFileField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328140 WARN  (TEST-BadIndexSchemaTest.testBadExternalFileField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328141 INFO  (TEST-BadIndexSchemaTest.testBadExternalFileField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328150 INFO  (TEST-BadIndexSchemaTest.testBadExternalFileField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-external-filefield
   [junit4]   2> 1328152 INFO  (TEST-BadIndexSchemaTest.testBadExternalFileField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328152 INFO  (TEST-BadIndexSchemaTest.testBadExternalFileField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBadExternalFileField
   [junit4]   2> 1328154 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimDefaultFieldTypeHasNoExplicitSim
   [junit4]   2> 1328154 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328155 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328177 WARN  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328178 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328186 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-sim-global-vs-ft-mismatch
   [junit4]   2> 1328191 WARN  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 1328191 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema Loaded schema bad-schema-sim-global-vs-ft-mismatch/1.0 with uniqueid field null
   [junit4]   2> 1328194 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1328229 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a1a6703
   [junit4]   2> 1328234 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a1a6703
   [junit4]   2> 1328234 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a1a6703
   [junit4]   2> 1328241 INFO  (coreLoadExecutor-3442-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328272 WARN  (coreLoadExecutor-3442-thread-1) [    x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328273 INFO  (coreLoadExecutor-3442-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328291 INFO  (coreLoadExecutor-3442-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=bad-schema-sim-global-vs-ft-mismatch
   [junit4]   2> 1328295 WARN  (coreLoadExecutor-3442-thread-1) [    x:collection1] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 1328296 INFO  (coreLoadExecutor-3442-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema bad-schema-sim-global-vs-ft-mismatch/1.0 with uniqueid field null
   [junit4]   2> 1328296 INFO  (coreLoadExecutor-3442-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 1328296 INFO  (coreLoadExecutor-3442-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a1a6703
   [junit4]   2> 1328296 INFO  (coreLoadExecutor-3442-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1328296 INFO  (coreLoadExecutor-3442-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.schema.BadIndexSchemaTest_9BC5ADC86C03A75D-001/init-core-data-001/]
   [junit4]   2> 1328298 INFO  (coreLoadExecutor-3442-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@734e03a
   [junit4]   2> 1328299 INFO  (coreLoadExecutor-3442-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1328301 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1328301 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328302 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=706943949
   [junit4]   2> 1328302 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1328303 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1328304 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSimDefaultFieldTypeHasNoExplicitSim
   [junit4]   2> 1328306 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSweetSpotSimBadConfig
   [junit4]   2> 1328307 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328307 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328331 WARN  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328332 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328344 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-sweetspot-both-tf
   [junit4]   2> 1328349 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328350 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328350 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328373 WARN  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328373 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328383 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-sweetspot-partial-baseline
   [junit4]   2> 1328386 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328386 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328386 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328412 WARN  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328412 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328421 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-sweetspot-partial-hyperbolic
   [junit4]   2> 1328424 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328424 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328425 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328448 WARN  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328448 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328464 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-sweetspot-partial-norms
   [junit4]   2> 1328466 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328466 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSweetSpotSimBadConfig
   [junit4]   2> 1328470 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFields-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSevereErrorsForDuplicateFields
   [junit4]   2> 1328470 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFields-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328471 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFields-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328492 WARN  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFields-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328492 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFields-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328503 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFields-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-dup-field
   [junit4]   2> 1328505 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFields-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328505 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFields-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSevereErrorsForDuplicateFields
   [junit4]   2> 1328508 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCurrencyBogusCode
   [junit4]   2> 1328508 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328509 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328529 WARN  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328530 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328538 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-currency-ft-bogus-default-code
   [junit4]   2> 1328540 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328540 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328540 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328561 WARN  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328562 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328570 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-currency-ft-bogus-code-in-xml
   [junit4]   2> 1328572 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema Loaded schema bad-schema-currency-ft-bogus-code-in-xml/1.4 with uniqueid field id
   [junit4]   2> 1328574 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328574 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCurrencyBogusCode
   [junit4]   2> 1328576 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPerFieldtypePostingsFormatButNoSchemaCodecFactory
   [junit4]   2> 1328577 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328577 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328599 WARN  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328599 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328607 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-codec-global-vs-ft-mismatch
   [junit4]   2> 1328609 WARN  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 1328610 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema Loaded schema bad-schema-codec-global-vs-ft-mismatch/1.0 with uniqueid field null
   [junit4]   2> 1328612 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1328658 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a1a6703
   [junit4]   2> 1328665 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a1a6703
   [junit4]   2> 1328665 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a1a6703
   [junit4]   2> 1328667 INFO  (coreLoadExecutor-3450-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328705 WARN  (coreLoadExecutor-3450-thread-1) [    x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328706 INFO  (coreLoadExecutor-3450-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328714 INFO  (coreLoadExecutor-3450-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=bad-schema-codec-global-vs-ft-mismatch
   [junit4]   2> 1328717 WARN  (coreLoadExecutor-3450-thread-1) [    x:collection1] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 1328717 INFO  (coreLoadExecutor-3450-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema bad-schema-codec-global-vs-ft-mismatch/1.0 with uniqueid field null
   [junit4]   2> 1328717 INFO  (coreLoadExecutor-3450-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 1328717 INFO  (coreLoadExecutor-3450-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a1a6703
   [junit4]   2> 1328717 INFO  (coreLoadExecutor-3450-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1328717 INFO  (coreLoadExecutor-3450-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.schema.BadIndexSchemaTest_9BC5ADC86C03A75D-001/init-core-data-001/]
   [junit4]   2> 1328719 ERROR (coreLoadExecutor-3450-thread-1) [    x:collection1] o.a.s.c.SolrCore FieldType 'direct1' is configured with a postings format, but the codec does not support it: class org.apache.solr.core.SolrCore$1
   [junit4]   2> 1328719 INFO  (coreLoadExecutor-3450-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@382f9602
   [junit4]   2> 1328719 INFO  (coreLoadExecutor-3450-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1328721 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1328722 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328722 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1323446901
   [junit4]   2> 1328722 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1328722 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1328724 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testPerFieldtypePostingsFormatButNoSchemaCodecFactory
   [junit4]   2> 1328726 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testUniqueKeyRules
   [junit4]   2> 1328726 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328727 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328751 WARN  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328752 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328761 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-uniquekey-is-copyfield-dest
   [junit4]   2> 1328762 ERROR (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema uniqueKey field (id) can not be the dest of a copyField(source=XXX)
   [junit4]   2> 1328763 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328763 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328763 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328793 WARN  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328794 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328804 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-uniquekey-uses-default
   [junit4]   2> 1328806 ERROR (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema uniqueKey field (null) can not be configured with a default value (XXX)
   [junit4]   2> 1328807 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328807 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328808 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328834 WARN  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328834 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328843 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-uniquekey-multivalued
   [junit4]   2> 1328846 ERROR (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema uniqueKey field (null) can not be configured to be multivalued
   [junit4]   2> 1328847 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328847 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testUniqueKeyRules
   [junit4]   2> 1328851 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSevereErrorsForUnsupportedAttributesOnDynamicField
   [junit4]   2> 1328852 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328853 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328892 WARN  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328893 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328902 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-dynamicfield-default-val
   [junit4]   2> 1328904 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328904 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328904 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328926 WARN  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328926 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328936 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-dynamicfield-required
   [junit4]   2> 1328937 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328937 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSevereErrorsForUnsupportedAttributesOnDynamicField
   [junit4]   2> 1328941 INFO  (TEST-BadIndexSchemaTest.testBogusParameters-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBogusParameters
   [junit4]   2> 1328941 INFO  (TEST-BadIndexSchemaTest.testBogusParameters-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328942 INFO  (TEST-BadIndexSchemaTest.testBogusParameters-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328970 WARN  (TEST-BadIndexSchemaTest.testBogusParameters-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328971 INFO  (TEST-BadIndexSchemaTest.testBogusParameters-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328980 INFO  (TEST-BadIndexSchemaTest.testBogusParameters-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-bogus-field-parameters
   [junit4]   2> 1328987 INFO  (TEST-BadIndexSchemaTest.testBogusParameters-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328987 INFO  (TEST-BadIndexSchemaTest.testBogusParameters-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBogusParameters
   [junit4]   2> 1328990 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypeSimButNoSchemaSimFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPerFieldtypeSimButNoSchemaSimFactory
   [junit4]   2> 1328990 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypeSimButNoSchemaSimFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328990 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypeSimButNoSchemaSimFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1329011 WARN  (TEST-BadIndexSchemaTest.testPerFieldtypeSimButNoSchemaSimFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1329012 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypeSimButNoSchemaSimFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1329021 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypeSimButNoSchemaSimFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-sim-global-vs-ft-mismatch
   [junit4]   2> 1329025 ERROR (TEST-BadIndexSchemaTest.testPerFieldtypeSimButNoSchemaSimFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema FieldType 'sim1' is configured with a similarity, but the global similarity does not support it: class org.apache.solr.search.similarities.BM25SimilarityFactory
   [junit4]   2> 1329025 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypeSimButNoSchemaSimFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1329025 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypeSimButNoSchemaSimFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testPerFieldtypeSimButNoSchemaSimFactory
   [junit4]   2> 1329029 INFO  (TEST-BadIndexSchemaTest.testBogusAnalysisParameters-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBogusAnalysisParameters
   [junit4]   2> 1329029 INFO  (TEST-BadIndexSchemaTest.testBogusAnalysisParameters-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1329029 INFO  (TEST-BadIndexSchemaTest.testBogusAnalysisParameters-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1329059 WARN  (TEST-BadIndexSchemaTest.testBogusAnalysisParameters-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1329061 INFO  (TEST-BadIndexSchemaTest.testBogusAnalysisParameters-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1329076 INFO  (TEST-BadIndexSchemaTest.testBogusAnalysisParameters-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-bogus-analysis-parameters
   [junit4]   2> 1329079 INFO  (TEST-BadIndexSchemaTest.testBogusAnalysisParameters-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1329079 INFO  (TEST-BadIndexSchemaTest.testBogusAnalysisParameters-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBogusAnalysisParameters
   [junit4]   2> 1329082 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSevereErrorsForDuplicateDynamicField
   [junit4]   2> 1329082 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1329083 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1329105 WARN  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1329106 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1329116 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-dup-dynamicField
   [junit4]   2> 1329117 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1329117 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSevereErrorsForDuplicateDynamicField
   [junit4]   2> 1329122 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDefaultOperatorNotBannedForPre66
   [junit4]   2> 1329122 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1329122 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1329143 WARN  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1329144 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1329152 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-default-operator
   [junit4]   2> 1329154 WARN  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] query parser default operator is OR. WARNING: Deprecated, please use 'q.op' on request instead. Will not work from Solr 7
   [junit4]   2> 1329155 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema Loaded schema bad-schema-default-operator/1.6 with uniqueid field id
   [junit4]   2> 1329157 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1329188 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a1a6703
   [junit4]   2> 1329193 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a1a6703
   [junit4]   2> 1329193 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a1a6703
   [junit4]   2> 1329195 INFO  (coreLoadExecutor-3458-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1329230 WARN  (coreLoadExecutor-3458-thread-1) [    x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1329231 INFO  (coreLoadExecutor-3458-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1329240 INFO  (coreLoadExecutor-3458-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=bad-schema-default-operator
   [junit4]   2> 1329244 WARN  (coreLoadExecutor-3458-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] query parser default operator is OR. WARNING: Deprecated, please use 'q.op' on request instead. Will not work from Solr 7
   [junit4]   2> 1329244 INFO  (coreLoadExecutor-3458-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema bad-schema-default-operator/1.6 with uniqueid field id
   [junit4]   2> 1329244 INFO  (coreLoadExecutor-3458-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 1329245 INFO  (coreLoadExecutor-3458-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a1a6703
   [junit4]   2> 1329245 INFO  (coreLoadExecutor-3458-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1329245 INFO  (coreLoadExecutor-3458-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.schema.BadIndexSchemaTest_9BC5ADC86C03A75D-001/init-core-data-001/]
   [junit4]   2> 1329248 INFO  (coreLoadExecutor-3458-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@67ac8f5a
   [junit4]   2> 1329306 INFO  (coreLoadExecutor-3458-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1329306 INFO  (coreLoadExecutor-3458-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1329307 INFO  (coreLoadExecutor-3458-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=63.2705078125, floorSegmentMB=0.9306640625, forceMergeDeletesPctAllowed=11.426877247089317, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1732928914921189
   [junit4]   2> 1329308 INFO  (coreLoadExecutor-3458-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@8fa3844[collection1] main]
   [junit4]   2> 1329308 WARN  (coreLoadExecutor-3458-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 1329308 INFO  (coreLoadExecutor-3458-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1329308 INFO  (searcherExecutor-3459-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@8fa3844[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1329310 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1329310 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDefaultOperatorNotBannedForPre66
   [junit4]   2> 1329313 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimDefaultFieldTypeDoesNotExist
   [junit4]   2> 1329313 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1329314 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1329345 WARN  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1329346 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1329362 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-sim-global-vs-ft-mismatch
   [junit4]   2> 1329366 WARN  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 1329367 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema Loaded schema bad-schema-sim-global-vs-ft-mismatch/1.0 with uniqueid field null
   [junit4]   2> 1329370 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1329403 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a1a6703
   [junit4]   2> 1329408 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a1a6703
   [junit4]   2> 1329408 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a1a6703
   [junit4]   2> 1329410 INFO  (coreLoadExecutor-3468-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1329438 WARN  (coreLoadExecutor-3468-thread-1) [    x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1329439 INFO  (coreLoadExecutor-3468-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1329447 INFO  (coreLoadExecutor-3468-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=bad-schema-sim-global-vs-ft-mismatch
   [junit4]   2> 1329451 WARN  (coreLoadExecutor-3468-thread-1) [    x:collection1] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 1329451 INFO  (coreLoadExecutor-3468-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema bad-schema-sim-global-vs-ft-mismatch/1.0 with uniqueid field null
   [junit4]   2> 1329451 INFO  (coreLoadExecutor-3468-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 1329452 INFO  (coreLoadExecutor-3468-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a1a6703
   [junit4]   2> 1329452 INFO  (coreLoadExecutor-3468-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1329452 INFO  (coreLoadExecutor-3468-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.schema.BadIndexSchemaTest_9BC5ADC86C03A75D-001/init-core-data-001/]
   [junit4]   2> 1329454 INFO  (coreLoadExecutor-3468-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@a263b09
   [junit4]   2> 1329455 INFO  (coreLoadExecutor-3468-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1329456 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1329456 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1329456 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1370913716
   [junit4]   2> 1329457 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1329457 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1329458 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSimDefaultFieldTypeDoesNotExist
   [junit4]   2> 1329461 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFieldType-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSevereErrorsForDuplicateFieldType
   [junit4]   2> 1329461 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFieldType-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1329462 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFieldType-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1329491 WARN  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFieldType-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1329491 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFieldType-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1329500 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFieldType-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-dup-fieldType
   [junit4]   2> 1329502 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFieldType-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1329503 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFieldType-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSevereErrorsForDuplicateFieldType
   [junit4]   2> 1329507 INFO  (TEST-BadIndexSchemaTest.testDefaultSearchFieldNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDefaultSearchFieldNotBannedForPre66
   [junit4]   2> 1329507 INFO  (TEST-BadIndexSchemaTest.testDefaultSearchFieldNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1329507 INFO  (TEST-BadIndexSchemaTest.testDefaultSearchFieldNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1329526 WARN  (TEST-BadIndexSchemaTest.testDefaultSearchFieldNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1329527 INFO  (TEST-BadIndexSchemaTest.testDefaultSearchFieldNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1329535 INFO  (TEST-BadIndexSchemaTest.testDefaultSearchFieldNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-defaultsearchfield
   [junit4]   2> 1329536 WARN  (TEST-BadIndexSchemaTest.testDefaultSearchFieldNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema 'defaultSearchField' is deprecated, please use 'df' on request instead.
   [junit4]   2> 1329537 INFO  (TEST-BadIndexSchemaTest.testDefaultSearchFieldNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] default search field in schema is id.
   [junit4]   2> 1329537 INFO  (TEST-BadIndexSchemaTest.testDefaultSearchFieldNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema Loaded schema bad-schema-defaultsearchfield/1.6 with uniqueid field id

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

sk.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
   [junit4]    > 	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:482)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:913)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
   [junit4]    > 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:323)
   [junit4]    > 	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2008)
   [junit4]    > 	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2160)
   [junit4]    > 	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1062)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:945)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
   [junit4]    > 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:859)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
   [junit4]    > 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
   [junit4]    > 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:353)
   [junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:696)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:919)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
   [junit4]    > 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9BC5ADC86C03A75D]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:302)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 4 threads leaked from SUITE scope at org.apache.solr.schema.BadIndexSchemaTest: 
   [junit4]    >    1) Thread[id=11816, name=solr-idle-connections-evictor, state=TIMED_WAITING, group=TGRP-BadIndexSchemaTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at org.apache.solr.update.UpdateShardHandler$IdleConnectionsEvictor$1.run(UpdateShardHandler.java:266)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    2) Thread[id=11815, name=solr-idle-connections-evictor, state=TIMED_WAITING, group=TGRP-BadIndexSchemaTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at org.apache.solr.update.UpdateShardHandler$IdleConnectionsEvictor$1.run(UpdateShardHandler.java:266)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    3) Thread[id=11820, name=searcherExecutor-3459-thread-1, state=WAITING, group=TGRP-BadIndexSchemaTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    4) Thread[id=11818, name=Thread-4784, state=WAITING, group=TGRP-BadIndexSchemaTest]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at java.lang.Object.wait(Object.java:502)
   [junit4]    >         at org.apache.solr.core.CloserThread.run(CoreContainer.java:1496)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9BC5ADC86C03A75D]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=11820, name=searcherExecutor-3459-thread-1, state=WAITING, group=TGRP-BadIndexSchemaTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    2) Thread[id=11818, name=Thread-4784, state=WAITING, group=TGRP-BadIndexSchemaTest]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at java.lang.Object.wait(Object.java:502)
   [junit4]    >         at org.apache.solr.core.CloserThread.run(CoreContainer.java:1496)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9BC5ADC86C03A75D]:0)
   [junit4] Completed [160/711 (1!)] on J2 in 46.30s, 23 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 45108 lines...]

[JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 341 - Still Unstable

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

5 tests failed.
FAILED:  org.apache.solr.cloud.CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates

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

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 330 seconds
	at __randomizedtesting.SeedInfo.seed([7220A43E55678B6:D42B5A5DA0C5E421]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:187)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:144)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:139)
	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.waitForRecoveriesToFinish(BaseCdcrDistributedZkTest.java:507)
	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.restartServer(BaseCdcrDistributedZkTest.java:548)
	at org.apache.solr.cloud.CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates(CdcrReplicationHandlerTest.java:226)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.CdcrReplicationHandlerTest:     1) Thread[id=98363, name=cdcr-test-update-scheduler-8713-thread-1, state=WAITING, group=TGRP-CdcrReplicationHandlerTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.CdcrReplicationHandlerTest: 
   1) Thread[id=98363, name=cdcr-test-update-scheduler-8713-thread-1, state=WAITING, group=TGRP-CdcrReplicationHandlerTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([7220A43E55678B6]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=98363, name=cdcr-test-update-scheduler-8713-thread-1, state=WAITING, group=TGRP-CdcrReplicationHandlerTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         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=98363, name=cdcr-test-update-scheduler-8713-thread-1, state=WAITING, group=TGRP-CdcrReplicationHandlerTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([7220A43E55678B6]:0)


FAILED:  org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery

Error Message:
Expected a collection with one shard and two replicas null Last available state: DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/7)={   "replicationFactor":"2",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node1":{           "core":"MissingSegmentRecoveryTest_shard1_replica2",           "base_url":"http://127.0.0.1:34714/solr",           "node_name":"127.0.0.1:34714_solr",           "state":"active",           "leader":"true"},         "core_node2":{           "core":"MissingSegmentRecoveryTest_shard1_replica1",           "base_url":"http://127.0.0.1:52763/solr",           "node_name":"127.0.0.1:52763_solr",           "state":"down"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false"}

Stack Trace:
java.lang.AssertionError: Expected a collection with one shard and two replicas
null
Last available state: DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/7)={
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "core":"MissingSegmentRecoveryTest_shard1_replica2",
          "base_url":"http://127.0.0.1:34714/solr",
          "node_name":"127.0.0.1:34714_solr",
          "state":"active",
          "leader":"true"},
        "core_node2":{
          "core":"MissingSegmentRecoveryTest_shard1_replica1",
          "base_url":"http://127.0.0.1:52763/solr",
          "node_name":"127.0.0.1:52763_solr",
          "state":"down"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
	at __randomizedtesting.SeedInfo.seed([7220A43E55678B6:57779240BC77CEAB]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:265)
	at org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery(MissingSegmentRecoveryTest.java:105)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
Shard shard1 replicas do not have same number of documents expected:<10> but was:<0>

Stack Trace:
java.lang.AssertionError: Shard shard1 replicas do not have same number of documents expected:<10> but was:<0>
	at __randomizedtesting.SeedInfo.seed([7220A43E55678B6:8F7635994BAA154E]: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.apache.solr.cloud.TestLeaderElectionWithEmptyReplica.assertConsistentReplicas(TestLeaderElectionWithEmptyReplica.java:119)
	at org.apache.solr.cloud.TestLeaderElectionWithEmptyReplica.test(TestLeaderElectionWithEmptyReplica.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 12421 lines...]
   [junit4] Suite: org.apache.solr.cloud.MissingSegmentRecoveryTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/init-core-data-001
   [junit4]   2> 1280042 WARN  (SUITE-MissingSegmentRecoveryTest-seed#[7220A43E55678B6]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=11 numCloses=11
   [junit4]   2> 1280043 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[7220A43E55678B6]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 1280045 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[7220A43E55678B6]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1280045 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[7220A43E55678B6]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001
   [junit4]   2> 1280045 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[7220A43E55678B6]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1280046 INFO  (Thread-1668) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1280046 INFO  (Thread-1668) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1280056 ERROR (Thread-1668) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1280146 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[7220A43E55678B6]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:48747
   [junit4]   2> 1280167 INFO  (jetty-launcher-24957-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1280168 INFO  (jetty-launcher-24957-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1280177 INFO  (jetty-launcher-24957-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@76be961f{/solr,null,AVAILABLE}
   [junit4]   2> 1280178 INFO  (jetty-launcher-24957-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3f74f166{HTTP/1.1,[http/1.1]}{127.0.0.1:34714}
   [junit4]   2> 1280178 INFO  (jetty-launcher-24957-thread-1) [    ] o.e.j.s.Server Started @1292730ms
   [junit4]   2> 1280178 INFO  (jetty-launcher-24957-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34714}
   [junit4]   2> 1280178 ERROR (jetty-launcher-24957-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1280178 INFO  (jetty-launcher-24957-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 6.6.0
   [junit4]   2> 1280178 INFO  (jetty-launcher-24957-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1280178 INFO  (jetty-launcher-24957-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1280178 INFO  (jetty-launcher-24957-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-05T18:27:14.489Z
   [junit4]   2> 1280188 INFO  (jetty-launcher-24957-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6f7b17cb{/solr,null,AVAILABLE}
   [junit4]   2> 1280189 INFO  (jetty-launcher-24957-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@331c71a0{HTTP/1.1,[http/1.1]}{127.0.0.1:52763}
   [junit4]   2> 1280189 INFO  (jetty-launcher-24957-thread-2) [    ] o.e.j.s.Server Started @1292741ms
   [junit4]   2> 1280189 INFO  (jetty-launcher-24957-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52763}
   [junit4]   2> 1280189 ERROR (jetty-launcher-24957-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1280189 INFO  (jetty-launcher-24957-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 6.6.0
   [junit4]   2> 1280189 INFO  (jetty-launcher-24957-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1280189 INFO  (jetty-launcher-24957-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1280189 INFO  (jetty-launcher-24957-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-05T18:27:14.500Z
   [junit4]   2> 1280211 INFO  (jetty-launcher-24957-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1280216 INFO  (jetty-launcher-24957-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1280222 INFO  (jetty-launcher-24957-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1280223 INFO  (jetty-launcher-24957-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48747/solr
   [junit4]   2> 1280228 INFO  (jetty-launcher-24957-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1280229 INFO  (jetty-launcher-24957-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48747/solr
   [junit4]   2> 1280289 INFO  (jetty-launcher-24957-thread-2) [n:127.0.0.1:52763_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1280289 INFO  (jetty-launcher-24957-thread-2) [n:127.0.0.1:52763_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:52763_solr
   [junit4]   2> 1280290 INFO  (jetty-launcher-24957-thread-2) [n:127.0.0.1:52763_solr    ] o.a.s.c.Overseer Overseer (id=97911362968485894-127.0.0.1:52763_solr-n_0000000000) starting
   [junit4]   2> 1280306 INFO  (jetty-launcher-24957-thread-1) [n:127.0.0.1:34714_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1280324 INFO  (jetty-launcher-24957-thread-1) [n:127.0.0.1:34714_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34714_solr
   [junit4]   2> 1280332 INFO  (zkCallback-24968-thread-1-processing-n:127.0.0.1:34714_solr) [n:127.0.0.1:34714_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1280332 INFO  (OverseerStateUpdate-97911362968485894-127.0.0.1:52763_solr-n_0000000000) [n:127.0.0.1:52763_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1280333 INFO  (jetty-launcher-24957-thread-2) [n:127.0.0.1:52763_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52763_solr
   [junit4]   2> 1280337 INFO  (zkCallback-24969-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1280344 INFO  (zkCallback-24968-thread-1-processing-n:127.0.0.1:34714_solr) [n:127.0.0.1:34714_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1280441 INFO  (jetty-launcher-24957-thread-2) [n:127.0.0.1:52763_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001/node2/.
   [junit4]   2> 1280566 INFO  (jetty-launcher-24957-thread-1) [n:127.0.0.1:34714_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001/node1/.
   [junit4]   2> 1281272 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[7220A43E55678B6]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1281273 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[7220A43E55678B6]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:48747/solr ready
   [junit4]   2> 1281308 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLeaderRecovery
   [junit4]   2> 1281311 INFO  (qtp1293407486-93536) [n:127.0.0.1:52763_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=MissingSegmentRecoveryTest&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1281313 INFO  (OverseerThreadFactory-7027-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr    ] o.a.s.c.CreateCollectionCmd Create collection MissingSegmentRecoveryTest
   [junit4]   2> 1281478 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica2&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1281479 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1281479 INFO  (qtp1293407486-93538) [n:127.0.0.1:52763_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica1&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1281479 INFO  (qtp1293407486-93538) [n:127.0.0.1:52763_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1281648 INFO  (zkCallback-24969-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1281649 INFO  (zkCallback-24968-thread-1-processing-n:127.0.0.1:34714_solr) [n:127.0.0.1:34714_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1282507 INFO  (qtp1293407486-93538) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1282513 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1282518 INFO  (qtp1293407486-93538) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.IndexSchema [MissingSegmentRecoveryTest_shard1_replica1] Schema name=minimal
   [junit4]   2> 1282566 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.IndexSchema [MissingSegmentRecoveryTest_shard1_replica2] Schema name=minimal
   [junit4]   2> 1282570 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1282570 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'MissingSegmentRecoveryTest_shard1_replica2' using configuration from collection MissingSegmentRecoveryTest, trusted=true
   [junit4]   2> 1282570 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1282571 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore [[MissingSegmentRecoveryTest_shard1_replica2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001/node1/MissingSegmentRecoveryTest_shard1_replica2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001/node1/./MissingSegmentRecoveryTest_shard1_replica2/data/]
   [junit4]   2> 1282576 INFO  (qtp1293407486-93538) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1282576 INFO  (qtp1293407486-93538) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'MissingSegmentRecoveryTest_shard1_replica1' using configuration from collection MissingSegmentRecoveryTest, trusted=true
   [junit4]   2> 1282577 INFO  (qtp1293407486-93538) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1282577 INFO  (qtp1293407486-93538) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore [[MissingSegmentRecoveryTest_shard1_replica1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica1/data/]
   [junit4]   2> 1282688 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1282688 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1282689 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1282689 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1282690 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@3503d734[MissingSegmentRecoveryTest_shard1_replica2] main]
   [junit4]   2> 1282692 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1282692 INFO  (qtp1293407486-93538) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1282692 INFO  (qtp1293407486-93538) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1282693 INFO  (qtp1293407486-93538) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1282693 INFO  (qtp1293407486-93538) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1282694 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1282694 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1282694 INFO  (searcherExecutor-7032-thread-1-processing-n:127.0.0.1:34714_solr x:MissingSegmentRecoveryTest_shard1_replica2 s:shard1 c:MissingSegmentRecoveryTest) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica2] Registered new searcher Searcher@3503d734[MissingSegmentRecoveryTest_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1282694 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566581810271354880
   [junit4]   2> 1282696 INFO  (qtp1293407486-93538) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@145e9da1[MissingSegmentRecoveryTest_shard1_replica1] main]
   [junit4]   2> 1282697 INFO  (qtp1293407486-93538) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1282697 INFO  (qtp1293407486-93538) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1282697 INFO  (qtp1293407486-93538) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1282698 INFO  (qtp1293407486-93538) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566581810275549184
   [junit4]   2> 1282700 INFO  (searcherExecutor-7033-thread-1-processing-n:127.0.0.1:52763_solr x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 c:MissingSegmentRecoveryTest) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica1] Registered new searcher Searcher@145e9da1[MissingSegmentRecoveryTest_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1282712 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1282713 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1282713 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34714/solr/MissingSegmentRecoveryTest_shard1_replica2/
   [junit4]   2> 1282714 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=MissingSegmentRecoveryTest_shard1_replica2 url=http://127.0.0.1:34714/solr START replicas=[http://127.0.0.1:52763/solr/MissingSegmentRecoveryTest_shard1_replica1/] nUpdates=100
   [junit4]   2> 1282714 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=MissingSegmentRecoveryTest_shard1_replica2 url=http://127.0.0.1:34714/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1282717 INFO  (qtp1293407486-93540) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.S.Request [MissingSegmentRecoveryTest_shard1_replica1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1282717 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1282717 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1282717 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1282750 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:34714/solr/MissingSegmentRecoveryTest_shard1_replica2/ shard1
   [junit4]   2> 1282857 INFO  (zkCallback-24969-thread-2-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1282857 INFO  (zkCallback-24968-thread-1-processing-n:127.0.0.1:34714_solr) [n:127.0.0.1:34714_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1282906 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1282921 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica2&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2} status=0 QTime=1443
   [junit4]   2> 1283028 INFO  (zkCallback-24969-thread-2-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1283028 INFO  (zkCallback-24968-thread-1-processing-n:127.0.0.1:34714_solr) [n:127.0.0.1:34714_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1283714 INFO  (qtp1293407486-93538) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica1&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2} status=0 QTime=2234
   [junit4]   2> 1283718 INFO  (qtp1293407486-93536) [n:127.0.0.1:52763_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1283824 INFO  (zkCallback-24968-thread-1-processing-n:127.0.0.1:34714_solr) [n:127.0.0.1:34714_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1283827 INFO  (zkCallback-24969-thread-2-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1284718 INFO  (qtp1293407486-93536) [n:127.0.0.1:52763_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=MissingSegmentRecoveryTest&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=3407
   [junit4]   2> 1284779 INFO  (qtp1293407486-93533) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [MissingSegmentRecoveryTest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34714/solr/MissingSegmentRecoveryTest_shard1_replica2/&wt=javabin&version=2}{add=[0 (1566581812419887104), 1 (1566581812447150080), 2 (1566581812447150081), 3 (1566581812447150082), 4 (1566581812447150083), 5 (1566581812447150084), 6 (1566581812447150085), 7 (1566581812447150086), 8 (1566581812447150087), 9 (1566581812447150088)]} 0 3
   [junit4]   2> 1284779 INFO  (qtp1735284121-93526) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [MissingSegmentRecoveryTest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 (1566581812419887104), 1 (1566581812447150080), 2 (1566581812447150081), 3 (1566581812447150082), 4 (1566581812447150083), 5 (1566581812447150084), 6 (1566581812447150085), 7 (1566581812447150086), 8 (1566581812447150087), 9 (1566581812447150088)]} 0 36
   [junit4]   2> 1284783 INFO  (qtp1735284121-93528) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1284783 INFO  (qtp1735284121-93528) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@780c7fed
   [junit4]   2> 1284818 INFO  (qtp1293407486-93534) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1284818 INFO  (qtp1293407486-93534) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@437fd27a
   [junit4]   2> 1284849 INFO  (qtp1735284121-93528) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@636ddac8[MissingSegmentRecoveryTest_shard1_replica2] main]
   [junit4]   2> 1284850 INFO  (searcherExecutor-7032-thread-1-processing-n:127.0.0.1:34714_solr x:MissingSegmentRecoveryTest_shard1_replica2 s:shard1 c:MissingSegmentRecoveryTest r:core_node1) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica2] Registered new searcher Searcher@636ddac8[MissingSegmentRecoveryTest_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.0):C10)))}
   [junit4]   2> 1284850 INFO  (qtp1735284121-93528) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1284850 INFO  (qtp1735284121-93528) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [MissingSegmentRecoveryTest_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:34714/solr/MissingSegmentRecoveryTest_shard1_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 66
   [junit4]   2> 1284875 INFO  (qtp1293407486-93534) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@621ca1dd[MissingSegmentRecoveryTest_shard1_replica1] main]
   [junit4]   2> 1284876 INFO  (searcherExecutor-7033-thread-1-processing-n:127.0.0.1:52763_solr x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 c:MissingSegmentRecoveryTest r:core_node2) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica1] Registered new searcher Searcher@621ca1dd[MissingSegmentRecoveryTest_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.0):C10)))}
   [junit4]   2> 1284876 INFO  (qtp1293407486-93534) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1284876 INFO  (qtp1293407486-93534) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [MissingSegmentRecoveryTest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:34714/solr/MissingSegmentRecoveryTest_shard1_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 58
   [junit4]   2> 1284876 INFO  (qtp1735284121-93527) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [MissingSegmentRecoveryTest_shard1_replica2]  webapp=/solr path=/update params={_stateVer_=MissingSegmentRecoveryTest:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 94
   [junit4]   2> 1284879 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@331c71a0{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1284880 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1179335048
   [junit4]   2> 1284886 INFO  (coreCloseExecutor-7042-thread-1) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@22a65f4f
   [junit4]   2> 1284910 INFO  (coreCloseExecutor-7042-thread-1) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica1
   [junit4]   2> 1284912 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.a.s.c.Overseer Overseer (id=97911362968485894-127.0.0.1:52763_solr-n_0000000000) closing
   [junit4]   2> 1284912 INFO  (OverseerStateUpdate-97911362968485894-127.0.0.1:52763_solr-n_0000000000) [n:127.0.0.1:52763_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:52763_solr
   [junit4]   2> 1284917 INFO  (zkCallback-24975-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1284920 INFO  (zkCallback-24968-thread-1-processing-n:127.0.0.1:34714_solr) [n:127.0.0.1:34714_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34714_solr
   [junit4]   2> 1284921 INFO  (zkCallback-24968-thread-1-processing-n:127.0.0.1:34714_solr) [n:127.0.0.1:34714_solr    ] o.a.s.c.Overseer Overseer (id=97911362968485893-127.0.0.1:34714_solr-n_0000000001) starting
   [junit4]   2> 1284934 INFO  (zkCallback-24968-thread-2-processing-n:127.0.0.1:34714_solr) [n:127.0.0.1:34714_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1284956 INFO  (zkCallback-24968-thread-2-processing-n:127.0.0.1:34714_solr) [n:127.0.0.1:34714_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1286417 WARN  (zkCallback-24969-thread-2-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1286418 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1286418 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6f7b17cb{/solr,null,UNAVAILABLE}
   [junit4]   2> 1286420 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1286424 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1b61feec{/solr,null,AVAILABLE}
   [junit4]   2> 1286424 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6ece1237{HTTP/1.1,[http/1.1]}{127.0.0.1:52763}
   [junit4]   2> 1286425 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.e.j.s.Server Started @1298977ms
   [junit4]   2> 1286425 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52763}
   [junit4]   2> 1286425 ERROR (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1286432 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 6.6.0
   [junit4]   2> 1286432 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1286432 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1286432 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-05T18:27:20.743Z
   [junit4]   2> 1286480 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1286497 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1286512 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48747/solr
   [junit4]   2> 1286560 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [n:127.0.0.1:52763_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1286562 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [n:127.0.0.1:52763_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1286564 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [n:127.0.0.1:52763_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52763_solr
   [junit4]   2> 1286565 INFO  (zkCallback-24975-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1286568 INFO  (zkCallback-24968-thread-1-processing-n:127.0.0.1:34714_solr) [n:127.0.0.1:34714_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1286570 INFO  (zkCallback-24968-thread-1-processing-n:127.0.0.1:34714_solr) [n:127.0.0.1:34714_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1286582 INFO  (zkCallback-24980-thread-2-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1286709 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [n:127.0.0.1:52763_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001/node2/.
   [junit4]   2> 1286709 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [n:127.0.0.1:52763_solr    ] o.a.s.c.CorePropertiesLocator Cores are: [MissingSegmentRecoveryTest_shard1_replica1]
   [junit4]   2> 1286720 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1286767 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1286784 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.IndexSchema [MissingSegmentRecoveryTest_shard1_replica1] Schema name=minimal
   [junit4]   2> 1286788 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1286788 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'MissingSegmentRecoveryTest_shard1_replica1' using configuration from collection MissingSegmentRecoveryTest, trusted=true
   [junit4]   2> 1286788 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1286788 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore [[MissingSegmentRecoveryTest_shard1_replica1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica1/data/]
   [junit4]   2> 1286828 INFO  (zkCallback-24980-thread-2-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1286828 INFO  (zkCallback-24968-thread-1-processing-n:127.0.0.1:34714_solr) [n:127.0.0.1:34714_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1286899 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1286899 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1286901 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1286901 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1286914 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@76f0f57a
   [junit4]   2> 1286946 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica1
   [junit4]   2> 1286948 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.CoreContainer Found active leader, will attempt to create fresh core and recover.
   [junit4]   2> 1286948 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore Updating index properties... index=index.20170505202721259
   [junit4]   2> 1286951 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1286951 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore [[MissingSegmentRecoveryTest_shard1_replica1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica1/data/]
   [junit4]   2> 1286955 INFO  (OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.DirectoryFactory Found 1 old index directories to clean-up under /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica1/data/ afterReload=false
   [junit4]   2> 1286990 INFO  (OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.DirectoryFactory Deleted old index directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica1/data/index.20170505202721259
   [junit4]   2> 1287022 INFO  (OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.DirectoryFactory Found 1 old index directories to clean-up under /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica1/data/ afterReload=false
   [junit4]   2> 1287025 INFO  (OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.DirectoryFactory Deleted old index directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica1/data/index
   [junit4]   2> 1287322 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1287322 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1287323 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1287323 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1287325 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@77f6ba62
   [junit4]   2> 1287326 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica1
   [junit4]   2> 1287326 ERROR (coreContainerWorkExecutor-7047-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr    ] o.a.s.c.CoreContainer Error waiting for SolrCore to be created
   [junit4]   2> java.util.concurrent.ExecutionException: org.apache.solr.common.SolrException: Unable to create core [MissingSegmentRecoveryTest_shard1_replica1]
   [junit4]   2> 	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
   [junit4]   2> 	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.lambda$load$6(CoreContainer.java:583)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to create core [MissingSegmentRecoveryTest_shard1_replica1]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:931)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]   2> 	... 5 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Error opening new searcher
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:973)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.processCoreCreateException(CoreContainer.java:990)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:918)
   [junit4]   2> 	... 7 more
   [junit4]   2> 	Suppressed: org.apache.solr.common.SolrException: Error opening new searcher
   [junit4]   2> 		at org.apache.solr.core.SolrCore.<init>(SolrCore.java:973)
   [junit4]   2> 		at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
   [junit4]   2> 		at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
   [junit4]   2> 		... 7 more
   [junit4]   2> 	Caused by: org.apache.solr.common.SolrException: Error opening new searcher
   [junit4]   2> 		at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2040)
   [junit4]   2> 		at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2160)
   [junit4]   2> 		at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1062)
   [junit4]   2> 		at org.apache.solr.core.SolrCore.<init>(SolrCore.java:945)
   [junit4]   2> 		... 9 more
   [junit4]   2> 	Caused by: org.apache.lucene.index.CorruptIndexException: Unexpected file read error while reading index. (resource=BufferedChecksumIndexInput(MMapIndexInput(path="/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica1/data/index/segments_2")))
   [junit4]   2> 		at org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:290)
   [junit4]   2> 		at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:930)
   [junit4]   2> 		at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:118)
   [junit4]   2> 		at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:93)
   [junit4]   2> 		at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:248)
   [junit4]   2> 		at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:122)
   [junit4]   2> 		at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2001)
   [junit4]   2> 		... 12 more
   [junit4]   2> 	Caused by: java.io.EOFException: read past EOF: MMapIndexInput(path="/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica1/data/index/segments_2")
   [junit4]   2> 		at org.apache.lucene.store.ByteBufferIndexInput.readByte(ByteBufferIndexInput.java:75)
   [junit4]   2> 		at org.apache.lucene.store.BufferedChecksumIndexInput.readByte(BufferedChecksumIndexInput.java:41)
   [junit4]   2> 		at org.apache.lucene.store.DataInput.readInt(DataInput.java:101)
   [junit4]   2> 		at org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:300)
   [junit4]   2> 		at org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:288)
   [junit4]   2> 		... 18 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Error opening new searcher
   [junit4]   2> 	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2040)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2160)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1062)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:945)
   [junit4]   2> 	... 10 more
   [junit4]   2> Caused by: org.apache.lucene.index.IndexNotFoundException: no segments* file found in LockValidatingDirectoryWrapper(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica1/data/index.20170505202721259 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2989f674): files: [write.lock]
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:925)
   [junit4]   2> 	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:118)
   [junit4]   2> 	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:93)
   [junit4]   2> 	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:248)
   [junit4]   2> 	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:122)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2001)
   [junit4]   2> 	... 13 more
   [junit4]   2> 1377577 INFO  (qtp1207173550-93607) [n:127.0.0.1:52763_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=MissingSegmentRecoveryTest&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1377582 INFO  (OverseerThreadFactory-7045-thread-1-processing-n:127.0.0.1:34714_solr) [n:127.0.0.1:34714_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 1377584 INFO  (qtp1735284121-93526) [n:127.0.0.1:34714_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica2
   [junit4]   2> 1377585 INFO  (qtp1735284121-93526) [n:127.0.0.1:34714_solr    ] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica2]  CLOSING SolrCore org.apache.solr.core.SolrCore@32725b8
   [junit4]   2> 1377588 INFO  (qtp1207173550-93605) [n:127.0.0.1:52763_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=MissingSegmentRecoveryTest_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 1377590 INFO  (qtp1735284121-93526) [n:127.0.0.1:34714_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica2
   [junit4]   2> 1377598 INFO  (qtp1735284121-93526) [n:127.0.0.1:34714_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=MissingSegmentRecoveryTest_shard1_replica2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=13
   [junit4]   2> 1377600 INFO  (zkCallback-24980-thread-3-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1377709 INFO  (zkCallback-24980-thread-3-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1378309 INFO  (qtp1207173550-93607) [n:127.0.0.1:52763_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=MissingSegmentRecoveryTest&action=DELETE&wt=javabin&version=2} status=0 QTime=731
   [junit4]   2> 1378309 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testLeaderRecovery
   [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=MissingSegmentRecoveryTest -Dtests.method=testLeaderRecovery -Dtests.seed=7220A43E55678B6 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/test-data/enwiki.random.lines.txt -Dtests.locale=hr -Dtests.timezone=Africa/Maseru -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 97.0s J0 | MissingSegmentRecoveryTest.testLeaderRecovery <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected a collection with one shard and two replicas
   [junit4]    > null
   [junit4]    > Last available state: DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/7)={
   [junit4]    >   "replicationFactor":"2",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "core":"MissingSegmentRecoveryTest_shard1_replica2",
   [junit4]    >           "base_url":"http://127.0.0.1:34714/solr",
   [junit4]    >           "node_name":"127.0.0.1:34714_solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"MissingSegmentRecoveryTest_shard1_replica1",
   [junit4]    >           "base_url":"http://127.0.0.1:52763/solr",
   [junit4]    >           "node_name":"127.0.0.1:52763_solr",
   [junit4]    >           "state":"down"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7220A43E55678B6:57779240BC77CEAB]:0)
   [junit4]    > 	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:265)
   [junit4]    > 	at org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery(MissingSegmentRecoveryTest.java:105)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1378316 INFO  (jetty-closer-24958-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@3f74f166{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1378316 INFO  (jetty-closer-24958-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1276252039
   [junit4]   2> 1378316 INFO  (jetty-closer-24958-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@6ece1237{HTTP/1.1,[http/1.1]}{127.0.0.1:52763}
   [junit4]   2> 1378317 INFO  (jetty-closer-24958-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1884903670
   [junit4]   2> 1378319 INFO  (jetty-closer-24958-thread-2) [    ] o.a.s.c.Overseer Overseer (id=97911362968485893-127.0.0.1:34714_solr-n_0000000001) closing
   [junit4]   2> 1378320 INFO  (OverseerStateUpdate-97911362968485893-127.0.0.1:34714_solr-n_0000000001) [n:127.0.0.1:34714_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:34714_solr
   [junit4]   2> 1378322 WARN  (zkCallback-24980-thread-3-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1378323 INFO  (jetty-closer-24958-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1378323 INFO  (jetty-closer-24958-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1b61feec{/solr,null,UNAVAILABLE}
   [junit4]   2> 1379823 WARN  (zkCallback-24968-thread-3-processing-n:127.0.0.1:34714_solr) [n:127.0.0.1:34714_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1379823 INFO  (jetty-closer-24958-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1379824 INFO  (jetty-closer-24958-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@76be961f{/solr,null,UNAVAILABLE}
   [junit4]   2> 1379825 ERROR (SUITE-MissingSegmentRecoveryTest-seed#[7220A43E55678B6]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1379826 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[7220A43E55678B6]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:48747 48747
   [junit4]   2> 1379932 INFO  (Thread-1668) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:48747 48747
   [junit4]   2> 1379933 WARN  (Thread-1668) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 	2	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/collections/MissingSegmentRecoveryTest/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/collections
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 1379933 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[7220A43E55678B6]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001
   [junit4]   2> May 05, 2017 6:28:54 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(Lucene62): {_version_=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=PostingsFormat(name=Memory doPackFST= false)}, docValues:{}, maxPointsInLeafNode=266, maxMBSortInHeap=7.671403422900145, sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=hr, timezone=Africa/Maseru
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=4,threads=1,free=183146336,total=523763712
   [junit4]   2> NOTE: All tests run in this JVM: [HLLSerializationTest, StandardRequestHandlerTest, FastVectorHighlighterTest, RecoveryAfterSoftCommitTest, TestReplicationHandler, ResourceLoaderTest, PeerSyncTest, TestAtomicUpdateErrorCases, AlternateDirectoryTest, TestSolrQueryParserDefaultOperatorResource, SSLMigrationTest, TestIBSimilarityFactory, TestNamedUpdateProcessors, ConfigureRecoveryStrategyTest, ReplicationFactorTest, TestJmxIntegration, DocValuesMissingTest, TestJettySolrRunner, OverseerStatusTest, BasicDistributedZkTest, DefaultValueUpdateProcessorTest, TestComponentsName, UpdateLogTest, AtomicUpdateProcessorFactoryTest, DisMaxRequestHandlerTest, AnalysisAfterCoreReloadTest, TestClusterStateMutator, HdfsLockFactoryTest, TestValueSourceCache, DistributedQueryComponentCustomSortTest, TestLocalFSCloudBackupRestore, TestSolrCoreProperties, TestNoOpRegenerator, TestOmitPositions, ResponseHeaderTest, TestCloudRecovery, TestCollationFieldDocValues, TestFieldCacheSortRandom, BlobRepositoryCloudTest, TestOrdValues, CursorPagingTest, PathHierarchyTokenizerFactoryTest, TestGraphTermsQParserPlugin, FacetPivotSmallTest, TestBackupRepositoryFactory, TestCoreAdminApis, DateFieldTest, TestSolrCloudSnapshots, TestFaceting, ClusterStateTest, BooleanFieldTest, TestManagedSchemaAPI, NotRequiredUniqueKeyTest, ScriptEngineTest, TestPivotHelperCode, PreAnalyzedFieldManagedSchemaCloudTest, TestSchemaManager, MetricUtilsTest, TestReloadAnd

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

  ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest_7220A43E55678B6-001
   [junit4]   2> May 05, 2017 6:44:21 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> May 05, 2017 6:44:41 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.cloud.CdcrReplicationHandlerTest: 
   [junit4]   2>    1) Thread[id=98363, name=cdcr-test-update-scheduler-8713-thread-1, state=WAITING, group=TGRP-CdcrReplicationHandlerTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
   [junit4]   2>         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> May 05, 2017 6:44:41 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=98363, name=cdcr-test-update-scheduler-8713-thread-1, state=WAITING, group=TGRP-CdcrReplicationHandlerTest]
   [junit4]   2> May 05, 2017 6:44:44 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=98363, name=cdcr-test-update-scheduler-8713-thread-1, state=WAITING, group=TGRP-CdcrReplicationHandlerTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
   [junit4]   2>         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {id=FST50}, docValues:{_version_=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=1086, maxMBSortInHeap=6.621194677593683, sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=uk, timezone=Africa/Asmera
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=4,threads=2,free=293106832,total=511705088
   [junit4]   2> NOTE: All tests run in this JVM: [HLLSerializationTest, StandardRequestHandlerTest, FastVectorHighlighterTest, RecoveryAfterSoftCommitTest, TestReplicationHandler, ResourceLoaderTest, PeerSyncTest, TestAtomicUpdateErrorCases, AlternateDirectoryTest, TestSolrQueryParserDefaultOperatorResource, SSLMigrationTest, TestIBSimilarityFactory, TestNamedUpdateProcessors, ConfigureRecoveryStrategyTest, ReplicationFactorTest, TestJmxIntegration, DocValuesMissingTest, TestJettySolrRunner, OverseerStatusTest, BasicDistributedZkTest, DefaultValueUpdateProcessorTest, TestComponentsName, UpdateLogTest, AtomicUpdateProcessorFactoryTest, DisMaxRequestHandlerTest, AnalysisAfterCoreReloadTest, TestClusterStateMutator, HdfsLockFactoryTest, TestValueSourceCache, DistributedQueryComponentCustomSortTest, TestLocalFSCloudBackupRestore, TestSolrCoreProperties, TestNoOpRegenerator, TestOmitPositions, ResponseHeaderTest, TestCloudRecovery, TestCollationFieldDocValues, TestFieldCacheSortRandom, BlobRepositoryCloudTest, TestOrdValues, CursorPagingTest, PathHierarchyTokenizerFactoryTest, TestGraphTermsQParserPlugin, FacetPivotSmallTest, TestBackupRepositoryFactory, TestCoreAdminApis, DateFieldTest, TestSolrCloudSnapshots, TestFaceting, ClusterStateTest, BooleanFieldTest, TestManagedSchemaAPI, NotRequiredUniqueKeyTest, ScriptEngineTest, TestPivotHelperCode, PreAnalyzedFieldManagedSchemaCloudTest, TestSchemaManager, MetricUtilsTest, TestReloadAndDeleteDocs, TestStressLiveNodes, TestBinaryResponseWriter, DocValuesNotIndexedTest, DistributedSpellCheckComponentTest, TestFastWriter, PreAnalyzedUpdateProcessorTest, InfoHandlerTest, TestCopyFieldCollectionResource, CurrencyFieldOpenExchangeTest, SolrCoreTest, MissingSegmentRecoveryTest, GraphQueryTest, TestSQLHandler, TestCodecSupport, JSONWriterTest, TestRuleBasedAuthorizationPlugin, TestConfigSetsAPI, TestCollapseQParserPlugin, PKIAuthenticationIntegrationTest, LeaderInitiatedRecoveryOnCommitTest, TestPayloadScoreQParserPlugin, TestLazyCores, ShufflingReplicaListTransformerTest, DistanceUnitsTest, SignatureUpdateProcessorFactoryTest, TestImpersonationWithHadoopAuth, PolyFieldTest, TestSSLRandomization, DeleteStatusTest, CloudMLTQParserTest, TestJoin, TestAnalyzeInfixSuggestions, CacheHeaderTest, TestMaxScoreQueryParser, ZkNodePropsTest, TestHighlightDedupGrouping, TestApiFramework, TestCryptoKeys, TestJsonFacetRefinement, TestDocumentBuilder, TestInfoStreamLogging, TestFieldTypeResource, SecurityConfHandlerTest, RankQueryTest, QueryEqualityTest, ConfigSetsAPITest, TestAuthenticationFramework, TestLeaderElectionWithEmptyReplica, CustomCollectionTest, WrapperMergePolicyFactoryTest, TestRemoteStreaming, TestPerFieldSimilarityWithDefaultOverride, TestRandomFaceting, CdcrReplicationHandlerTest]
   [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=CdcrReplicationHandlerTest -Dtests.seed=7220A43E55678B6 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/test-data/enwiki.random.lines.txt -Dtests.locale=uk -Dtests.timezone=Africa/Asmera -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | CdcrReplicationHandlerTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.CdcrReplicationHandlerTest: 
   [junit4]    >    1) Thread[id=98363, name=cdcr-test-update-scheduler-8713-thread-1, state=WAITING, group=TGRP-CdcrReplicationHandlerTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
   [junit4]    >         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7220A43E55678B6]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=98363, name=cdcr-test-update-scheduler-8713-thread-1, state=WAITING, group=TGRP-CdcrReplicationHandlerTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
   [junit4]    >         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7220A43E55678B6]:0)
   [junit4] Completed [357/711 (3!)] on J0 in 452.15s, 5 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 44479 lines...]

[JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 340 - Still Unstable

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

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

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

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=24043, name=Thread-14288, 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:51303/xf_by/collection1
	at __randomizedtesting.SeedInfo.seed([FC5B6C3A04CE428F]: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:51303/xf_by/collection1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:621)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:177)
	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.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	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:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:515)
	... 5 more


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

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [HdfsTransactionLog] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.HdfsTransactionLog  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:130)  at org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:74)  at org.apache.solr.update.HdfsUpdateLog.ensureLog(HdfsUpdateLog.java:316)  at org.apache.solr.update.UpdateLog.deleteByQuery(UpdateLog.java:610)  at org.apache.solr.update.DirectUpdateHandler2.deleteByQuery(DirectUpdateHandler2.java:498)  at org.apache.solr.update.processor.RunUpdateProcessor.processDelete(RunUpdateProcessorFactory.java:78)  at org.apache.solr.update.processor.UpdateRequestProcessor.processDelete(UpdateRequestProcessor.java:59)  at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalDelete(DistributedUpdateProcessor.java:984)  at org.apache.solr.update.processor.DistributedUpdateProcessor.versionDeleteByQuery(DistributedUpdateProcessor.java:1687)  at org.apache.solr.update.processor.DistributedUpdateProcessor.doDeleteByQuery(DistributedUpdateProcessor.java:1580)  at org.apache.solr.update.processor.DistributedUpdateProcessor.processDelete(DistributedUpdateProcessor.java:1389)  at org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processDelete(LogUpdateProcessorFactory.java:124)  at org.apache.solr.handler.loader.JavabinLoader.delete(JavabinLoader.java:160)  at org.apache.solr.handler.loader.JavabinLoader.parseAndLoadDocs(JavabinLoader.java:113)  at org.apache.solr.handler.loader.JavabinLoader.load(JavabinLoader.java:55)  at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:97)  at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:68)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)  at org.apache.solr.core.SolrCore.execute(SolrCore.java:2448)  at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:723)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:529)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:301)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)  at org.eclipse.jetty.server.Server.handle(Server.java:534)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)  at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)  at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)  at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)  at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:202)  at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)  at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)  at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)  at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)  at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)  at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)  at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)  at java.lang.Thread.run(Thread.java:745)  

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [HdfsTransactionLog]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.HdfsTransactionLog
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:130)
	at org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:74)
	at org.apache.solr.update.HdfsUpdateLog.ensureLog(HdfsUpdateLog.java:316)
	at org.apache.solr.update.UpdateLog.deleteByQuery(UpdateLog.java:610)
	at org.apache.solr.update.DirectUpdateHandler2.deleteByQuery(DirectUpdateHandler2.java:498)
	at org.apache.solr.update.processor.RunUpdateProcessor.processDelete(RunUpdateProcessorFactory.java:78)
	at org.apache.solr.update.processor.UpdateRequestProcessor.processDelete(UpdateRequestProcessor.java:59)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalDelete(DistributedUpdateProcessor.java:984)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.versionDeleteByQuery(DistributedUpdateProcessor.java:1687)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.doDeleteByQuery(DistributedUpdateProcessor.java:1580)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.processDelete(DistributedUpdateProcessor.java:1389)
	at org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processDelete(LogUpdateProcessorFactory.java:124)
	at org.apache.solr.handler.loader.JavabinLoader.delete(JavabinLoader.java:160)
	at org.apache.solr.handler.loader.JavabinLoader.parseAndLoadDocs(JavabinLoader.java:113)
	at org.apache.solr.handler.loader.JavabinLoader.load(JavabinLoader.java:55)
	at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:97)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:68)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2448)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:723)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:529)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:301)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
	at org.eclipse.jetty.server.Server.handle(Server.java:534)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:202)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
	at java.lang.Thread.run(Thread.java:745)


	at __randomizedtesting.SeedInfo.seed([FC5B6C3A04CE428F]: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.teardownTestCases(SolrTestCaseJ4.java:302)
	at sun.reflect.GeneratedMethodAccessor65.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [HdfsTransactionLog] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.HdfsTransactionLog  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:130)  at org.apache.solr.update.HdfsUpdateLog.init(HdfsUpdateLog.java:203)  at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:153)  at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:110)  at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:108)  at sun.reflect.GeneratedConstructorAccessor495.newInstance(Unknown Source)  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)  at java.lang.reflect.Constructor.newInstance(Constructor.java:423)  at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:760)  at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:822)  at org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1079)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:943)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)  at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)  at java.lang.Thread.run(Thread.java:745)  

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [HdfsTransactionLog]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.HdfsTransactionLog
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:130)
	at org.apache.solr.update.HdfsUpdateLog.init(HdfsUpdateLog.java:203)
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:153)
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:110)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:108)
	at sun.reflect.GeneratedConstructorAccessor495.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:760)
	at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:822)
	at org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1079)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:943)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
	at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)


	at __randomizedtesting.SeedInfo.seed([FC5B6C3A04CE428F]: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.teardownTestCases(SolrTestCaseJ4.java:302)
	at sun.reflect.GeneratedMethodAccessor261.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 12444 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001/init-core-data-001
   [junit4]   2> 1491538 WARN  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[FC5B6C3A04CE428F]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 1491538 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[FC5B6C3A04CE428F]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 1491539 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[FC5B6C3A04CE428F]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1491540 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[FC5B6C3A04CE428F]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /uszx/z
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 1491576 WARN  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[FC5B6C3A04CE428F]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 1491582 WARN  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[FC5B6C3A04CE428F]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1491586 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[FC5B6C3A04CE428F]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1491599 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[FC5B6C3A04CE428F]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/hdfs to ./temp/Jetty_localhost_52121_hdfs____.m4zoir/webapp
   [junit4]   2> 1491967 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[FC5B6C3A04CE428F]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:52121
   [junit4]   2> 1492056 WARN  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[FC5B6C3A04CE428F]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1492057 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[FC5B6C3A04CE428F]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1492071 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[FC5B6C3A04CE428F]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_58916_datanode____ctroci/webapp
   [junit4]   2> 1492491 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[FC5B6C3A04CE428F]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:58916
   [junit4]   2> 1492545 WARN  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[FC5B6C3A04CE428F]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1492546 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[FC5B6C3A04CE428F]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1492559 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[FC5B6C3A04CE428F]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_37181_datanode____qwpq0d/webapp
   [junit4]   2> 1492598 INFO  (IPC Server handler 3 on 34698) [    ] BlockStateChange BLOCK* processReport: from storage DS-d155451f-ce38-4d1f-856e-10a0e779bdff node DatanodeRegistration(127.0.0.1:46757, datanodeUuid=3a8129c6-9ba5-4bec-b58b-e72684e12745, infoPort=39708, infoSecurePort=0, ipcPort=34373, storageInfo=lv=-56;cid=testClusterID;nsid=2033110215;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 1492598 INFO  (IPC Server handler 3 on 34698) [    ] BlockStateChange BLOCK* processReport: from storage DS-38606f45-bb42-401f-bd6f-c9f1942dc500 node DatanodeRegistration(127.0.0.1:46757, datanodeUuid=3a8129c6-9ba5-4bec-b58b-e72684e12745, infoPort=39708, infoSecurePort=0, ipcPort=34373, storageInfo=lv=-56;cid=testClusterID;nsid=2033110215;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 1492941 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[FC5B6C3A04CE428F]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:37181
   [junit4]   2> 1493037 INFO  (IPC Server handler 0 on 34698) [    ] BlockStateChange BLOCK* processReport: from storage DS-0cb11d30-0751-4950-881a-4a4f9d0d017e node DatanodeRegistration(127.0.0.1:43703, datanodeUuid=59a42f61-08ae-458a-83b4-fc4fec8b0fd5, infoPort=34397, infoSecurePort=0, ipcPort=38145, storageInfo=lv=-56;cid=testClusterID;nsid=2033110215;c=0), blocks: 0, hasStaleStorage: true, processing time: 1 msecs
   [junit4]   2> 1493037 INFO  (IPC Server handler 0 on 34698) [    ] BlockStateChange BLOCK* processReport: from storage DS-8717586f-a92e-49a9-85fa-1a05ffd18506 node DatanodeRegistration(127.0.0.1:43703, datanodeUuid=59a42f61-08ae-458a-83b4-fc4fec8b0fd5, infoPort=34397, infoSecurePort=0, ipcPort=38145, storageInfo=lv=-56;cid=testClusterID;nsid=2033110215;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 1493111 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1493111 INFO  (Thread-6536) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1493111 INFO  (Thread-6536) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1493113 ERROR (Thread-6536) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1493211 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.ZkTestServer start zk server on port:40393
   [junit4]   2> 1493223 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1493227 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1493229 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1493230 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1493232 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1493233 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1493235 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1493237 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1493238 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1493239 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1493241 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1493367 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001/control-001/cores/collection1
   [junit4]   2> 1493369 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1493375 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7d7d324c{/uszx/z,null,AVAILABLE}
   [junit4]   2> 1493375 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@192caf3f{SSL,[ssl, http/1.1]}{127.0.0.1:51971}
   [junit4]   2> 1493375 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.e.j.s.Server Started @1496563ms
   [junit4]   2> 1493376 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:34698/hdfs__localhost_34698__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001_tempDir-002_control_data, hostContext=/uszx/z, hostPort=51971, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001/control-001/cores}
   [junit4]   2> 1493376 ERROR (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1493377 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 1493377 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1493377 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1493377 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-04T13:36:10.498Z
   [junit4]   2> 1493380 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1493380 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001/control-001/solr.xml
   [junit4]   2> 1493387 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1493388 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40393/solr
   [junit4]   2> 1493414 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [n:127.0.0.1:51971_uszx%2Fz    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1493414 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [n:127.0.0.1:51971_uszx%2Fz    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:51971_uszx%2Fz
   [junit4]   2> 1493415 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [n:127.0.0.1:51971_uszx%2Fz    ] o.a.s.c.Overseer Overseer (id=97904556129189893-127.0.0.1:51971_uszx%2Fz-n_0000000000) starting
   [junit4]   2> 1493427 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [n:127.0.0.1:51971_uszx%2Fz    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51971_uszx%2Fz
   [junit4]   2> 1493429 INFO  (zkCallback-1898-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1493507 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [n:127.0.0.1:51971_uszx%2Fz    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001/control-001/cores
   [junit4]   2> 1493507 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [n:127.0.0.1:51971_uszx%2Fz    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1493508 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1493515 INFO  (OverseerStateUpdate-97904556129189893-127.0.0.1:51971_uszx%2Fz-n_0000000000) [n:127.0.0.1:51971_uszx%2Fz    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1494535 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1494550 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1494645 WARN  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1494647 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1494665 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 1494665 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:34698/solr_hdfs_home
   [junit4]   2> 1494665 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 1494665 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1494665 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001/control-001/cores/collection1], dataDir=[hdfs://localhost:34698/solr_hdfs_home/control_collection/core_node1/data/]
   [junit4]   2> 1494666 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@45b9851c
   [junit4]   2> 1494666 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:34698/solr_hdfs_home/control_collection/core_node1/data/snapshot_metadata
   [junit4]   2> 1494674 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1494674 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   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> 1494676 WARN  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.s.h.HdfsDirectory The NameNode is in SafeMode - Solr will wait 5 seconds and try again.
   [junit4]   2> 1499677 WARN  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.s.h.HdfsDirectory The NameNode is in SafeMode - Solr will wait 5 seconds and try again.
   [junit4]   2> 1504681 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1504682 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:34698/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 1504699 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:34698/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 1504706 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1504706 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   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> 1504710 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1504711 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=5, maxMergeAtOnceExplicit=7, maxMergedSegmentMB=30.6962890625, floorSegmentMB=0.4345703125, forceMergeDeletesPctAllowed=26.603604707726834, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7162669646328702
   [junit4]   2> 1504733 INFO  (IPC Server handler 9 on 34698) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:46757 is added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-8717586f-a92e-49a9-85fa-1a05ffd18506:NORMAL:127.0.0.1:43703|RBW], ReplicaUC[[DISK]DS-d155451f-ce38-4d1f-856e-10a0e779bdff:NORMAL:127.0.0.1:46757|RBW]]} size 0
   [junit4]   2> 1504733 INFO  (IPC Server handler 8 on 34698) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43703 is added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-8717586f-a92e-49a9-85fa-1a05ffd18506:NORMAL:127.0.0.1:43703|RBW], ReplicaUC[[DISK]DS-d155451f-ce38-4d1f-856e-10a0e779bdff:NORMAL:127.0.0.1:46757|RBW]]} size 0
   [junit4]   2> 1504745 WARN  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1504789 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 1504789 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1504789 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 1504801 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 1504801 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1504803 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=815771607, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1504809 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@507d81e2[collection1] main]
   [junit4]   2> 1504810 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1504810 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1504810 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1504812 INFO  (searcherExecutor-3760-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz x:collection1 c:control_collection) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@507d81e2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1504814 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566472910337474560
   [junit4]   2> 1504822 INFO  (coreZkRegister-3752-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz x:collection1 c:control_collection) [n:127.0.0.1:51971_uszx%2Fz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1504822 INFO  (coreZkRegister-3752-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz x:collection1 c:control_collection) [n:127.0.0.1:51971_uszx%2Fz 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> 1504822 INFO  (coreZkRegister-3752-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz x:collection1 c:control_collection) [n:127.0.0.1:51971_uszx%2Fz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:51971/uszx/z/collection1/
   [junit4]   2> 1504822 INFO  (coreZkRegister-3752-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz x:collection1 c:control_collection) [n:127.0.0.1:51971_uszx%2Fz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1504822 INFO  (coreZkRegister-3752-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz x:collection1 c:control_collection) [n:127.0.0.1:51971_uszx%2Fz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy https://127.0.0.1:51971/uszx/z/collection1/ has no replicas
   [junit4]   2> 1504822 INFO  (coreZkRegister-3752-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz x:collection1 c:control_collection) [n:127.0.0.1:51971_uszx%2Fz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1504828 INFO  (coreZkRegister-3752-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz x:collection1 c:control_collection) [n:127.0.0.1:51971_uszx%2Fz 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:51971/uszx/z/collection1/ shard1
   [junit4]   2> 1504973 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1504974 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40393/solr ready
   [junit4]   2> 1504974 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1504974 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 1504979 INFO  (coreZkRegister-3752-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz x:collection1 c:control_collection) [n:127.0.0.1:51971_uszx%2Fz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1505101 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001/shard-1-001/cores/collection1
   [junit4]   2> 1505101 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001/shard-1-001
   [junit4]   2> 1505103 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1505104 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@410ffd8{/uszx/z,null,AVAILABLE}
   [junit4]   2> 1505105 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2e94408d{SSL,[ssl, http/1.1]}{127.0.0.1:52558}
   [junit4]   2> 1505105 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.e.j.s.Server Started @1508292ms
   [junit4]   2> 1505105 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:34698/hdfs__localhost_34698__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001_tempDir-002_jetty1, solrconfig=solrconfig.xml, hostContext=/uszx/z, hostPort=52558, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001/shard-1-001/cores}
   [junit4]   2> 1505106 ERROR (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1505110 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 1505110 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1505110 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1505110 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-04T13:36:22.231Z
   [junit4]   2> 1505114 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1505114 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001/shard-1-001/solr.xml
   [junit4]   2> 1505121 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1505122 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40393/solr
   [junit4]   2> 1505133 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [n:127.0.0.1:52558_uszx%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1505136 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [n:127.0.0.1:52558_uszx%2Fz    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1505139 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [n:127.0.0.1:52558_uszx%2Fz    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52558_uszx%2Fz
   [junit4]   2> 1505140 INFO  (zkCallback-1902-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1505141 INFO  (zkCallback-1898-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1505142 INFO  (zkCallback-1908-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1505201 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [n:127.0.0.1:52558_uszx%2Fz    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001/shard-1-001/cores
   [junit4]   2> 1505201 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [n:127.0.0.1:52558_uszx%2Fz    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1505202 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1505204 INFO  (OverseerStateUpdate-97904556129189893-127.0.0.1:51971_uszx%2Fz-n_0000000000) [n:127.0.0.1:51971_uszx%2Fz    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1505307 INFO  (zkCallback-1908-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz    ] 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> 1506218 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1506233 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1506331 WARN  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1506333 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1506353 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 1506354 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:34698/solr_hdfs_home
   [junit4]   2> 1506354 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 1506354 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1506354 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001/shard-1-001/cores/collection1], dataDir=[hdfs://localhost:34698/solr_hdfs_home/collection1/core_node1/data/]
   [junit4]   2> 1506354 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@45b9851c
   [junit4]   2> 1506355 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:34698/solr_hdfs_home/collection1/core_node1/data/snapshot_metadata
   [junit4]   2> 1506364 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1506364 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   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> 1506367 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1506367 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:34698/solr_hdfs_home/collection1/core_node1/data
   [junit4]   2> 1506386 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:34698/solr_hdfs_home/collection1/core_node1/data/index
   [junit4]   2> 1506394 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1506394 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   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> 1506397 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1506397 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=5, maxMergeAtOnceExplicit=7, maxMergedSegmentMB=30.6962890625, floorSegmentMB=0.4345703125, forceMergeDeletesPctAllowed=26.603604707726834, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7162669646328702
   [junit4]   2> 1506418 INFO  (IPC Server handler 4 on 34698) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43703 is added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-d155451f-ce38-4d1f-856e-10a0e779bdff:NORMAL:127.0.0.1:46757|RBW], ReplicaUC[[DISK]DS-0cb11d30-0751-4950-881a-4a4f9d0d017e:NORMAL:127.0.0.1:43703|FINALIZED]]} size 0
   [junit4]   2> 1506420 INFO  (IPC Server handler 5 on 34698) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:46757 is added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-0cb11d30-0751-4950-881a-4a4f9d0d017e:NORMAL:127.0.0.1:43703|FINALIZED], ReplicaUC[[DISK]DS-38606f45-bb42-401f-bd6f-c9f1942dc500:NORMAL:127.0.0.1:46757|FINALIZED]]} size 0
   [junit4]   2> 1506432 WARN  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1506486 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 1506486 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1506486 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 1506497 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 1506497 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1506499 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=815771607, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1506504 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@760ea290[collection1] main]
   [junit4]   2> 1506505 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1506506 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1506506 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1506507 INFO  (searcherExecutor-3771-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz x:collection1 c:collection1) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@760ea290[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1506510 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566472912115859456
   [junit4]   2> 1506517 INFO  (coreZkRegister-3765-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz x:collection1 c:collection1) [n:127.0.0.1:52558_uszx%2Fz c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1506517 INFO  (coreZkRegister-3765-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz x:collection1 c:collection1) [n:127.0.0.1:52558_uszx%2Fz c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1506517 INFO  (coreZkRegister-3765-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz x:collection1 c:collection1) [n:127.0.0.1:52558_uszx%2Fz c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:52558/uszx/z/collection1/
   [junit4]   2> 1506517 INFO  (coreZkRegister-3765-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz x:collection1 c:collection1) [n:127.0.0.1:52558_uszx%2Fz c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1506517 INFO  (coreZkRegister-3765-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz x:collection1 c:collection1) [n:127.0.0.1:52558_uszx%2Fz c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy https://127.0.0.1:52558/uszx/z/collection1/ has no replicas
   [junit4]   2> 1506517 INFO  (coreZkRegister-3765-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz x:collection1 c:collection1) [n:127.0.0.1:52558_uszx%2Fz c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1506525 INFO  (coreZkRegister-3765-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz x:collection1 c:collection1) [n:127.0.0.1:52558_uszx%2Fz c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:52558/uszx/z/collection1/ shard1
   [junit4]   2> 1506633 INFO  (zkCallback-1908-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz    ] 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> 1506680 INFO  (coreZkRegister-3765-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz x:collection1 c:collection1) [n:127.0.0.1:52558_uszx%2Fz c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1506769 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001/shard-2-001/cores/collection1
   [junit4]   2> 1506770 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001/shard-2-001
   [junit4]   2> 1506771 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1506774 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@61145fba{/uszx/z,null,AVAILABLE}
   [junit4]   2> 1506775 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3948cd28{SSL,[ssl, http/1.1]}{127.0.0.1:38817}
   [junit4]   2> 1506775 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.e.j.s.Server Started @1509962ms
   [junit4]   2> 1506775 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:34698/hdfs__localhost_34698__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001_tempDir-002_jetty2, solrconfig=solrconfig.xml, hostContext=/uszx/z, hostPort=38817, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001/shard-2-001/cores}
   [junit4]   2> 1506776 ERROR (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1506777 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 1506777 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1506777 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1506777 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-04T13:36:23.898Z
   [junit4]   2> 1506780 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1506780 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001/shard-2-001/solr.xml
   [junit4]   2> 1506785 INFO  (zkCallback-1908-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz    ] 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> 1506789 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1506789 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40393/solr
   [junit4]   2> 1506800 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [n:127.0.0.1:38817_uszx%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1506805 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [n:127.0.0.1:38817_uszx%2Fz    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1506807 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [n:127.0.0.1:38817_uszx%2Fz    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38817_uszx%2Fz
   [junit4]   2> 1506809 INFO  (zkCallback-1902-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1506809 INFO  (zkCallback-1908-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1506810 INFO  (zkCallback-1898-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1506811 INFO  (zkCallback-1914-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1506863 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [n:127.0.0.1:38817_uszx%2Fz    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001/shard-2-001/cores
   [junit4]   2> 1506863 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [n:127.0.0.1:38817_uszx%2Fz    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1506866 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1506868 INFO  (OverseerStateUpdate-97904556129189893-127.0.0.1:51971_uszx%2Fz-n_0000000000) [n:127.0.0.1:51971_uszx%2Fz    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1506972 INFO  (zkCallback-1908-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz    ] 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: [3])
   [junit4]   2> 1506972 INFO  (zkCallback-1914-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz    ] 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: [3])
   [junit4]   2> 1507882 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1507897 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1508007 WARN  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1508008 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1508025 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 1508026 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:34698/solr_hdfs_home
   [junit4]   2> 1508026 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 1508026 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1508026 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001/shard-2-001/cores/collection1], dataDir=[hdfs://localhost:34698/solr_hdfs_home/collection1/core_node2/data/]
   [junit4]   2> 1508026 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@45b9851c
   [junit4]   2> 1508027 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:34698/solr_hdfs_home/collection1/core_node2/data/snapshot_metadata
   [junit4]   2> 1508035 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1508035 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   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> 1508038 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1508039 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:34698/solr_hdfs_home/collection1/core_node2/data
   [junit4]   2> 1508056 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:34698/solr_hdfs_home/collection1/core_node2/data/index
   [junit4]   2> 1508062 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1508062 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   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> 1508065 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1508065 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=5, maxMergeAtOnceExplicit=7, maxMergedSegmentMB=30.6962890625, floorSegmentMB=0.4345703125, forceMergeDeletesPctAllowed=26.603604707726834, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7162669646328702
   [junit4]   2> 1508076 INFO  (IPC Server handler 8 on 34698) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43703 is added to blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-d155451f-ce38-4d1f-856e-10a0e779bdff:NORMAL:127.0.0.1:46757|RBW], ReplicaUC[[DISK]DS-8717586f-a92e-49a9-85fa-1a05ffd18506:NORMAL:127.0.0.1:43703|FINALIZED]]} size 0
   [junit4]   2> 1508077 INFO  (IPC Server handler 5 on 34698) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:46757 is added to blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-d155451f-ce38-4d1f-856e-10a0e779bdff:NORMAL:127.0.0.1:46757|RBW], ReplicaUC[[DISK]DS-8717586f-a92e-49a9-85fa-1a05ffd18506:NORMAL:127.0.0.1:43703|FINALIZED]]} size 0
   [junit4]   2> 1508096 WARN  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1508168 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 1508168 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1508168 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 1508180 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 1508180 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1508184 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=815771607, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1508203 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@d325dcf[collection1] main]
   [junit4]   2> 1508204 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1508205 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1508205 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1508206 INFO  (searcherExecutor-3782-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz x:collection1 c:collection1) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@d325dcf[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1508210 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566472913898438656
   [junit4]   2> 1508224 INFO  (coreZkRegister-3776-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz x:collection1 c:collection1) [n:127.0.0.1:38817_uszx%2Fz c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 1508230 INFO  (updateExecutor-1911-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:38817_uszx%2Fz c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1508230 INFO  (recoveryExecutor-1912-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:38817_uszx%2Fz c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1508238 INFO  (recoveryExecutor-1912-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:38817_uszx%2Fz c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1508238 INFO  (recoveryExecutor-1912-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz x:collection1 s:shard1 

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

[junit4]   2> 
   [junit4]   2> GC Daemon:
   [junit4]   2>     java.lang.Object.wait(Native Method)
   [junit4]   2>     [...sun.*]
   [junit4]   2> 
   [junit4]   2> 4157794 INFO  (SUITE-HdfsRecoveryZkTest-seed#[FC5B6C3A04CE428F]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {rnd_b=PostingsFormat(name=Memory doPackFST= true), _version_=PostingsFormat(name=Asserting), a_t=PostingsFormat(name=Asserting), a_i=PostingsFormat(name=Memory doPackFST= true), id=PostingsFormat(name=Memory doPackFST= true)}, docValues:{}, maxPointsInLeafNode=773, maxMBSortInHeap=5.106416544196538, sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=es-CL, timezone=America/Virgin
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=4,threads=2,free=189714312,total=529006592
   [junit4]   2> NOTE: All tests run in this JVM: [SolrCoreMetricManagerTest, TolerantUpdateProcessorTest, HdfsLockFactoryTest, EchoParamsTest, FileUtilsTest, TestPerFieldSimilarityWithDefaultOverride, TestQueryTypes, TestFieldTypeResource, MoreLikeThisHandlerTest, LoggingHandlerTest, TestDistribIDF, TestSmileRequest, ClusterStateUpdateTest, TestJsonFacetRefinement, DistributedMLTComponentTest, ZkStateReaderTest, TestDFISimilarityFactory, OverseerTaskQueueTest, TestSolrIndexConfig, TestSegmentSorting, SliceStateTest, SoftAutoCommitTest, URLClassifyProcessorTest, SpatialHeatmapFacetsTest, SolrIndexMetricsTest, TestStressCloudBlindAtomicUpdates, DistributedQueryComponentOptimizationTest, BasicFunctionalityTest, DistributedDebugComponentTest, TestCSVResponseWriter, TestSchemaManager, TestCharFilters, CSVRequestHandlerTest, CollectionStateFormat2Test, JsonLoaderTest, HdfsBasicDistributedZkTest, TestRuleBasedAuthorizationPlugin, TestTolerantUpdateProcessorCloud, TestJavabinTupleStreamParser, SolrJmxReporterTest, DirectSolrConnectionTest, MultiTermTest, TestCloudDeleteByQuery, BooleanFieldTest, HdfsThreadLeakTest, TestSuggestSpellingConverter, TestFuzzyAnalyzedSuggestions, TestWordDelimiterFilterFactory, DistributedQueueTest, TestFieldCacheReopen, SpellingQueryConverterTest, OpenCloseCoreStressTest, TestLuceneMatchVersion, TriLevelCompositeIdRoutingTest, TestSweetSpotSimilarityFactory, DateMathParserTest, TestSolrCLIRunExample, TestCursorMarkWithoutUniqueKey, SampleTest, TestManagedSchemaAPI, CopyFieldTest, SmileWriterTest, TestBulkSchemaAPI, DirectSolrSpellCheckerTest, CdcrUpdateLogTest, TestUnifiedSolrHighlighter, TestLeaderElectionZkExpiry, TestReqParamsAPI, TestQueryUtils, DistributedIntervalFacetingTest, TestConfigOverlay, TestSchemaSimilarityResource, LeaderFailoverAfterPartitionTest, TestManagedResource, HdfsWriteToMultipleCollectionsTest, CoreAdminRequestStatusTest, TestCloudPivotFacet, UpdateRequestProcessorFactoryTest, TestSolrQueryParserDefaultOperatorResource, TestOrdValues, SolrInfoMBeanTest, JsonValidatorTest, ZkControllerTest, AssignTest, TestImpersonationWithHadoopAuth, TestFieldCacheSortRandom, CdcrBootstrapTest, TestAnalyzeInfixSuggestions, TestFiltering, DistributedFacetPivotSmallTest, WordBreakSolrSpellCheckerTest, TestTrie, TestUninvertingReader, SharedFSAutoReplicaFailoverUtilsTest, DistribCursorPagingTest, TestDistributedGrouping, TestSQLHandlerNonCloud, TestRawTransformer, TestInitParams, ChaosMonkeySafeLeaderTest, TestSolrDynamicMBean, TestSystemIdResolver, OverseerModifyCollectionTest, IndexSchemaTest, TestDeleteCollectionOnDownNodes, CloudMLTQParserTest, ExplicitHLLTest, TestLegacyFieldCache, TestPartialUpdateDeduplication, DistributedTermsComponentTest, SystemInfoHandlerTest, SearchHandlerTest, ClassificationUpdateProcessorTest, CursorMarkTest, SuggesterFSTTest, CheckHdfsIndexTest, ShardRoutingTest, TestReplicationHandler, TestHashPartitioner, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestRealTimeGet, TestStressVersions, HardAutoCommitTest, TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, SpellCheckComponentTest, SolrCmdDistributorTest, PeerSyncTest, BadIndexSchemaTest, ConvertedLegacyTest, TestFunctionQuery, TestLazyCores, TestBadConfig, TestIndexSearcher, HighlighterTest, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, SolrIndexSplitterTest, SimplePostToolTest, SpellCheckCollatorTest, SolrRequestParserTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTest, TestStressLucene, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields, TestUpdate, FieldMutatingUpdateProcessorTest, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, SortByFunctionTest, DistanceFunctionTest, XsltUpdateRequestHandlerTest, DebugComponentTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, StandardRequestHandlerTest, DocumentAnalysisRequestHandlerTest, FileBasedSpellCheckerTest, TermsComponentTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, DocumentBuilderTest, TermVectorComponentTest, TestSolrQueryParser, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, TestJmxIntegration, TestCollationField, ReturnFieldsTest, TestAnalyzedSuggestions, BinaryUpdateRequestHandlerTest, TestPHPSerializedResponseWriter, TestComponentsName, SOLR749Test, TestQuerySenderListener, ResponseLogComponentTest, SolrIndexConfigTest, BadComponentTest, TestMergePolicyConfig, TestSolrDeletionPolicy2, TestDocSet, TestSearchPerf, TestElisionMultitermQuery, TestPostingsSolrHighlighter, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCodecSupport, SynonymTokenizerTest, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestJmxMonitoredMap, TimeZoneUtilsTest, TestFastOutputStream, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, PrimUtilsTest, DateFieldTest, DOMUtilTest, RAMDirectoryFactoryTest, TestSolrJ, TestLRUCache, UUIDFieldTest, CircularListTest, TestRTGBase, CursorPagingTest, TestCrossCoreJoin, TestSimpleTrackingShardHandler, TestPathTrie, TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, ConnectionReuseTest, AsyncCallRequestStatusResponseTest, CdcrReplicationDistributedZkTest, CdcrRequestHandlerTest, CollectionsAPIAsyncDistributedZkTest, DeleteNodeTest, DeleteStatusTest, DistribJoinFromCollectionTest, LeaderInitiatedRecoveryOnShardRestartTest, MoveReplicaTest, ReplicationFactorTest, RestartWhileUpdatingTest, SolrCloudExampleTest, TestCloudPseudoReturnFields, TestCloudRecovery, TestClusterProperties, TestConfigSetsAPI, TestConfigSetsAPIExclusivity, TestDownShardTolerantSearch, TestExclusionRuleCollectionAccess, TestHdfsCloudBackupRestore, TestLeaderInitiatedRecoveryThread, TestMiniSolrCloudClusterSSL, TestRandomFlRTGCloud, HdfsRecoveryZkTest]
   [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=HdfsRecoveryZkTest -Dtests.seed=FC5B6C3A04CE428F -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/test-data/enwiki.random.lines.txt -Dtests.locale=es-CL -Dtests.timezone=America/Virgin -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | HdfsRecoveryZkTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [HdfsTransactionLog]
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.HdfsTransactionLog
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:130)
   [junit4]    > 	at org.apache.solr.update.HdfsUpdateLog.init(HdfsUpdateLog.java:203)
   [junit4]    > 	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:153)
   [junit4]    > 	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:110)
   [junit4]    > 	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:108)
   [junit4]    > 	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
   [junit4]    > 	at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:760)
   [junit4]    > 	at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:822)
   [junit4]    > 	at org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1079)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:943)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
   [junit4]    > 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FC5B6C3A04CE428F]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:302)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [547/711 (3!)] on J1 in 47.46s, 1 test, 1 failure <<< FAILURES!

[...truncated 43926 lines...]

[JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 339 - Still unstable

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

1 tests failed.
FAILED:  org.apache.solr.store.blockcache.BlockDirectoryTest.testRandomAccessWrites

Error Message:
Direct buffer memory

Stack Trace:
java.lang.OutOfMemoryError: Direct buffer memory
	at java.nio.Bits.reserveMemory(Bits.java:693)
	at java.nio.DirectByteBuffer.<init>(DirectByteBuffer.java:123)
	at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:311)
	at org.apache.solr.store.blockcache.BlockCache.<init>(BlockCache.java:75)
	at org.apache.solr.store.blockcache.BlockDirectoryTest.setUp(BlockDirectoryTest.java:119)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:941)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 12025 lines...]
   [junit4] Suite: org.apache.solr.store.blockcache.BlockDirectoryTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.store.blockcache.BlockDirectoryTest_AF97F17D8B045715-001/init-core-data-001
   [junit4]   2> 1108536 WARN  (SUITE-BlockDirectoryTest-seed#[AF97F17D8B045715]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1108536 INFO  (SUITE-BlockDirectoryTest-seed#[AF97F17D8B045715]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 1108538 INFO  (SUITE-BlockDirectoryTest-seed#[AF97F17D8B045715]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1108541 INFO  (TEST-BlockDirectoryTest.ensureCacheConfigurable-seed#[AF97F17D8B045715]) [    ] o.a.s.SolrTestCaseJ4 ###Starting ensureCacheConfigurable
   [junit4]   2> 1108542 INFO  (TEST-BlockDirectoryTest.ensureCacheConfigurable-seed#[AF97F17D8B045715]) [    ] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1108542 INFO  (TEST-BlockDirectoryTest.ensureCacheConfigurable-seed#[AF97F17D8B045715]) [    ] o.a.s.s.b.BlockDirectory Block cache on read is disabled
   [junit4]   2> 1108542 INFO  (TEST-BlockDirectoryTest.ensureCacheConfigurable-seed#[AF97F17D8B045715]) [    ] o.a.s.SolrTestCaseJ4 ###Ending ensureCacheConfigurable
   [junit4]   2> 1108544 INFO  (TEST-BlockDirectoryTest.testRandomAccessWrites-seed#[AF97F17D8B045715]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRandomAccessWrites
   [junit4]   2> 1110179 INFO  (TEST-BlockDirectoryTest.testRandomAccessWrites-seed#[AF97F17D8B045715]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRandomAccessWrites
   [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=BlockDirectoryTest -Dtests.method=testRandomAccessWrites -Dtests.seed=AF97F17D8B045715 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/test-data/enwiki.random.lines.txt -Dtests.locale=fi-FI -Dtests.timezone=Etc/GMT-0 -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   1.64s J0 | BlockDirectoryTest.testRandomAccessWrites <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Direct buffer memory
   [junit4]    > 	at java.nio.Bits.reserveMemory(Bits.java:693)
   [junit4]    > 	at java.nio.DirectByteBuffer.<init>(DirectByteBuffer.java:123)
   [junit4]    > 	at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:311)
   [junit4]    > 	at org.apache.solr.store.blockcache.BlockCache.<init>(BlockCache.java:75)
   [junit4]    > 	at org.apache.solr.store.blockcache.BlockDirectoryTest.setUp(BlockDirectoryTest.java:119)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)Throwable #2: java.lang.NullPointerException
   [junit4]    > 	at org.apache.solr.store.blockcache.BlockDirectoryTest.tearDown(BlockDirectoryTest.java:131)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1110188 INFO  (TEST-BlockDirectoryTest.testRandomAccessWritesLargeCache-seed#[AF97F17D8B045715]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRandomAccessWritesLargeCache
   [junit4]   1> Total time is 2674ms
   [junit4]   2> 1112864 INFO  (TEST-BlockDirectoryTest.testRandomAccessWritesLargeCache-seed#[AF97F17D8B045715]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRandomAccessWritesLargeCache
   [junit4]   2> 1112868 INFO  (TEST-BlockDirectoryTest.testEOF-seed#[AF97F17D8B045715]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testEOF
   [junit4]   2> 1113034 INFO  (TEST-BlockDirectoryTest.testEOF-seed#[AF97F17D8B045715]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testEOF
   [junit4]   2> 1113035 INFO  (SUITE-BlockDirectoryTest-seed#[AF97F17D8B045715]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.store.blockcache.BlockDirectoryTest_AF97F17D8B045715-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62), sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=fi-FI, timezone=Etc/GMT-0
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=4,threads=1,free=313580808,total=505413632
   [junit4]   2> NOTE: All tests run in this JVM: [OutputWriterTest, ZkStateReaderTest, QueryEqualityTest, AlternateDirectoryTest, TestMaxScoreQueryParser, ScriptEngineTest, TestSubQueryTransformer, CoreSorterTest, HdfsLockFactoryTest, TestManagedResource, TestSystemCollAutoCreate, PathHierarchyTokenizerFactoryTest, DistribJoinFromCollectionTest, CdcrReplicationHandlerTest, TestBinaryResponseWriter, CheckHdfsIndexTest, HdfsBasicDistributedZkTest, TestSolr4Spatial, SolrRequestParserTest, TestDocumentBuilder, TestJsonFacetRefinement, CoreAdminRequestStatusTest, CacheHeaderTest, TestExportWriter, TestComponentsName, TestManagedStopFilterFactory, RuleEngineTest, TestFieldCacheSortRandom, HdfsRecoveryZkTest, TestInitParams, TestPHPSerializedResponseWriter, CdcrUpdateLogTest, BasicZkTest, TestLazyCores, ClassificationUpdateProcessorTest, SolrMetricsIntegrationTest, MetricsHandlerTest, InfixSuggestersTest, TestSchemaManager, BlockDirectoryTest]
   [junit4] Completed [142/710 (1!)] on J0 in 4.52s, 4 tests, 1 error <<< FAILURES!

[...truncated 45216 lines...]

[JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 338 - Failure

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

All tests passed

Build Log:
[...truncated 53434 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: /tmp/ecj1354337624
 [ecj-lint] Compiling 1084 source files to /tmp/ecj1354337624
 [ecj-lint] invalid Class-Path header in manifest of jar file: /x1/jenkins/.ivy2/cache/org.restlet.jee/org.restlet/jars/org.restlet-2.3.0.jar
 [ecj-lint] invalid Class-Path header in manifest of jar file: /x1/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.3.0.jar
 [ecj-lint] ----------
 [ecj-lint] 1. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/cloud/Assign.java (at line 101)
 [ecj-lint] 	Collections.sort(shardIdNames, (o1, o2) -> {
 [ecj-lint] 	                               ^^^^^^^^^^^
 [ecj-lint] (Recovered) Internal inconsistency detected during lambda shape analysis
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/cloud/Assign.java (at line 101)
 [ecj-lint] 	Collections.sort(shardIdNames, (o1, o2) -> {
 [ecj-lint] 	                               ^^^^^^^^^^^
 [ecj-lint] (Recovered) Internal inconsistency detected during lambda shape analysis
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/cloud/Assign.java (at line 101)
 [ecj-lint] 	Collections.sort(shardIdNames, (o1, o2) -> {
 [ecj-lint] 	                               ^^^^^^^^^^^
 [ecj-lint] (Recovered) Internal inconsistency detected during lambda shape analysis
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 4. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/cloud/rule/ReplicaAssigner.java (at line 212)
 [ecj-lint] 	Collections.sort(sortedLiveNodes, (n1, n2) -> {
 [ecj-lint] 	                                  ^^^^^^^^^^^
 [ecj-lint] (Recovered) Internal inconsistency detected during lambda shape analysis
 [ecj-lint] ----------
 [ecj-lint] 5. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/cloud/rule/ReplicaAssigner.java (at line 212)
 [ecj-lint] 	Collections.sort(sortedLiveNodes, (n1, n2) -> {
 [ecj-lint] 	                                  ^^^^^^^^^^^
 [ecj-lint] (Recovered) Internal inconsistency detected during lambda shape analysis
 [ecj-lint] ----------
 [ecj-lint] 6. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/cloud/rule/ReplicaAssigner.java (at line 212)
 [ecj-lint] 	Collections.sort(sortedLiveNodes, (n1, n2) -> {
 [ecj-lint] 	                                  ^^^^^^^^^^^
 [ecj-lint] (Recovered) Internal inconsistency detected during lambda shape analysis
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 7. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/core/CoreContainer.java (at line 916)
 [ecj-lint] 	core = new SolrCore(this, dcore, coreConfig);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'core' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 8. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/core/HdfsDirectoryFactory.java (at line 233)
 [ecj-lint] 	dir = new BlockDirectory(path, hdfsDir, cache, null, blockCacheReadEnabled, false, cacheMerges, cacheReadOnce);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'dir' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 9. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/handler/AnalysisRequestHandlerBase.java (at line 120)
 [ecj-lint] 	reader = cfiltfac.create(reader);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'reader' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 10. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/handler/AnalysisRequestHandlerBase.java (at line 144)
 [ecj-lint] 	return namedList;
 [ecj-lint] 	^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'listBasedTokenStream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 11. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/handler/AnalyzeEvaluator.java (at line 63)
 [ecj-lint] 	SolrCore solrCore = (SolrCore) solrCoreObj;
 [ecj-lint] 	         ^^^^^^^^
 [ecj-lint] Resource leak: 'solrCore' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 12. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/handler/ClassifyStream.java (at line 88)
 [ecj-lint] 	SolrCore solrCore = (SolrCore) solrCoreObj;
 [ecj-lint] 	         ^^^^^^^^
 [ecj-lint] Resource leak: 'solrCore' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 13. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/handler/ReplicationHandler.java (at line 1237)
 [ecj-lint] 	DirectoryReader reader = s==null ? null : s.get().getIndexReader();
 [ecj-lint] 	                ^^^^^^
 [ecj-lint] Resource leak: 'reader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 14. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/handler/component/ExpandComponent.java (at line 228)
 [ecj-lint] 	UninvertingReader uninvertingReader = new UninvertingReader(new ReaderWrapper(searcher.getSlowAtomicReader(), field), mapping);
 [ecj-lint] 	                  ^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'uninvertingReader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 15. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/handler/sql/SolrTable.java (at line 517)
 [ecj-lint] 	ParallelStream parallelStream = new ParallelStream(zk, collection, tupleStream, numWorkers, comp);
 [ecj-lint] 	               ^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'parallelStream' is never closed
 [ecj-lint] ----------
 [ecj-lint] 16. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/handler/sql/SolrTable.java (at line 743)
 [ecj-lint] 	ParallelStream parallelStream = new ParallelStream(zkHost, collection, tupleStream, numWorkers, comp);
 [ecj-lint] 	               ^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'parallelStream' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 17. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/highlight/DefaultSolrHighlighter.java (at line 554)
 [ecj-lint] 	tvWindowStream = new OffsetWindowTokenFilter(tvStream);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'tvWindowStream' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 18. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/request/SimpleFacets.java (at line 912)
 [ecj-lint] 	fastForRandomSet = new HashDocSet(sset.getDocs(), 0, sset.size());
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'fastForRandomSet' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 19. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/response/BinaryResponseWriter.java (at line 51)
 [ecj-lint] 	new JavaBinCodec(resolver).setWritableDocFields(resolver).marshal(response.getValues(), out);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 20. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/response/BinaryResponseWriter.java (at line 163)
 [ecj-lint] 	new JavaBinCodec(resolver).setWritableDocFields(resolver).marshal(rsp.getValues(), out);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 21. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/response/BinaryResponseWriter.java (at line 166)
 [ecj-lint] 	return (NamedList<Object>) new JavaBinCodec(resolver).unmarshal(in);
 [ecj-lint] 	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 22. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/response/SmileResponseWriter.java (at line 33)
 [ecj-lint] 	new SmileWriter(out, request, response).writeResponse();
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 23. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/schema/OpenExchangeRatesOrgProvider.java (at line 146)
 [ecj-lint] 	ratesJsonStream = resourceLoader.openResource(ratesFileLocation);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'ratesJsonStream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 24. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/search/CollapsingQParserPlugin.java (at line 1198)
 [ecj-lint] 	UninvertingReader uninvertingReader = new UninvertingReader(new ReaderWrapper(searcher.getSlowAtomicReader(), collapseField), mapping);
 [ecj-lint] 	                  ^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'uninvertingReader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 25. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/search/CursorMark.java (at line 188)
 [ecj-lint] 	pieces = (List<Object>) new JavaBinCodec().unmarshal(in);
 [ecj-lint] 	                        ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 26. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/search/CursorMark.java (at line 265)
 [ecj-lint] 	new JavaBinCodec().marshal(marshalledValues, out);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 27. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/search/DocSlice.java (at line 145)
 [ecj-lint] 	HashDocSet h = new HashDocSet(docs,offset,len);
 [ecj-lint] 	           ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] 28. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/search/DocSlice.java (at line 154)
 [ecj-lint] 	HashDocSet h = new HashDocSet(docs,offset,len);
 [ecj-lint] 	           ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] 29. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/search/DocSlice.java (at line 163)
 [ecj-lint] 	HashDocSet h = new HashDocSet(docs,offset,len);
 [ecj-lint] 	           ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 30. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/search/function/OrdFieldSource.java (at line 78)
 [ecj-lint] 	SolrIndexSearcher is = (SolrIndexSearcher) o;
 [ecj-lint] 	                  ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 31. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/search/function/ReverseOrdFieldSource.java (at line 78)
 [ecj-lint] 	SolrIndexSearcher is = (SolrIndexSearcher) o;
 [ecj-lint] 	                  ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 32. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/servlet/SolrDispatchFilter.java (at line 260)
 [ecj-lint] 	throw new SolrException(ErrorCode.SERVER_ERROR, "Error occurred while loading solr.xml from zookeeper", e);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'loader' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 33. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/update/CdcrTransactionLog.java (at line 98)
 [ecj-lint] 	ChannelFastInputStream is = new ChannelFastInputStream(channel, pos);
 [ecj-lint] 	                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 34. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/update/HdfsTransactionLog.java (at line 188)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] 35. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/update/HdfsTransactionLog.java (at line 258)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 36. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 226)
 [ecj-lint] 	ChannelFastInputStream is = new ChannelFastInputStream(channel, pos);
 [ecj-lint] 	                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] 37. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 226)
 [ecj-lint] 	ChannelFastInputStream is = new ChannelFastInputStream(channel, pos);
 [ecj-lint] 	                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] 38. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 258)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] 39. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 273)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] 40. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at line 527)
 [ecj-lint] 	LogCodec codec = new LogCodec(resolver);
 [ecj-lint] 	         ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 41. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/update/processor/UpdateRequestProcessor.java (at line 85)
 [ecj-lint] 	UpdateRequestProcessor p = this;
 [ecj-lint] 	                       ^
 [ecj-lint] Resource leak: 'p' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 42. ERROR in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/util/PayloadDecoder.java (at line 20)
 [ecj-lint] 	import org.apache.lucene.search.similarities.Similarity;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.lucene.search.similarities.Similarity is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 43. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/util/SimplePostTool.java (at line 655)
 [ecj-lint] 	BAOS bos =  new BAOS();
 [ecj-lint] 	     ^^^
 [ecj-lint] Resource leak: 'bos' is never closed
 [ecj-lint] ----------
 [ecj-lint] 44. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/util/SimplePostTool.java (at line 655)
 [ecj-lint] 	BAOS bos =  new BAOS();
 [ecj-lint] 	     ^^^
 [ecj-lint] Resource leak: 'bos' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 45. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/java/org/apache/solr/util/SolrLogLayout.java (at line 149)
 [ecj-lint] 	SolrQueryRequest req = requestInfo == null ? null : requestInfo.getReq();
 [ecj-lint] 	                 ^^^
 [ecj-lint] Resource leak: 'req' is never closed
 [ecj-lint] ----------
 [ecj-lint] 45 problems (1 error, 44 warnings)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:783: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:101: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build.xml:686: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/common-build.xml:2004: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/common-build.xml:2043: Compile failed; see the compiler error output for details.

Total time: 298 minutes 41 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any