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/05/28 03:41:12 UTC

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

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

2 tests failed.
FAILED:  org.apache.lucene.search.join.TestBlockJoin.testMultiChildQueriesOfDiffParentLevels

Error Message:
this IndexWriter is closed

Stack Trace:
org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:738)
	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:752)
	at org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1329)
	at org.apache.lucene.index.IndexWriter.addDocuments(IndexWriter.java:1305)
	at org.apache.lucene.index.RandomIndexWriter.addDocuments(RandomIndexWriter.java:240)
	at org.apache.lucene.search.join.TestBlockJoin.testMultiChildQueriesOfDiffParentLevels(TestBlockJoin.java:1442)
	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.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 org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.OutOfMemoryError: Java heap space
	at org.apache.lucene.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.store.RateLimitedIndexOutput.writeBytes(RateLimitedIndexOutput.java:73)
	at org.apache.lucene.store.DataOutput.copyBytes(DataOutput.java:278)
	at org.apache.lucene.codecs.simpletext.SimpleTextCompoundFormat.write(SimpleTextCompoundFormat.java:174)
	at org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:5013)
	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4522)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4052)
	at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource.merge(IndexWriter.java:5612)
	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:624)
	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:682)


FAILED:  org.apache.solr.cloud.TestRandomFlRTGCloud.testRandomizedUpdatesAndRTGs

Error Message:
Error from server at http://127.0.0.1:37571/solr/org.apache.solr.cloud.TestRandomFlRTGCloud_collection: ERROR adding document SolrInputDocument(fields: [id=196, aaa_i=494797491, bbb_i=-1326952490, ccc_s=pzxo, ddd_s=qcrc, eee_s=su, fff_s=crwf, ggg_s=gaa, hhh_s=bnhztgr, geo_1_srpt=POINT( 42 10 ), geo_2_srpt=POINT( 42 36 ), next_2_ids_ss=[197, 198], axx_i=-1853289709, ayy_i=-1099235732, azz_s=uvwdturtm, _version_=1667896916722057216, _root_=196])

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:37571/solr/org.apache.solr.cloud.TestRandomFlRTGCloud_collection: ERROR adding document SolrInputDocument(fields: [id=196, aaa_i=494797491, bbb_i=-1326952490, ccc_s=pzxo, ddd_s=qcrc, eee_s=su, fff_s=crwf, ggg_s=gaa, hhh_s=bnhztgr, geo_1_srpt=POINT( 42 10 ), geo_2_srpt=POINT( 42 36 ), next_2_ids_ss=[197, 198], axx_i=-1853289709, ayy_i=-1099235732, azz_s=uvwdturtm, _version_=1667896916722057216, _root_=196])
	at __randomizedtesting.SeedInfo.seed([3504CED3CFF61750:8BD8062F08519F7C]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:663)
	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.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:177)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:156)
	at org.apache.solr.cloud.TestRandomFlRTGCloud.addRandomDocument(TestRandomFlRTGCloud.java:339)
	at org.apache.solr.cloud.TestRandomFlRTGCloud.assertUpdate(TestRandomFlRTGCloud.java:294)
	at org.apache.solr.cloud.TestRandomFlRTGCloud.assertOneIter(TestRandomFlRTGCloud.java:282)
	at org.apache.solr.cloud.TestRandomFlRTGCloud.testRandomizedUpdatesAndRTGs(TestRandomFlRTGCloud.java:229)
	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 9116 lines...]
   [junit4] Suite: org.apache.lucene.search.join.TestBlockJoin
   [junit4]   2> Mei 28, 2020 12:46:59 AM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Lucene Merge Thread #32,5,TGRP-TestBlockJoin]
   [junit4]   2> org.apache.lucene.index.MergePolicy$MergeException: java.lang.OutOfMemoryError: Java heap space
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([83DDD8C0890FE9FC]:0)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:703)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:694)
   [junit4]   2> Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]   2> 	at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
   [junit4]   2> 	at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
   [junit4]   2> 	at org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
   [junit4]   2> 	at org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
   [junit4]   2> 	at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
   [junit4]   2> 	at org.apache.lucene.store.RateLimitedIndexOutput.writeBytes(RateLimitedIndexOutput.java:73)
   [junit4]   2> 	at org.apache.lucene.store.DataOutput.copyBytes(DataOutput.java:278)
   [junit4]   2> 	at org.apache.lucene.codecs.simpletext.SimpleTextCompoundFormat.write(SimpleTextCompoundFormat.java:174)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:5013)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4522)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4052)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource.merge(IndexWriter.java:5612)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:624)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:682)
   [junit4]   2> 
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBlockJoin -Dtests.method=testMultiChildQueriesOfDiffParentLevels -Dtests.seed=83DDD8C0890FE9FC -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=ms -Dtests.timezone=Etc/GMT-0 -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR    207s J0 | TestBlockJoin.testMultiChildQueriesOfDiffParentLevels <<<
   [junit4]    > Throwable #1: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:738)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:752)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1329)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.addDocuments(IndexWriter.java:1305)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.addDocuments(RandomIndexWriter.java:240)
   [junit4]    > 	at org.apache.lucene.search.join.TestBlockJoin.testMultiChildQueriesOfDiffParentLevels(TestBlockJoin.java:1442)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap space
   [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.store.RateLimitedIndexOutput.writeBytes(RateLimitedIndexOutput.java:73)
   [junit4]    > 	at org.apache.lucene.store.DataOutput.copyBytes(DataOutput.java:278)
   [junit4]    > 	at org.apache.lucene.codecs.simpletext.SimpleTextCompoundFormat.write(SimpleTextCompoundFormat.java:174)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:5013)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4522)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4052)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource.merge(IndexWriter.java:5612)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:624)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:682)Throwable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=49, name=Lucene Merge Thread #32, state=RUNNABLE, group=TGRP-TestBlockJoin]
   [junit4]    > Caused by: org.apache.lucene.index.MergePolicy$MergeException: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([83DDD8C0890FE9FC]:0)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:703)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:694)
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap space
   [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.store.RateLimitedIndexOutput.writeBytes(RateLimitedIndexOutput.java:73)
   [junit4]    > 	at org.apache.lucene.store.DataOutput.copyBytes(DataOutput.java:278)
   [junit4]    > 	at org.apache.lucene.codecs.simpletext.SimpleTextCompoundFormat.write(SimpleTextCompoundFormat.java:174)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:5013)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4522)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4052)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource.merge(IndexWriter.java:5612)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:624)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:682)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/join/test/J0/temp/lucene.search.join.TestBlockJoin_83DDD8C0890FE9FC-001
   [junit4]   2> NOTE: test params are: codec=SimpleText, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@15813584), locale=ms, timezone=Etc/GMT-0
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=132798656,total=455081984
   [junit4]   2> NOTE: All tests run in this JVM: [TestBlockJoinSorting, TestBlockJoin]
   [junit4] Completed [9/9 (1!)] on J0 in 212.95s, 18 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J0: stdout was not empty, see: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/join/test/temp/junit4-J0-20200528_004330_297628581254845525605.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_pid32371.hprof ...
   [junit4] Heap dump file created [453355179 bytes in 0.377 secs]
   [junit4] <<< JVM J0: EOF ----

[...truncated 4543 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestRandomFlRTGCloud
   [junit4]   2> 531348 INFO  (SUITE-TestRandomFlRTGCloud-seed#[3504CED3CFF61750]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 531348 INFO  (SUITE-TestRandomFlRTGCloud-seed#[3504CED3CFF61750]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 531348 INFO  (SUITE-TestRandomFlRTGCloud-seed#[3504CED3CFF61750]-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.TestRandomFlRTGCloud_3504CED3CFF61750-001/data-dir-64-001
   [junit4]   2> 531348 WARN  (SUITE-TestRandomFlRTGCloud-seed#[3504CED3CFF61750]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 531348 INFO  (SUITE-TestRandomFlRTGCloud-seed#[3504CED3CFF61750]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 531350 INFO  (SUITE-TestRandomFlRTGCloud-seed#[3504CED3CFF61750]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=client auth uses too much RAM, ssl=NaN, value=NaN, clientAuth=0.0)
   [junit4]   2> 531350 INFO  (SUITE-TestRandomFlRTGCloud-seed#[3504CED3CFF61750]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomFlRTGCloud_3504CED3CFF61750-001/tempDir-001
   [junit4]   2> 531351 INFO  (SUITE-TestRandomFlRTGCloud-seed#[3504CED3CFF61750]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 531351 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 531351 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 531451 INFO  (SUITE-TestRandomFlRTGCloud-seed#[3504CED3CFF61750]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 46077
   [junit4]   2> 531451 INFO  (SUITE-TestRandomFlRTGCloud-seed#[3504CED3CFF61750]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:46077
   [junit4]   2> 531451 INFO  (SUITE-TestRandomFlRTGCloud-seed#[3504CED3CFF61750]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:46077
   [junit4]   2> 531451 INFO  (SUITE-TestRandomFlRTGCloud-seed#[3504CED3CFF61750]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 46077
   [junit4]   2> 531453 INFO  (SUITE-TestRandomFlRTGCloud-seed#[3504CED3CFF61750]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 531455 INFO  (zkConnectionManagerCallback-6981-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 531455 INFO  (SUITE-TestRandomFlRTGCloud-seed#[3504CED3CFF61750]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 531458 INFO  (SUITE-TestRandomFlRTGCloud-seed#[3504CED3CFF61750]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 531462 INFO  (zkConnectionManagerCallback-6983-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 531462 INFO  (SUITE-TestRandomFlRTGCloud-seed#[3504CED3CFF61750]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 531466 INFO  (SUITE-TestRandomFlRTGCloud-seed#[3504CED3CFF61750]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 531467 INFO  (zkConnectionManagerCallback-6985-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 531467 INFO  (SUITE-TestRandomFlRTGCloud-seed#[3504CED3CFF61750]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 531569 WARN  (jetty-launcher-6986-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 531569 WARN  (jetty-launcher-6986-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 531569 WARN  (jetty-launcher-6986-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 531569 INFO  (jetty-launcher-6986-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 531569 INFO  (jetty-launcher-6986-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 531569 INFO  (jetty-launcher-6986-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 531569 INFO  (jetty-launcher-6986-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 531569 INFO  (jetty-launcher-6986-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 531570 INFO  (jetty-launcher-6986-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_191-b12
   [junit4]   2> 531570 INFO  (jetty-launcher-6986-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_191-b12
   [junit4]   2> 531570 WARN  (jetty-launcher-6986-thread-4) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 531570 INFO  (jetty-launcher-6986-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 531570 INFO  (jetty-launcher-6986-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 531570 INFO  (jetty-launcher-6986-thread-4) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_191-b12
   [junit4]   2> 531571 INFO  (jetty-launcher-6986-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 531571 WARN  (jetty-launcher-6986-thread-5) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 531571 INFO  (jetty-launcher-6986-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_191-b12
   [junit4]   2> 531571 INFO  (jetty-launcher-6986-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 531571 INFO  (jetty-launcher-6986-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 531571 INFO  (jetty-launcher-6986-thread-5) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_191-b12
   [junit4]   2> 531574 INFO  (jetty-launcher-6986-thread-5) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 531574 INFO  (jetty-launcher-6986-thread-5) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 531574 INFO  (jetty-launcher-6986-thread-5) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 531576 INFO  (jetty-launcher-6986-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 531576 INFO  (jetty-launcher-6986-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 531576 INFO  (jetty-launcher-6986-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 531576 INFO  (jetty-launcher-6986-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 531576 INFO  (jetty-launcher-6986-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 531576 INFO  (jetty-launcher-6986-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 531578 INFO  (jetty-launcher-6986-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2cefb06{/solr,null,AVAILABLE}
   [junit4]   2> 531580 INFO  (jetty-launcher-6986-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 531580 INFO  (jetty-launcher-6986-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 531580 INFO  (jetty-launcher-6986-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 531580 INFO  (jetty-launcher-6986-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1d23d916{/solr,null,AVAILABLE}
   [junit4]   2> 531580 INFO  (jetty-launcher-6986-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6df7aad1{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:35461}
   [junit4]   2> 531580 INFO  (jetty-launcher-6986-thread-2) [     ] o.e.j.s.Server Started @531614ms
   [junit4]   2> 531580 INFO  (jetty-launcher-6986-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35461}
   [junit4]   2> 531581 ERROR (jetty-launcher-6986-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 531581 INFO  (jetty-launcher-6986-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 531581 INFO  (jetty-launcher-6986-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 531581 INFO  (jetty-launcher-6986-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 531581 INFO  (jetty-launcher-6986-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 531581 INFO  (jetty-launcher-6986-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-28T01:47:24.078Z
   [junit4]   2> 531581 INFO  (jetty-launcher-6986-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@73bb12e6{/solr,null,AVAILABLE}
   [junit4]   2> 531581 INFO  (jetty-launcher-6986-thread-5) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6c78558{/solr,null,AVAILABLE}
   [junit4]   2> 531581 INFO  (jetty-launcher-6986-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5b0c835e{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:41179}
   [junit4]   2> 531581 INFO  (jetty-launcher-6986-thread-1) [     ] o.e.j.s.Server Started @531615ms
   [junit4]   2> 531581 INFO  (jetty-launcher-6986-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41179}
   [junit4]   2> 531582 ERROR (jetty-launcher-6986-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 531582 INFO  (jetty-launcher-6986-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 531582 INFO  (jetty-launcher-6986-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 531582 INFO  (jetty-launcher-6986-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 531582 INFO  (jetty-launcher-6986-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 531582 INFO  (jetty-launcher-6986-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 531582 INFO  (jetty-launcher-6986-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 531582 INFO  (jetty-launcher-6986-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 531582 INFO  (jetty-launcher-6986-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-28T01:47:24.079Z
   [junit4]   2> 531582 INFO  (jetty-launcher-6986-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@38d395e7{/solr,null,AVAILABLE}
   [junit4]   2> 531582 INFO  (jetty-launcher-6986-thread-5) [     ] o.e.j.s.AbstractConnector Started ServerConnector@f1fcbf3{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:36695}
   [junit4]   2> 531582 INFO  (jetty-launcher-6986-thread-5) [     ] o.e.j.s.Server Started @531616ms
   [junit4]   2> 531582 INFO  (jetty-launcher-6986-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36695}
   [junit4]   2> 531582 ERROR (jetty-launcher-6986-thread-5) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 531582 INFO  (jetty-launcher-6986-thread-5) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 531582 INFO  (jetty-launcher-6986-thread-5) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 531582 INFO  (jetty-launcher-6986-thread-5) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 531582 INFO  (jetty-launcher-6986-thread-5) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 531582 INFO  (jetty-launcher-6986-thread-5) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-28T01:47:24.079Z
   [junit4]   2> 531583 INFO  (jetty-launcher-6986-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 531583 INFO  (jetty-launcher-6986-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 531584 INFO  (jetty-launcher-6986-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 531586 INFO  (zkConnectionManagerCallback-6990-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 531586 INFO  (jetty-launcher-6986-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 531587 INFO  (jetty-launcher-6986-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 531587 INFO  (jetty-launcher-6986-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6f4361b0{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:44205}
   [junit4]   2> 531587 INFO  (jetty-launcher-6986-thread-3) [     ] o.e.j.s.Server Started @531621ms
   [junit4]   2> 531587 INFO  (jetty-launcher-6986-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44205}
   [junit4]   2> 531588 ERROR (jetty-launcher-6986-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 531588 INFO  (jetty-launcher-6986-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 531588 INFO  (jetty-launcher-6986-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 531588 INFO  (jetty-launcher-6986-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 531588 INFO  (jetty-launcher-6986-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 531588 INFO  (jetty-launcher-6986-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-28T01:47:24.085Z
   [junit4]   2> 531590 INFO  (jetty-launcher-6986-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7281bb21{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:37571}
   [junit4]   2> 531590 INFO  (jetty-launcher-6986-thread-4) [     ] o.e.j.s.Server Started @531624ms
   [junit4]   2> 531590 INFO  (jetty-launcher-6986-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37571}
   [junit4]   2> 531590 ERROR (jetty-launcher-6986-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 531590 INFO  (jetty-launcher-6986-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 531590 INFO  (jetty-launcher-6986-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 531590 INFO  (jetty-launcher-6986-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 531590 INFO  (jetty-launcher-6986-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 531590 INFO  (jetty-launcher-6986-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-28T01:47:24.087Z
   [junit4]   2> 531591 INFO  (jetty-launcher-6986-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 531591 INFO  (zkConnectionManagerCallback-6992-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 531591 INFO  (jetty-launcher-6986-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 531591 INFO  (zkConnectionManagerCallback-6988-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 531591 INFO  (jetty-launcher-6986-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 531594 INFO  (jetty-launcher-6986-thread-5) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 531594 INFO  (jetty-launcher-6986-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 531596 INFO  (jetty-launcher-6986-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 531596 INFO  (zkConnectionManagerCallback-6994-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 531596 INFO  (jetty-launcher-6986-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 531598 INFO  (jetty-launcher-6986-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 531599 INFO  (zkConnectionManagerCallback-6996-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 531599 INFO  (jetty-launcher-6986-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 531600 INFO  (jetty-launcher-6986-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 532392 INFO  (jetty-launcher-6986-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 532405 WARN  (jetty-launcher-6986-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@600b5561[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 532405 WARN  (jetty-launcher-6986-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@600b5561[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 532426 WARN  (jetty-launcher-6986-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@f539f20[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 532426 WARN  (jetty-launcher-6986-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@f539f20[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 532427 INFO  (jetty-launcher-6986-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46077/solr
   [junit4]   2> 532467 INFO  (jetty-launcher-6986-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 532482 INFO  (zkConnectionManagerCallback-7019-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 532482 INFO  (jetty-launcher-6986-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 532598 INFO  (jetty-launcher-6986-thread-3) [n:127.0.0.1:44205_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 532606 INFO  (zkConnectionManagerCallback-7021-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 532606 INFO  (jetty-launcher-6986-thread-3) [n:127.0.0.1:44205_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 532645 INFO  (jetty-launcher-6986-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 532651 INFO  (jetty-launcher-6986-thread-3) [n:127.0.0.1:44205_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44205_solr
   [junit4]   2> 532651 INFO  (jetty-launcher-6986-thread-3) [n:127.0.0.1:44205_solr     ] o.a.s.c.Overseer Overseer (id=73830476340920329-127.0.0.1:44205_solr-n_0000000000) starting
   [junit4]   2> 532662 WARN  (jetty-launcher-6986-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1b4f6f06[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 532662 WARN  (jetty-launcher-6986-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1b4f6f06[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 532676 INFO  (OverseerStateUpdate-73830476340920329-127.0.0.1:44205_solr-n_0000000000) [n:127.0.0.1:44205_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:44205_solr
   [junit4]   2> 532681 INFO  (jetty-launcher-6986-thread-3) [n:127.0.0.1:44205_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44205_solr
   [junit4]   2> 532698 WARN  (jetty-launcher-6986-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3c00a2ea[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 532698 WARN  (jetty-launcher-6986-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3c00a2ea[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 532699 INFO  (jetty-launcher-6986-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46077/solr
   [junit4]   2> 532702 INFO  (jetty-launcher-6986-thread-3) [n:127.0.0.1:44205_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 532702 WARN  (jetty-launcher-6986-thread-3) [n:127.0.0.1:44205_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> 532708 INFO  (zkCallback-7020-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 532734 INFO  (jetty-launcher-6986-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 532755 INFO  (jetty-launcher-6986-thread-3) [n:127.0.0.1:44205_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 532798 INFO  (zkConnectionManagerCallback-7036-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 532798 INFO  (jetty-launcher-6986-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 532805 INFO  (jetty-launcher-6986-thread-3) [n:127.0.0.1:44205_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44205.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@778c52c9
   [junit4]   2> 532817 INFO  (jetty-launcher-6986-thread-3) [n:127.0.0.1:44205_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44205.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@778c52c9
   [junit4]   2> 532822 INFO  (jetty-launcher-6986-thread-3) [n:127.0.0.1:44205_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44205.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@778c52c9
   [junit4]   2> 532823 INFO  (jetty-launcher-6986-thread-3) [n:127.0.0.1:44205_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/J1/temp/solr.cloud.TestRandomFlRTGCloud_3504CED3CFF61750-001/tempDir-001/node3/.
   [junit4]   2> 532825 INFO  (jetty-launcher-6986-thread-5) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 532845 WARN  (jetty-launcher-6986-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6c7dbcd1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 532845 WARN  (jetty-launcher-6986-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6c7dbcd1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 532878 WARN  (jetty-launcher-6986-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1ed6cad8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 532878 WARN  (jetty-launcher-6986-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1ed6cad8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 532879 INFO  (jetty-launcher-6986-thread-5) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46077/solr
   [junit4]   2> 532889 INFO  (jetty-launcher-6986-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 532900 INFO  (zkConnectionManagerCallback-7049-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 532900 INFO  (jetty-launcher-6986-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 532925 INFO  (jetty-launcher-6986-thread-2) [n:127.0.0.1:35461_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 532942 INFO  (zkConnectionManagerCallback-7051-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 532942 INFO  (jetty-launcher-6986-thread-2) [n:127.0.0.1:35461_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 533007 INFO  (jetty-launcher-6986-thread-2) [n:127.0.0.1:35461_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 533009 INFO  (jetty-launcher-6986-thread-2) [n:127.0.0.1:35461_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:35461_solr as DOWN
   [junit4]   2> 533010 INFO  (jetty-launcher-6986-thread-2) [n:127.0.0.1:35461_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 533010 INFO  (jetty-launcher-6986-thread-2) [n:127.0.0.1:35461_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35461_solr
   [junit4]   2> 533017 INFO  (jetty-launcher-6986-thread-5) [n:127.0.0.1:36695_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 533023 INFO  (jetty-launcher-6986-thread-2) [n:127.0.0.1:35461_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 533023 WARN  (jetty-launcher-6986-thread-2) [n:127.0.0.1:35461_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> 533030 INFO  (zkCallback-7050-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 533038 INFO  (zkConnectionManagerCallback-7053-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 533038 INFO  (jetty-launcher-6986-thread-5) [n:127.0.0.1:36695_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 533041 INFO  (jetty-launcher-6986-thread-5) [n:127.0.0.1:36695_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 533043 INFO  (jetty-launcher-6986-thread-5) [n:127.0.0.1:36695_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:36695_solr as DOWN
   [junit4]   2> 533043 INFO  (jetty-launcher-6986-thread-5) [n:127.0.0.1:36695_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 533043 INFO  (jetty-launcher-6986-thread-5) [n:127.0.0.1:36695_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36695_solr
   [junit4]   2> 533045 INFO  (zkCallback-7050-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 533045 INFO  (zkCallback-7020-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 533046 INFO  (jetty-launcher-6986-thread-5) [n:127.0.0.1:36695_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 533046 WARN  (jetty-launcher-6986-thread-5) [n:127.0.0.1:36695_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> 533054 INFO  (zkCallback-7052-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 533072 INFO  (jetty-launcher-6986-thread-2) [n:127.0.0.1:35461_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 533078 INFO  (jetty-launcher-6986-thread-5) [n:127.0.0.1:36695_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 533104 INFO  (jetty-launcher-6986-thread-5) [n:127.0.0.1:36695_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36695.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@778c52c9
   [junit4]   2> 533118 INFO  (jetty-launcher-6986-thread-2) [n:127.0.0.1:35461_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35461.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@778c52c9
   [junit4]   2> 533126 INFO  (jetty-launcher-6986-thread-5) [n:127.0.0.1:36695_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36695.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@778c52c9
   [junit4]   2> 533126 INFO  (jetty-launcher-6986-thread-5) [n:127.0.0.1:36695_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36695.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@778c52c9
   [junit4]   2> 533127 INFO  (jetty-launcher-6986-thread-5) [n:127.0.0.1:36695_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/J1/temp/solr.cloud.TestRandomFlRTGCloud_3504CED3CFF61750-001/tempDir-001/node5/.
   [junit4]   2> 533162 INFO  (jetty-launcher-6986-thread-2) [n:127.0.0.1:35461_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35461.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@778c52c9
   [junit4]   2> 533162 INFO  (jetty-launcher-6986-thread-2) [n:127.0.0.1:35461_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35461.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@778c52c9
   [junit4]   2> 533164 INFO  (jetty-launcher-6986-thread-2) [n:127.0.0.1:35461_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/J1/temp/solr.cloud.TestRandomFlRTGCloud_3504CED3CFF61750-001/tempDir-001/node2/.
   [junit4]   2> 533363 INFO  (jetty-launcher-6986-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 533364 WARN  (jetty-launcher-6986-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5a7800c2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 533364 WARN  (jetty-launcher-6986-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5a7800c2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 533366 WARN  (jetty-launcher-6986-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3c6a00d0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 533366 WARN  (jetty-launcher-6986-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3c6a00d0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 533367 INFO  (jetty-launcher-6986-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46077/solr
   [junit4]   2> 533370 INFO  (jetty-launcher-6986-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 533372 INFO  (zkConnectionManagerCallback-7077-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 533372 INFO  (jetty-launcher-6986-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 533469 INFO  (jetty-launcher-6986-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 533469 WARN  (jetty-launcher-6986-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@10b1c1af[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 533469 WARN  (jetty-launcher-6986-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@10b1c1af[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 533471 WARN  (jetty-launcher-6986-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@752b1f43[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 533471 WARN  (jetty-launcher-6986-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@752b1f43[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 533472 INFO  (jetty-launcher-6986-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46077/solr
   [junit4]   2> 533473 INFO  (jetty-launcher-6986-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 533473 INFO  (jetty-launcher-6986-thread-4) [n:127.0.0.1:37571_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 533474 INFO  (zkConnectionManagerCallback-7085-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 533474 INFO  (jetty-launcher-6986-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 533474 INFO  (zkConnectionManagerCallback-7087-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 533474 INFO  (jetty-launcher-6986-thread-4) [n:127.0.0.1:37571_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 533576 INFO  (jetty-launcher-6986-thread-1) [n:127.0.0.1:41179_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 533577 INFO  (zkConnectionManagerCallback-7089-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 533577 INFO  (jetty-launcher-6986-thread-1) [n:127.0.0.1:41179_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 533579 INFO  (jetty-launcher-6986-thread-4) [n:127.0.0.1:37571_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 533581 INFO  (jetty-launcher-6986-thread-1) [n:127.0.0.1:41179_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 533582 INFO  (jetty-launcher-6986-thread-4) [n:127.0.0.1:37571_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:37571_solr as DOWN
   [junit4]   2> 533582 INFO  (jetty-launcher-6986-thread-4) [n:127.0.0.1:37571_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 533582 INFO  (jetty-launcher-6986-thread-4) [n:127.0.0.1:37571_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37571_solr
   [junit4]   2> 533584 INFO  (zkCallback-7020-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 533584 INFO  (zkCallback-7050-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 533584 INFO  (zkCallback-7052-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 533584 INFO  (zkCallback-7086-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 533584 INFO  (zkCallback-7088-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 533585 INFO  (jetty-launcher-6986-thread-4) [n:127.0.0.1:37571_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 533585 WARN  (jetty-launcher-6986-thread-4) [n:127.0.0.1:37571_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> 533598 INFO  (jetty-launcher-6986-thread-1) [n:127.0.0.1:41179_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:41179_solr as DOWN
   [junit4]   2> 533599 INFO  (jetty-launcher-6986-thread-1) [n:127.0.0.1:41179_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 533599 INFO  (jetty-launcher-6986-thread-1) [n:127.0.0.1:41179_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41179_solr
   [junit4]   2> 533600 INFO  (zkCallback-7052-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 533600 INFO  (zkCallback-7020-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 533600 INFO  (zkCallback-7088-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 533600 INFO  (zkCallback-7050-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 533600 INFO  (zkCallback-7086-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 533601 INFO  (jetty-launcher-6986-thread-4) [n:127.0.0.1:37571_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 533606 INFO  (jetty-launcher-6986-thread-1) [n:127.0.0.1:41179_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 533607 WARN  (jetty-launcher-6986-thread-1) [n:127.0.0.1:41179_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> 533621 INFO  (jetty-launcher-6986-thread-4) [n:127.0.0.1:37571_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37571.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@778c52c9
   [junit4]   2> 533622 INFO  (jetty-launcher-6986-thread-1) [n:127.0.0.1:41179_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 533631 INFO  (jetty-launcher-6986-thread-4) [n:127.0.0.1:37571_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37571.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@778c52c9
   [junit4]   2> 533631 INFO  (jetty-launcher-6986-thread-4) [n:127.0.0.1:37571_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37571.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@778c52c9
   [junit4]   2> 533632 INFO  (jetty-launcher-6986-thread-4) [n:127.0.0.1:37571_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/J1/temp/solr.cloud.TestRandomFlRTGCloud_3504CED3CFF61750-001/tempDir-001/node4/.
   [junit4]   2> 533642 INFO  (jetty-launcher-6986-thread-1) [n:127.0.0.1:41179_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41179.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@778c52c9
   [junit4]   2> 533668 INFO  (jetty-launcher-6986-thread-1) [n:127.0.0.1:41179_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41179.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@778c52c9
   [junit4]   2> 533668 INFO  (jetty-launcher-6986-thread-1) [n:127.0.0.1:41179_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41179.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@778c52c9
   [junit4]   2> 533669 INFO  (jetty-launcher-6986-thread-1) [n:127.0.0.1:41179_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/J1/temp/solr.cloud.TestRandomFlRTGCloud_3504CED3CFF61750-001/tempDir-001/node1/.
   [junit4]   2> 533690 INFO  (SUITE-TestRandomFlRTGCloud-seed#[3504CED3CFF61750]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=5
   [junit4]   2> 533696 INFO  (SUITE-TestRandomFlRTGCloud-seed#[3504CED3CFF61750]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 533696 INFO  (zkConnectionManagerCallback-7110-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 533696 INFO  (SUITE-TestRandomFlRTGCloud-seed#[3504CED3CFF61750]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 533703 INFO  (SUITE-TestRandomFlRTGCloud-seed#[3504CED3CFF61750]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 533704 INFO  (SUITE-TestRandomFlRTGCloud-seed#[3504CED3CFF61750]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46077/solr ready
   [junit4]   2> 533934 INFO  (qtp1439397783-11127) [n:127.0.0.1:41179_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params property.config=solrconfig-tlog.xml&property.schema=schema-psuedo-fields.xml&collection.configName=org.apache.solr.cloud.TestRandomFlRTGCloud_config-set&name=org.apache.solr.cloud.TestRandomFlRTGCloud_collection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 533937 INFO  (OverseerThreadFactory-7032-thread-1-processing-n:127.0.0.1:44205_solr) [n:127.0.0.1:44205_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection org.apache.solr.cloud.TestRandomFlRTGCloud_collection
   [junit4]   2> 534043 INFO  (qtp1439397783-11129) [n:127.0.0.1:41179_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 534044 INFO  (qtp30946744-11111) [n:127.0.0.1:36695_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 534046 INFO  (qtp2084981465-11099) [n:127.0.0.1:37571_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 534047 INFO  (qtp1664108743-11117) [n:127.0.0.1:35461_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 534048 INFO  (qtp1636078576-11135) [n:127.0.0.1:44205_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 534048 INFO  (qtp1636078576-11135) [n:127.0.0.1:44205_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 534053 INFO  (qtp1439397783-11130) [n:127.0.0.1:41179_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 534054 INFO  (qtp30946744-11112) [n:127.0.0.1:36695_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 534054 INFO  (qtp2084981465-11106) [n:127.0.0.1:37571_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 534055 INFO  (qtp1664108743-11118) [n:127.0.0.1:35461_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 534056 INFO  (qtp1636078576-11136) [n:127.0.0.1:44205_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 534060 INFO  (OverseerStateUpdate-73830476340920329-127.0.0.1:44205_solr-n_0000000000) [n:127.0.0.1:44205_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"org.apache.solr.cloud.TestRandomFlRTGCloud_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44205/solr",
   [junit4]   2>   "node_name":"127.0.0.1:44205_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 534062 INFO  (OverseerStateUpdate-73830476340920329-127.0.0.1:44205_solr-n_0000000000) [n:127.0.0.1:44205_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"org.apache.solr.cloud.TestRandomFlRTGCloud_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:35461/solr",
   [junit4]   2>   "node_name":"127.0.0.1:35461_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 534064 INFO  (OverseerStateUpdate-73830476340920329-127.0.0.1:44205_solr-n_0000000000) [n:127.0.0.1:44205_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"org.apache.solr.cloud.TestRandomFlRTGCloud_collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:37571/solr",
   [junit4]   2>   "node_name":"127.0.0.1:37571_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 534065 INFO  (OverseerStateUpdate-73830476340920329-127.0.0.1:44205_solr-n_0000000000) [n:127.0.0.1:44205_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"org.apache.solr.cloud.TestRandomFlRTGCloud_collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36695/solr",
   [junit4]   2>   "node_name":"127.0.0.1:36695_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 534268 INFO  (qtp1636078576-11134) [n:127.0.0.1:44205_solr    x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestRandomFlRTGCloud_config-set&newCollection=true&collection=org.apache.solr.cloud.TestRandomFlRTGCloud_collection&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-psuedo-fields.xml&coreNodeName=core_node3&name=org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 534268 INFO  (qtp1664108743-11119) [n:127.0.0.1:35461_solr    x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestRandomFlRTGCloud_config-set&newCollection=true&collection=org.apache.solr.cloud.TestRandomFlRTGCloud_collection&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-psuedo-fields.xml&coreNodeName=core_node5&name=org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 534269 INFO  (qtp2084981465-11114) [n:127.0.0.1:37571_solr    x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard2_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestRandomFlRTGCloud_config-set&newCollection=true&collection=org.apache.solr.cloud.TestRandomFlRTGCloud_collection&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-psuedo-fields.xml&coreNodeName=core_node7&name=org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 534269 INFO  (qtp30946744-11110) [n:127.0.0.1:36695_solr    x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard2_replica_n6 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestRandomFlRTGCloud_config-set&newCollection=true&collection=org.apache.solr.cloud.TestRandomFlRTGCloud_collection&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-psuedo-fields.xml&coreNodeName=core_node8&name=org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard2_replica_n6&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 534291 INFO  (qtp1664108743-11119) [n:127.0.0.1:35461_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node5 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 534291 INFO  (qtp2084981465-11114) [n:127.0.0.1:37571_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard2 r:core_node7 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard2_replica_n4 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 534298 INFO  (qtp30946744-11110) [n:127.0.0.1:36695_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard2 r:core_node8 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard2_replica_n6 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 534316 INFO  (qtp1636078576-11134) [n:127.0.0.1:44205_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node3 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 534328 INFO  (qtp1664108743-11119) [n:127.0.0.1:35461_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node5 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 534328 INFO  (qtp1636078576-11134) [n:127.0.0.1:44205_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node3 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 534333 INFO  (qtp1636078576-11134) [n:127.0.0.1:44205_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node3 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.4 with uniqueid field id
   [junit4]   2> 534334 INFO  (qtp30946744-11110) [n:127.0.0.1:36695_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard2 r:core_node8 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard2_replica_n6 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 534336 INFO  (qtp1636078576-11134) [n:127.0.0.1:44205_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node3 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1' using configuration from configset org.apache.solr.cloud.TestRandomFlRTGCloud_config-set, trusted=true
   [junit4]   2> 534336 INFO  (qtp1636078576-11134) [n:127.0.0.1:44205_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node3 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44205.solr.core.org.apache.solr.cloud.TestRandomFlRTGCloud_collection.shard1.replica_n1' (registry 'solr.core.org.apache.solr.cloud.TestRandomFlRTGCloud_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@778c52c9
   [junit4]   2> 534337 INFO  (qtp1636078576-11134) [n:127.0.0.1:44205_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node3 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[org.apache.solr.cloud.TestRandomFlRTGCloud_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.TestRandomFlRTGCloud_3504CED3CFF61750-001/tempDir-001/node3/./org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomFlRTGCloud_3504CED3CFF61750-001/tempDir-001/node3/./org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1/data/]
   [junit4]   2> 534338 INFO  (qtp2084981465-11114) [n:127.0.0.1:37571_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard2 r:core_node7 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard2_replica_n4 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 534339 INFO  (qtp1636078576-11134) [n:127.0.0.1:44205_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node3 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=48, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=76.13671875, floorSegmentMB=0.4072265625, forceMergeDeletesPctAllowed=3.097031829581719, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.20215907262912014, deletesPctAllowed=40.77229544215652
   [junit4]   2> 534341 INFO  (qtp30946744-11110) [n:127.0.0.1:36695_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard2 r:core_node8 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard2_replica_n6 ] o.a.s.s.IndexSchema Loaded schema test/1.4 with uniqueid field id
   [junit4]   2> 534345 INFO  (qtp2084981465-11114) [n:127.0.0.1:37571_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard2 r:core_node7 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard2_replica_n4 ] o.a.s.s.IndexSchema Loaded schema test/1.4 with uniqueid field id
   [junit4]   2> 534345 INFO  (qtp1664108743-11119) [n:127.0.0.1:35461_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node5 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema test/1.4 with uniqueid field id
   [junit4]   2> 534348 INFO  (qtp30946744-11110) [n:127.0.0.1:36695_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard2 r:core_node8 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard2_replica_n6 ] o.a.s.c.CoreContainer Creating SolrCore 'org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard2_replica_n6' using configuration from configset org.apache.solr.cloud.TestRandomFlRTGCloud_config-set, trusted=true
   [junit4]   2> 534348 WARN  (qtp1636078576-11134) [n:127.0.0.1:44205_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node3 x:org.apache.solr.cloud.TestRandomFlRTGCloud_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> 534349 INFO  (qtp30946744-11110) [n:127.0.0.1:36695_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard2 r:core_node8 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard2_replica_n6 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36695.solr.core.org.apache.solr.cloud.TestRandomFlRTGCloud_collection.shard2.replica_n6' (registry 'solr.core.org.apache.solr.cloud.TestRandomFlRTGCloud_collection.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@778c52c9
   [junit4]   2> 534350 INFO  (qtp1664108743-11119) [n:127.0.0.1:35461_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node5 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n2' using configuration from configset org.apache.solr.cloud.TestRandomFlRTGCloud_config-set, trusted=true
   [junit4]   2> 534350 INFO  (qtp1664108743-11119) [n:127.0.0.1:35461_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node5 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35461.solr.core.org.apache.solr.cloud.TestRandomFlRTGCloud_collection.shard1.replica_n2' (registry 'solr.core.org.apache.solr.cloud.TestRandomFlRTGCloud_collection.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@778c52c9
   [junit4]   2> 534353 INFO  (qtp30946744-11110) [n:127.0.0.1:36695_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard2 r:core_node8 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard2_replica_n6 ] o.a.s.c.SolrCore [[org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomFlRTGCloud_3504CED3CFF61750-001/tempDir-001/node5/./org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard2_replica_n6], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomFlRTGCloud_3504CED3CFF61750-001/tempDir-001/node5/./org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard2_replica_n6/data/]
   [junit4]   2> 534354 INFO  (qtp30946744-11110) [n:127.0.0.1:36695_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard2 r:core_node8 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard2_replica_n6 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=48, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=76.13671875, floorSegmentMB=0.4072265625, forceMergeDeletesPctAllowed=3.097031829581719, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.20215907262912014, deletesPctAllowed=40.77229544215652
   [junit4]   2> 534356 INFO  (qtp1664108743-11119) [n:127.0.0.1:35461_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node5 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n2 ] o.a.s.c.SolrCore [[org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomFlRTGCloud_3504CED3CFF61750-001/tempDir-001/node2/./org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomFlRTGCloud_3504CED3CFF61750-001/tempDir-001/node2/./org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n2/data/]
   [junit4]   2> 534357 INFO  (qtp1664108743-11119) [n:127.0.0.1:35461_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node5 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n2 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=48, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=76.13671875, floorSegmentMB=0.4072265625, forceMergeDeletesPctAllowed=3.097031829581719, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.20215907262912014, deletesPctAllowed=40.77229544215652
   [junit4]   2> 534358 INFO  (qtp2084981465-11114) [n:127.0.0.1:37571_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard2 r:core_node7 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard2_replica_n4 ] o.a.s.c.CoreContainer Creating SolrCore 'org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard2_replica_n4' using configuration from configset org.apache.solr.cloud.TestRandomFlRTGCloud_config-set, trusted=true
   [junit4]   2> 534359 INFO  (qtp2084981465-11114) [n:127.0.0.1:37571_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard2 r:core_node7 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard2_replica_n4 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37571.solr.core.org.apache.solr.cloud.TestRandomFlRTGCloud_collection.shard2.replica_n4' (registry 'solr.core.org.apache.solr.cloud.TestRandomFlRTGCloud_collection.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@778c52c9
   [junit4]   2> 534359 INFO  (qtp2084981465-11114) [n:127.0.0.1:37571_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard2 r:core_node7 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard2_replica_n4 ] o.a.s.c.SolrCore [[org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomFlRTGCloud_3504CED3CFF61750-001/tempDir-001/node4/./org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard2_replica_n4], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomFlRTGCloud_3504CED3CFF61750-001/tempDir-001/node4/./org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard2_replica_n4/data/]
   [junit4]   2> 534361 INFO  (qtp2084981465-11114) [n:127.0.0.1:37571_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard2 r:core_node7 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard2_replica_n4 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=48, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=76.13671875, floorSegmentMB=0.4072265625, forceMergeDeletesPctAllowed=3.097031829581719, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.20215907262912014, deletesPctAllowed=40.77229544215652
   [junit4]   2> 534366 WARN  (qtp1664108743-11119) [n:127.0.0.1:35461_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node5 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n2 ] 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> 534375 WARN  (qtp30946744-11110) [n:127.0.0.1:36695_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard2 r:core_node8 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard2_replica_n6 ] 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> 534391 WARN  (qtp2084981465-11114) [n:127.0.0.1:37571_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard2 r:core_node7 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard2_replica_n4 ] 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> 534438 INFO  (qtp1636078576-11134) [n:127.0.0.1:44205_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node3 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 534438 INFO  (qtp1636078576-11134) [n:127.0.0.1:44205_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard1 r:core_node3 x:org.apache.solr.cloud.TestRandomFlRTGClo

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

UNAVAILABLE}
   [junit4]   2> 540489 INFO  (jetty-closer-7135-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 540521 INFO  (jetty-closer-7135-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 540521 INFO  (jetty-closer-7135-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@f3bbbbc: rootName = solr_35461, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@19483ec
   [junit4]   2> 540526 INFO  (jetty-closer-7135-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 540526 INFO  (jetty-closer-7135-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3f124258: rootName = solr_35461, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@6ad0064b
   [junit4]   2> 540529 INFO  (jetty-closer-7135-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 540529 INFO  (jetty-closer-7135-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4c45041d: rootName = solr_35461, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@6f7527a6
   [junit4]   2> 540529 INFO  (jetty-closer-7135-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 540633 INFO  (jetty-closer-7135-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6df7aad1{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 540633 INFO  (jetty-closer-7135-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2cefb06{/solr,null,UNAVAILABLE}
   [junit4]   2> 540634 INFO  (jetty-closer-7135-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 542127 WARN  (zkCallback-7052-thread-2) [n:127.0.0.1:36695_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard2 r:core_node8 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard2_replica_n6 ] o.a.s.c.SyncStrategy Closed, skipping sync up.
   [junit4]   2> 542127 INFO  (zkCallback-7052-thread-2) [n:127.0.0.1:36695_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard2 r:core_node8 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard2_replica_n6 ] o.a.s.c.SolrCore [org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard2_replica_n6]  CLOSING SolrCore org.apache.solr.core.SolrCore@4e03209f
   [junit4]   2> 542127 INFO  (zkCallback-7052-thread-2) [n:127.0.0.1:36695_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard2 r:core_node8 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard2_replica_n6 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.org.apache.solr.cloud.TestRandomFlRTGCloud_collection.shard2.replica_n6 tag=SolrCore@4e03209f
   [junit4]   2> 542127 INFO  (zkCallback-7052-thread-2) [n:127.0.0.1:36695_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard2 r:core_node8 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard2_replica_n6 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@475be21f: rootName = solr_36695, domain = solr.core.org.apache.solr.cloud.TestRandomFlRTGCloud_collection.shard2.replica_n6, service url = null, agent id = null] for registry solr.core.org.apache.solr.cloud.TestRandomFlRTGCloud_collection.shard2.replica_n6/com.codahale.metrics.MetricRegistry@46d0ba0b
   [junit4]   2> 542151 INFO  (zkCallback-7052-thread-2) [n:127.0.0.1:36695_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard2 r:core_node8 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard2_replica_n6 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.org.apache.solr.cloud.TestRandomFlRTGCloud_collection.shard2.leader tag=SolrCore@4e03209f
   [junit4]   2> 542152 INFO  (zkCallback-7052-thread-2) [n:127.0.0.1:36695_solr c:org.apache.solr.cloud.TestRandomFlRTGCloud_collection s:shard2 r:core_node8 x:org.apache.solr.cloud.TestRandomFlRTGCloud_collection_shard2_replica_n6 ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close() .
   [junit4]   2> 542309 INFO  (jetty-closer-7135-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@f1fcbf3{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 542310 INFO  (jetty-closer-7135-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6c78558{/solr,null,UNAVAILABLE}
   [junit4]   2> 542310 INFO  (jetty-closer-7135-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 542311 INFO  (SUITE-TestRandomFlRTGCloud-seed#[3504CED3CFF61750]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 542518 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> 	9	/solr/collections/org.apache.solr.cloud.TestRandomFlRTGCloud_collection/terms/shard2
   [junit4]   2> 	7	/solr/collections/org.apache.solr.cloud.TestRandomFlRTGCloud_collection/terms/shard1
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/packages.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	4	/solr/collections/org.apache.solr.cloud.TestRandomFlRTGCloud_collection/collectionprops.json
   [junit4]   2> 	4	/solr/configs/org.apache.solr.cloud.TestRandomFlRTGCloud_config-set
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	51	/solr/collections/org.apache.solr.cloud.TestRandomFlRTGCloud_collection/state.json
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	40	/solr/overseer/queue
   [junit4]   2> 	26	/solr/live_nodes
   [junit4]   2> 	12	/solr/collections
   [junit4]   2> 	8	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 542523 INFO  (SUITE-TestRandomFlRTGCloud-seed#[3504CED3CFF61750]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:46077
   [junit4]   2> 542523 INFO  (SUITE-TestRandomFlRTGCloud-seed#[3504CED3CFF61750]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:46077
   [junit4]   2> 542523 INFO  (SUITE-TestRandomFlRTGCloud-seed#[3504CED3CFF61750]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 46077
   [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.TestRandomFlRTGCloud_3504CED3CFF61750-001
   [junit4]   2> May 28, 2020 1:47:35 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {ggg_s=Lucene84, next_2_ids_ss=PostingsFormat(name=MockRandom), geo_1_srpt=Lucene84, azz_s=Lucene84, ccc_s=Lucene84, hhh_s=BlockTreeOrds(blocksize=128), eee_s=Lucene84, fff_s=PostingsFormat(name=MockRandom), _root_=BlockTreeOrds(blocksize=128), ddd_s=BlockTreeOrds(blocksize=128), id=Lucene84, geo_2_srpt=BlockTreeOrds(blocksize=128)}, docValues:{axx_i=DocValuesFormat(name=Asserting), ayy_i=DocValuesFormat(name=Asserting), _version_=DocValuesFormat(name=Lucene80), bbb_i=DocValuesFormat(name=Lucene80), aaa_i=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1119, maxMBSortInHeap=7.8174896048426765, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3b96991c), locale=hu, timezone=AST
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=246439232,total=524812288
   [junit4]   2> NOTE: All tests run in this JVM: [TestJsonRequest, TestJsonFacets, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestElisionMultitermQuery, TestNoOpRegenerator, ShowFileRequestHandlerTest, SignatureUpdateProcessorFactoryTest, TestCustomStream, TestRawResponseWriter, ResourceLoaderTest, TestManagedSchema, TestPayloadScoreQParserPlugin, DistributedQueryElevationComponentTest, RegexBoostProcessorTest, TriggerEventQueueTest, ChaosMonkeySafeLeaderWithPullReplicasTest, TestWithCollection, HdfsThreadLeakTest, TestShardHandlerFactory, TestLRUCache, DistributedFacetExistsSmallTest, DistributedTermsComponentTest, MoreLikeThisComponentTest, TestSolrDeletionPolicy1, ClassificationUpdateProcessorFactoryTest, FieldAnalysisRequestHandlerTest, CloudExitableDirectoryReaderTest, BaseCdcrDistributedZkTest, ExternalFileFieldSortTest, TestDFRSimilarityFactory, BasicDistributedZk2Test, TestExceedMaxTermLength, TestRangeQuery, UtilsToolTest, TestDistribDocBasedVersion, TestCollapseQParserPlugin, TestExactSharedStatsCache, TermVectorComponentTest, TestRandomFlRTGCloud]
   [junit4] Completed [89/910 (1!)] on J1 in 11.96s, 2 tests, 1 error <<< FAILURES!

[...truncated 12330 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_pid32371.hprof

Total time: 328 minutes 34 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