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

[JENKINS] Lucene-Solr-NightlyTests-8.x - Build # 314 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/314/

1 tests failed.
FAILED:  org.apache.lucene.search.TestInetAddressRangeQueries.testRandomBig

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space
	at __randomizedtesting.SeedInfo.seed([1B51C42345639463:9C06B9ACD43AE8E3]:0)
	at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
	at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
	at org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
	at org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
	at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
	at org.apache.lucene.util.bkd.OfflinePointWriter.append(OfflinePointWriter.java:67)
	at org.apache.lucene.util.bkd.BKDRadixSelector.offlinePartition(BKDRadixSelector.java:285)
	at org.apache.lucene.util.bkd.BKDRadixSelector.buildHistogramAndPartition(BKDRadixSelector.java:258)
	at org.apache.lucene.util.bkd.BKDRadixSelector.select(BKDRadixSelector.java:126)
	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1647)
	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1664)
	at org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:797)
	at org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:140)
	at org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
	at org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
	at org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:143)
	at org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.merge(AssertingPointsFormat.java:149)
	at org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:202)
	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:162)
	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4463)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4057)
	at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
	at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2158)
	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5120)
	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1597)
	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
	at org.apache.lucene.search.BaseRangeFieldQueryTestCase.verify(BaseRangeFieldQueryTestCase.java:219)
	at org.apache.lucene.search.BaseRangeFieldQueryTestCase.doTestRandom(BaseRangeFieldQueryTestCase.java:189)
	at org.apache.lucene.search.BaseRangeFieldQueryTestCase.testRandomBig(BaseRangeFieldQueryTestCase.java:77)
	at org.apache.lucene.search.TestInetAddressRangeQueries.testRandomBig(TestInetAddressRangeQueries.java:83)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)




Build Log:
[...truncated 9825 lines...]
   [junit4] Suite: org.apache.lucene.search.TestInetAddressRangeQueries
   [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=TestInetAddressRangeQueries -Dtests.method=testRandomBig -Dtests.seed=1B51C42345639463 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt -Dtests.locale=es-ES -Dtests.timezone=Etc/GMT-4 -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    288s J0 | TestInetAddressRangeQueries.testRandomBig <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1B51C42345639463:9C06B9ACD43AE8E3]:0)
   [junit4]    > 	at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
   [junit4]    > 	at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
   [junit4]    > 	at org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
   [junit4]    > 	at org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
   [junit4]    > 	at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
   [junit4]    > 	at org.apache.lucene.util.bkd.OfflinePointWriter.append(OfflinePointWriter.java:67)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDRadixSelector.offlinePartition(BKDRadixSelector.java:285)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDRadixSelector.buildHistogramAndPartition(BKDRadixSelector.java:258)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDRadixSelector.select(BKDRadixSelector.java:126)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1647)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1664)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:797)
   [junit4]    > 	at org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:140)
   [junit4]    > 	at org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
   [junit4]    > 	at org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
   [junit4]    > 	at org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:143)
   [junit4]    > 	at org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.merge(AssertingPointsFormat.java:149)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:202)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:162)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4463)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4057)
   [junit4]    > 	at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2158)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5120)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1597)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
   [junit4]    > 	at org.apache.lucene.search.BaseRangeFieldQueryTestCase.verify(BaseRangeFieldQueryTestCase.java:219)
   [junit4]    > 	at org.apache.lucene.search.BaseRangeFieldQueryTestCase.doTestRandom(BaseRangeFieldQueryTestCase.java:189)
   [junit4]    > 	at org.apache.lucene.search.BaseRangeFieldQueryTestCase.testRandomBig(BaseRangeFieldQueryTestCase.java:77)
   [junit4]    > 	at org.apache.lucene.search.TestInetAddressRangeQueries.testRandomBig(TestInetAddressRangeQueries.java:83)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/misc/test/J0/temp/lucene.search.TestInetAddressRangeQueries_1B51C42345639463-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {id=FSTOrd50}, docValues:{ipRangeField=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=243, maxMBSortInHeap=6.195692086368808, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7da77b81), locale=es-ES, timezone=Etc/GMT-4
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=228601328,total=310378496
   [junit4]   2> NOTE: All tests run in this JVM: [TestInetAddressRangeQueries]
   [junit4] Completed [14/16 (1!)] on J0 in 294.63s, 6 tests, 1 error <<< FAILURES!

[...truncated 7 lines...]
   [junit4] JVM J0: stdout was not empty, see: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/misc/test/temp/junit4-J0-20200104_105041_2981018334381731057056.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/heapdumps/java_pid3577.hprof ...
   [junit4] Heap dump file created [577932844 bytes in 2.004 secs]
   [junit4] <<< JVM J0: EOF ----

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

Total time: 287 minutes 10 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

Re: [JENKINS] Lucene-Solr-NightlyTests-8.x - Build # 314 - Failure

Posted by Adrien Grand <jp...@gmail.com>.
I disabled NRTCachingDirectory when tests request a FSDirectory to fix
these failures.

On Sat, Jan 4, 2020 at 2:30 PM Apache Jenkins Server <
jenkins@builds.apache.org> wrote:

> Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/314/
>
> 1 tests failed.
> FAILED:  org.apache.lucene.search.TestInetAddressRangeQueries.testRandomBig
>
> Error Message:
> Java heap space
>
> Stack Trace:
> java.lang.OutOfMemoryError: Java heap space
>         at
> __randomizedtesting.SeedInfo.seed([1B51C42345639463:9C06B9ACD43AE8E3]:0)
>         at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
>         at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
>         at
> org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
>         at
> org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
>         at
> org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
>         at
> org.apache.lucene.util.bkd.OfflinePointWriter.append(OfflinePointWriter.java:67)
>         at
> org.apache.lucene.util.bkd.BKDRadixSelector.offlinePartition(BKDRadixSelector.java:285)
>         at
> org.apache.lucene.util.bkd.BKDRadixSelector.buildHistogramAndPartition(BKDRadixSelector.java:258)
>         at
> org.apache.lucene.util.bkd.BKDRadixSelector.select(BKDRadixSelector.java:126)
>         at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1647)
>         at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1664)
>         at org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:797)
>         at
> org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:140)
>         at
> org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
>         at
> org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
>         at
> org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:143)
>         at
> org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.merge(AssertingPointsFormat.java:149)
>         at
> org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:202)
>         at
> org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:162)
>         at
> org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4463)
>         at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4057)
>         at
> org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
>         at
> org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2158)
>         at
> org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5120)
>         at
> org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1597)
>         at
> org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
>         at
> org.apache.lucene.search.BaseRangeFieldQueryTestCase.verify(BaseRangeFieldQueryTestCase.java:219)
>         at
> org.apache.lucene.search.BaseRangeFieldQueryTestCase.doTestRandom(BaseRangeFieldQueryTestCase.java:189)
>         at
> org.apache.lucene.search.BaseRangeFieldQueryTestCase.testRandomBig(BaseRangeFieldQueryTestCase.java:77)
>         at
> org.apache.lucene.search.TestInetAddressRangeQueries.testRandomBig(TestInetAddressRangeQueries.java:83)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>
>
>
>
> Build Log:
> [...truncated 9825 lines...]
>    [junit4] Suite: org.apache.lucene.search.TestInetAddressRangeQueries
>    [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=TestInetAddressRangeQueries -Dtests.method=testRandomBig
> -Dtests.seed=1B51C42345639463 -Dtests.multiplier=2 -Dtests.nightly=true
> -Dtests.slow=true
> -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt
> -Dtests.locale=es-ES -Dtests.timezone=Etc/GMT-4 -Dtests.asserts=true
> -Dtests.file.encoding=ISO-8859-1
>    [junit4] ERROR    288s J0 | TestInetAddressRangeQueries.testRandomBig
> <<<
>    [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
>    [junit4]    >        at
> __randomizedtesting.SeedInfo.seed([1B51C42345639463:9C06B9ACD43AE8E3]:0)
>    [junit4]    >        at
> org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
>    [junit4]    >        at
> org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
>    [junit4]    >        at
> org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
>    [junit4]    >        at
> org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
>    [junit4]    >        at
> org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.OfflinePointWriter.append(OfflinePointWriter.java:67)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.BKDRadixSelector.offlinePartition(BKDRadixSelector.java:285)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.BKDRadixSelector.buildHistogramAndPartition(BKDRadixSelector.java:258)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.BKDRadixSelector.select(BKDRadixSelector.java:126)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1647)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1664)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:797)
>    [junit4]    >        at
> org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:140)
>    [junit4]    >        at
> org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
>    [junit4]    >        at
> org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
>    [junit4]    >        at
> org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:143)
>    [junit4]    >        at
> org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.merge(AssertingPointsFormat.java:149)
>    [junit4]    >        at
> org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:202)
>    [junit4]    >        at
> org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:162)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4463)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4057)
>    [junit4]    >        at
> org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2158)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5120)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1597)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
>    [junit4]    >        at
> org.apache.lucene.search.BaseRangeFieldQueryTestCase.verify(BaseRangeFieldQueryTestCase.java:219)
>    [junit4]    >        at
> org.apache.lucene.search.BaseRangeFieldQueryTestCase.doTestRandom(BaseRangeFieldQueryTestCase.java:189)
>    [junit4]    >        at
> org.apache.lucene.search.BaseRangeFieldQueryTestCase.testRandomBig(BaseRangeFieldQueryTestCase.java:77)
>    [junit4]    >        at
> org.apache.lucene.search.TestInetAddressRangeQueries.testRandomBig(TestInetAddressRangeQueries.java:83)
>    [junit4]   2> NOTE: leaving temporary files on disk at:
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/misc/test/J0/temp/lucene.search.TestInetAddressRangeQueries_1B51C42345639463-001
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84):
> {id=FSTOrd50}, docValues:{ipRangeField=DocValuesFormat(name=Asserting),
> id=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=243,
> maxMBSortInHeap=6.195692086368808,
> sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7da77b81),
> locale=es-ES, timezone=Etc/GMT-4
>    [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation
> 1.8.0_191 (64-bit)/cpus=4,threads=1,free=228601328,total=310378496
>    [junit4]   2> NOTE: All tests run in this JVM:
> [TestInetAddressRangeQueries]
>    [junit4] Completed [14/16 (1!)] on J0 in 294.63s, 6 tests, 1 error <<<
> FAILURES!
>
> [...truncated 7 lines...]
>    [junit4] JVM J0: stdout was not empty, see:
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/misc/test/temp/junit4-J0-20200104_105041_2981018334381731057056.sysout
>    [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
>    [junit4] java.lang.OutOfMemoryError: Java heap space
>    [junit4] Dumping heap to
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/heapdumps/java_pid3577.hprof
> ...
>    [junit4] Heap dump file created [577932844 bytes in 2.004 secs]
>    [junit4] <<< JVM J0: EOF ----
>
> [...truncated 16388 lines...]
> BUILD FAILED
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/build.xml:652:
> The following error occurred while executing this line:
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/build.xml:586:
> Some of the tests produced a heap dump, but did not fail. Maybe a
> suppressed OutOfMemoryError? Dumps created:
> * java_pid3577.hprof
>
> Total time: 287 minutes 10 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: builds-unsubscribe@lucene.apache.org
> For additional commands, e-mail: builds-help@lucene.apache.org



-- 
Adrien

[JENKINS] Lucene-Solr-NightlyTests-8.x - Build # 316 - Still Unstable

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

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

Error Message:
Timeout occurred while waiting response from server at: https://127.0.0.1:32843/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: https://127.0.0.1:32843/solr
	at __randomizedtesting.SeedInfo.seed([F81D3778CCE8E22E:704908A262148FD6]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
	at org.apache.solr.cloud.AssignBackwardCompatibilityTest.test(AssignBackwardCompatibilityTest.java:87)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:975)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:933)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
	... 49 more


FAILED:  org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenRenew

Error Message:
expected:<200> but was:<403>

Stack Trace:
java.lang.AssertionError: expected:<200> but was:<403>
	at __randomizedtesting.SeedInfo.seed([F81D3778CCE8E22E:CF86C366F4243F8A]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.renewDelegationToken(TestSolrCloudWithDelegationTokens.java:138)
	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.verifyDelegationTokenRenew(TestSolrCloudWithDelegationTokens.java:343)
	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenRenew(TestSolrCloudWithDelegationTokens.java:361)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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 14774 lines...]
   [junit4] Suite: org.apache.solr.cloud.AssignBackwardCompatibilityTest
   [junit4]   2> 1986059 INFO  (SUITE-AssignBackwardCompatibilityTest-seed#[F81D3778CCE8E22E]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1986060 INFO  (SUITE-AssignBackwardCompatibilityTest-seed#[F81D3778CCE8E22E]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.AssignBackwardCompatibilityTest_F81D3778CCE8E22E-001/data-dir-169-001
   [junit4]   2> 1986060 WARN  (SUITE-AssignBackwardCompatibilityTest-seed#[F81D3778CCE8E22E]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=35 numCloses=35
   [junit4]   2> 1986060 INFO  (SUITE-AssignBackwardCompatibilityTest-seed#[F81D3778CCE8E22E]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1986061 INFO  (SUITE-AssignBackwardCompatibilityTest-seed#[F81D3778CCE8E22E]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1986062 INFO  (SUITE-AssignBackwardCompatibilityTest-seed#[F81D3778CCE8E22E]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.AssignBackwardCompatibilityTest_F81D3778CCE8E22E-001/tempDir-001
   [junit4]   2> 1986062 INFO  (SUITE-AssignBackwardCompatibilityTest-seed#[F81D3778CCE8E22E]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1986062 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1986062 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1986162 INFO  (SUITE-AssignBackwardCompatibilityTest-seed#[F81D3778CCE8E22E]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:32855
   [junit4]   2> 1986162 INFO  (SUITE-AssignBackwardCompatibilityTest-seed#[F81D3778CCE8E22E]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:32855
   [junit4]   2> 1986162 INFO  (SUITE-AssignBackwardCompatibilityTest-seed#[F81D3778CCE8E22E]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:32855
   [junit4]   2> 1986162 INFO  (SUITE-AssignBackwardCompatibilityTest-seed#[F81D3778CCE8E22E]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 32855
   [junit4]   2> 1986164 INFO  (SUITE-AssignBackwardCompatibilityTest-seed#[F81D3778CCE8E22E]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1986166 INFO  (zkConnectionManagerCallback-8166-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1986166 INFO  (SUITE-AssignBackwardCompatibilityTest-seed#[F81D3778CCE8E22E]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1986174 INFO  (SUITE-AssignBackwardCompatibilityTest-seed#[F81D3778CCE8E22E]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1986178 INFO  (zkConnectionManagerCallback-8168-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1986178 INFO  (SUITE-AssignBackwardCompatibilityTest-seed#[F81D3778CCE8E22E]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1986179 INFO  (SUITE-AssignBackwardCompatibilityTest-seed#[F81D3778CCE8E22E]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1986179 INFO  (zkConnectionManagerCallback-8170-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1986179 INFO  (SUITE-AssignBackwardCompatibilityTest-seed#[F81D3778CCE8E22E]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1986283 WARN  (jetty-launcher-8171-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1986283 WARN  (jetty-launcher-8171-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1986283 WARN  (jetty-launcher-8171-thread-4) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1986283 INFO  (jetty-launcher-8171-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1986283 INFO  (jetty-launcher-8171-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1986283 INFO  (jetty-launcher-8171-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1986283 INFO  (jetty-launcher-8171-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1986283 INFO  (jetty-launcher-8171-thread-4) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 1986283 INFO  (jetty-launcher-8171-thread-3) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 1986283 INFO  (jetty-launcher-8171-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1986283 INFO  (jetty-launcher-8171-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1986283 INFO  (jetty-launcher-8171-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 1986284 WARN  (jetty-launcher-8171-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1986284 INFO  (jetty-launcher-8171-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1986284 INFO  (jetty-launcher-8171-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1986284 INFO  (jetty-launcher-8171-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 1986290 INFO  (jetty-launcher-8171-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1986290 INFO  (jetty-launcher-8171-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1986290 INFO  (jetty-launcher-8171-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1986290 INFO  (jetty-launcher-8171-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2c17813b{/solr,null,AVAILABLE}
   [junit4]   2> 1986297 INFO  (jetty-launcher-8171-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@30e65a24{SSL,[ssl, http/1.1]}{127.0.0.1:33037}
   [junit4]   2> 1986297 INFO  (jetty-launcher-8171-thread-3) [     ] o.e.j.s.Server Started @1986325ms
   [junit4]   2> 1986297 INFO  (jetty-launcher-8171-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33037}
   [junit4]   2> 1986297 ERROR (jetty-launcher-8171-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1986297 INFO  (jetty-launcher-8171-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1986297 INFO  (jetty-launcher-8171-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 1986297 INFO  (jetty-launcher-8171-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1986297 INFO  (jetty-launcher-8171-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1986297 INFO  (jetty-launcher-8171-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-05T23:49:20.262Z
   [junit4]   2> 1986303 INFO  (jetty-launcher-8171-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1986304 INFO  (jetty-launcher-8171-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1986304 INFO  (jetty-launcher-8171-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1986304 INFO  (jetty-launcher-8171-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1986306 INFO  (jetty-launcher-8171-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1986306 INFO  (jetty-launcher-8171-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1986306 INFO  (jetty-launcher-8171-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1986310 INFO  (jetty-launcher-8171-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3967779a{/solr,null,AVAILABLE}
   [junit4]   2> 1986311 INFO  (jetty-launcher-8171-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1986311 INFO  (jetty-launcher-8171-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1986311 INFO  (jetty-launcher-8171-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1986311 INFO  (jetty-launcher-8171-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7ebb673a{/solr,null,AVAILABLE}
   [junit4]   2> 1986311 INFO  (jetty-launcher-8171-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@18e099b7{SSL,[ssl, http/1.1]}{127.0.0.1:46285}
   [junit4]   2> 1986311 INFO  (jetty-launcher-8171-thread-2) [     ] o.e.j.s.Server Started @1986339ms
   [junit4]   2> 1986311 INFO  (jetty-launcher-8171-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46285}
   [junit4]   2> 1986311 ERROR (jetty-launcher-8171-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1986311 INFO  (jetty-launcher-8171-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1986311 INFO  (jetty-launcher-8171-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 1986311 INFO  (jetty-launcher-8171-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1986311 INFO  (jetty-launcher-8171-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1986311 INFO  (jetty-launcher-8171-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-05T23:49:20.276Z
   [junit4]   2> 1986312 INFO  (zkConnectionManagerCallback-8173-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1986312 INFO  (jetty-launcher-8171-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1986312 INFO  (jetty-launcher-8171-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@75f602c{/solr,null,AVAILABLE}
   [junit4]   2> 1986312 INFO  (jetty-launcher-8171-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1986314 INFO  (jetty-launcher-8171-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1986314 INFO  (jetty-launcher-8171-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2db3aef6{SSL,[ssl, http/1.1]}{127.0.0.1:44381}
   [junit4]   2> 1986314 INFO  (jetty-launcher-8171-thread-1) [     ] o.e.j.s.Server Started @1986343ms
   [junit4]   2> 1986314 INFO  (jetty-launcher-8171-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44381}
   [junit4]   2> 1986314 ERROR (jetty-launcher-8171-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1986314 INFO  (jetty-launcher-8171-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1986314 INFO  (jetty-launcher-8171-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 1986314 INFO  (jetty-launcher-8171-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1986314 INFO  (jetty-launcher-8171-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1986314 INFO  (jetty-launcher-8171-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-05T23:49:20.279Z
   [junit4]   2> 1986318 INFO  (jetty-launcher-8171-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1986322 INFO  (zkConnectionManagerCallback-8175-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1986322 INFO  (jetty-launcher-8171-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1986322 INFO  (jetty-launcher-8171-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1a19975f{SSL,[ssl, http/1.1]}{127.0.0.1:32843}
   [junit4]   2> 1986322 INFO  (jetty-launcher-8171-thread-4) [     ] o.e.j.s.Server Started @1986351ms
   [junit4]   2> 1986322 INFO  (jetty-launcher-8171-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=32843}
   [junit4]   2> 1986322 ERROR (jetty-launcher-8171-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1986323 INFO  (jetty-launcher-8171-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1986323 INFO  (jetty-launcher-8171-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 1986323 INFO  (jetty-launcher-8171-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1986323 INFO  (jetty-launcher-8171-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1986323 INFO  (jetty-launcher-8171-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-05T23:49:20.288Z
   [junit4]   2> 1986323 INFO  (zkConnectionManagerCallback-8177-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1986323 INFO  (jetty-launcher-8171-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1986323 INFO  (jetty-launcher-8171-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1986323 INFO  (jetty-launcher-8171-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1986324 INFO  (jetty-launcher-8171-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1986348 INFO  (zkConnectionManagerCallback-8179-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1986348 INFO  (jetty-launcher-8171-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1986448 INFO  (jetty-launcher-8171-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1986478 INFO  (jetty-launcher-8171-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1986479 WARN  (jetty-launcher-8171-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1986480 WARN  (jetty-launcher-8171-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5ea47371[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1986480 WARN  (jetty-launcher-8171-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5ea47371[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1986482 WARN  (jetty-launcher-8171-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1986482 WARN  (jetty-launcher-8171-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@f497e00[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1986482 WARN  (jetty-launcher-8171-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@f497e00[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1986483 INFO  (jetty-launcher-8171-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32855/solr
   [junit4]   2> 1986486 INFO  (jetty-launcher-8171-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1986488 INFO  (zkConnectionManagerCallback-8187-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1986488 INFO  (jetty-launcher-8171-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1986614 INFO  (jetty-launcher-8171-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1986615 WARN  (jetty-launcher-8171-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1986615 WARN  (jetty-launcher-8171-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@116766eb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1986615 WARN  (jetty-launcher-8171-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@116766eb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1986617 WARN  (jetty-launcher-8171-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1986618 WARN  (jetty-launcher-8171-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@28b05490[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1986619 WARN  (jetty-launcher-8171-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@28b05490[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1986620 INFO  (jetty-launcher-8171-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32855/solr
   [junit4]   2> 1986622 INFO  (jetty-launcher-8171-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1986623 INFO  (zkConnectionManagerCallback-8194-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1986623 INFO  (jetty-launcher-8171-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1986684 INFO  (jetty-launcher-8171-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1986685 WARN  (jetty-launcher-8171-thread-4) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1986686 WARN  (jetty-launcher-8171-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@85efc0e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1986686 WARN  (jetty-launcher-8171-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@85efc0e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1986687 WARN  (jetty-launcher-8171-thread-4) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1986690 WARN  (jetty-launcher-8171-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7c75478c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1986690 WARN  (jetty-launcher-8171-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7c75478c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1986691 INFO  (jetty-launcher-8171-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32855/solr
   [junit4]   2> 1986692 INFO  (jetty-launcher-8171-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1986693 INFO  (zkConnectionManagerCallback-8201-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1986693 INFO  (jetty-launcher-8171-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1986716 INFO  (jetty-launcher-8171-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1986717 WARN  (jetty-launcher-8171-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1986718 WARN  (jetty-launcher-8171-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@8181621[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1986718 WARN  (jetty-launcher-8171-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@8181621[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1986720 WARN  (jetty-launcher-8171-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1986721 WARN  (jetty-launcher-8171-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@38b307d4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1986721 WARN  (jetty-launcher-8171-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@38b307d4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1986722 INFO  (jetty-launcher-8171-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32855/solr
   [junit4]   2> 1986723 INFO  (jetty-launcher-8171-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1986723 INFO  (zkConnectionManagerCallback-8207-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1986723 INFO  (jetty-launcher-8171-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1986752 INFO  (jetty-launcher-8171-thread-3) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1986753 INFO  (zkConnectionManagerCallback-8209-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1986753 INFO  (jetty-launcher-8171-thread-3) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1986853 INFO  (jetty-launcher-8171-thread-2) [n:127.0.0.1:46285_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1986853 INFO  (zkConnectionManagerCallback-8211-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1986853 INFO  (jetty-launcher-8171-thread-2) [n:127.0.0.1:46285_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1986953 INFO  (jetty-launcher-8171-thread-1) [n:127.0.0.1:44381_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1986954 INFO  (zkConnectionManagerCallback-8213-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1986954 INFO  (jetty-launcher-8171-thread-1) [n:127.0.0.1:44381_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1987053 INFO  (jetty-launcher-8171-thread-4) [n:127.0.0.1:32843_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1987054 INFO  (zkConnectionManagerCallback-8215-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1987054 INFO  (jetty-launcher-8171-thread-4) [n:127.0.0.1:32843_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1987067 INFO  (jetty-launcher-8171-thread-3) [n:127.0.0.1:33037_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33037_solr
   [junit4]   2> 1987068 INFO  (jetty-launcher-8171-thread-3) [n:127.0.0.1:33037_solr     ] o.a.s.c.Overseer Overseer (id=73020301708427275-127.0.0.1:33037_solr-n_0000000000) starting
   [junit4]   2> 1987073 INFO  (jetty-launcher-8171-thread-3) [n:127.0.0.1:33037_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33037_solr
   [junit4]   2> 1987073 INFO  (OverseerStateUpdate-73020301708427275-127.0.0.1:33037_solr-n_0000000000) [n:127.0.0.1:33037_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:33037_solr
   [junit4]   2> 1987074 INFO  (OverseerStateUpdate-73020301708427275-127.0.0.1:33037_solr-n_0000000000) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1987075 WARN  (jetty-launcher-8171-thread-3) [n:127.0.0.1:33037_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1987091 INFO  (jetty-launcher-8171-thread-3) [n:127.0.0.1:33037_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1987129 INFO  (jetty-launcher-8171-thread-3) [n:127.0.0.1:33037_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33037.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d7a15f
   [junit4]   2> 1987136 INFO  (jetty-launcher-8171-thread-4) [n:127.0.0.1:32843_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1987136 INFO  (jetty-launcher-8171-thread-3) [n:127.0.0.1:33037_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33037.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d7a15f
   [junit4]   2> 1987136 INFO  (jetty-launcher-8171-thread-3) [n:127.0.0.1:33037_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33037.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d7a15f
   [junit4]   2> 1987138 INFO  (jetty-launcher-8171-thread-3) [n:127.0.0.1:33037_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1987138 INFO  (jetty-launcher-8171-thread-3) [n:127.0.0.1:33037_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.AssignBackwardCompatibilityTest_F81D3778CCE8E22E-001/tempDir-001/node2/.
   [junit4]   2> 1987139 INFO  (jetty-launcher-8171-thread-4) [n:127.0.0.1:32843_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:32843_solr as DOWN
   [junit4]   2> 1987139 INFO  (jetty-launcher-8171-thread-4) [n:127.0.0.1:32843_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1987139 INFO  (jetty-launcher-8171-thread-4) [n:127.0.0.1:32843_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32843_solr
   [junit4]   2> 1987141 WARN  (jetty-launcher-8171-thread-4) [n:127.0.0.1:32843_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1987149 INFO  (zkCallback-8208-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1987149 INFO  (zkCallback-8214-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1987160 INFO  (jetty-launcher-8171-thread-1) [n:127.0.0.1:44381_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1987162 INFO  (jetty-launcher-8171-thread-2) [n:127.0.0.1:46285_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1987162 INFO  (jetty-launcher-8171-thread-1) [n:127.0.0.1:44381_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:44381_solr as DOWN
   [junit4]   2> 1987163 INFO  (jetty-launcher-8171-thread-1) [n:127.0.0.1:44381_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1987163 INFO  (jetty-launcher-8171-thread-1) [n:127.0.0.1:44381_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44381_solr
   [junit4]   2> 1987163 INFO  (zkCallback-8214-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1987163 INFO  (zkCallback-8208-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1987164 WARN  (jetty-launcher-8171-thread-1) [n:127.0.0.1:44381_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1987172 INFO  (zkCallback-8210-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1987172 INFO  (zkCallback-8212-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1987172 INFO  (jetty-launcher-8171-thread-2) [n:127.0.0.1:46285_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:46285_solr as DOWN
   [junit4]   2> 1987172 INFO  (jetty-launcher-8171-thread-2) [n:127.0.0.1:46285_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1987172 INFO  (jetty-launcher-8171-thread-2) [n:127.0.0.1:46285_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46285_solr
   [junit4]   2> 1987173 INFO  (zkCallback-8210-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1987173 INFO  (zkCallback-8212-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1987173 WARN  (jetty-launcher-8171-thread-2) [n:127.0.0.1:46285_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1987176 INFO  (jetty-launcher-8171-thread-4) [n:127.0.0.1:32843_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1987177 INFO  (jetty-launcher-8171-thread-1) [n:127.0.0.1:44381_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1987180 INFO  (zkCallback-8214-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1987180 INFO  (zkCallback-8208-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1987186 INFO  (jetty-launcher-8171-thread-2) [n:127.0.0.1:46285_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1987193 INFO  (jetty-launcher-8171-thread-1) [n:127.0.0.1:44381_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44381.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d7a15f
   [junit4]   2> 1987197 INFO  (jetty-launcher-8171-thread-4) [n:127.0.0.1:32843_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32843.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d7a15f
   [junit4]   2> 1987200 INFO  (jetty-launcher-8171-thread-1) [n:127.0.0.1:44381_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44381.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d7a15f
   [junit4]   2> 1987200 INFO  (jetty-launcher-8171-thread-2) [n:127.0.0.1:46285_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46285.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d7a15f
   [junit4]   2> 1987201 INFO  (jetty-launcher-8171-thread-1) [n:127.0.0.1:44381_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44381.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d7a15f
   [junit4]   2> 1987202 INFO  (jetty-launcher-8171-thread-1) [n:127.0.0.1:44381_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1987202 INFO  (jetty-launcher-8171-thread-1) [n:127.0.0.1:44381_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.AssignBackwardCompatibilityTest_F81D3778CCE8E22E-001/tempDir-001/node1/.
   [junit4]   2> 1987204 INFO  (jetty-launcher-8171-thread-4) [n:127.0.0.1:32843_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32843.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d7a15f
   [junit4]   2> 1987204 INFO  (jetty-launcher-8171-thread-4) [n:127.0.0.1:32843_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32843.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d7a15f
   [junit4]   2> 1987206 INFO  (jetty-launcher-8171-thread-4) [n:127.0.0.1:32843_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1987207 INFO  (jetty-launcher-8171-thread-4) [n:127.0.0.1:32843_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.AssignBackwardCompatibilityTest_F81D3778CCE8E22E-001/tempDir-001/node3/.
   [junit4]   2> 1987207 INFO  (jetty-launcher-8171-thread-2) [n:127.0.0.1:46285_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46285.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d7a15f
   [junit4]   2> 1987207 INFO  (jetty-launcher-8171-thread-2) [n:127.0.0.1:46285_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46285.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d7a15f
   [junit4]   2> 1987208 INFO  (jetty-launcher-8171-thread-2) [n:127.0.0.1:46285_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1987208 INFO  (jetty-launcher-8171-thread-2) [n:127.0.0.1:46285_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.AssignBackwardCompatibilityTest_F81D3778CCE8E22E-001/tempDir-001/node4/.
   [junit4]   2> 1987312 INFO  (SUITE-AssignBackwardCompatibilityTest-seed#[F81D3778CCE8E22E]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1987312 INFO  (SUITE-AssignBackwardCompatibilityTest-seed#[F81D3778CCE8E22E]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1987313 INFO  (zkConnectionManagerCallback-8236-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1987313 INFO  (SUITE-AssignBackwardCompatibilityTest-seed#[F81D3778CCE8E22E]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1987314 INFO  (SUITE-AssignBackwardCompatibilityTest-seed#[F81D3778CCE8E22E]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1987315 INFO  (SUITE-AssignBackwardCompatibilityTest-seed#[F81D3778CCE8E22E]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:32855/solr ready
   [junit4]   2> 1987330 INFO  (qtp1440971176-38656) [n:127.0.0.1:32843_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&maxShardsPerNode=1000&name=collection1&nrtReplicas=4&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1987331 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1987332 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/collection1.AUTOCREATED/protwords.txt
   [junit4]   2> 1987332 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/collection1.AUTOCREATED/managed-schema
   [junit4]   2> 1987333 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/collection1.AUTOCREATED/solrconfig.xml
   [junit4]   2> 1987335 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/collection1.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 1987335 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/collection1.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 1987336 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/collection1.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 1987337 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/collection1.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 1987337 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/collection1.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 1987338 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/collection1.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 1987339 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/collection1.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 1987339 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/collection1.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 1987340 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/collection1.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 1987341 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/collection1.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 1987342 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/collection1.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 1987342 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/collection1.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 1987343 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/collection1.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 1987344 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/collection1.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 1987344 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/collection1.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 1987345 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/collection1.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 1987346 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/collection1.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 1987347 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/collection1.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 1987347 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/collection1.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 1987348 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/collection1.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 1987349 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/collection1.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 1987349 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/collection1.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 1987350 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/collection1.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 1987351 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/collection1.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 1987352 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/collection1.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 1987352 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/collection1.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 1987353 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/collection1.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 1987354 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/collection1.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 1987355 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/collection1.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 1987355 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/collection1.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 1987356 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/collection1.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 1987357 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/collection1.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 1987357 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/collection1.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 1987358 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/collection1.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 1987359 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/collection1.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 1987360 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/collection1.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 1987361 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/collection1.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 1987361 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/collection1.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 1987362 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/collection1.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 1987363 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/collection1.AUTOCREATED/synonyms.txt
   [junit4]   2> 1987364 INFO  (OverseerThreadFactory-8286-thread-1-processing-n:127.0.0.1:33037_solr) [n:127.0.0.1:33037_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/collection1.AUTOCREATED/stopwords.txt
   [junit4]   2> 1987469 INFO  (OverseerStateUpdate-73020301708427275-127.0.0.1:33037_solr-n_0000000000) [n:127.0.0.1:33037_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33037/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1987470 INFO  (OverseerStateUpdate-73020301708427275-127.0.0.1:33037_solr-n_0000000000) [n:127.0.0.1:33037_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:44381/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1987472 INFO  (OverseerStateUpdate-73020301708427275-127.0.0.1:33037_solr-n_0000000000) [n:127.0.0.1:33037_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:32843/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1987473 INFO  (OverseerStateUpdate-73020301708427275-127.0.0.1:33037_solr-n_0000000000) [n:127.0.0.1:33037_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:46285/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1987679 INFO  (qtp1440971176-38655) [n:127.0.0.1:32843_solr    x:collection1_shard1_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=collection1.AUTOCREATED&newCollection=true&name=collection1_shard1_replica_n4&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1987698 INFO  (qtp2132582796-38630) [n:127.0.0.1:33037_solr    x:collection1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=collection1.AUTOCREATED&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1987698 INFO  (qtp2132582796-38630) [n:127.0.0.1:33037_solr    x:collection1_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1987699 INFO  (qtp1648969460-38644) [n:127.0.0.1:44381_solr    x:collection1_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=collection1.AUTOCREATED&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1987704 INFO  (qtp1461348127-38653) [n:127.0.0.1:46285_solr    x:collection1_shard1_replica_n6 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=collection1.AUTOCREATED&newCollection=true&name=collection1_shard1_replica_n6&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1988717 INFO  (qtp1648969460-38644) [n:127.0.0.1:44381_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.0
   [junit4]   2> 1988717 INFO  (qtp1440971176-38655) [n:127.0.0.1:32843_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.0
   [junit4]   2> 1988718 INFO  (qtp2132582796-38630) [n:127.0.0.1:33037_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.0
   [junit4]   2> 1988727 INFO  (qtp1461348127-38653) [n:127.0.0.1:46285_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.0
   [junit4]   2> 1988759 INFO  (qtp2132582796-38630) [n:127.0.0.1:33037_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 1988761 INFO  (qtp1440971176-38655) [n:127.0.0.1:32843_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4 ] o.a.s.s.IndexSchema [collection1_shard1_replica_n4] Schema name=default-config
   [junit4]   2> 1988767 INFO  (qtp1461348127-38653) [n:127.0.0.1:46285_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6 ] o.a.s.s.IndexSchema [collection1_shard1_replica_n6] Schema name=default-config
   [junit4]   2> 1988774 INFO  (qtp1648969460-38644) [n:127.0.0.1:44381_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.s.IndexSchema [collection1_shard1_replica_n2] Schema name=default-config
   [junit4]   2> 1988963 INFO  (qtp1648969460-38644) [n:127.0.0.1:44381_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 1988977 INFO  (qtp2132582796-38630) [n:127.0.0.1:33037_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 1988983 INFO  (qtp1648969460-38644) [n:127.0.0.1:44381_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n2' using configuration from collection collection1, trusted=true
   [junit4]   2> 1988984 INFO  (qtp1648969460-38644) [n:127.0.0.1:44381_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44381.solr.core.collection1.shard1.replica_n2' (registry 'solr.core.collection1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d7a15f
   [junit4]   2> 1988984 INFO  (qtp1648969460-38644) [n:127.0.0.1:44381_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.AssignBackwardCompatibilityTest_F81D3778CCE8E22E-001/tempDir-001/node1/collection1_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.AssignBackwardCompatibilityTest_F81D3778CCE8E22E-001/tempDir-001/node1/./collection1_shard1_replica_n2/data/]
   [junit4]   2> 1989032 INFO  (qtp2132582796-38630) [n:127.0.0.1:33037_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from collection collection1, trusted=true
   [junit4]   2> 1989033 INFO  (qtp2132582796-38630) [n:127.0.0.1:33037_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33037.solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d7a15f
   [junit4]   2> 1989033 INFO  (qtp2132582796-38630) [n:127.0.0.1:33037_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.AssignBackwardCompatibilityTest_F81D3778CCE8E22E-001/tempDir-001/node2/collection1_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.AssignBackwardCompatibilityTest_F81D3778CCE8E22E-001/tempDir-001/node2/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 1989069 INFO  (qtp1461348127-38653) [n:127.0.0.1:46285_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 1989073 INFO  (qtp1648969460-38644) [n:127.0.0.1:44381_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1989073 INFO  (qtp1648969460-38644) [n:127.0.0.1:44381_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1989075 INFO  (qtp1648969460-38644) [n:127.0.0.1:44381_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 1989075 INFO  (qtp1648969460-38644) [n:127.0.0.1:44381_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1989076 INFO  (qtp1648969460-38644) [n:127.0.0.1:44381_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@70d13db8[collection1_shard1_replica_n2] main]
   [junit4]   2> 1989077 INFO  (qtp1648969460-38644) [n:127.0.0.1:44381_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/collection1.AUTOCREATED
   [junit4]   2> 1989077 INFO  (qtp1648969460-38644) [n:127.0.0.1:44381_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/collection1.AUTOCREATED
   [junit4]   2> 1989077 INFO  (qtp1648969460-38644) [n:127.0.0.1:44381_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/collection1.AUTOCREATED/managed-schema
   [junit4]   2> 1989078 INFO  (qtp1648969460-38644) [n:127.0.0.1:44381_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1989079 INFO  (qtp1440971176-38655) [n:127.0.0.1:32843_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 1989080 INFO  (qtp1648969460-38644) [n:127.0.0.1:44381_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1989080 INFO  (qtp1648969460-38644) [n:127.0.0.1:44381_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 1989087 INFO  (qtp1648969460-38644) [n:127.0.0.1:44381_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1989087 INFO  (qtp1648969460-38644) [n:127.0.0.1:44381_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1654934117340413952
   [junit4]   2> 1989095 INFO  (qtp1648969460-38644) [n:127.0.0.1:44381_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node5=0}, version=0}
   [junit4]   2> 1989095 INFO  (qtp1648969460-38644) [n:127.0.0.1:44381_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 1989098 INFO  (searcherExecutor-8303-thread-1-processing-n:127.0.0.1:44381_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node5) [n:127.0.0.1:44381_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@70d13db8[collection1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1989099 INFO  (searcherExecutor-8303-thread-1-processing-n:127.0.0.1:44381_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node5) [n:127.0.0.1:44381_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 1989100 INFO  (searcherExecutor-8303-thread-1-processing-n:127.0.0.1:44381_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node5) [n:127.0.0.1:44381_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1989100 INFO  (qtp1648969460-38644) [n:127.0.0.1:44381_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=4 found=1 timeoutin=9999ms
   [junit4]   2> 1989102 INFO  (qtp1461348127-38653) [n:127.0.0.1:46285_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n6' using configuration from collection collection1, trusted=true
   [junit4]   2> 1989102 INFO  (searcherExecutor-8303-thread-1-processing-n:127.0.0.1:44381_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node5) [n:127.0.0.1:44381_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2 ] o.a.s.c.SolrCore [collection1_shard1_replica_n2] Registered new searcher Searcher@70d13db8[collection1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1989102 INFO  (qtp1461348127-38653) [n:127.0.0.1:46285_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46285.solr.core.collection1.shard1.replica_n6' (registry 'solr.core.collection1.shard1.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d7a15f
   [junit4]   2> 1989102 INFO  (qtp1461348127-38653) [n:127.0.0.1:46285_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n6] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.AssignBackwardCompatibilityTest_F81D3778CCE8E22E-001/tempDir-001/node4/collection1_shard1_replica_n6], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.AssignBackwardCompatibilityTest_F81D3778CCE8E22E-001/tempDir-001/node4/./collection1_shard1_replica_n6/data/]
   [junit4]   2> 1989107 INFO  (qtp1440971176-38655) [n:127.0.0.1:32843_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n4' using configuration from collection collection1, trusted=true
   [junit4]   2> 1989107 INFO  (qtp1440971176-38655) [n:127.0.0.1:32843_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32843.solr.core.collection1.shard1.replica_n4' (registry 'solr.core.collection1.shard1.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d7a15f
   [junit4]   2> 1989107 INFO  (qtp1440971176-38655) [n:127.0.0.1:32843_solr c:collection1 s:shard1 r:core_node7 x:collection1_shard1_replica_n4 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n4] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.AssignBackwardCompatibilityTest_F81D3778CCE8E22E-001/tempDir-001/node3/collection1_shard1_replica_n4], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.AssignBackwardCompatibilityTest_F81D3778CCE8E22E-001/tempDir-001/node3/./collection1_shard1_replica_n4/data/]
   [junit4]   2> 1989128 INFO  (qtp2132582796-38630) [n:127.0.0.1:33037_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1989128 INFO  (qtp2132582796-38630) [n:127.0.0.1:33037_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1989134 INFO  (qtp2132582796-38630) [n:127.0.0.1:33037_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 1989134 INFO  (qtp2132582796-38630) [n:127.0.0.1:33037_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1989166 INFO  (qtp2132582796-38630) [n:127.0.0.1:33037_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@abab582[collection1_shard1_replica_n1] main]
   [junit4]   2> 1989167 INFO  (qtp2132582796-38630) [n:127.0.0.1:33037_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/collection1.AUTOCREATED
   [junit4]   2> 1989167 INFO  (qtp2132582796-38630) [n:127.0.0.1:33037_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/collection1.AUTOCREATED
   [junit4]   2> 1989167 INFO  (qtp2132582796-38630) [n:127.0.0.1:33037_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/collection1.AUTOCREATED/managed-schema
   [junit4]   2> 1989167 INFO  (qtp2132582796-38630) [n:127.0.0.1:33037_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1989168 INFO  (qtp2132582796-38630) [n:127.0.0.1:33037_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1989168 INFO  (qtp2132582796-38630) [n:127.0.0.1:33037_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 1989169 INFO  (qtp2132582796-38630) [n:127.0.0.1:33037_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1989169 INFO  (qtp2132582796-38630) [n:127.0.0.1:33037_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1654934117426397184
   [junit4]   2> 1989176 INFO  (qtp1461348127-38653) [n:127.0.0.1:46285_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1989177 INFO  (searcherExecutor-8304-thread-1-processing-n:127.0.0.1:33037_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:33037_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@abab582[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1989177 INFO  (searcherExecutor-8304-thread-1-processing-n:127.0.0.1:33037_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:33037_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 1989177 INFO  (searcherExecutor-8304-thread-1-processing-n:127.0.0.1:33037_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:33037_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1989178 INFO  (searcherExecutor-8304-thread-1-processing-n:127.0.0.1:33037_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:33037_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher Searcher@abab582[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1989178 INFO  (qtp1461348127-38653) [n:127.0.0.1:46285_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1989180 INFO  (qtp1461348127-38653) [n:127.0.0.1:46285_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 1989180 INFO  (qtp1461348127-38653) [n:127.0.0.1:46285_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1989182 INFO  (qtp1461348127-38653) [n:127.0.0.1:46285_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@35fca572[collection1_shard1_replica_n6] main]
   [junit4]   2> 1989182 INFO  (qtp2132582796-38630) [n:127.0.0.1:33037_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0, core_node5=0}, version=1}
   [junit4]   2> 1989182 INFO  (qtp2132582796-38630) [n:127.0.0.1:33037_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 1989183 INFO  (qtp1461348127-38653) [n:127.0.0.1:46285_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/collection1.AUTOCREATED
   [junit4]   2> 1989183 INFO  (qtp1461348127-38653) [n:127.0.0.1:46285_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/collection1.AUTOCREATED
   [junit4]   2> 1989183 INFO  (qtp1461348127-38653) [n:127.0.0.1:46285_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/collection1.AUTOCREATED/managed-schema
   [junit4]   2> 1989184 INFO  (qtp1461348127-38653) [n:127.0.0.1:46285_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1989184 INFO  (qtp1461348127-38653) [n:127.0.0.1:46285_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1989184 INFO  (qtp1461348127-38653) [n:127.0.0.1:46285_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6 ] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 1989185 INFO  (qtp1461348127-38653) [n:127.0.0.1:46285_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1989185 INFO  (qtp1461348127-38653) [n:127.0.0.1:46285_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1654934117443174400
   [junit4]   2> 1989187 INFO  (searcherExecutor-8309-thread-1-processing-n:127.0.0.1:46285_solr x:collection1_shard1_replica_n6 c:collection1 s:shard1 r:core_node8) [n:127.0.0.1:46285_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6 ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@35fca572[collection1_shard1_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   

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

Executor-7378-thread-1) [n:127.0.0.1:38203_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@105f8570 commitCommandVersion:0
   [junit4]   2> 2601911 INFO  (jetty-closer-11124-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2601911 INFO  (jetty-closer-11124-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3507a72d: rootName = solr_38203, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@bed2e0d
   [junit4]   2> 2601915 INFO  (jetty-closer-11124-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2601915 INFO  (jetty-closer-11124-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5ba5b94d: rootName = solr_38203, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@241fa03c
   [junit4]   2> 2601916 INFO  (jetty-closer-11124-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2601916 INFO  (jetty-closer-11124-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@28ef3449: rootName = solr_38203, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@54692c36
   [junit4]   2> 2601916 INFO  (jetty-closer-11124-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2602008 INFO  (jetty-closer-11124-thread-2) [     ] o.a.s.c.Overseer Overseer (id=73020341802106886-127.0.0.1:37499_solr-n_0000000000) closing
   [junit4]   2> 2602009 ERROR (Thread[Thread-70010,5,TGRP-TestSolrCloudWithDelegationTokens]) [     ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 2602017 INFO  (Curator-Framework-0) [     ] o.a.c.f.i.CuratorFrameworkImpl backgroundOperationsLoop exiting
   [junit4]   2> 2602110 ERROR (Thread[Thread-70009,5,TGRP-TestSolrCloudWithDelegationTokens]) [     ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 2602112 INFO  (Curator-Framework-0) [     ] o.a.c.f.i.CuratorFrameworkImpl backgroundOperationsLoop exiting
   [junit4]   2> 2602211 INFO  (jetty-closer-11124-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@1d85b840{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 2602211 INFO  (jetty-closer-11124-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2ab98a90{/solr,null,UNAVAILABLE}
   [junit4]   2> 2602212 INFO  (jetty-closer-11124-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2602311 INFO  (jetty-closer-11124-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@66a595bc{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 2602311 INFO  (jetty-closer-11124-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@bb72fd4{/solr,null,UNAVAILABLE}
   [junit4]   2> 2602312 INFO  (jetty-closer-11124-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2602312 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[F81D3778CCE8E22E]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 2602515 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/aliases.json
   [junit4]   2> 	8	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/collections/testDelegationTokensWithUpdate/terms/shard1
   [junit4]   2> 	2	/solr/packages.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	24	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMSeqNumRoot
   [junit4]   2> 	12	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMKeyIdRoot
   [junit4]   2> 	9	/solr/collections/testDelegationTokensWithUpdate/state.json
   [junit4]   2> 	8	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_1
   [junit4]   2> 	4	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_2
   [junit4]   2> 	4	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_4
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_7
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_6
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_9
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_8
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_1
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_3
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_2
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_5
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_4
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_11
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_10
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	31	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
   [junit4]   2> 	14	/solr/overseer/queue
   [junit4]   2> 	12	/solr/live_nodes
   [junit4]   2> 	11	/solr/collections
   [junit4]   2> 	6	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 2602516 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[F81D3778CCE8E22E]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:33045
   [junit4]   2> 2602516 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[F81D3778CCE8E22E]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33045
   [junit4]   2> 2602516 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[F81D3778CCE8E22E]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33045
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithDelegationTokens_F81D3778CCE8E22E-001
   [junit4]   2> Jan 05, 2020 11:59:36 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=698, maxMBSortInHeap=6.115122988205636, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@10a0d194), locale=es-VE, timezone=America/Port-au-Prince
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=188801384,total=519569408
   [junit4]   2> NOTE: All tests run in this JVM: [TestStandardQParsers, CollectionTooManyReplicasTest, TestGeoJSONResponseWriter, ChaosMonkeySafeLeaderWithPullReplicasTest, TestSQLHandlerNonCloud, TestDistribPackageStore, TestEmbeddedSolrServerAdminHandler, TestSimPolicyCloud, PeerSyncReplicationTest, ResponseHeaderTest, TestDistributedSearch, MoreLikeThisHandlerTest, SignatureUpdateProcessorFactoryTest, TestCorePropertiesReload, TestBlendedInfixSuggestions, TemplateUpdateProcessorTest, HdfsNNFailoverTest, CoreAdminHandlerTest, MetricsConfigTest, NestedAtomicUpdateTest, SaslZkACLProviderTest, TestJmxIntegration, ShardSplitTest, HdfsTlogReplayBufferedWhileIndexingTest, TestBM25SimilarityFactory, AdminHandlersProxyTest, TestUtils, TestFilteredDocIdSet, TestSimUtils, TestStressThreadBackup, TestFunctionQuery, MoveReplicaHDFSFailoverTest, TestAddFieldRealTimeGet, DistanceUnitsTest, CloneFieldUpdateProcessorFactoryTest, TestJettySolrRunner, QueryElevationComponentTest, LargeFieldTest, TestDynamicFieldNamesIndexCorrectly, BasicFunctionalityTest, MBeansHandlerTest, HdfsDirectoryTest, TestUseDocValuesAsStored2, DeleteShardTest, DirectSolrSpellCheckerTest, TestXmlQParser, CircularListTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestConfigOverlay, TestTlogReplayVsRecovery, TestDistributedStatsComponentCardinality, TestCloudManagedSchema, TestDynamicFieldResource, CdcrWithNodesRestartsTest, V2StandaloneTest, MetricsHistoryWithAuthIntegrationTest, TestCloudJSONFacetSKG, FullHLLTest, CoreMergeIndexesAdminHandlerTest, DistributedSuggestComponentTest, SoftAutoCommitTest, TestSolrCloudWithHadoopAuthPlugin, TestSchemaResource, UpdateRequestProcessorFactoryTest, DisMaxRequestHandlerTest, SolrCloudExampleTest, DistributedFacetPivotWhiteBoxTest, TestFieldCacheSort, TestDistributedTracing, StressHdfsTest, RuleEngineTest, ZookeeperStatusHandlerTest, TestFieldTypeCollectionResource, DistributedUpdateProcessorTest, OverseerCollectionConfigSetProcessorTest, TestSimLargeCluster, TestPolicyCloud, PeerSyncWithLeaderAndIndexFingerprintCachingTest, RequestHandlersTest, TestNumericTerms64, TestLocalFSCloudBackupRestore, TestConfigSets, TestOverriddenPrefixQueryForCustomFieldType, TestExtendedDismaxParser, TestManagedSchemaAPI, TestExactSharedStatsCache, TestReplicationHandler, CopyFieldTest, NotRequiredUniqueKeyTest, TestFastOutputStream, TestReqParamsAPI, SearchRateTriggerIntegrationTest, TestSolrCloudWithDelegationTokens]
   [junit4] Completed [338/894 (2!)] on J1 in 5.01s, 9 tests, 1 failure <<< FAILURES!

[...truncated 54749 lines...]

[JENKINS] Lucene-Solr-NightlyTests-8.x - Build # 315 - Unstable

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

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

Error Message:
shard1 is not consistent.  Got 4080 from https://127.0.0.1:45195/dziuo/collection1_shard1_replica_n5 (previous client) and got 4081 from https://127.0.0.1:44005/dziuo/collection1_shard1_replica_n1

Stack Trace:
java.lang.AssertionError: shard1 is not consistent.  Got 4080 from https://127.0.0.1:45195/dziuo/collection1_shard1_replica_n5 (previous client) and got 4081 from https://127.0.0.1:44005/dziuo/collection1_shard1_replica_n1
	at __randomizedtesting.SeedInfo.seed([BB3F555CEEF74CAE:336B6A86400B2156]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1470)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1449)
	at org.apache.solr.cloud.RestartWhileUpdatingTest.test(RestartWhileUpdatingTest.java:155)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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 14433 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsRestartWhileUpdatingTest
   [junit4]   2> 1148233 INFO  (SUITE-HdfsRestartWhileUpdatingTest-seed#[BB3F555CEEF74CAE]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB3F555CEEF74CAE-001/data-dir-74-001
   [junit4]   2> 1148233 WARN  (SUITE-HdfsRestartWhileUpdatingTest-seed#[BB3F555CEEF74CAE]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1148233 INFO  (SUITE-HdfsRestartWhileUpdatingTest-seed#[BB3F555CEEF74CAE]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1148234 INFO  (SUITE-HdfsRestartWhileUpdatingTest-seed#[BB3F555CEEF74CAE]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1148235 INFO  (SUITE-HdfsRestartWhileUpdatingTest-seed#[BB3F555CEEF74CAE]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1148235 INFO  (SUITE-HdfsRestartWhileUpdatingTest-seed#[BB3F555CEEF74CAE]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /dziuo/
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 1148284 WARN  (SUITE-HdfsRestartWhileUpdatingTest-seed#[BB3F555CEEF74CAE]-worker) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1148285 INFO  (SUITE-HdfsRestartWhileUpdatingTest-seed#[BB3F555CEEF74CAE]-worker) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 1148286 INFO  (SUITE-HdfsRestartWhileUpdatingTest-seed#[BB3F555CEEF74CAE]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1148286 INFO  (SUITE-HdfsRestartWhileUpdatingTest-seed#[BB3F555CEEF74CAE]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1148286 INFO  (SUITE-HdfsRestartWhileUpdatingTest-seed#[BB3F555CEEF74CAE]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1148286 INFO  (SUITE-HdfsRestartWhileUpdatingTest-seed#[BB3F555CEEF74CAE]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3bcd0bea{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 1148380 INFO  (SUITE-HdfsRestartWhileUpdatingTest-seed#[BB3F555CEEF74CAE]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@7a080415{hdfs,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/jetty-localhost_localdomain-46565-hadoop-hdfs-3_2_0-tests_jar-_-any-4488223238207553292.dir/webapp/,AVAILABLE}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/hdfs}
   [junit4]   2> 1148380 INFO  (SUITE-HdfsRestartWhileUpdatingTest-seed#[BB3F555CEEF74CAE]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@66b04404{HTTP/1.1,[http/1.1]}{localhost.localdomain:46565}
   [junit4]   2> 1148380 INFO  (SUITE-HdfsRestartWhileUpdatingTest-seed#[BB3F555CEEF74CAE]-worker) [     ] o.e.j.s.Server Started @1148408ms
   [junit4]   2> 1148458 WARN  (SUITE-HdfsRestartWhileUpdatingTest-seed#[BB3F555CEEF74CAE]-worker) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1148460 INFO  (SUITE-HdfsRestartWhileUpdatingTest-seed#[BB3F555CEEF74CAE]-worker) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 1148462 INFO  (SUITE-HdfsRestartWhileUpdatingTest-seed#[BB3F555CEEF74CAE]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1148462 INFO  (SUITE-HdfsRestartWhileUpdatingTest-seed#[BB3F555CEEF74CAE]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1148462 INFO  (SUITE-HdfsRestartWhileUpdatingTest-seed#[BB3F555CEEF74CAE]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1148462 INFO  (SUITE-HdfsRestartWhileUpdatingTest-seed#[BB3F555CEEF74CAE]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@59488e6f{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 1148558 INFO  (SUITE-HdfsRestartWhileUpdatingTest-seed#[BB3F555CEEF74CAE]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@44f88e6d{datanode,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/jetty-localhost-42501-hadoop-hdfs-3_2_0-tests_jar-_-any-2098124168167757142.dir/webapp/,AVAILABLE}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/datanode}
   [junit4]   2> 1148558 INFO  (SUITE-HdfsRestartWhileUpdatingTest-seed#[BB3F555CEEF74CAE]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@c8bcf3a{HTTP/1.1,[http/1.1]}{localhost:42501}
   [junit4]   2> 1148558 INFO  (SUITE-HdfsRestartWhileUpdatingTest-seed#[BB3F555CEEF74CAE]-worker) [     ] o.e.j.s.Server Started @1148585ms
   [junit4]   2> 1148713 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0x3339677b84c24152: Processing first storage report for DS-df85f4dd-28cb-4150-8a5e-590eb002f04f from datanode 42e3a3cb-abf0-4037-8b9f-feff336d3ce4
   [junit4]   2> 1148713 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0x3339677b84c24152: from storage DS-df85f4dd-28cb-4150-8a5e-590eb002f04f node DatanodeRegistration(127.0.0.1:46569, datanodeUuid=42e3a3cb-abf0-4037-8b9f-feff336d3ce4, infoPort=46841, infoSecurePort=0, ipcPort=38223, storageInfo=lv=-57;cid=testClusterID;nsid=699436626;c=1578197624889), blocks: 0, hasStaleStorage: true, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 1148713 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0x3339677b84c24152: Processing first storage report for DS-10834b38-6d1b-4087-b890-bc0d5ff54cee from datanode 42e3a3cb-abf0-4037-8b9f-feff336d3ce4
   [junit4]   2> 1148713 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0x3339677b84c24152: from storage DS-10834b38-6d1b-4087-b890-bc0d5ff54cee node DatanodeRegistration(127.0.0.1:46569, datanodeUuid=42e3a3cb-abf0-4037-8b9f-feff336d3ce4, infoPort=46841, infoSecurePort=0, ipcPort=38223, storageInfo=lv=-57;cid=testClusterID;nsid=699436626;c=1578197624889), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 1148863 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1148863 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1148864 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1148963 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.ZkTestServer start zk server on port:36907
   [junit4]   2> 1148964 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:36907
   [junit4]   2> 1148964 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36907
   [junit4]   2> 1148964 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36907
   [junit4]   2> 1148965 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1148975 INFO  (zkConnectionManagerCallback-3922-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1148975 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1148980 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1148981 INFO  (zkConnectionManagerCallback-3924-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1148981 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1148982 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1148983 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1148983 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1148984 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1148985 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1148985 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1148986 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1148986 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1148987 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1148988 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1148988 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1148990 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1148990 INFO  (zkConnectionManagerCallback-3928-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1148990 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1149092 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1149180 WARN  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1149180 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1149180 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1149180 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 1149181 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1149181 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1149181 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1149182 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@75e95c41{/dziuo,null,AVAILABLE}
   [junit4]   2> 1149183 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2babb69c{SSL,[ssl, http/1.1]}{127.0.0.1:34269}
   [junit4]   2> 1149183 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.e.j.s.Server Started @1149210ms
   [junit4]   2> 1149183 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost.localdomain:36001/hdfs__localhost.localdomain_36001__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB3F555CEEF74CAE-001_tempDir-002_control_data, replicaType=NRT, hostContext=/dziuo, hostPort=34269, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB3F555CEEF74CAE-001/control-001/cores}
   [junit4]   2> 1149183 ERROR (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1149183 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1149183 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 1149183 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1149183 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1149183 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-05T04:13:45.828Z
   [junit4]   2> 1149184 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1149189 INFO  (zkConnectionManagerCallback-3930-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1149189 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1149291 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1149291 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB3F555CEEF74CAE-001/control-001/solr.xml
   [junit4]   2> 1149295 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1149295 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1149296 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@270fb6d6, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1149383 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1149384 WARN  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1149384 WARN  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@39dc970e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1149384 WARN  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@39dc970e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1149387 WARN  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1149388 WARN  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5c189d72[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1149388 WARN  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5c189d72[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1149389 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36907/solr
   [junit4]   2> 1149389 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1149390 INFO  (zkConnectionManagerCallback-3937-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1149390 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1149495 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [n:127.0.0.1:34269_dziuo     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1149496 INFO  (zkConnectionManagerCallback-3939-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1149496 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [n:127.0.0.1:34269_dziuo     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1149541 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [n:127.0.0.1:34269_dziuo     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34269_dziuo
   [junit4]   2> 1149541 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [n:127.0.0.1:34269_dziuo     ] o.a.s.c.Overseer Overseer (id=73015679158321157-127.0.0.1:34269_dziuo-n_0000000000) starting
   [junit4]   2> 1149545 INFO  (OverseerStateUpdate-73015679158321157-127.0.0.1:34269_dziuo-n_0000000000) [n:127.0.0.1:34269_dziuo     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:34269_dziuo
   [junit4]   2> 1149545 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [n:127.0.0.1:34269_dziuo     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34269_dziuo
   [junit4]   2> 1149546 INFO  (OverseerStateUpdate-73015679158321157-127.0.0.1:34269_dziuo-n_0000000000) [n:127.0.0.1:34269_dziuo     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1149547 WARN  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [n:127.0.0.1:34269_dziuo     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1149559 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [n:127.0.0.1:34269_dziuo     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1149584 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [n:127.0.0.1:34269_dziuo     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@270fb6d6
   [junit4]   2> 1149589 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [n:127.0.0.1:34269_dziuo     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@270fb6d6
   [junit4]   2> 1149589 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [n:127.0.0.1:34269_dziuo     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@270fb6d6
   [junit4]   2> 1149590 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [n:127.0.0.1:34269_dziuo     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1149591 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [n:127.0.0.1:34269_dziuo     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB3F555CEEF74CAE-001/control-001/cores
   [junit4]   2> 1149605 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1149606 INFO  (zkConnectionManagerCallback-3948-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1149606 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1149607 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1149607 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36907/solr ready
   [junit4]   2> 1149621 INFO  (qtp1268278528-16086) [n:127.0.0.1:34269_dziuo     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:34269_dziuo&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1149625 INFO  (OverseerThreadFactory-4596-thread-1-processing-n:127.0.0.1:34269_dziuo) [n:127.0.0.1:34269_dziuo     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1149736 INFO  (qtp1268278528-16084) [n:127.0.0.1:34269_dziuo    x:control_collection_shard1_replica_n1 ] 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> 1149737 INFO  (qtp1268278528-16084) [n:127.0.0.1:34269_dziuo    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1150750 INFO  (qtp1268278528-16084) [n:127.0.0.1:34269_dziuo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.0
   [junit4]   2> 1150763 INFO  (qtp1268278528-16084) [n:127.0.0.1:34269_dziuo 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> 1150824 INFO  (qtp1268278528-16084) [n:127.0.0.1:34269_dziuo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1150836 INFO  (qtp1268278528-16084) [n:127.0.0.1:34269_dziuo 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> 1150836 INFO  (qtp1268278528-16084) [n:127.0.0.1:34269_dziuo 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@270fb6d6
   [junit4]   2> 1150836 INFO  (qtp1268278528-16084) [n:127.0.0.1:34269_dziuo 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 [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB3F555CEEF74CAE-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB3F555CEEF74CAE-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1150839 INFO  (qtp1268278528-16084) [n:127.0.0.1:34269_dziuo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=11.8876953125, floorSegmentMB=0.6279296875, forceMergeDeletesPctAllowed=19.256581767420915, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3189892033370839, deletesPctAllowed=24.260161406222753
   [junit4]   2> 1150852 WARN  (qtp1268278528-16084) [n:127.0.0.1:34269_dziuo 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> 1150882 INFO  (qtp1268278528-16084) [n:127.0.0.1:34269_dziuo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1150882 INFO  (qtp1268278528-16084) [n:127.0.0.1:34269_dziuo 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> 1150884 INFO  (qtp1268278528-16084) [n:127.0.0.1:34269_dziuo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 30000ms; 
   [junit4]   2> 1150884 INFO  (qtp1268278528-16084) [n:127.0.0.1:34269_dziuo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: if uncommitted for 3000ms; 
   [junit4]   2> 1150885 INFO  (qtp1268278528-16084) [n:127.0.0.1:34269_dziuo 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=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.46084398002552607]
   [junit4]   2> 1150885 INFO  (qtp1268278528-16084) [n:127.0.0.1:34269_dziuo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@68a863e[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1150887 INFO  (qtp1268278528-16084) [n:127.0.0.1:34269_dziuo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1150887 INFO  (qtp1268278528-16084) [n:127.0.0.1:34269_dziuo 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> 1150887 INFO  (qtp1268278528-16084) [n:127.0.0.1:34269_dziuo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1150887 INFO  (qtp1268278528-16084) [n:127.0.0.1:34269_dziuo 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 1654860155486994432
   [junit4]   2> 1150890 INFO  (searcherExecutor-4601-thread-1-processing-n:127.0.0.1:34269_dziuo x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:34269_dziuo 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@68a863e[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1150892 INFO  (qtp1268278528-16084) [n:127.0.0.1:34269_dziuo 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> 1150892 INFO  (qtp1268278528-16084) [n:127.0.0.1:34269_dziuo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 1150894 INFO  (qtp1268278528-16084) [n:127.0.0.1:34269_dziuo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1150894 INFO  (qtp1268278528-16084) [n:127.0.0.1:34269_dziuo 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> 1150894 INFO  (qtp1268278528-16084) [n:127.0.0.1:34269_dziuo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:34269/dziuo/control_collection_shard1_replica_n1/
   [junit4]   2> 1150894 INFO  (qtp1268278528-16084) [n:127.0.0.1:34269_dziuo 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> 1150895 INFO  (qtp1268278528-16084) [n:127.0.0.1:34269_dziuo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:34269/dziuo/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1150895 INFO  (qtp1268278528-16084) [n:127.0.0.1:34269_dziuo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/73015679158321157-core_node2-n_0000000000
   [junit4]   2> 1150896 INFO  (qtp1268278528-16084) [n:127.0.0.1:34269_dziuo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:34269/dziuo/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1150997 INFO  (zkCallback-3938-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> 1150997 INFO  (zkCallback-3938-thread-2) [     ] 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> 1150998 INFO  (qtp1268278528-16084) [n:127.0.0.1:34269_dziuo 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> 1150999 INFO  (qtp1268278528-16084) [n:127.0.0.1:34269_dziuo 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=1263
   [junit4]   2> 1151002 INFO  (qtp1268278528-16086) [n:127.0.0.1:34269_dziuo     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1151099 INFO  (zkCallback-3938-thread-2) [     ] 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> 1151099 INFO  (zkCallback-3938-thread-3) [     ] 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> 1151099 INFO  (zkCallback-3938-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> 1151100 INFO  (qtp1268278528-16086) [n:127.0.0.1:34269_dziuo     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:34269_dziuo&wt=javabin&version=2} status=0 QTime=1479
   [junit4]   2> 1151100 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 1151207 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1151208 INFO  (zkConnectionManagerCallback-3954-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1151208 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1151209 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1151210 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36907/solr ready
   [junit4]   2> 1151210 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1151212 INFO  (qtp1268278528-16086) [n:127.0.0.1:34269_dziuo     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1151214 INFO  (OverseerThreadFactory-4596-thread-2-processing-n:127.0.0.1:34269_dziuo) [n:127.0.0.1:34269_dziuo     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1151214 INFO  (OverseerCollectionConfigSetProcessor-73015679158321157-127.0.0.1:34269_dziuo-n_0000000000) [n:127.0.0.1:34269_dziuo     ] 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> 1151416 WARN  (OverseerThreadFactory-4596-thread-2-processing-n:127.0.0.1:34269_dziuo) [n:127.0.0.1:34269_dziuo     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 1151417 INFO  (qtp1268278528-16086) [n:127.0.0.1:34269_dziuo     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1151417 INFO  (qtp1268278528-16086) [n:127.0.0.1:34269_dziuo     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=205
   [junit4]   2> 1151418 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 1151418 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 1151418 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 1151418 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 1151418 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 1151418 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 1151418 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=3
   [junit4]   2> 1151501 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB3F555CEEF74CAE-001/shard-1-001 of type NRT
   [junit4]   2> 1151504 WARN  (closeThreadPool-3955-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1151504 INFO  (closeThreadPool-3955-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1151504 INFO  (closeThreadPool-3955-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1151504 INFO  (closeThreadPool-3955-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 1151506 INFO  (closeThreadPool-3955-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1151506 INFO  (closeThreadPool-3955-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1151506 INFO  (closeThreadPool-3955-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1151507 INFO  (closeThreadPool-3955-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@35e0d6de{/dziuo,null,AVAILABLE}
   [junit4]   2> 1151507 INFO  (closeThreadPool-3955-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4a698788{SSL,[ssl, http/1.1]}{127.0.0.1:44005}
   [junit4]   2> 1151507 INFO  (closeThreadPool-3955-thread-1) [     ] o.e.j.s.Server Started @1151535ms
   [junit4]   2> 1151507 INFO  (closeThreadPool-3955-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost.localdomain:36001/hdfs__localhost.localdomain_36001__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB3F555CEEF74CAE-001_tempDir-002_jetty1, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/dziuo, hostPort=44005, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB3F555CEEF74CAE-001/shard-1-001/cores}
   [junit4]   2> 1151508 ERROR (closeThreadPool-3955-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1151508 INFO  (closeThreadPool-3955-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1151508 INFO  (closeThreadPool-3955-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 1151508 INFO  (closeThreadPool-3955-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1151508 INFO  (closeThreadPool-3955-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1151508 INFO  (closeThreadPool-3955-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-05T04:13:48.153Z
   [junit4]   2> 1151510 INFO  (closeThreadPool-3955-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1151513 INFO  (zkConnectionManagerCallback-3957-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1151513 INFO  (closeThreadPool-3955-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1151584 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB3F555CEEF74CAE-001/shard-2-001 of type NRT
   [junit4]   2> 1151589 WARN  (closeThreadPool-3955-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1151589 INFO  (closeThreadPool-3955-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1151589 INFO  (closeThreadPool-3955-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1151589 INFO  (closeThreadPool-3955-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 1151598 INFO  (closeThreadPool-3955-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1151598 INFO  (closeThreadPool-3955-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1151598 INFO  (closeThreadPool-3955-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1151598 INFO  (closeThreadPool-3955-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@68b323a0{/dziuo,null,AVAILABLE}
   [junit4]   2> 1151599 INFO  (closeThreadPool-3955-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@327315e7{SSL,[ssl, http/1.1]}{127.0.0.1:45195}
   [junit4]   2> 1151599 INFO  (closeThreadPool-3955-thread-2) [     ] o.e.j.s.Server Started @1151627ms
   [junit4]   2> 1151599 INFO  (closeThreadPool-3955-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost.localdomain:36001/hdfs__localhost.localdomain_36001__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB3F555CEEF74CAE-001_tempDir-002_jetty2, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/dziuo, hostPort=45195, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB3F555CEEF74CAE-001/shard-2-001/cores}
   [junit4]   2> 1151599 ERROR (closeThreadPool-3955-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1151599 INFO  (closeThreadPool-3955-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1151599 INFO  (closeThreadPool-3955-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 1151599 INFO  (closeThreadPool-3955-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1151599 INFO  (closeThreadPool-3955-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1151599 INFO  (closeThreadPool-3955-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-05T04:13:48.244Z
   [junit4]   2> 1151600 INFO  (closeThreadPool-3955-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1151601 INFO  (zkConnectionManagerCallback-3959-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1151601 INFO  (closeThreadPool-3955-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1151614 INFO  (closeThreadPool-3955-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1151614 INFO  (closeThreadPool-3955-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB3F555CEEF74CAE-001/shard-1-001/solr.xml
   [junit4]   2> 1151618 INFO  (closeThreadPool-3955-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1151618 INFO  (closeThreadPool-3955-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1151619 INFO  (closeThreadPool-3955-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@270fb6d6, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1151662 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB3F555CEEF74CAE-001/shard-3-001 of type NRT
   [junit4]   2> 1151664 WARN  (closeThreadPool-3955-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1151664 INFO  (closeThreadPool-3955-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1151664 INFO  (closeThreadPool-3955-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1151664 INFO  (closeThreadPool-3955-thread-3) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 1151665 INFO  (closeThreadPool-3955-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1151665 INFO  (closeThreadPool-3955-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1151665 INFO  (closeThreadPool-3955-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1151665 INFO  (closeThreadPool-3955-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@30ff6dcf{/dziuo,null,AVAILABLE}
   [junit4]   2> 1151666 INFO  (closeThreadPool-3955-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@56ef5458{SSL,[ssl, http/1.1]}{127.0.0.1:41165}
   [junit4]   2> 1151666 INFO  (closeThreadPool-3955-thread-3) [     ] o.e.j.s.Server Started @1151693ms
   [junit4]   2> 1151666 INFO  (closeThreadPool-3955-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost.localdomain:36001/hdfs__localhost.localdomain_36001__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB3F555CEEF74CAE-001_tempDir-002_jetty3, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/dziuo, hostPort=41165, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB3F555CEEF74CAE-001/shard-3-001/cores}
   [junit4]   2> 1151666 ERROR (closeThreadPool-3955-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1151666 INFO  (closeThreadPool-3955-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1151666 INFO  (closeThreadPool-3955-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.5.0
   [junit4]   2> 1151666 INFO  (closeThreadPool-3955-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1151666 INFO  (closeThreadPool-3955-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1151666 INFO  (closeThreadPool-3955-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-05T04:13:48.311Z
   [junit4]   2> 1151670 INFO  (closeThreadPool-3955-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1151674 INFO  (zkConnectionManagerCallback-3962-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1151674 INFO  (closeThreadPool-3955-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1151699 INFO  (closeThreadPool-3955-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1151700 WARN  (closeThreadPool-3955-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1151700 WARN  (closeThreadPool-3955-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@426fe8fe[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1151700 WARN  (closeThreadPool-3955-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@426fe8fe[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1151703 WARN  (closeThreadPool-3955-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1151704 WARN  (closeThreadPool-3955-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1040b777[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1151704 WARN  (closeThreadPool-3955-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1040b777[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1151705 INFO  (closeThreadPool-3955-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36907/solr
   [junit4]   2> 1151706 INFO  (closeThreadPool-3955-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1151707 INFO  (zkConnectionManagerCallback-3968-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1151708 INFO  (closeThreadPool-3955-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1151716 INFO  (closeThreadPool-3955-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1151716 INFO  (closeThreadPool-3955-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB3F555CEEF74CAE-001/shard-2-001/solr.xml
   [junit4]   2> 1151719 INFO  (closeThreadPool-3955-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1151719 INFO  (closeThreadPool-3955-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1151720 INFO  (closeThreadPool-3955-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@270fb6d6, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1151787 INFO  (closeThreadPool-3955-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1151787 WARN  (closeThreadPool-3955-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1151787 WARN  (closeThreadPool-3955-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6b53c533[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1151788 WARN  (closeThreadPool-3955-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6b53c533[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1151789 WARN  (closeThreadPool-3955-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1151790 WARN  (closeThreadPool-3955-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5317b363[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1151790 WARN  (closeThreadPool-3955-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5317b363[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1151791 INFO  (closeThreadPool-3955-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36907/solr
   [junit4]   2> 1151791 INFO  (closeThreadPool-3955-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1151792 INFO  (zkConnectionManagerCallback-3975-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1151792 INFO  (closeThreadPool-3955-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1151817 INFO  (closeThreadPool-3955-thread-3) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1151817 INFO  (closeThreadPool-3955-thread-3) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB3F555CEEF74CAE-001/shard-3-001/solr.xml
   [junit4]   2> 1151820 INFO  (closeThreadPool-3955-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1151820 INFO  (closeThreadPool-3955-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1151821 INFO  (closeThreadPool-3955-thread-3) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@270fb6d6, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1151906 INFO  (closeThreadPool-3955-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1151906 WARN  (closeThreadPool-3955-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1151907 WARN  (closeThreadPool-3955-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7705e031[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1151907 WARN  (closeThreadPool-3955-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7705e031[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1151911 WARN  (closeThreadPool-3955-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1151911 WARN  (closeThreadPool-3955-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5e008f66[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1151911 WARN  (closeThreadPool-3955-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5e008f66[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1151912 INFO  (closeThreadPool-3955-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36907/solr
   [junit4]   2> 1151913 INFO  (closeThreadPool-3955-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1151914 INFO  (zkConnectionManagerCallback-3982-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1151914 INFO  (closeThreadPool-3955-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1151919 INFO  (closeThreadPool-3955-thread-2) [n:127.0.0.1:45195_dziuo     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1151919 INFO  (zkConnectionManagerCallback-3984-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1151919 INFO  (closeThreadPool-3955-thread-2) [n:127.0.0.1:45195_dziuo     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1151922 INFO  (closeThreadPool-3955-thread-2) [n:127.0.0.1:45195_dziuo     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1151924 INFO  (closeThreadPool-3955-thread-2) [n:127.0.0.1:45195_dziuo     ] o.a.s.c.ZkController Publish node=127.0.0.1:45195_dziuo as DOWN
   [junit4]   2> 1151925 INFO  (closeThreadPool-3955-thread-2) [n:127.0.0.1:45195_dziuo     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1151925 INFO  (closeThreadPool-3955-thread-2) [n:127.0.0.1:45195_dziuo     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45195_dziuo
   [junit4]   2> 1151926 INFO  (zkCallback-3938-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1151926 INFO  (zkCallback-3953-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1151926 INFO  (zkCallback-3983-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1151927 WARN  (closeThreadPool-3955-thread-2) [n:127.0.0.1:45195_dziuo     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1151938 INFO  (closeThreadPool-3955-thread-2) [n:127.0.0.1:45195_dziuo     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1151952 INFO  (closeThreadPool-3955-thread-2) [n:127.0.0.1:45195_dziuo     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@270fb6d6
   [junit4]   2> 1151958 INFO  (closeThreadPool-3955-thread-2) [n:127.0.0.1:45195_dziuo     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@270fb6d6
   [junit4]   2> 1151959 INFO  (closeThreadPool-3955-thread-2) [n:127.0.0.1:45195_dziuo     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@270fb6d6
   [junit4]   2> 1151960 INFO  (closeThreadPool-3955-thread-2) [n:127.0.0.1:45195_dziuo     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1151960 INFO  (closeThreadPool-3955-thread-2) [n:127.0.0.1:45195_dziuo     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB3F555CEEF74CAE-001/shard-2-001/cores
   [junit4]   2> 1151978 INFO  (closeThreadPool-3955-thread-2) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:45195_dziuo
   [junit4]   2> 1152019 INFO  (closeThreadPool-3955-thread-1) [n:127.0.0.1:44005_dziuo     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1152020 INFO  (zkConnectionManagerCallback-3990-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1152020 INFO  (closeThreadPool-3955-thread-1) [n:127.0.0.1:44005_dziuo     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1152023 INFO  (closeThreadPool-3955-thread-1) [n:127.0.0.1:44005_dziuo     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1152026 INFO  (closeThreadPool-3955-thread-1) [n:127.0.0.1:44005_dziuo     ] o.a.s.c.ZkController Publish node=127.0.0.1:44005_dziuo as DOWN
   [junit4]   2> 1152026 INFO  (closeThreadPool-3955-thread-1) [n:127.0.0.1:44005_dziuo     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1152026 INFO  (closeThreadPool-3955-thread-1) [n:127.0.0.1:44005_dziuo     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44005_dziuo
   [junit4]   2> 1152027 INFO  (zkCallback-3983-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1152027 INFO  (zkCallback-3953-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1152027 INFO  (zkCallback-3938-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1152027 INFO  (zkCallback-3989-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1152028 WARN  (closeThreadPool-3955-thread-1) [n:127.0.0.1:44005_dziuo     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1152039 INFO  (closeThreadPool-3955-thread-1) [n:127.0.0.1:44005_dziuo     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1152053 INFO  (closeThreadPool-3955-thread-1) [n:127.0.0.1:44005_dziuo     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@270fb6d6
   [junit4]   2> 1152059 INFO  (closeThreadPool-3955-thread-1) [n:127.0.0.1:44005_dziuo     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@270fb6d6
   [junit4]   2> 1152059 INFO  (closeThreadPool-3955-thread-1) [n:127.0.0.1:44005_dziuo     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@270fb6d6
   [junit4]   2> 1152060 INFO  (closeThreadPool-3955-thread-1) [n:127.0.0.1:44005_dziuo     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1152061 INFO  (closeThreadPool-3955-thread-1) [n:127.0.0.1:44005_dziuo     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB3F555CEEF74CAE-001/shard-1-001/cores
   [junit4]   2> 1152086 INFO  (closeThreadPool-3955-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:44005_dziuo
   [junit4]   2> 1152119 INFO  (closeThreadPool-3955-thread-3) [n:127.0.0.1:41165_dziuo     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1152121 INFO  (zkConnectionManagerCallback-3996-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1152121 INFO  (closeThreadPool-3955-thread-3) [n:127.0.0.1:41165_dziuo     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1152124 INFO  (closeThreadPool-3955-thread-3) [n:127.0.0.1:41165_dziuo     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1152126 INFO  (closeThreadPool-3955-thread-3) [n:127.0.0.1:41165_dziuo     ] o.a.s.c.ZkController Publish node=127.0.0.1:41165_dziuo as DOWN
   [junit4]   2> 1152127 INFO  (closeThreadPool-3955-thread-3) [n:127.0.0.1:41165_dziuo     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1152127 INFO  (closeThreadPool-3955-thread-3) [n:127.0.0.1:41165_dziuo     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41165_dziuo
   [junit4]   2> 1152128 INFO  (zkCallback-3983-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1152128 INFO  (zkCallback-3989-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1152128 INFO  (zkCallback-3953-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1152128 INFO  (zkCallback-3938-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1152128 INFO  (zkCallback-3995-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1152128 WARN  (closeThreadPool-3955-thread-3) [n:127.0.0.1:41165_dziuo     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1152142 INFO  (closeThreadPool-3955-thread-3) [n:127.0.0.1:41165_dziuo     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1152155 INFO  (closeThreadPool-3955-thread-3) [n:127.0.0.1:41165_dziuo     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@270fb6d6
   [junit4]   2> 1152162 INFO  (closeThreadPool-3955-thread-3) [n:127.0.0.1:41165_dziuo     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@270fb6d6
   [junit4]   2> 1152162 INFO  (closeThreadPool-3955-thread-3) [n:127.0.0.1:41165_dziuo     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@270fb6d6
   [junit4]   2> 1152163 INFO  (closeThreadPool-3955-thread-3) [n:127.0.0.1:41165_dziuo     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1152164 INFO  (closeThreadPool-3955-thread-3) [n:127.0.0.1:41165_dziuo     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB3F555CEEF74CAE-001/shard-3-001/cores
   [junit4]   2> 1152199 INFO  (closeThreadPool-3955-thread-3) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:41165_dziuo
   [junit4]   2> 1152207 INFO  (qtp1268278528-16085) [n:127.0.0.1:34269_dziuo     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:44005_dziuo&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1152210 INFO  (qtp1268278528-16087) [n:127.0.0.1:34269_dziuo     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:41165_dziuo&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1152211 INFO  (qtp1268278528-16083) [n:127.0.0.1:34269_dziuo     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:45195_dziuo&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1152212 INFO  (OverseerCollectionConfigSetProcessor-73015679158321157-127.0.0.1:34269_dziuo-n_0000000000) [n:127.0.0.1:34269_dziuo     ] 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> 1152213 INFO  (OverseerThreadFactory-4596-thread-3-processing-n:127.0.0.1:34269_dziuo) [n:127.0.0.1:34269_dziuo c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:44005_dziuo for creating new replica of shard shard1 for collection collection1
   [junit4]   2> 1152213 INFO  (OverseerThreadFactory-4596-thread-3-processing-n:127.0.0.1:34269_dziuo) [n:127.0.0.1:34269_dziuo c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 1152236 INFO  (qtp190090675-16146) [n:127.0.0.1:44005_dziuo    x:collection1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1153254 INFO  (qtp190090675-16146) [n:127.0.0.1:44005_dziuo c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.0
   [junit4]   2> 1153284 INFO  (qtp190090675-16146) [n:127.0.0.1:44005_dziuo c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=test
   [junit4]   2> 1153332 INFO  (qtp190090675-16146) [n:127.0.0.1:44005_dziuo c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1153342 INFO  (qtp190090675-16146) [n:127.0.0.1:44005_dziuo c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from collection collection1, trusted=true
   [junit4]   2> 1153343 INFO  (qtp190090675-16146) [n:127.0.0.1:44005_dziuo c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@270fb6d6
   [junit4]   2> 1153343 INFO  (qtp190090675-16146) [n:127.0.0.1:44005_dziuo c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB3F555CEEF74CAE-001/shard-1-001/cores/collection1_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB3F555CEEF74CAE-001/shard-1-001/cores/collection1_shard1_replica_n1/data/]
   [junit4]   2> 1153345 INFO  (qtp190090675-16146) [n:127.0.0.1:44005_dziuo c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=11.8876953125, floorSegmentMB=0.6279296875, forceMergeDeletesPctAllowed=19.256581767420915, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3189892033370839, deletesPctAllowed=24.260161406222753
   [junit4]   2> 1153360 WARN  (qtp190090675-16146) [n:127.0.0.1:44005_dziuo c:collection1 s:shard1  x:collection1_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> 1153393 INFO  (qtp190090675-16146) [n:127.0.0.1:44005_dziuo c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1153393 INFO  (qtp190090675-16146) [n:127.0.0.1:44005_dziuo c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1153394 INFO  (qtp190090675-16146) [n:127.0.0.1:44005_dziuo c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 30000ms; 
   [junit4]   2> 1153394 INFO  (qtp190090675-16146) [n:127.0.0.1:44005_dziuo c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: if uncommitted for 3000ms; 
   [junit4]   2> 1153395 INFO  (qtp190090675-16146) [n:127.0.0.1:44005_dziuo c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.46084398002552607]
   [junit4]   2> 1153395 INFO  (qtp190090675-16146) [n:127.0.0.1:44005_dziuo c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1470a45d[collection1_shard1_replica_n1] main]
   [junit4]   2> 1153408 INFO  (qtp190090675-16146) [n:127.0.0.1:44005_dziuo c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1153408 INFO  (qtp190090675-16146) [n:127.0.0.1:44005_dziuo c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1153409 INFO  (qtp190090675-16146) [n:127.0.0.1:44005_dziuo c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1153409 INFO  (qtp190090675-16146) [n:127.0.0.1:44005_dziuo c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1654860158131503104
   [junit4]   2> 1153411 INFO  (searcherExecutor-4633-thread-1-processing-n:127.0.0.1:44005_dziuo x:collection1_shard1_replica_n1 c:collection1 s:shard1) [n:127.0.0.1:44005_dziuo c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher Searcher@1470a45d[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1153412 INFO  (qtp190090675-16146) [n:127.0.0.1:44005_dziuo c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1153412 INFO  (qtp190090675-16146) [n:127.0.0.1:44005_dziuo c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 1153414 INFO  (qtp190090675-16146) [n:127.0.0.1:44005_dziuo c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1153414 INFO  (qtp190090675-16146) [n:127.0.0.1:44005_dziuo c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1153414 INFO  (qtp190090675-16146) [n:127.0.0.1:44005_dziuo c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:44005/dziuo/collection1_shard1_replica_n1/
   [junit4]   2> 1153414 INFO  (qtp190090675-16146) [n:127.0.0.1:44005_dziuo c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1153414 INFO  (qtp190090675-16146) [n:127.0.0.1:44005_dziuo c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:44005/dziuo/collection1_shard1_replica_n1/ has no replicas
   [junit4]   2> 1153414 INFO  (qtp190090675-16146) [n:127.0.0.1:44005_dziuo c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/73015679158321167-core_node2-n_0000000000
   [junit4]   2> 1153415 INFO  (qtp190090675-16146) [n:127.0.0.1:44005_dziuo c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:44005/dziuo/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 1153517 INFO  (qtp190090675-16146) [n:127.0.0.1:44005_dziuo c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1153518 INFO  (qtp190090675-16146) [n:127.0.0.1:44005

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

}
   [junit4]   2> 1318460 INFO  (closeThreadPool-4072-thread-6) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1318556 INFO  (closeThreadPool-4072-thread-7) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@62234dff{SSL,[ssl, http/1.1]}{127.0.0.1:41165}
   [junit4]   2> 1318558 INFO  (closeThreadPool-4072-thread-7) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7b0ef5dd{/dziuo,null,UNAVAILABLE}
   [junit4]   2> 1318560 INFO  (closeThreadPool-4072-thread-7) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1318561 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1318765 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	85	/solr/collections/collection1/state.json
   [junit4]   2> 	15	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	9	/solr/aliases.json
   [junit4]   2> 	7	/solr/packages.json
   [junit4]   2> 	7	/solr/security.json
   [junit4]   2> 	7	/solr/configs/conf1
   [junit4]   2> 	6	/solr/collections/collection1/collectionprops.json
   [junit4]   2> 	3	/solr/collections/control_collection/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	124	/solr/clusterstate.json
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	9	/solr/collections/control_collection/state.json
   [junit4]   2> 	3	/solr/overseer_elect/election/73015679158321157-127.0.0.1:34269_dziuo-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	64	/solr/overseer/queue
   [junit4]   2> 	42	/solr/live_nodes
   [junit4]   2> 	14	/solr/overseer/collection-queue-work
   [junit4]   2> 	9	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1318770 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:36907
   [junit4]   2> 1318770 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36907
   [junit4]   2> 1318770 INFO  (TEST-HdfsRestartWhileUpdatingTest.test-seed#[BB3F555CEEF74CAE]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36907
   [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=HdfsRestartWhileUpdatingTest -Dtests.method=test -Dtests.seed=BB3F555CEEF74CAE -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt -Dtests.locale=sk -Dtests.timezone=Antarctica/Casey -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE  170s J1 | HdfsRestartWhileUpdatingTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: shard1 is not consistent.  Got 4080 from https://127.0.0.1:45195/dziuo/collection1_shard1_replica_n5 (previous client) and got 4081 from https://127.0.0.1:44005/dziuo/collection1_shard1_replica_n1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([BB3F555CEEF74CAE:336B6A86400B2156]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1470)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1449)
   [junit4]    > 	at org.apache.solr.cloud.RestartWhileUpdatingTest.test(RestartWhileUpdatingTest.java:155)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1318777 WARN  (SUITE-HdfsRestartWhileUpdatingTest-seed#[BB3F555CEEF74CAE]-worker) [     ] o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 1318783 INFO  (SUITE-HdfsRestartWhileUpdatingTest-seed#[BB3F555CEEF74CAE]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.w.WebAppContext@44f88e6d{datanode,/,null,UNAVAILABLE}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/datanode}
   [junit4]   2> 1318783 INFO  (SUITE-HdfsRestartWhileUpdatingTest-seed#[BB3F555CEEF74CAE]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@c8bcf3a{HTTP/1.1,[http/1.1]}{localhost:0}
   [junit4]   2> 1318783 INFO  (SUITE-HdfsRestartWhileUpdatingTest-seed#[BB3F555CEEF74CAE]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1318783 INFO  (SUITE-HdfsRestartWhileUpdatingTest-seed#[BB3F555CEEF74CAE]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@59488e6f{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,UNAVAILABLE}
   [junit4]   2> 1318784 WARN  (BP-2058277324-127.0.0.1-1578197624889 heartbeating to localhost.localdomain/127.0.0.1:36001) [     ] o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager interrupted
   [junit4]   2> 1318784 WARN  (BP-2058277324-127.0.0.1-1578197624889 heartbeating to localhost.localdomain/127.0.0.1:36001) [     ] o.a.h.h.s.d.DataNode Ending block pool service for: Block pool BP-2058277324-127.0.0.1-1578197624889 (Datanode Uuid 42e3a3cb-abf0-4037-8b9f-feff336d3ce4) service to localhost.localdomain/127.0.0.1:36001
   [junit4]   2> 1318804 INFO  (SUITE-HdfsRestartWhileUpdatingTest-seed#[BB3F555CEEF74CAE]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.w.WebAppContext@7a080415{hdfs,/,null,UNAVAILABLE}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/hdfs}
   [junit4]   2> 1318804 INFO  (SUITE-HdfsRestartWhileUpdatingTest-seed#[BB3F555CEEF74CAE]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@66b04404{HTTP/1.1,[http/1.1]}{localhost.localdomain:0}
   [junit4]   2> 1318804 INFO  (SUITE-HdfsRestartWhileUpdatingTest-seed#[BB3F555CEEF74CAE]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1318804 INFO  (SUITE-HdfsRestartWhileUpdatingTest-seed#[BB3F555CEEF74CAE]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3bcd0bea{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,UNAVAILABLE}
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsRestartWhileUpdatingTest_BB3F555CEEF74CAE-001
   [junit4]   2> Jan 05, 2020 4:16:35 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 17 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {rnd_b=Lucene84, a_t=Lucene84, _root_=PostingsFormat(name=Asserting), id=Lucene84}, docValues:{rnd_b=DocValuesFormat(name=Direct), _version_=DocValuesFormat(name=Lucene80), a_t=DocValuesFormat(name=Asserting), _root_=DocValuesFormat(name=Lucene80), a_i=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1601, maxMBSortInHeap=5.821209512514065, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@d5330bf), locale=sk, timezone=Antarctica/Casey
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=4,free=157606680,total=529006592
   [junit4]   2> NOTE: All tests run in this JVM: [TestCloudJSONFacetSKG, TestJettySolrRunner, TestRecoveryHdfs, ConcurrentCreateRoutedAliasTest, TestClusterProperties, WrapperMergePolicyFactoryTest, TestTlogReplayVsRecovery, LeaderVoteWaitTimeoutTest, TestUnInvertedFieldException, TestIntervalFaceting, HdfsDirectoryTest, InfoHandlerTest, MultiSolrCloudTestCaseTest, OverseerCollectionConfigSetProcessorTest, TestUnifiedSolrHighlighter, PathHierarchyTokenizerFactoryTest, DistributedExpandComponentTest, ReindexCollectionTest, TestCollectionAPIs, QueryElevationComponentTest, TestStressThreadBackup, JWTAuthPluginTest, TestReRankQParserPlugin, SaslZkACLProviderTest, TestSerializedLuceneMatchVersion, TestDynamicFieldResource, DeleteShardTest, SyncSliceTest, TestSolrCloudWithHadoopAuthPlugin, TestPHPSerializedResponseWriter, DocumentAnalysisRequestHandlerTest, TestMultiValuedNumericRangeQuery, ConcurrentDeleteAndCreateCollectionTest, LargeFieldTest, OverseerSolrResponseTest, TestPullReplica, TestStressCloudBlindAtomicUpdates, TestUseDocValuesAsStored2, ClassificationUpdateProcessorFactoryTest, TestSortByMinMaxFunction, TestAuthorizationFramework, TestPolicyCloud, TestExceedMaxTermLength, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestRawTransformer, TestExtendedDismaxParser, HttpPartitionOnCommitTest, MBeansHandlerTest, TestDistribDocBasedVersion, IndexSizeTriggerTest, TestConfigSetsAPIZkFailure, AddReplicaTest, DistributedQueryComponentOptimizationTest, TestJsonFacetsStatsParsing, QueryParsingTest, TestRequestForwarding, AnalysisErrorHandlingTest, ResponseHeaderTest, DistributedSuggestComponentTest, MetricsConfigTest, TestCloudRecovery, ZkCLITest, MoveReplicaHDFSFailoverTest, BasicFunctionalityTest, TestJsonRequest, CopyFieldTest, TestBulkSchemaAPI, TestCursorMarkWithoutUniqueKey, HdfsRestartWhileUpdatingTest]
   [junit4] Completed [196/894 (1!)] on J1 in 173.80s, 1 test, 1 failure <<< FAILURES!

[...truncated 55209 lines...]

Re: [JENKINS] Lucene-Solr-NightlyTests-8.x - Build # 314 - Failure

Posted by Adrien Grand <jp...@gmail.com>.
I disabled NRTCachingDirectory when tests request a FSDirectory to fix
these failures.

On Sat, Jan 4, 2020 at 2:30 PM Apache Jenkins Server <
jenkins@builds.apache.org> wrote:

> Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/314/
>
> 1 tests failed.
> FAILED:  org.apache.lucene.search.TestInetAddressRangeQueries.testRandomBig
>
> Error Message:
> Java heap space
>
> Stack Trace:
> java.lang.OutOfMemoryError: Java heap space
>         at
> __randomizedtesting.SeedInfo.seed([1B51C42345639463:9C06B9ACD43AE8E3]:0)
>         at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
>         at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
>         at
> org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
>         at
> org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
>         at
> org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
>         at
> org.apache.lucene.util.bkd.OfflinePointWriter.append(OfflinePointWriter.java:67)
>         at
> org.apache.lucene.util.bkd.BKDRadixSelector.offlinePartition(BKDRadixSelector.java:285)
>         at
> org.apache.lucene.util.bkd.BKDRadixSelector.buildHistogramAndPartition(BKDRadixSelector.java:258)
>         at
> org.apache.lucene.util.bkd.BKDRadixSelector.select(BKDRadixSelector.java:126)
>         at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1647)
>         at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1664)
>         at org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:797)
>         at
> org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:140)
>         at
> org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
>         at
> org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
>         at
> org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:143)
>         at
> org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.merge(AssertingPointsFormat.java:149)
>         at
> org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:202)
>         at
> org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:162)
>         at
> org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4463)
>         at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4057)
>         at
> org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
>         at
> org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2158)
>         at
> org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5120)
>         at
> org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1597)
>         at
> org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
>         at
> org.apache.lucene.search.BaseRangeFieldQueryTestCase.verify(BaseRangeFieldQueryTestCase.java:219)
>         at
> org.apache.lucene.search.BaseRangeFieldQueryTestCase.doTestRandom(BaseRangeFieldQueryTestCase.java:189)
>         at
> org.apache.lucene.search.BaseRangeFieldQueryTestCase.testRandomBig(BaseRangeFieldQueryTestCase.java:77)
>         at
> org.apache.lucene.search.TestInetAddressRangeQueries.testRandomBig(TestInetAddressRangeQueries.java:83)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>
>
>
>
> Build Log:
> [...truncated 9825 lines...]
>    [junit4] Suite: org.apache.lucene.search.TestInetAddressRangeQueries
>    [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=TestInetAddressRangeQueries -Dtests.method=testRandomBig
> -Dtests.seed=1B51C42345639463 -Dtests.multiplier=2 -Dtests.nightly=true
> -Dtests.slow=true
> -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt
> -Dtests.locale=es-ES -Dtests.timezone=Etc/GMT-4 -Dtests.asserts=true
> -Dtests.file.encoding=ISO-8859-1
>    [junit4] ERROR    288s J0 | TestInetAddressRangeQueries.testRandomBig
> <<<
>    [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
>    [junit4]    >        at
> __randomizedtesting.SeedInfo.seed([1B51C42345639463:9C06B9ACD43AE8E3]:0)
>    [junit4]    >        at
> org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
>    [junit4]    >        at
> org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
>    [junit4]    >        at
> org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
>    [junit4]    >        at
> org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
>    [junit4]    >        at
> org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.OfflinePointWriter.append(OfflinePointWriter.java:67)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.BKDRadixSelector.offlinePartition(BKDRadixSelector.java:285)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.BKDRadixSelector.buildHistogramAndPartition(BKDRadixSelector.java:258)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.BKDRadixSelector.select(BKDRadixSelector.java:126)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1647)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1664)
>    [junit4]    >        at
> org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:797)
>    [junit4]    >        at
> org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:140)
>    [junit4]    >        at
> org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
>    [junit4]    >        at
> org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
>    [junit4]    >        at
> org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:143)
>    [junit4]    >        at
> org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.merge(AssertingPointsFormat.java:149)
>    [junit4]    >        at
> org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:202)
>    [junit4]    >        at
> org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:162)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4463)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4057)
>    [junit4]    >        at
> org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2158)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5120)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1597)
>    [junit4]    >        at
> org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
>    [junit4]    >        at
> org.apache.lucene.search.BaseRangeFieldQueryTestCase.verify(BaseRangeFieldQueryTestCase.java:219)
>    [junit4]    >        at
> org.apache.lucene.search.BaseRangeFieldQueryTestCase.doTestRandom(BaseRangeFieldQueryTestCase.java:189)
>    [junit4]    >        at
> org.apache.lucene.search.BaseRangeFieldQueryTestCase.testRandomBig(BaseRangeFieldQueryTestCase.java:77)
>    [junit4]    >        at
> org.apache.lucene.search.TestInetAddressRangeQueries.testRandomBig(TestInetAddressRangeQueries.java:83)
>    [junit4]   2> NOTE: leaving temporary files on disk at:
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/misc/test/J0/temp/lucene.search.TestInetAddressRangeQueries_1B51C42345639463-001
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84):
> {id=FSTOrd50}, docValues:{ipRangeField=DocValuesFormat(name=Asserting),
> id=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=243,
> maxMBSortInHeap=6.195692086368808,
> sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7da77b81),
> locale=es-ES, timezone=Etc/GMT-4
>    [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation
> 1.8.0_191 (64-bit)/cpus=4,threads=1,free=228601328,total=310378496
>    [junit4]   2> NOTE: All tests run in this JVM:
> [TestInetAddressRangeQueries]
>    [junit4] Completed [14/16 (1!)] on J0 in 294.63s, 6 tests, 1 error <<<
> FAILURES!
>
> [...truncated 7 lines...]
>    [junit4] JVM J0: stdout was not empty, see:
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/misc/test/temp/junit4-J0-20200104_105041_2981018334381731057056.sysout
>    [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
>    [junit4] java.lang.OutOfMemoryError: Java heap space
>    [junit4] Dumping heap to
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/heapdumps/java_pid3577.hprof
> ...
>    [junit4] Heap dump file created [577932844 bytes in 2.004 secs]
>    [junit4] <<< JVM J0: EOF ----
>
> [...truncated 16388 lines...]
> BUILD FAILED
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/build.xml:652:
> The following error occurred while executing this line:
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/build.xml:586:
> Some of the tests produced a heap dump, but did not fail. Maybe a
> suppressed OutOfMemoryError? Dumps created:
> * java_pid3577.hprof
>
> Total time: 287 minutes 10 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: builds-unsubscribe@lucene.apache.org
> For additional commands, e-mail: builds-help@lucene.apache.org



-- 
Adrien