Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/183/

3 tests failed.
FAILED:  org.apache.lucene.index.TestIndexSorting.testRandom3

Error Message:
this IndexWriter is closed

Stack Trace:
org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
        at 
__randomizedtesting.SeedInfo.seed([201B75CF428D0D9B:82C33B15267F249D]:0)
        at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:899)
        at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:913)
        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1769)
        at 
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1463)
        at 
org.apache.lucene.index.TestIndexSorting.testRandom3(TestIndexSorting.java:2299)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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:748)
Caused by: java.lang.OutOfMemoryError: Java heap space
        at 
org.apache.lucene.util.packed.Packed8ThreeBlocks.<init>(Packed8ThreeBlocks.java:41)
        at 
org.apache.lucene.util.packed.PackedInts.getMutable(PackedInts.java:963)
        at 
org.apache.lucene.util.packed.PackedInts.getMutable(PackedInts.java:939)
        at 
org.apache.lucene.util.packed.GrowableWriter.ensureCapacity(GrowableWriter.java:80)
        at 
org.apache.lucene.util.packed.GrowableWriter.set(GrowableWriter.java:88)
        at 
org.apache.lucene.util.packed.AbstractPagedMutable.set(AbstractPagedMutable.java:98)
        at org.apache.lucene.util.fst.NodeHash.addNew(NodeHash.java:152)
        at org.apache.lucene.util.fst.NodeHash.rehash(NodeHash.java:169)
        at org.apache.lucene.util.fst.NodeHash.add(NodeHash.java:133)
        at org.apache.lucene.util.fst.Builder.compileNode(Builder.java:200)
        at org.apache.lucene.util.fst.Builder.freezeTail(Builder.java:296)
        at org.apache.lucene.util.fst.Builder.add(Builder.java:400)
        at 
org.apache.lucene.codecs.memory.MemoryDocValuesConsumer.writeFST(MemoryDocValuesConsumer.java:373)
        at 
org.apache.lucene.codecs.memory.MemoryDocValuesConsumer.addSortedField(MemoryDocValuesConsumer.java:416)
        at 
org.apache.lucene.codecs.memory.MemoryDocValuesConsumer.addSortedField(MemoryDocValuesConsumer.java:406)
        at 
org.apache.lucene.codecs.DocValuesConsumer.mergeSortedField(DocValuesConsumer.java:527)
        at 
org.apache.lucene.codecs.DocValuesConsumer.merge(DocValuesConsumer.java:139)
        at 
org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.merge(PerFieldDocValuesFormat.java:151)
        at 
org.apache.lucene.index.SegmentMerger.mergeDocValues(SegmentMerger.java:181)
        at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:125)
        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4477)
        at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4138)
        at 
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)


FAILED:  org.apache.lucene.index.TestIndexSorting.testMultiValuedRandom1

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

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=22391, name=Lucene Merge Thread #16108, 
state=RUNNABLE, group=TGRP-TestIndexSorting]
        at 
__randomizedtesting.SeedInfo.seed([201B75CF428D0D9B:EEF6C01D972A1123]:0)
Caused by: org.apache.lucene.index.MergePolicy$MergeException: 
java.lang.OutOfMemoryError: Java heap space
        at __randomizedtesting.SeedInfo.seed([201B75CF428D0D9B]:0)
        at 
org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:704)
        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:684)
Caused by: java.lang.OutOfMemoryError: Java heap space
        at 
org.apache.lucene.util.packed.Packed8ThreeBlocks.<init>(Packed8ThreeBlocks.java:41)
        at 
org.apache.lucene.util.packed.PackedInts.getMutable(PackedInts.java:963)
        at 
org.apache.lucene.util.packed.PackedInts.getMutable(PackedInts.java:939)
        at 
org.apache.lucene.util.packed.GrowableWriter.ensureCapacity(GrowableWriter.java:80)
        at 
org.apache.lucene.util.packed.GrowableWriter.set(GrowableWriter.java:88)
        at 
org.apache.lucene.util.packed.AbstractPagedMutable.set(AbstractPagedMutable.java:98)
        at org.apache.lucene.util.fst.NodeHash.addNew(NodeHash.java:152)
        at org.apache.lucene.util.fst.NodeHash.rehash(NodeHash.java:169)
        at org.apache.lucene.util.fst.NodeHash.add(NodeHash.java:133)
        at org.apache.lucene.util.fst.Builder.compileNode(Builder.java:200)
        at org.apache.lucene.util.fst.Builder.freezeTail(Builder.java:296)
        at org.apache.lucene.util.fst.Builder.add(Builder.java:400)
        at 
org.apache.lucene.codecs.memory.MemoryDocValuesConsumer.writeFST(MemoryDocValuesConsumer.java:373)
        at 
org.apache.lucene.codecs.memory.MemoryDocValuesConsumer.addSortedField(MemoryDocValuesConsumer.java:416)
        at 
org.apache.lucene.codecs.memory.MemoryDocValuesConsumer.addSortedField(MemoryDocValuesConsumer.java:406)
        at 
org.apache.lucene.codecs.DocValuesConsumer.mergeSortedField(DocValuesConsumer.java:527)
        at 
org.apache.lucene.codecs.DocValuesConsumer.merge(DocValuesConsumer.java:139)
        at 
org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.merge(PerFieldDocValuesFormat.java:151)
        at 
org.apache.lucene.index.SegmentMerger.mergeDocValues(SegmentMerger.java:181)
        at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:125)
        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4477)
        at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4138)
        at 
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)


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

Error Message:
Error from server at http://127.0.0.1:42755: ADDREPLICA failed to create replica

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:42755: ADDREPLICA failed to create replica
        at 
__randomizedtesting.SeedInfo.seed([46ACA90D8DC97E65:CEF896D72335139D]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1105)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:885)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:818)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:120)
        at 
org.apache.solr.cloud.UnloadDistributedZkTest.test(UnloadDistributedZkTest.java:72)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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:748)




Build Log:
[...truncated 1887 lines...]
   [junit4] JVM J0: stdout was not empty, see: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/core/test/temp/junit4-J0-20180326_064007_5474704563399186278877.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] codec: CheapBastard, pf: FSTOrd50, dvf: Direct
   [junit4] <<< JVM J0: EOF ----

[...truncated 7 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexSorting
   [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=TestIndexSorting 
-Dtests.method=testRandom3 -Dtests.seed=201B75CF428D0D9B -Dtests.multiplier=2 
-Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt
 -Dtests.locale=be -Dtests.timezone=America/Bahia_Banderas -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   1796s J2 | TestIndexSorting.testRandom3 <<<
   [junit4]    > Throwable #1: org.apache.lucene.store.AlreadyClosedException: 
this IndexWriter is closed
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([201B75CF428D0D9B:82C33B15267F249D]:0)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:899)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:913)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1769)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1463)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexSorting.testRandom3(TestIndexSorting.java:2299)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]    >        at 
org.apache.lucene.util.packed.Packed8ThreeBlocks.<init>(Packed8ThreeBlocks.java:41)
   [junit4]    >        at 
org.apache.lucene.util.packed.PackedInts.getMutable(PackedInts.java:963)
   [junit4]    >        at 
org.apache.lucene.util.packed.PackedInts.getMutable(PackedInts.java:939)
   [junit4]    >        at 
org.apache.lucene.util.packed.GrowableWriter.ensureCapacity(GrowableWriter.java:80)
   [junit4]    >        at 
org.apache.lucene.util.packed.GrowableWriter.set(GrowableWriter.java:88)
   [junit4]    >        at 
org.apache.lucene.util.packed.AbstractPagedMutable.set(AbstractPagedMutable.java:98)
   [junit4]    >        at 
org.apache.lucene.util.fst.NodeHash.addNew(NodeHash.java:152)
   [junit4]    >        at 
org.apache.lucene.util.fst.NodeHash.rehash(NodeHash.java:169)
   [junit4]    >        at 
org.apache.lucene.util.fst.NodeHash.add(NodeHash.java:133)
   [junit4]    >        at 
org.apache.lucene.util.fst.Builder.compileNode(Builder.java:200)
   [junit4]    >        at 
org.apache.lucene.util.fst.Builder.freezeTail(Builder.java:296)
   [junit4]    >        at 
org.apache.lucene.util.fst.Builder.add(Builder.java:400)
   [junit4]    >        at 
org.apache.lucene.codecs.memory.MemoryDocValuesConsumer.writeFST(MemoryDocValuesConsumer.java:373)
   [junit4]    >        at 
org.apache.lucene.codecs.memory.MemoryDocValuesConsumer.addSortedField(MemoryDocValuesConsumer.java:416)
   [junit4]    >        at 
org.apache.lucene.codecs.memory.MemoryDocValuesConsumer.addSortedField(MemoryDocValuesConsumer.java:406)
   [junit4]    >        at 
org.apache.lucene.codecs.DocValuesConsumer.mergeSortedField(DocValuesConsumer.java:527)
   [junit4]    >        at 
org.apache.lucene.codecs.DocValuesConsumer.merge(DocValuesConsumer.java:139)
   [junit4]    >        at 
org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.merge(PerFieldDocValuesFormat.java:151)
   [junit4]    >        at 
org.apache.lucene.index.SegmentMerger.mergeDocValues(SegmentMerger.java:181)
   [junit4]    >        at 
org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:125)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4477)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4138)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)
   [junit4]   2> ??? 26, 2018 2:04:02 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Lucene Merge 
Thread #16108,5,TGRP-TestIndexSorting]
   [junit4]   2> org.apache.lucene.index.MergePolicy$MergeException: 
java.lang.OutOfMemoryError: Java heap space
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([201B75CF428D0D9B]:0)
   [junit4]   2>        at 
org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:704)
   [junit4]   2>        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:684)
   [junit4]   2> Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]   2>        at 
org.apache.lucene.util.packed.Packed8ThreeBlocks.<init>(Packed8ThreeBlocks.java:41)
   [junit4]   2>        at 
org.apache.lucene.util.packed.PackedInts.getMutable(PackedInts.java:963)
   [junit4]   2>        at 
org.apache.lucene.util.packed.PackedInts.getMutable(PackedInts.java:939)
   [junit4]   2>        at 
org.apache.lucene.util.packed.GrowableWriter.ensureCapacity(GrowableWriter.java:80)
   [junit4]   2>        at 
org.apache.lucene.util.packed.GrowableWriter.set(GrowableWriter.java:88)
   [junit4]   2>        at 
org.apache.lucene.util.packed.AbstractPagedMutable.set(AbstractPagedMutable.java:98)
   [junit4]   2>        at 
org.apache.lucene.util.fst.NodeHash.addNew(NodeHash.java:152)
   [junit4]   2>        at 
org.apache.lucene.util.fst.NodeHash.rehash(NodeHash.java:169)
   [junit4]   2>        at 
org.apache.lucene.util.fst.NodeHash.add(NodeHash.java:133)
   [junit4]   2>        at 
org.apache.lucene.util.fst.Builder.compileNode(Builder.java:200)
   [junit4]   2>        at 
org.apache.lucene.util.fst.Builder.freezeTail(Builder.java:296)
   [junit4]   2>        at 
org.apache.lucene.util.fst.Builder.add(Builder.java:400)
   [junit4]   2>        at 
org.apache.lucene.codecs.memory.MemoryDocValuesConsumer.writeFST(MemoryDocValuesConsumer.java:373)
   [junit4]   2>        at 
org.apache.lucene.codecs.memory.MemoryDocValuesConsumer.addSortedField(MemoryDocValuesConsumer.java:416)
   [junit4]   2>        at 
org.apache.lucene.codecs.memory.MemoryDocValuesConsumer.addSortedField(MemoryDocValuesConsumer.java:406)
   [junit4]   2>        at 
org.apache.lucene.codecs.DocValuesConsumer.mergeSortedField(DocValuesConsumer.java:527)
   [junit4]   2>        at 
org.apache.lucene.codecs.DocValuesConsumer.merge(DocValuesConsumer.java:139)
   [junit4]   2>        at 
org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.merge(PerFieldDocValuesFormat.java:151)
   [junit4]   2>        at 
org.apache.lucene.index.SegmentMerger.mergeDocValues(SegmentMerger.java:181)
   [junit4]   2>        at 
org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:125)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4477)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4138)
   [junit4]   2>        at 
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
   [junit4]   2>        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)
   [junit4]   2> 
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexSorting 
-Dtests.method=testMultiValuedRandom1 -Dtests.seed=201B75CF428D0D9B 
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt
 -Dtests.locale=be -Dtests.timezone=America/Bahia_Banderas -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   7.76s J2 | TestIndexSorting.testMultiValuedRandom1 <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=22391, name=Lucene Merge Thread #16108, 
state=RUNNABLE, group=TGRP-TestIndexSorting]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([201B75CF428D0D9B:EEF6C01D972A1123]:0)
   [junit4]    > Caused by: org.apache.lucene.index.MergePolicy$MergeException: 
java.lang.OutOfMemoryError: Java heap space
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([201B75CF428D0D9B]:0)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:704)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:684)
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]    >        at 
org.apache.lucene.util.packed.Packed8ThreeBlocks.<init>(Packed8ThreeBlocks.java:41)
   [junit4]    >        at 
org.apache.lucene.util.packed.PackedInts.getMutable(PackedInts.java:963)
   [junit4]    >        at 
org.apache.lucene.util.packed.PackedInts.getMutable(PackedInts.java:939)
   [junit4]    >        at 
org.apache.lucene.util.packed.GrowableWriter.ensureCapacity(GrowableWriter.java:80)
   [junit4]    >        at 
org.apache.lucene.util.packed.GrowableWriter.set(GrowableWriter.java:88)
   [junit4]    >        at 
org.apache.lucene.util.packed.AbstractPagedMutable.set(AbstractPagedMutable.java:98)
   [junit4]    >        at 
org.apache.lucene.util.fst.NodeHash.addNew(NodeHash.java:152)
   [junit4]    >        at 
org.apache.lucene.util.fst.NodeHash.rehash(NodeHash.java:169)
   [junit4]    >        at 
org.apache.lucene.util.fst.NodeHash.add(NodeHash.java:133)
   [junit4]    >        at 
org.apache.lucene.util.fst.Builder.compileNode(Builder.java:200)
   [junit4]    >        at 
org.apache.lucene.util.fst.Builder.freezeTail(Builder.java:296)
   [junit4]    >        at 
org.apache.lucene.util.fst.Builder.add(Builder.java:400)
   [junit4]    >        at 
org.apache.lucene.codecs.memory.MemoryDocValuesConsumer.writeFST(MemoryDocValuesConsumer.java:373)
   [junit4]    >        at 
org.apache.lucene.codecs.memory.MemoryDocValuesConsumer.addSortedField(MemoryDocValuesConsumer.java:416)
   [junit4]    >        at 
org.apache.lucene.codecs.memory.MemoryDocValuesConsumer.addSortedField(MemoryDocValuesConsumer.java:406)
   [junit4]    >        at 
org.apache.lucene.codecs.DocValuesConsumer.mergeSortedField(DocValuesConsumer.java:527)
   [junit4]    >        at 
org.apache.lucene.codecs.DocValuesConsumer.merge(DocValuesConsumer.java:139)
   [junit4]    >        at 
org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsWriter.merge(PerFieldDocValuesFormat.java:151)
   [junit4]    >        at 
org.apache.lucene.index.SegmentMerger.mergeDocValues(SegmentMerger.java:181)
   [junit4]    >        at 
org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:125)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4477)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4138)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/core/test/J2/temp/lucene.index.TestIndexSorting_201B75CF428D0D9B-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{docs=Lucene50(blocksize=128), sparse_text=Lucene50(blocksize=128), 
norms=Lucene50(blocksize=128), positions=Lucene50(blocksize=128), 
id=Lucene50(blocksize=128), term_vectors=PostingsFormat(name=Memory)}, 
docValues:{multi_valued_long=DocValuesFormat(name=Lucene70), 
foo=DocValuesFormat(name=Lucene70), numeric=DocValuesFormat(name=Asserting), 
float=DocValuesFormat(name=Lucene70), 
multi_valued_numeric=DocValuesFormat(name=Memory), 
long=DocValuesFormat(name=Lucene70), points=DocValuesFormat(name=Memory), 
sparse_int=DocValuesFormat(name=Lucene70), bar=DocValuesFormat(name=Memory), 
multi_valued_double=DocValuesFormat(name=Memory), 
docs=DocValuesFormat(name=Memory), id=DocValuesFormat(name=Memory), 
multi_valued_int=DocValuesFormat(name=Asserting), 
multi_valued_bytes=DocValuesFormat(name=Asserting), 
sparse_text=DocValuesFormat(name=Lucene70), 
double=DocValuesFormat(name=Asserting), 
positions=DocValuesFormat(name=Lucene70), 
sparse_binary=DocValuesFormat(name=Lucene70), int=DocValuesFormat(name=Memory), 
sorted=DocValuesFormat(name=Asserting), sparse=DocValuesFormat(name=Lucene70), 
multi_valued_string=DocValuesFormat(name=Memory), 
norms=DocValuesFormat(name=Memory), bytes=DocValuesFormat(name=Memory), 
binary=DocValuesFormat(name=Asserting), dense_int=DocValuesFormat(name=Memory), 
multi_valued_float=DocValuesFormat(name=Lucene70), 
term_vectors=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=71, 
maxMBSortInHeap=6.149716729696173, sim=RandomSimilarity(queryNorm=true): 
{positions=IB SPL-D1, id=IB LL-D2, term_vectors=DFR I(n)2}, locale=be, 
timezone=America/Bahia_Banderas
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=139988896,total=477626368
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestPositiveScoresOnlyCollector, TestLSBRadixSorter, TestSloppyPhraseQuery2, 
TestSentinelIntSet, TestIndexReaderClose, TestDocValuesQueries, 
TestIndexWriterCommit, TestBasics, TestCharsRef, TestFutureArrays, 
Test2BPoints, TestReaderClosed, TestSimilarityBase, Test2BBKDPoints, 
TestAllFilesCheckIndexHeader, TestAutomaton, TestShardSearching, 
TestBytesRefHash, TestMatchNoDocsQuery, TestDocument, TestNRTReaderWithThreads, 
TestLucene50StoredFieldsFormatHighCompression, TestSloppyMath, 
TestSegmentReader, TestScoreCachingWrappingScorer, TestFieldValueQuery, 
TestStressAdvance, TestHighCompressionMode, TestHugeRamFile, TestReadOnlyIndex, 
TestFastCompressionMode, TestDocIDMerger, TestBufferedChecksum, 
TestFieldsReader, TestPayloads, TestSimpleExplanationsOfNonMatches, 
TestLongPostings, TestTimSorterWorstCase, TestCachingTokenFilter, 
TestTragicIndexWriterDeadlock, TestTopDocsMerge, TestForUtil, 
TestParallelCompositeReader, TestDateSort, TestDoubleValuesSource, 
TestLazyProxSkipping, TestIndexWriterThreadsToSegments, TestFilterCodecReader, 
TestGeoUtils, TestMultiTermsEnum, TestBytesRefArray, TestCompiledAutomaton, 
TestMutablePointsReaderUtils, TestNormsFieldExistsQuery, TestSpanContainQuery, 
TestBoostQuery, TestDocsWithFieldSet, TestBinaryDocument, 
TestSearchWithThreads, TestRollingBuffer, TestCharTermAttributeImpl, 
TestIndexWriterLockRelease, TestIndexWriterReader, Test2BNumericDocValues, 
TestIndexCommit, TestIndexWriterMergePolicy, TestTermContext, 
TestBlockPostingsFormat, TestConsistentFieldNumbers, TestNewestSegment, 
TestSortedSetDocValues, FuzzyTermOnShortTermsTest, TestPayloadsOnVectors, 
TestByteBlockPool, TestFixedBitDocIdSet, TestRegexpQuery, 
TestSpanSearchEquivalence, TestTermdocPerf, TestIndexWriter, 
TestIndexWriterMerging, TestFSTs, TestBytesStore, TestPackedInts, 
TestIndexWriterWithThreads, TestGraphTokenizers, TestAddIndexes, 
TestIndexWriterExceptions, TestMultiMMap, TestSearcherManager, 
TestDuelingCodecs, TestBoolean2, TestPersistentSnapshotDeletionPolicy, 
TestAtomicUpdate, TestNorms, TestDirectoryReaderReopen, 
TestTimeLimitingCollector, TestConcurrentMergeScheduler, TestStressIndexing, 
TestRollingUpdates, TestSnapshotDeletionPolicy, TestIndexWriterUnicode, 
TestIndexWriterForceMerge, TestPerFieldPostingsFormat, TestArrayUtil, 
TestBufferedIndexInput, TestSimpleExplanations, TestDirectoryReader, 
TestLockFactory, TestSegmentMerger, TestCollectionUtil, TestBagOfPositions, 
TestLucene70NormsFormat, TestExitableDirectoryReader, TestFieldReuse, 
TestFilterDirectoryReader, TestIndexSorting]
   [junit4] Completed [467/467 (1!)] on J2 in 1832.32s, 50 tests, 2 errors <<< 
FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J2: stdout was not empty, see: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/core/test/temp/junit4-J2-20180326_064007_5479191407727774129698.sysout
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/heapdumps/java_pid11603.hprof
 ...
   [junit4] Heap dump file created [417013572 bytes in 1.471 secs]
   [junit4] <<< JVM J2: EOF ----

[...truncated 12866 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsUnloadDistributedZkTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_46ACA90D8DC97E65-001/init-core-data-001
   [junit4]   2> 4542556 WARN  
(SUITE-HdfsUnloadDistributedZkTest-seed#[46ACA90D8DC97E65]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 4542556 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[46ACA90D8DC97E65]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 4542559 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[46ACA90D8DC97E65]-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> 4542559 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[46ACA90D8DC97E65]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 4542559 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[46ACA90D8DC97E65]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 4542624 WARN  
(SUITE-HdfsUnloadDistributedZkTest-seed#[46ACA90D8DC97E65]-worker) [    ] 
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 4542644 WARN  
(SUITE-HdfsUnloadDistributedZkTest-seed#[46ACA90D8DC97E65]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 4542648 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[46ACA90D8DC97E65]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 4542678 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[46ACA90D8DC97E65]-worker) [    ] 
o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs
 to ./temp/Jetty_localhost_33583_hdfs____4mx06y/webapp
   [junit4]   2> 4543144 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[46ACA90D8DC97E65]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:33583
   [junit4]   2> 4543257 WARN  
(SUITE-HdfsUnloadDistributedZkTest-seed#[46ACA90D8DC97E65]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 4543258 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[46ACA90D8DC97E65]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 4543277 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[46ACA90D8DC97E65]-worker) [    ] 
o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_37111_datanode____eeksr8/webapp
   [junit4]   2> 4543756 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[46ACA90D8DC97E65]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:37111
   [junit4]   2> 4543833 WARN  
(SUITE-HdfsUnloadDistributedZkTest-seed#[46ACA90D8DC97E65]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 4543851 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[46ACA90D8DC97E65]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 4543871 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[46ACA90D8DC97E65]-worker) [    ] 
o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_42269_datanode____nb71r2/webapp
   [junit4]   2> 4543923 ERROR (DataNode: 
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_46ACA90D8DC97E65-001/tempDir-001/hdfsBaseDir/data/data1/,
 
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_46ACA90D8DC97E65-001/tempDir-001/hdfsBaseDir/data/data2/]]
  heartbeating to localhost/127.0.0.1:41318) [    ] 
o.a.h.h.s.d.DirectoryScanner 
dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 
ms/sec. Assuming default value of 1000
   [junit4]   2> 4543948 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x4f46a7f3e8d6cb: from storage 
DS-99e5ebbf-2965-49cc-8b04-4bc40088b5f1 node 
DatanodeRegistration(127.0.0.1:34921, 
datanodeUuid=ec847861-ef8d-4ddd-9716-fd0956c64d00, infoPort=56874, 
infoSecurePort=0, ipcPort=57883, 
storageInfo=lv=-56;cid=testClusterID;nsid=616030845;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 4543948 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x4f46a7f3e8d6cb: from storage 
DS-069a2087-b8c5-4c49-8515-76936b23b188 node 
DatanodeRegistration(127.0.0.1:34921, 
datanodeUuid=ec847861-ef8d-4ddd-9716-fd0956c64d00, infoPort=56874, 
infoSecurePort=0, ipcPort=57883, 
storageInfo=lv=-56;cid=testClusterID;nsid=616030845;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 4544380 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[46ACA90D8DC97E65]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:42269
   [junit4]   2> 4544555 ERROR (DataNode: 
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_46ACA90D8DC97E65-001/tempDir-001/hdfsBaseDir/data/data3/,
 
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_46ACA90D8DC97E65-001/tempDir-001/hdfsBaseDir/data/data4/]]
  heartbeating to localhost/127.0.0.1:41318) [    ] 
o.a.h.h.s.d.DirectoryScanner 
dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 
ms/sec. Assuming default value of 1000
   [junit4]   2> 4544575 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x4f46a81973ab3a: from storage 
DS-c747181d-0b6c-42c9-a8c7-cb5f3b555b7e node 
DatanodeRegistration(127.0.0.1:33038, 
datanodeUuid=9568d52c-56cc-454e-ae12-28b007afbf44, infoPort=44554, 
infoSecurePort=0, ipcPort=45563, 
storageInfo=lv=-56;cid=testClusterID;nsid=616030845;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 4544575 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x4f46a81973ab3a: from storage 
DS-707dc755-ade2-429f-b5a1-117531794ff4 node 
DatanodeRegistration(127.0.0.1:33038, 
datanodeUuid=9568d52c-56cc-454e-ae12-28b007afbf44, infoPort=44554, 
infoSecurePort=0, ipcPort=45563, 
storageInfo=lv=-56;cid=testClusterID;nsid=616030845;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 4544965 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4544965 INFO  (Thread-8791) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4544965 INFO  (Thread-8791) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 4544973 ERROR (Thread-8791) [    ] 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> 4545065 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:42973
   [junit4]   2> 4545074 INFO  (zkConnectionManagerCallback-2664-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4545091 INFO  (zkConnectionManagerCallback-2666-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4545105 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 4545108 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 4545112 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4545114 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 4545116 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 4545118 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 4545120 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 4545124 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4545126 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4545128 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 4545130 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 4545134 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 4545299 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 4545300 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4545300 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4545300 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 4545301 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@489e5d63{/,null,AVAILABLE}
   [junit4]   2> 4545302 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7c5d802d{HTTP/1.1,[http/1.1]}{127.0.0.1:56693}
   [junit4]   2> 4545302 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.e.j.s.Server Started @4545354ms
   [junit4]   2> 4545302 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://localhost:41318/hdfs__localhost_41318__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-7.x_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsUnloadDistributedZkTest_46ACA90D8DC97E65-001_tempDir-002_control_data,
 replicaType=NRT, hostContext=/, hostPort=56693, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_46ACA90D8DC97E65-001/control-001/cores}
   [junit4]   2> 4545302 ERROR 
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 4545302 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4545302 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.4.0
   [junit4]   2> 4545302 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4545302 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4545302 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-03-26T11:05:09.086Z
   [junit4]   2> 4545304 INFO  (zkConnectionManagerCallback-2668-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4545306 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 4545306 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_46ACA90D8DC97E65-001/control-001/solr.xml
   [junit4]   2> 4545310 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 4545311 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 4545312 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23c8c465, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 4545317 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42973/solr
   [junit4]   2> 4545319 INFO  (zkConnectionManagerCallback-2672-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4545322 INFO  (zkConnectionManagerCallback-2674-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4545441 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) 
[n:127.0.0.1:56693_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4545442 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) 
[n:127.0.0.1:56693_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:56693_
   [junit4]   2> 4545443 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) 
[n:127.0.0.1:56693_    ] o.a.s.c.Overseer Overseer 
(id=73519978192896004-127.0.0.1:56693_-n_0000000000) starting
   [junit4]   2> 4545454 INFO  (zkConnectionManagerCallback-2679-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4545457 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) 
[n:127.0.0.1:56693_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:42973/solr ready
   [junit4]   2> 4545458 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) 
[n:127.0.0.1:56693_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56693_
   [junit4]   2> 4545466 INFO  
(OverseerStateUpdate-73519978192896004-127.0.0.1:56693_-n_0000000000) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4545483 INFO  (zkCallback-2678-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4546888 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) 
[n:127.0.0.1:56693_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23c8c465
   [junit4]   2> 4546904 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) 
[n:127.0.0.1:56693_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23c8c465
   [junit4]   2> 4546904 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) 
[n:127.0.0.1:56693_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23c8c465
   [junit4]   2> 4546907 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) 
[n:127.0.0.1:56693_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_46ACA90D8DC97E65-001/control-001/cores
   [junit4]   2> 4546984 INFO  (zkConnectionManagerCallback-2683-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4546989 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4546991 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42973/solr ready
   [junit4]   2> 4546998 INFO  (qtp471384468-19412) [n:127.0.0.1:56693_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:56693_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 4547004 INFO  (OverseerThreadFactory-5648-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 4547126 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 4547127 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 4547237 INFO  (zkCallback-2673-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 4548160 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
   [junit4]   2> 4548178 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 4548315 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 4548333 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 4548334 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23c8c465
   [junit4]   2> 4548334 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:41318/solr_hdfs_home
   [junit4]   2> 4548334 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 4548334 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 4548334 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_46ACA90D8DC97E65-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[hdfs://localhost:41318/solr_hdfs_home/control_collection/core_node2/data/]
   [junit4]   2> 4548336 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:41318/solr_hdfs_home/control_collection/core_node2/data/snapshot_metadata
   [junit4]   2> 4548345 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 4548345 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 4548345 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 4548365 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 4548367 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:41318/solr_hdfs_home/control_collection/core_node2/data
   [junit4]   2> 4548392 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:41318/solr_hdfs_home/control_collection/core_node2/data/index
   [junit4]   2> 4548401 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 4548401 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 4548401 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 4548417 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 4548418 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.21955043209206915]
   [junit4]   2> 4548452 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:34921 is added to 
blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-707dc755-ade2-429f-b5a1-117531794ff4:NORMAL:127.0.0.1:33038|RBW],
 
ReplicaUC[[DISK]DS-99e5ebbf-2965-49cc-8b04-4bc40088b5f1:NORMAL:127.0.0.1:34921|RBW]]}
 size 0
   [junit4]   2> 4548457 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:33038 is added to 
blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-99e5ebbf-2965-49cc-8b04-4bc40088b5f1:NORMAL:127.0.0.1:34921|RBW],
 
ReplicaUC[[DISK]DS-c747181d-0b6c-42c9-a8c7-cb5f3b555b7e:NORMAL:127.0.0.1:33038|FINALIZED]]}
 size 0
   [junit4]   2> 4548469 WARN  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
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> 4548535 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 4548535 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4548535 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 4548547 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4548547 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4548566 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4480062527442674]
   [junit4]   2> 4548573 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6345b93c[control_collection_shard1_replica_n1] main]
   [junit4]   2> 4548575 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 4548575 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4548576 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4548578 INFO  
(searcherExecutor-5651-thread-1-processing-n:127.0.0.1:56693_ 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:56693_ c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@6345b93c[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4548578 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1595998011247296512
   [junit4]   2> 4548583 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, 
version=0}
   [junit4]   2> 4548588 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4548588 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 4548588 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:56693/control_collection_shard1_replica_n1/
   [junit4]   2> 4548589 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 4548589 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:56693/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 4548589 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 4548593 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:56693/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 4548695 INFO  (zkCallback-2673-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 4548744 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 4548747 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1620
   [junit4]   2> 4548752 INFO  (qtp471384468-19412) [n:127.0.0.1:56693_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 4548848 INFO  (zkCallback-2673-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 4549008 INFO  
(OverseerCollectionConfigSetProcessor-73519978192896004-127.0.0.1:56693_-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 4549752 INFO  (qtp471384468-19412) [n:127.0.0.1:56693_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:56693_&wt=javabin&version=2}
 status=0 QTime=2754
   [junit4]   2> 4549758 INFO  (zkConnectionManagerCallback-2687-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4549759 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4549760 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42973/solr ready
   [junit4]   2> 4549760 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 4549761 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 4549763 INFO  (OverseerThreadFactory-5648-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 4549764 WARN  (OverseerThreadFactory-5648-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection 
(collection1) without cores.
   [junit4]   2> 4549969 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 4549970 INFO  (qtp471384468-19416) [n:127.0.0.1:56693_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2}
 status=0 QTime=208
   [junit4]   2> 4550112 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_46ACA90D8DC97E65-001/shard-1-001
 of type NRT
   [junit4]   2> 4550112 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 4550114 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4550114 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4550114 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 4550114 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4ed49f01{/,null,AVAILABLE}
   [junit4]   2> 4550115 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7671bd91{HTTP/1.1,[http/1.1]}{127.0.0.1:51927}
   [junit4]   2> 4550115 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.e.j.s.Server Started @4550168ms
   [junit4]   2> 4550115 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://localhost:41318/hdfs__localhost_41318__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-7.x_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsUnloadDistributedZkTest_46ACA90D8DC97E65-001_tempDir-002_jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=51927, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_46ACA90D8DC97E65-001/shard-1-001/cores}
   [junit4]   2> 4550115 ERROR 
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 4550115 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4550115 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.4.0
   [junit4]   2> 4550115 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4550115 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4550116 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-03-26T11:05:13.900Z
   [junit4]   2> 4550117 INFO  (zkConnectionManagerCallback-2689-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4550118 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 4550118 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_46ACA90D8DC97E65-001/shard-1-001/solr.xml
   [junit4]   2> 4550123 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 4550123 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 4550124 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23c8c465, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 4550137 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42973/solr
   [junit4]   2> 4550139 INFO  (zkConnectionManagerCallback-2693-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4550142 INFO  (zkConnectionManagerCallback-2695-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4550152 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) 
[n:127.0.0.1:51927_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 4550154 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) 
[n:127.0.0.1:51927_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4550157 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) 
[n:127.0.0.1:51927_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51927_
   [junit4]   2> 4550159 INFO  (zkCallback-2673-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4550165 INFO  (zkCallback-2686-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4550166 INFO  (zkCallback-2678-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4550170 INFO  (zkCallback-2694-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4551635 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) 
[n:127.0.0.1:51927_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23c8c465
   [junit4]   2> 4551650 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) 
[n:127.0.0.1:51927_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23c8c465
   [junit4]   2> 4551650 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) 
[n:127.0.0.1:51927_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23c8c465
   [junit4]   2> 4551653 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) 
[n:127.0.0.1:51927_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_46ACA90D8DC97E65-001/shard-1-001/cores
   [junit4]   2> 4551656 INFO  (zkConnectionManagerCallback-2700-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4551658 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) 
[n:127.0.0.1:51927_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 4551659 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) 
[n:127.0.0.1:51927_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:42973/solr ready
   [junit4]   2> 4551695 INFO  (qtp2143335884-19475) [n:127.0.0.1:51927_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:51927_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 4551697 INFO  
(OverseerCollectionConfigSetProcessor-73519978192896004-127.0.0.1:56693_-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 4551698 INFO  (OverseerThreadFactory-5648-thread-3) [    ] 
o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:51927_ for creating new 
replica
   [junit4]   2> 4551701 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 4551701 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 4552743 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.4.0
   [junit4]   2> 4552761 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 4552915 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 4552934 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n41' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 4552935 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n41' (registry 
'solr.core.collection1.shard2.replica_n41') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23c8c465
   [junit4]   2> 4552935 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:41318/solr_hdfs_home
   [junit4]   2> 4552936 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 4552936 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 4552936 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n41] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_46ACA90D8DC97E65-001/shard-1-001/cores/collection1_shard2_replica_n41],
 dataDir=[hdfs://localhost:41318/solr_hdfs_home/collection1/core_node42/data/]
   [junit4]   2> 4552939 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:41318/solr_hdfs_home/collection1/core_node42/data/snapshot_metadata
   [junit4]   2> 4552950 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 4552950 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 4552950 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 4552956 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 4552956 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:41318/solr_hdfs_home/collection1/core_node42/data
   [junit4]   2> 4552974 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:41318/solr_hdfs_home/collection1/core_node42/data/index
   [junit4]   2> 4552981 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 4552981 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 4552982 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 4552986 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 4552986 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.21955043209206915]
   [junit4]   2> 4553018 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:34921 is added to 
blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-707dc755-ade2-429f-b5a1-117531794ff4:NORMAL:127.0.0.1:33038|RBW],
 
ReplicaUC[[DISK]DS-069a2087-b8c5-4c49-8515-76936b23b188:NORMAL:127.0.0.1:34921|RBW]]}
 size 0
   [junit4]   2> 4553022 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:33038 is added to 
blk_1073741826_1002 size 69
   [junit4]   2> 4553033 WARN  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
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> 4553098 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 4553098 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4553098 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.HdfsUpdateLog 
Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 4553136 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 4553136 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 4553139 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4480062527442674]
   [junit4]   2> 4553163 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@fb59f42[collection1_shard2_replica_n41] main]
   [junit4]   2> 4553164 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 4553165 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4553166 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4553166 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1595998016058163200
   [junit4]   2> 4553169 INFO  
(searcherExecutor-5662-thread-1-processing-n:127.0.0.1:51927_ 
x:collection1_shard2_replica_n41 c:collection1 s:shard2) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[collection1_shard2_replica_n41] Registered new searcher 
Searcher@fb59f42[collection1_shard2_replica_n41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4553173 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkShardTerms 
Successful update of terms at /collections/collection1/terms/shard2 to 
Terms{values={core_node42=0}, version=0}
   [junit4]   2> 4553176 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4553176 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 4553176 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:51927/collection1_shard2_replica_n41/
   [junit4]   2> 4553176 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 4553176 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
http://127.0.0.1:51927/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 4553176 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 4553180 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:51927/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 4553332 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 4553334 INFO  (qtp2143335884-19481) [n:127.0.0.1:51927_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1633
   [junit4]   2> 4553336 INFO  (qtp2143335884-19475) [n:127.0.0.1:51927_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:51927_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1641
   [junit4]   2> 4553486 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_46ACA90D8DC97E65-001/shard-2-001
 of type NRT
   [junit4]   2> 4553487 INFO  
(TEST-HdfsUnloadDistributedZkTest.test-seed#[46ACA90D8DC97E65]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 4553488 INFO  (TEST-HdfsUnloadDist

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

r.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1105)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:885)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:818)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    >        at 
org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:120)
   [junit4]    >        at 
org.apache.solr.cloud.UnloadDistributedZkTest.test(UnloadDistributedZkTest.java:72)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 4618385 WARN  
(SUITE-HdfsUnloadDistributedZkTest-seed#[46ACA90D8DC97E65]-worker) [    ] 
o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 4618524 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[46ACA90D8DC97E65]-worker) [    ] 
o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 4618636 WARN  (DataNode: 
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_46ACA90D8DC97E65-001/tempDir-001/hdfsBaseDir/data/data3/,
 
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_46ACA90D8DC97E65-001/tempDir-001/hdfsBaseDir/data/data4/]]
  heartbeating to localhost/127.0.0.1:41318) [    ] 
o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager 
interrupted
   [junit4]   2> 4618636 WARN  (DataNode: 
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_46ACA90D8DC97E65-001/tempDir-001/hdfsBaseDir/data/data3/,
 
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_46ACA90D8DC97E65-001/tempDir-001/hdfsBaseDir/data/data4/]]
  heartbeating to localhost/127.0.0.1:41318) [    ] o.a.h.h.s.d.DataNode Ending 
block pool service for: Block pool BP-326446808-10.41.0.5-1522062306365 
(Datanode Uuid 9568d52c-56cc-454e-ae12-28b007afbf44) service to 
localhost/127.0.0.1:41318
   [junit4]   2> 4618640 WARN  
(SUITE-HdfsUnloadDistributedZkTest-seed#[46ACA90D8DC97E65]-worker) [    ] 
o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 4618688 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[46ACA90D8DC97E65]-worker) [    ] 
o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 4618708 WARN  (DataNode: 
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_46ACA90D8DC97E65-001/tempDir-001/hdfsBaseDir/data/data1/,
 
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_46ACA90D8DC97E65-001/tempDir-001/hdfsBaseDir/data/data2/]]
  heartbeating to localhost/127.0.0.1:41318) [    ] 
o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager 
interrupted
   [junit4]   2> 4618708 WARN  (DataNode: 
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_46ACA90D8DC97E65-001/tempDir-001/hdfsBaseDir/data/data1/,
 
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_46ACA90D8DC97E65-001/tempDir-001/hdfsBaseDir/data/data2/]]
  heartbeating to localhost/127.0.0.1:41318) [    ] o.a.h.h.s.d.DataNode Ending 
block pool service for: Block pool BP-326446808-10.41.0.5-1522062306365 
(Datanode Uuid ec847861-ef8d-4ddd-9716-fd0956c64d00) service to 
localhost/127.0.0.1:41318
   [junit4]   2> 4618733 INFO  
(SUITE-HdfsUnloadDistributedZkTest-seed#[46ACA90D8DC97E65]-worker) [    ] 
o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_46ACA90D8DC97E65-001
   [junit4]   2> Mar 26, 2018 11:06:22 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(Lucene70): 
{multiDefault=BlockTreeOrds(blocksize=128), a_t=BlockTreeOrds(blocksize=128), 
id=PostingsFormat(name=Direct), text=Lucene50(blocksize=128)}, 
docValues:{other_tl1=DocValuesFormat(name=Lucene70), 
range_facet_l_dv=DocValuesFormat(name=Direct), 
_version_=DocValuesFormat(name=Lucene70), 
intDefault=DocValuesFormat(name=Lucene70), 
id_i1=DocValuesFormat(name=Lucene70), a_i1=DocValuesFormat(name=Asserting), 
range_facet_i_dv=DocValuesFormat(name=Asserting), 
intDvoDefault=DocValuesFormat(name=Direct), 
range_facet_l=DocValuesFormat(name=Asserting), 
timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=542, 
maxMBSortInHeap=7.579881430460217, sim=RandomSimilarity(queryNorm=false): {}, 
locale=mk-MK, timezone=America/Porto_Velho
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=2,free=169867320,total=487587840
   [junit4]   2> NOTE: All tests run in this JVM: [LIROnShardRestartTest, 
CollectionsAPISolrJTest, ChangedSchemaMergeTest, SOLR749Test, IndexSchemaTest, 
AssignBackwardCompatibilityTest, SolrCloudReportersTest, DocValuesMissingTest, 
TestRandomFlRTGCloud, TestConfigSets, SortByFunctionTest, ExplicitHLLTest, 
MoveReplicaHDFSFailoverTest, TestConfigOverlay, SegmentsInfoRequestHandlerTest, 
AutoScalingHandlerTest, ScheduledTriggerTest, TestCharFilters, SyncSliceTest, 
TestReplicationHandler, TestPayloadCheckQParserPlugin, SolrInfoBeanTest, 
TestHttpShardHandlerFactory, PathHierarchyTokenizerFactoryTest, 
TestSolrCloudWithDelegationTokens, FacetPivotSmallTest, ResourceLoaderTest, 
DirectSolrConnectionTest, TestSchemaSimilarityResource, ConnectionManagerTest, 
CoreAdminRequestStatusTest, SchemaVersionSpecificBehaviorTest, 
TestReversedWildcardFilterFactory, SolrJmxReporterCloudTest, 
SoftAutoCommitTest, ScriptEngineTest, ActionThrottleTest, TestRecoveryHdfs, 
RuleEngineTest, TestSystemIdResolver, VersionInfoTest, TestCloudSchemaless, 
TestCopyFieldCollectionResource, TestUniqueKeyFieldResource, CursorMarkTest, 
TestMultiWordSynonyms, TestLegacyNumericRangeQueryBuilder, 
DataDrivenBlockJoinTest, QueryParsingTest, BasicFunctionalityTest, 
TestCustomSort, CheckHdfsIndexTest, TestFreeTextSuggestions, 
SpatialRPTFieldTypeTest, TestDocBasedVersionConstraints, 
DeleteInactiveReplicaTest, TestRequestStatusCollectionAPI, TestOrdValues, 
JSONWriterTest, TestSweetSpotSimilarityFactory, TestSolrCoreParser, 
SaslZkACLProviderTest, SearchHandlerTest, TestStreamBody, 
TestAnalyzeInfixSuggestions, TestDistributedMap, 
DirectUpdateHandlerOptimizeTest, BadComponentTest, TermsComponentTest, 
TestInPlaceUpdatesDistrib, TestStressVersions, 
PreAnalyzedFieldManagedSchemaCloudTest, MetricsHandlerTest, BlockDirectoryTest, 
TestReloadAndDeleteDocs, TestFuzzyAnalyzedSuggestions, QueryEqualityTest, 
UpdateRequestProcessorFactoryTest, TestNodeLostTrigger, TestUtilizeNode, 
TestCursorMarkWithoutUniqueKey, TestPostingsSolrHighlighter, TestCoreBackup, 
CustomHighlightComponentTest, DeleteReplicaTest, 
SignatureUpdateProcessorFactoryTest, TestSha256AuthenticationProvider, 
AssignTest, VMParamsZkACLAndCredentialsProvidersTest, 
AnalyticsMergeStrategyTest, TestDFISimilarityFactory, 
SubstringBytesRefFilterTest, HLLUtilTest, SimplePostToolTest, 
TestPartialUpdateDeduplication, TestSolrCloudWithHadoopAuthPlugin, 
SliceStateTest, TestFastLRUCache, TestSurroundQueryParser, 
SolrMetricsIntegrationTest, FastVectorHighlighterTest, 
TestSlowCompositeReaderWrapper, TestSimpleTrackingShardHandler, 
DistribCursorPagingTest, TestRequestForwarding, RestartWhileUpdatingTest, 
PeerSyncReplicationTest, TestRTGBase, HdfsChaosMonkeySafeLeaderTest, 
BasicZkTest, SystemInfoHandlerTest, BasicAuthIntegrationTest, 
TestLuceneIndexBackCompat, OverseerRolesTest, RankQueryTest, 
TestSubQueryTransformerCrossCore, TestJsonFacets, TestDistributedGrouping, 
TestReload, BlockJoinFacetDistribTest, JsonLoaderTest, AddBlockUpdateTest, 
TestInfoStreamLogging, HdfsLockFactoryTest, TestFieldTypeResource, 
HdfsRecoveryZkTest, HdfsTlogReplayBufferedWhileIndexingTest, 
HdfsUnloadDistributedZkTest]
   [junit4] Completed [616/785 (1!)] on J1 in 86.05s, 1 test, 1 error <<< 
FAILURES!

[...truncated 9868 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:651:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:585:
 Some of the tests produced a heap dump, but did not fail. Maybe a suppressed 
OutOfMemoryError? Dumps created:
* java_pid11603.hprof

Total time: 284 minutes 40 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
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to